Version Description
Download this release
Release Info
| Developer | themeisle |
| Plugin | |
| Version | 1.1.17 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.16 to 1.1.17
- CHANGELOG.md +5 -0
- README.md +8 -0
- assets/build/app.asset.php +1 -1
- assets/build/app.js +4 -4
- assets/build/style-app-rtl.css +1 -1
- assets/build/style-app.css +1 -1
- assets/src/Components/CustomTooltip.js +26 -0
- assets/src/Components/ImportModal.js +131 -119
- assets/src/Components/ImportModalMock.js +55 -0
- assets/src/Components/ImportStepper.js +5 -0
- assets/src/scss/_custom-tooltip.scss +29 -0
- assets/src/scss/_import-modal.scss +10 -7
- assets/src/style.scss +1 -0
- assets/src/utils/site-import.js +4 -0
- e2e-tests/.eslintrc.json +44 -0
- e2e-tests/.prettierrc.json +9 -0
- e2e-tests/README.md +6 -0
- e2e-tests/tsconfig.json +16 -0
- e2e-tests/yarn.lock +12107 -0
- includes/Admin.php +15 -11
- includes/Importers/Cleanup/Active_State.php +155 -0
- includes/Importers/Cleanup/Manager.php +247 -0
- includes/Importers/Content_Importer.php +11 -1
- includes/Importers/Helpers/Importer_Alterator.php +34 -0
- includes/Importers/Plugin_Importer.php +7 -2
- includes/Importers/Theme_Mods_Importer.php +12 -0
- includes/Importers/WP/WP_Import.php +15 -0
- includes/Importers/WP/WXR_Parser_SimpleXML.php +1 -0
- includes/Importers/Widgets_Importer.php +20 -0
- includes/Main.php +13 -1
- includes/Rest_Server.php +23 -0
- includes/Sites_Listing.php +19 -2
- includes/WP_Cli.php +43 -75
- languages/templates-patterns-collection.pot +85 -67
- readme.txt +8 -0
- templates-patterns-collection.php +1 -1
- vendor/autoload.php +1 -1
- vendor/codeinwp/themeisle-sdk/CHANGELOG.md +4 -0
- vendor/codeinwp/themeisle-sdk/load.php +1 -1
- vendor/codeinwp/themeisle-sdk/src/Modules/Licenser.php +3 -0
- vendor/composer/autoload_classmap.php +2 -0
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +6 -4
- vendor/composer/installed.json +7 -7
- vendor/composer/installed.php +7 -7
CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
##### [Version 1.1.16](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.15...v1.1.16) (2021-08-03)
|
| 2 |
|
| 3 |
- fix missing files error
|
| 1 |
+
##### [Version 1.1.17](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.16...v1.1.17) (2021-08-30)
|
| 2 |
+
|
| 3 |
+
- add the capability to clean up previous import plugins and content before the next import
|
| 4 |
+
- fix mapping categories that are used in Gutenberg blocks
|
| 5 |
+
|
| 6 |
##### [Version 1.1.16](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.15...v1.1.16) (2021-08-03)
|
| 7 |
|
| 8 |
- fix missing files error
|
README.md
CHANGED
|
@@ -39,6 +39,14 @@ Yes, you can. You can either chose to import one template or the entire starter
|
|
| 39 |
|
| 40 |
## Changelog ##
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
##### [Version 1.1.16](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.15...v1.1.16) (2021-08-03)
|
| 43 |
|
| 44 |
- fix missing files error
|
| 39 |
|
| 40 |
## Changelog ##
|
| 41 |
|
| 42 |
+
##### [Version 1.1.17](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.16...v1.1.17) (2021-08-30)
|
| 43 |
+
|
| 44 |
+
- add the capability to clean up previous import plugins and content before the next import
|
| 45 |
+
- fix mapping categories that are used in Gutenberg blocks
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
##### [Version 1.1.16](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.15...v1.1.16) (2021-08-03)
|
| 51 |
|
| 52 |
- fix missing files error
|
assets/build/app.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-polyfill', 'wp-primitives'), 'version' => '
|
| 1 |
+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-polyfill', 'wp-primitives'), 'version' => '40dda49768e155940f18da05c3ada162');
|
assets/build/app.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
(window.webpackJsonp_templates_patterns_collection=window.webpackJsonp_templates_patterns_collection||[]).push([[1],{21:function(e,t,n){}}]),function(e){function t(t){for(var r,o,i=t[0],s=t[1],l=t[2],m=0,p=[];m<i.length;m++)o=i[m],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&p.push(a[o][0]),a[o]=0;for(r in s)Object.prototype.hasOwnProperty.call(s,r)&&(e[r]=s[r]);for(u&&u(t);p.length;)p.shift()();return c.push.apply(c,l||[]),n()}function n(){for(var e,t=0;t<c.length;t++){for(var n=c[t],r=!0,i=1;i<n.length;i++){var s=n[i];0!==a[s]&&(r=!1)}r&&(c.splice(t--,1),e=o(o.s=n[0]))}return e}var r={},a={0:0},c=[];function o(t){if(r[t])return r[t].exports;var n=r[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,o),n.l=!0,n.exports}o.m=e,o.c=r,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="";var i=window.webpackJsonp_templates_patterns_collection=window.webpackJsonp_templates_patterns_collection||[],s=i.push.bind(i);i.push=t,i=i.slice();for(var l=0;l<i.length;l++)t(i[l]);var u=s;c.push([33,1]),n()}([function(e,t){e.exports=window.wp.element},function(e,t){e.exports=window.wp.i18n},function(e,t){e.exports=window.wp.components},function(e,t,n){var r=n(22),a=n(23),c=n(16),o=n(24);e.exports=function(e,t){return r(e)||a(e,t)||c(e,t)||o()}},function(e,t){e.exports=window.wp.data},function(e,t){e.exports=window.wp.primitives},function(e,t,n){var r;!function(){"use strict";var n={}.hasOwnProperty;function a(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var c=typeof r;if("string"===c||"number"===c)e.push(r);else if(Array.isArray(r)&&r.length){var o=a.apply(null,r);o&&e.push(o)}else if("object"===c)for(var i in r)n.call(r,i)&&r[i]&&e.push(i)}}return e.join(" ")}e.exports?(a.default=a,e.exports=a):void 0===(r=function(){return a}.apply(t,[]))||(e.exports=r)}()},function(e,t){e.exports=window.regeneratorRuntime},function(e,t){e.exports=window.wp.compose},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t){function n(e,t,n,r,a,c,o){try{var i=e[c](o),s=i.value}catch(e){return void n(e)}i.done?t(s):Promise.resolve(s).then(r,a)}e.exports=function(e){return function(){var t=this,r=arguments;return new Promise((function(a,c){var o=e.apply(t,r);function i(e){n(o,a,c,i,s,"next",e)}function s(e){n(o,a,c,i,s,"throw",e)}i(void 0)}))}}},function(e,t,n){"use strict";const r=n(30),a=n(31),c=n(32);function o(e){if("string"!=typeof e||1!==e.length)throw new TypeError("arrayFormatSeparator must be single character string")}function i(e,t){return t.encode?t.strict?r(e):encodeURIComponent(e):e}function s(e,t){return t.decode?a(e):e}function l(e){const t=e.indexOf("#");return-1!==t&&(e=e.slice(0,t)),e}function u(e){const t=(e=l(e)).indexOf("?");return-1===t?"":e.slice(t+1)}function m(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!t.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}function p(e,t){o((t=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},t)).arrayFormatSeparator);const n=function(e){let t;switch(e.arrayFormat){case"index":return(e,n,r)=>{t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===r[e]&&(r[e]={}),r[e][t[1]]=n):r[e]=n};case"bracket":return(e,n,r)=>{t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==r[e]?r[e]=[].concat(r[e],n):r[e]=[n]:r[e]=n};case"comma":case"separator":return(t,n,r)=>{const a="string"==typeof n&&n.includes(e.arrayFormatSeparator),c="string"==typeof n&&!a&&s(n,e).includes(e.arrayFormatSeparator);n=c?s(n,e):n;const o=a||c?n.split(e.arrayFormatSeparator).map(t=>s(t,e)):null===n?n:s(n,e);r[t]=o};default:return(e,t,n)=>{void 0!==n[e]?n[e]=[].concat(n[e],t):n[e]=t}}}(t),r=Object.create(null);if("string"!=typeof e)return r;if(!(e=e.trim().replace(/^[?#&]/,"")))return r;for(const a of e.split("&")){let[e,o]=c(t.decode?a.replace(/\+/g," "):a,"=");o=void 0===o?null:["comma","separator"].includes(t.arrayFormat)?o:s(o,t),n(s(e,t),o,r)}for(const e of Object.keys(r)){const n=r[e];if("object"==typeof n&&null!==n)for(const e of Object.keys(n))n[e]=m(n[e],t);else r[e]=m(n,t)}return!1===t.sort?r:(!0===t.sort?Object.keys(r).sort():Object.keys(r).sort(t.sort)).reduce((e,t)=>{const n=r[t];return Boolean(n)&&"object"==typeof n&&!Array.isArray(n)?e[t]=function e(t){return Array.isArray(t)?t.sort():"object"==typeof t?e(Object.keys(t)).sort((e,t)=>Number(e)-Number(t)).map(e=>t[e]):t}(n):e[t]=n,e},Object.create(null))}t.extract=u,t.parse=p,t.stringify=(e,t)=>{if(!e)return"";o((t=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},t)).arrayFormatSeparator);const n=n=>t.skipNull&&null==e[n]||t.skipEmptyString&&""===e[n],r=function(e){switch(e.arrayFormat){case"index":return t=>(n,r)=>{const a=n.length;return void 0===r||e.skipNull&&null===r||e.skipEmptyString&&""===r?n:null===r?[...n,[i(t,e),"[",a,"]"].join("")]:[...n,[i(t,e),"[",i(a,e),"]=",i(r,e)].join("")]};case"bracket":return t=>(n,r)=>void 0===r||e.skipNull&&null===r||e.skipEmptyString&&""===r?n:null===r?[...n,[i(t,e),"[]"].join("")]:[...n,[i(t,e),"[]=",i(r,e)].join("")];case"comma":case"separator":return t=>(n,r)=>null==r||0===r.length?n:0===n.length?[[i(t,e),"=",i(r,e)].join("")]:[[n,i(r,e)].join(e.arrayFormatSeparator)];default:return t=>(n,r)=>void 0===r||e.skipNull&&null===r||e.skipEmptyString&&""===r?n:null===r?[...n,i(t,e)]:[...n,[i(t,e),"=",i(r,e)].join("")]}}(t),a={};for(const t of Object.keys(e))n(t)||(a[t]=e[t]);const c=Object.keys(a);return!1!==t.sort&&c.sort(t.sort),c.map(n=>{const a=e[n];return void 0===a?"":null===a?i(n,t):Array.isArray(a)?a.reduce(r(n),[]).join("&"):i(n,t)+"="+i(a,t)}).filter(e=>e.length>0).join("&")},t.parseUrl=(e,t)=>{t=Object.assign({decode:!0},t);const[n,r]=c(e,"#");return Object.assign({url:n.split("?")[0]||"",query:p(u(e),t)},t&&t.parseFragmentIdentifier&&r?{fragmentIdentifier:s(r,t)}:{})},t.stringifyUrl=(e,n)=>{n=Object.assign({encode:!0,strict:!0},n);const r=l(e.url).split("?")[0]||"",a=t.extract(e.url),c=t.parse(a,{sort:!1}),o=Object.assign(c,e.query);let s=t.stringify(o,n);s&&(s="?"+s);let u=function(e){let t="";const n=e.indexOf("#");return-1!==n&&(t=e.slice(n)),t}(e.url);return e.fragmentIdentifier&&(u="#"+i(e.fragmentIdentifier,n)),`${r}${s}${u}`}},function(e,t,n){var r=n(25),a=n(26),c=n(16),o=n(27);e.exports=function(e){return r(e)||a(e)||c(e)||o()}},function(e,t){e.exports=window.wp.apiFetch},,function(e,t,n){var r;r=function(e,t){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=4)}([function(e,t,n){e.exports=n(5)()},function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t){e.exports=function(e,t,n){var r=e.direction,a=e.value;switch(r){case"top":return n.top+a<t.top&&n.bottom>t.bottom&&n.left<t.left&&n.right>t.right;case"left":return n.left+a<t.left&&n.bottom>t.bottom&&n.top<t.top&&n.right>t.right;case"bottom":return n.bottom-a>t.bottom&&n.left<t.left&&n.right>t.right&&n.top<t.top;case"right":return n.right-a>t.right&&n.left<t.left&&n.top<t.top&&n.bottom>t.bottom}}},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return g}));var r=n(1),a=n.n(r),c=n(2),o=n.n(c),i=n(0),s=n.n(i),l=n(3),u=n.n(l);function m(e){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function p(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g=function(e){function t(e){var n,r;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this,r=d(t).call(this,e),n=!r||"object"!==m(r)&&"function"!=typeof r?b(this):r,h(b(n),"getContainer",(function(){return n.props.containment||window})),h(b(n),"addEventListener",(function(e,t,r,a){var c;n.debounceCheck||(n.debounceCheck={});var o=function(){c=null,n.check()},i={target:e,fn:a>-1?function(){c||(c=setTimeout(o,a||0))}:function(){clearTimeout(c),c=setTimeout(o,r||0)},getLastTimeout:function(){return c}};e.addEventListener(t,i.fn),n.debounceCheck[t]=i})),h(b(n),"startWatching",(function(){n.debounceCheck||n.interval||(n.props.intervalCheck&&(n.interval=setInterval(n.check,n.props.intervalDelay)),n.props.scrollCheck&&n.addEventListener(n.getContainer(),"scroll",n.props.scrollDelay,n.props.scrollThrottle),n.props.resizeCheck&&n.addEventListener(window,"resize",n.props.resizeDelay,n.props.resizeThrottle),!n.props.delayedCall&&n.check())})),h(b(n),"stopWatching",(function(){if(n.debounceCheck)for(var e in n.debounceCheck)if(n.debounceCheck.hasOwnProperty(e)){var t=n.debounceCheck[e];clearTimeout(t.getLastTimeout()),t.target.removeEventListener(e,t.fn),n.debounceCheck[e]=null}n.debounceCheck=null,n.interval&&(n.interval=clearInterval(n.interval))})),h(b(n),"check",(function(){var e,t,r=n.node;if(!r)return n.state;if(e=function(e){return void 0===e.width&&(e.width=e.right-e.left),void 0===e.height&&(e.height=e.bottom-e.top),e}(n.roundRectDown(r.getBoundingClientRect())),n.props.containment){var a=n.props.containment.getBoundingClientRect();t={top:a.top,left:a.left,bottom:a.bottom,right:a.right}}else t={top:0,left:0,bottom:window.innerHeight||document.documentElement.clientHeight,right:window.innerWidth||document.documentElement.clientWidth};var c=n.props.offset||{};"object"===m(c)&&(t.top+=c.top||0,t.left+=c.left||0,t.bottom-=c.bottom||0,t.right-=c.right||0);var o={top:e.top>=t.top,left:e.left>=t.left,bottom:e.bottom<=t.bottom,right:e.right<=t.right},i=e.height>0&&e.width>0,s=i&&o.top&&o.left&&o.bottom&&o.right;if(i&&n.props.partialVisibility){var l=e.top<=t.bottom&&e.bottom>=t.top&&e.left<=t.right&&e.right>=t.left;"string"==typeof n.props.partialVisibility&&(l=o[n.props.partialVisibility]),s=n.props.minTopValue?l&&e.top<=t.bottom-n.props.minTopValue:l}"string"==typeof c.direction&&"number"==typeof c.value&&(console.warn("[notice] offset.direction and offset.value have been deprecated. They still work for now, but will be removed in next major version. Please upgrade to the new syntax: { %s: %d }",c.direction,c.value),s=u()(c,e,t));var p=n.state;return n.state.isVisible!==s&&(p={isVisible:s,visibilityRect:o},n.setState(p),n.props.onChange&&n.props.onChange(s)),p})),n.state={isVisible:null,visibilityRect:{}},n}var n,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}(t,e),n=t,(r=[{key:"componentDidMount",value:function(){this.node=o.a.findDOMNode(this),this.props.active&&this.startWatching()}},{key:"componentWillUnmount",value:function(){this.stopWatching()}},{key:"componentDidUpdate",value:function(e){this.node=o.a.findDOMNode(this),this.props.active&&!e.active?(this.setState({isVisible:null,visibilityRect:{}}),this.startWatching()):this.props.active||this.stopWatching()}},{key:"roundRectDown",value:function(e){return{top:Math.floor(e.top),left:Math.floor(e.left),bottom:Math.floor(e.bottom),right:Math.floor(e.right)}}},{key:"render",value:function(){return this.props.children instanceof Function?this.props.children({isVisible:this.state.isVisible,visibilityRect:this.state.visibilityRect}):a.a.Children.only(this.props.children)}}])&&p(n.prototype,r),t}(a.a.Component);h(g,"defaultProps",{active:!0,partialVisibility:!1,minTopValue:0,scrollCheck:!1,scrollDelay:250,scrollThrottle:-1,resizeCheck:!1,resizeDelay:250,resizeThrottle:-1,intervalCheck:!0,intervalDelay:100,delayedCall:!1,offset:{},containment:null,children:a.a.createElement("span",null)}),h(g,"propTypes",{onChange:s.a.func,active:s.a.bool,partialVisibility:s.a.oneOfType([s.a.bool,s.a.oneOf(["top","right","bottom","left"])]),delayedCall:s.a.bool,offset:s.a.oneOfType([s.a.shape({top:s.a.number,left:s.a.number,bottom:s.a.number,right:s.a.number}),s.a.shape({direction:s.a.oneOf(["top","right","bottom","left"]),value:s.a.number})]),scrollCheck:s.a.bool,scrollDelay:s.a.number,scrollThrottle:s.a.number,resizeCheck:s.a.bool,resizeDelay:s.a.number,resizeThrottle:s.a.number,intervalCheck:s.a.bool,intervalDelay:s.a.number,containment:"undefined"!=typeof window?s.a.instanceOf(window.Element):s.a.any,children:s.a.oneOfType([s.a.element,s.a.func]),minTopValue:s.a.number})},function(e,t,n){"use strict";var r=n(6);function a(){}function c(){}c.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,c,o){if(o!==r){var i=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw i.name="Invariant Violation",i}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:c,resetWarningCache:a};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}])},e.exports=r(n(28),n(29))},function(e,t,n){var r=n(17);e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}},function(e,t){e.exports=window.wp.keycodes},function(e,t,n){var r;r=function(){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(t)}function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){a(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&function(e,t){(Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}(e,t)}function s(e){return(s=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function l(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=s(e);if(t){var a=s(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return l(this,n)}}function m(e){return function(e){if(Array.isArray(e))return p(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return p(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?p(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function d(e){return Array.isArray?Array.isArray(e):"[object Array]"===v(e)}function b(e){return"string"==typeof e}function f(e){return"number"==typeof e}function h(t){return"object"===e(t)}function g(e){return null!=e}function O(e){return!e.trim().length}function v(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}var j=function(e){return"Invalid value for key ".concat(e)},y=function(e){return"Pattern length exceeds max of ".concat(e,".")},E=Object.prototype.hasOwnProperty,_=function(){function e(n){var r=this;t(this,e),this._keys=[],this._keyMap={};var a=0;n.forEach((function(e){var t=w(e);a+=t.weight,r._keys.push(t),r._keyMap[t.id]=t,a+=t.weight})),this._keys.forEach((function(e){e.weight/=a}))}return r(e,[{key:"get",value:function(e){return this._keyMap[e]}},{key:"keys",value:function(){return this._keys}},{key:"toJSON",value:function(){return JSON.stringify(this._keys)}}]),e}();function w(e){var t=null,n=null,r=null,a=1;if(b(e)||d(e))r=e,t=S(e),n=k(e);else{if(!E.call(e,"name"))throw new Error("Missing ".concat("name"," property in key"));var c=e.name;if(r=c,E.call(e,"weight")&&(a=e.weight)<=0)throw new Error(function(e){return"Property 'weight' in key '".concat(e,"' must be a positive integer")}(c));t=S(c),n=k(c)}return{path:t,id:n,weight:a,src:r}}function S(e){return d(e)?e:e.split(".")}function k(e){return d(e)?e.join("."):e}var C=o({},{isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:function(e,t){return e.score===t.score?e.idx<t.idx?-1:1:e.score<t.score?-1:1}},{},{includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},{},{location:0,threshold:.6,distance:100},{},{useExtendedSearch:!1,getFn:function(e,t){var n=[],r=!1;return function e(t,a,c){if(g(t))if(a[c]){var o=t[a[c]];if(!g(o))return;if(c===a.length-1&&(b(o)||f(o)||function(e){return!0===e||!1===e||function(e){return h(e)&&null!==e}(e)&&"[object Boolean]"==v(e)}(o)))n.push(function(e){return null==e?"":function(e){if("string"==typeof e)return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(e)}(o));else if(d(o)){r=!0;for(var i=0,s=o.length;i<s;i+=1)e(o[i],a,c+1)}else a.length&&e(o,a,c+1)}else n.push(t)}(e,b(t)?t.split("."):t,0),r?n:n[0]},ignoreLocation:!1,ignoreFieldNorm:!1}),N=/[^ ]+/g;function T(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:3,t=new Map,n=Math.pow(10,e);return{get:function(e){var r=e.match(N).length;if(t.has(r))return t.get(r);var a=1/Math.sqrt(r),c=parseFloat(Math.round(a*n)/n);return t.set(r,c),c},clear:function(){t.clear()}}}var M=function(){function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=n.getFn,a=void 0===r?C.getFn:r;t(this,e),this.norm=T(3),this.getFn=a,this.isCreated=!1,this.setIndexRecords()}return r(e,[{key:"setSources",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.docs=e}},{key:"setIndexRecords",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.records=e}},{key:"setKeys",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.keys=t,this._keysMap={},t.forEach((function(t,n){e._keysMap[t.id]=n}))}},{key:"create",value:function(){var e=this;!this.isCreated&&this.docs.length&&(this.isCreated=!0,b(this.docs[0])?this.docs.forEach((function(t,n){e._addString(t,n)})):this.docs.forEach((function(t,n){e._addObject(t,n)})),this.norm.clear())}},{key:"add",value:function(e){var t=this.size();b(e)?this._addString(e,t):this._addObject(e,t)}},{key:"removeAt",value:function(e){this.records.splice(e,1);for(var t=e,n=this.size();t<n;t+=1)this.records[t].i-=1}},{key:"getValueForItemAtKeyId",value:function(e,t){return e[this._keysMap[t]]}},{key:"size",value:function(){return this.records.length}},{key:"_addString",value:function(e,t){if(g(e)&&!O(e)){var n={v:e,i:t,n:this.norm.get(e)};this.records.push(n)}}},{key:"_addObject",value:function(e,t){var n=this,r={i:t,$:{}};this.keys.forEach((function(t,a){var c=n.getFn(e,t.path);if(g(c))if(d(c))!function(){for(var e=[],t=[{nestedArrIndex:-1,value:c}];t.length;){var o=t.pop(),i=o.nestedArrIndex,s=o.value;if(g(s))if(b(s)&&!O(s)){var l={v:s,i:i,n:n.norm.get(s)};e.push(l)}else d(s)&&s.forEach((function(e,n){t.push({nestedArrIndex:n,value:e})}))}r.$[a]=e}();else if(!O(c)){var o={v:c,n:n.norm.get(c)};r.$[a]=o}})),this.records.push(r)}},{key:"toJSON",value:function(){return{keys:this.keys,records:this.records}}}]),e}();function x(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.getFn,a=void 0===r?C.getFn:r,c=new M({getFn:a});return c.setKeys(e.map(w)),c.setSources(t),c.create(),c}function P(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.errors,r=void 0===n?0:n,a=t.currentLocation,c=void 0===a?0:a,o=t.expectedLocation,i=void 0===o?0:o,s=t.distance,l=void 0===s?C.distance:s,u=t.ignoreLocation,m=void 0===u?C.ignoreLocation:u,p=r/e.length;if(m)return p;var d=Math.abs(i-c);return l?p+d/l:d?1:p}function D(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:C.minMatchCharLength,n=[],r=-1,a=-1,c=0,o=e.length;c<o;c+=1){var i=e[c];i&&-1===r?r=c:i||-1===r||((a=c-1)-r+1>=t&&n.push([r,a]),r=-1)}return e[c-1]&&c-r>=t&&n.push([r,c-1]),n}function I(e){for(var t={},n=0,r=e.length;n<r;n+=1){var a=e.charAt(n);t[a]=(t[a]||0)|1<<r-n-1}return t}var L=function(){function e(n){var r=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=a.location,o=void 0===c?C.location:c,i=a.threshold,s=void 0===i?C.threshold:i,l=a.distance,u=void 0===l?C.distance:l,m=a.includeMatches,p=void 0===m?C.includeMatches:m,d=a.findAllMatches,b=void 0===d?C.findAllMatches:d,f=a.minMatchCharLength,h=void 0===f?C.minMatchCharLength:f,g=a.isCaseSensitive,O=void 0===g?C.isCaseSensitive:g,v=a.ignoreLocation,j=void 0===v?C.ignoreLocation:v;if(t(this,e),this.options={location:o,threshold:s,distance:u,includeMatches:p,findAllMatches:b,minMatchCharLength:h,isCaseSensitive:O,ignoreLocation:j},this.pattern=O?n:n.toLowerCase(),this.chunks=[],this.pattern.length){var y=function(e,t){r.chunks.push({pattern:e,alphabet:I(e),startIndex:t})},E=this.pattern.length;if(E>32){for(var _=0,w=E%32,S=E-w;_<S;)y(this.pattern.substr(_,32),_),_+=32;if(w){var k=E-32;y(this.pattern.substr(k),k)}}else y(this.pattern,0)}}return r(e,[{key:"searchIn",value:function(e){var t=this.options,n=t.isCaseSensitive,r=t.includeMatches;if(n||(e=e.toLowerCase()),this.pattern===e){var a={isMatch:!0,score:0};return r&&(a.indices=[[0,e.length-1]]),a}var c=this.options,o=c.location,i=c.distance,s=c.threshold,l=c.findAllMatches,u=c.minMatchCharLength,p=c.ignoreLocation,d=[],b=0,f=!1;this.chunks.forEach((function(t){var n=t.pattern,a=t.alphabet,c=t.startIndex,h=function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=r.location,c=void 0===a?C.location:a,o=r.distance,i=void 0===o?C.distance:o,s=r.threshold,l=void 0===s?C.threshold:s,u=r.findAllMatches,m=void 0===u?C.findAllMatches:u,p=r.minMatchCharLength,d=void 0===p?C.minMatchCharLength:p,b=r.includeMatches,f=void 0===b?C.includeMatches:b,h=r.ignoreLocation,g=void 0===h?C.ignoreLocation:h;if(t.length>32)throw new Error(y(32));for(var O,v=t.length,j=e.length,E=Math.max(0,Math.min(c,j)),_=l,w=E,S=d>1||f,k=S?Array(j):[];(O=e.indexOf(t,w))>-1;){var N=P(t,{currentLocation:O,expectedLocation:E,distance:i,ignoreLocation:g});if(_=Math.min(N,_),w=O+v,S)for(var T=0;T<v;)k[O+T]=1,T+=1}w=-1;for(var M=[],x=1,I=v+j,L=1<<v-1,A=0;A<v;A+=1){for(var B=0,R=I;B<R;){var F=P(t,{errors:A,currentLocation:E+R,expectedLocation:E,distance:i,ignoreLocation:g});F<=_?B=R:I=R,R=Math.floor((I-B)/2+B)}I=R;var z=Math.max(1,E-R+1),U=m?j:Math.min(E+R,j)+v,V=Array(U+2);V[U+1]=(1<<A)-1;for(var $=U;$>=z;$-=1){var H=$-1,G=n[e.charAt(H)];if(S&&(k[H]=+!!G),V[$]=(V[$+1]<<1|1)&G,A&&(V[$]|=(M[$+1]|M[$])<<1|1|M[$+1]),V[$]&L&&(x=P(t,{errors:A,currentLocation:H,expectedLocation:E,distance:i,ignoreLocation:g}))<=_){if(_=x,(w=H)<=E)break;z=Math.max(1,2*E-w)}}var q=P(t,{errors:A+1,currentLocation:E,expectedLocation:E,distance:i,ignoreLocation:g});if(q>_)break;M=V}var W={isMatch:w>=0,score:Math.max(.001,x)};if(S){var Q=D(k,d);Q.length?f&&(W.indices=Q):W.isMatch=!1}return W}(e,n,a,{location:o+c,distance:i,threshold:s,findAllMatches:l,minMatchCharLength:u,includeMatches:r,ignoreLocation:p}),g=h.isMatch,O=h.score,v=h.indices;g&&(f=!0),b+=O,g&&v&&(d=[].concat(m(d),m(v)))}));var h={isMatch:f,score:f?b/this.chunks.length:1};return f&&r&&(h.indices=d),h}}]),e}(),A=function(){function e(n){t(this,e),this.pattern=n}return r(e,[{key:"search",value:function(){}}],[{key:"isMultiMatch",value:function(e){return B(e,this.multiRegex)}},{key:"isSingleMatch",value:function(e){return B(e,this.singleRegex)}}]),e}();function B(e,t){var n=e.match(t);return n?n[1]:null}var R=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=e===this.pattern;return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}}],[{key:"type",get:function(){return"exact"}},{key:"multiRegex",get:function(){return/^="(.*)"$/}},{key:"singleRegex",get:function(){return/^=(.*)$/}}]),a}(A),F=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=-1===e.indexOf(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-exact"}},{key:"multiRegex",get:function(){return/^!"(.*)"$/}},{key:"singleRegex",get:function(){return/^!(.*)$/}}]),a}(A),z=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}}],[{key:"type",get:function(){return"prefix-exact"}},{key:"multiRegex",get:function(){return/^\^"(.*)"$/}},{key:"singleRegex",get:function(){return/^\^(.*)$/}}]),a}(A),U=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=!e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-prefix-exact"}},{key:"multiRegex",get:function(){return/^!\^"(.*)"$/}},{key:"singleRegex",get:function(){return/^!\^(.*)$/}}]),a}(A),V=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[e.length-this.pattern.length,e.length-1]}}}],[{key:"type",get:function(){return"suffix-exact"}},{key:"multiRegex",get:function(){return/^"(.*)"\$$/}},{key:"singleRegex",get:function(){return/^(.*)\$$/}}]),a}(A),$=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=!e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-suffix-exact"}},{key:"multiRegex",get:function(){return/^!"(.*)"\$$/}},{key:"singleRegex",get:function(){return/^!(.*)\$$/}}]),a}(A),H=function(e){i(a,e);var n=u(a);function a(e){var r,c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=c.location,i=void 0===o?C.location:o,s=c.threshold,l=void 0===s?C.threshold:s,u=c.distance,m=void 0===u?C.distance:u,p=c.includeMatches,d=void 0===p?C.includeMatches:p,b=c.findAllMatches,f=void 0===b?C.findAllMatches:b,h=c.minMatchCharLength,g=void 0===h?C.minMatchCharLength:h,O=c.isCaseSensitive,v=void 0===O?C.isCaseSensitive:O,j=c.ignoreLocation,y=void 0===j?C.ignoreLocation:j;return t(this,a),(r=n.call(this,e))._bitapSearch=new L(e,{location:i,threshold:l,distance:m,includeMatches:d,findAllMatches:f,minMatchCharLength:g,isCaseSensitive:v,ignoreLocation:y}),r}return r(a,[{key:"search",value:function(e){return this._bitapSearch.searchIn(e)}}],[{key:"type",get:function(){return"fuzzy"}},{key:"multiRegex",get:function(){return/^"(.*)"$/}},{key:"singleRegex",get:function(){return/^(.*)$/}}]),a}(A),G=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){for(var t,n=0,r=[],a=this.pattern.length;(t=e.indexOf(this.pattern,n))>-1;)n=t+a,r.push([t,n-1]);var c=!!r.length;return{isMatch:c,score:c?0:1,indices:r}}}],[{key:"type",get:function(){return"include"}},{key:"multiRegex",get:function(){return/^'"(.*)"$/}},{key:"singleRegex",get:function(){return/^'(.*)$/}}]),a}(A),q=[R,G,z,U,$,V,F,H],W=q.length,Q=/ +(?=([^\"]*\"[^\"]*\")*[^\"]*$)/;function Y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.split("|").map((function(e){for(var n=e.trim().split(Q).filter((function(e){return e&&!!e.trim()})),r=[],a=0,c=n.length;a<c;a+=1){for(var o=n[a],i=!1,s=-1;!i&&++s<W;){var l=q[s],u=l.isMultiMatch(o);u&&(r.push(new l(u,t)),i=!0)}if(!i)for(s=-1;++s<W;){var m=q[s],p=m.isSingleMatch(o);if(p){r.push(new m(p,t));break}}}return r}))}var J=new Set([H.type,G.type]),K=function(){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=r.isCaseSensitive,c=void 0===a?C.isCaseSensitive:a,o=r.includeMatches,i=void 0===o?C.includeMatches:o,s=r.minMatchCharLength,l=void 0===s?C.minMatchCharLength:s,u=r.ignoreLocation,m=void 0===u?C.ignoreLocation:u,p=r.findAllMatches,d=void 0===p?C.findAllMatches:p,b=r.location,f=void 0===b?C.location:b,h=r.threshold,g=void 0===h?C.threshold:h,O=r.distance,v=void 0===O?C.distance:O;t(this,e),this.query=null,this.options={isCaseSensitive:c,includeMatches:i,minMatchCharLength:l,findAllMatches:d,ignoreLocation:m,location:f,threshold:g,distance:v},this.pattern=c?n:n.toLowerCase(),this.query=Y(this.pattern,this.options)}return r(e,[{key:"searchIn",value:function(e){var t=this.query;if(!t)return{isMatch:!1,score:1};var n=this.options,r=n.includeMatches;e=n.isCaseSensitive?e:e.toLowerCase();for(var a=0,c=[],o=0,i=0,s=t.length;i<s;i+=1){var l=t[i];c.length=0,a=0;for(var u=0,p=l.length;u<p;u+=1){var d=l[u],b=d.search(e),f=b.isMatch,h=b.indices,g=b.score;if(!f){o=0,a=0,c.length=0;break}if(a+=1,o+=g,r){var O=d.constructor.type;J.has(O)?c=[].concat(m(c),m(h)):c.push(h)}}if(a){var v={isMatch:!0,score:o/a};return r&&(v.indices=c),v}}return{isMatch:!1,score:1}}}],[{key:"condition",value:function(e,t){return t.useExtendedSearch}}]),e}(),Z=[];function X(e,t){for(var n=0,r=Z.length;n<r;n+=1){var a=Z[n];if(a.condition(e,t))return new a(e,t)}return new L(e,t)}var ee="$and",te="$path",ne=function(e){return!(!e[ee]&&!e.$or)},re=function(e){return!!e[te]},ae=function(e){return!d(e)&&h(e)&&!ne(e)},ce=function(e){return a({},ee,Object.keys(e).map((function(t){return a({},t,e[t])})))};function oe(e,t){var n=t.ignoreFieldNorm,r=void 0===n?C.ignoreFieldNorm:n;e.forEach((function(e){var t=1;e.matches.forEach((function(e){var n=e.key,a=e.norm,c=e.score,o=n?n.weight:null;t*=Math.pow(0===c&&o?Number.EPSILON:c,(o||1)*(r?1:a))})),e.score=t}))}function ie(e,t){var n=e.matches;t.matches=[],g(n)&&n.forEach((function(e){if(g(e.indices)&&e.indices.length){var n={indices:e.indices,value:e.value};e.key&&(n.key=e.key.src),e.idx>-1&&(n.refIndex=e.idx),t.matches.push(n)}}))}function se(e,t){t.score=e.score}function le(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.includeMatches,a=void 0===r?C.includeMatches:r,c=n.includeScore,o=void 0===c?C.includeScore:c,i=[];return a&&i.push(ie),o&&i.push(se),e.map((function(e){var n=e.idx,r={item:t[n],refIndex:n};return i.length&&i.forEach((function(t){t(e,r)})),r}))}var ue=function(){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0;t(this,e),this.options=o({},C,{},r),this.options.useExtendedSearch,this._keyStore=new _(this.options.keys),this.setCollection(n,a)}return r(e,[{key:"setCollection",value:function(e,t){if(this._docs=e,t&&!(t instanceof M))throw new Error("Incorrect 'index' type");this._myIndex=t||x(this.options.keys,this._docs,{getFn:this.options.getFn})}},{key:"add",value:function(e){g(e)&&(this._docs.push(e),this._myIndex.add(e))}},{key:"remove",value:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return!1},t=[],n=0,r=this._docs.length;n<r;n+=1){var a=this._docs[n];e(a,n)&&(this.removeAt(n),n-=1,r-=1,t.push(a))}return t}},{key:"removeAt",value:function(e){this._docs.splice(e,1),this._myIndex.removeAt(e)}},{key:"getIndex",value:function(){return this._myIndex}},{key:"search",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.limit,r=void 0===n?-1:n,a=this.options,c=a.includeMatches,o=a.includeScore,i=a.shouldSort,s=a.sortFn,l=a.ignoreFieldNorm,u=b(e)?b(this._docs[0])?this._searchStringList(e):this._searchObjectList(e):this._searchLogical(e);return oe(u,{ignoreFieldNorm:l}),i&&u.sort(s),f(r)&&r>-1&&(u=u.slice(0,r)),le(u,this._docs,{includeMatches:c,includeScore:o})}},{key:"_searchStringList",value:function(e){var t=X(e,this.options),n=this._myIndex.records,r=[];return n.forEach((function(e){var n=e.v,a=e.i,c=e.n;if(g(n)){var o=t.searchIn(n),i=o.isMatch,s=o.score,l=o.indices;i&&r.push({item:n,idx:a,matches:[{score:s,value:n,norm:c,indices:l}]})}})),r}},{key:"_searchLogical",value:function(e){var t=this,n=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.auto,a=void 0===r||r,c=function e(n){var r=Object.keys(n),c=re(n);if(!c&&r.length>1&&!ne(n))return e(ce(n));if(ae(n)){var o=c?n[te]:r[0],i=c?n.$val:n[o];if(!b(i))throw new Error(j(o));var s={keyId:k(o),pattern:i};return a&&(s.searcher=X(i,t)),s}var l={children:[],operator:r[0]};return r.forEach((function(t){var r=n[t];d(r)&&r.forEach((function(t){l.children.push(e(t))}))})),l};return ne(e)||(e=ce(e)),c(e)}(e,this.options),r=this._myIndex.records,a={},c=[];return r.forEach((function(e){var r=e.$,o=e.i;if(g(r)){var i=function e(n,r,a){if(!n.children){var c=n.keyId,o=n.searcher,i=t._findMatches({key:t._keyStore.get(c),value:t._myIndex.getValueForItemAtKeyId(r,c),searcher:o});return i&&i.length?[{idx:a,item:r,matches:i}]:[]}switch(n.operator){case ee:for(var s=[],l=0,u=n.children.length;l<u;l+=1){var p=e(n.children[l],r,a);if(!p.length)return[];s.push.apply(s,m(p))}return s;case"$or":for(var d=[],b=0,f=n.children.length;b<f;b+=1){var h=e(n.children[b],r,a);if(h.length){d.push.apply(d,m(h));break}}return d}}(n,r,o);i.length&&(a[o]||(a[o]={idx:o,item:r,matches:[]},c.push(a[o])),i.forEach((function(e){var t,n=e.matches;(t=a[o].matches).push.apply(t,m(n))})))}})),c}},{key:"_searchObjectList",value:function(e){var t=this,n=X(e,this.options),r=this._myIndex,a=r.keys,c=r.records,o=[];return c.forEach((function(e){var r=e.$,c=e.i;if(g(r)){var i=[];a.forEach((function(e,a){i.push.apply(i,m(t._findMatches({key:e,value:r[a],searcher:n})))})),i.length&&o.push({idx:c,item:r,matches:i})}})),o}},{key:"_findMatches",value:function(e){var t=e.key,n=e.value,r=e.searcher;if(!g(n))return[];var a=[];if(d(n))n.forEach((function(e){var n=e.v,c=e.i,o=e.n;if(g(n)){var i=r.searchIn(n),s=i.isMatch,l=i.score,u=i.indices;s&&a.push({score:l,key:t,value:n,idx:c,norm:o,indices:u})}}));else{var c=n.v,o=n.n,i=r.searchIn(c),s=i.isMatch,l=i.score,u=i.indices;s&&a.push({score:l,key:t,value:c,norm:o,indices:u})}return a}}]),e}();return ue.version="6.4.6",ue.createIndex=x,ue.parseIndex=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.getFn,r=void 0===n?C.getFn:n,a=e.keys,c=e.records,o=new M({getFn:r});return o.setKeys(a),o.setIndexRecords(c),o},ue.config=C,function(){Z.push.apply(Z,arguments)}(K),ue},e.exports=r()},,,function(e,t){e.exports=function(e){if(Array.isArray(e))return e}},function(e,t){e.exports=function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,a=!1,c=void 0;try{for(var o,i=e[Symbol.iterator]();!(r=(o=i.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){a=!0,c=e}finally{try{r||null==i.return||i.return()}finally{if(a)throw c}}return n}}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){var r=n(17);e.exports=function(e){if(Array.isArray(e))return r(e)}},function(e,t){e.exports=function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t){e.exports=window.React},function(e,t){e.exports=window.ReactDOM},function(e,t,n){"use strict";e.exports=e=>encodeURIComponent(e).replace(/[!'()*]/g,e=>"%"+e.charCodeAt(0).toString(16).toUpperCase())},function(e,t,n){"use strict";var r=new RegExp("%[a-f0-9]{2}","gi"),a=new RegExp("(%[a-f0-9]{2})+","gi");function c(e,t){try{return decodeURIComponent(e.join(""))}catch(e){}if(1===e.length)return e;t=t||1;var n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],c(n),c(r))}function o(e){try{return decodeURIComponent(e)}catch(a){for(var t=e.match(r),n=1;n<t.length;n++)t=(e=c(t,n).join("")).match(r);return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(t){return function(e){for(var t={"%FE%FF":"��","%FF%FE":"��"},n=a.exec(e);n;){try{t[n[0]]=decodeURIComponent(n[0])}catch(e){var r=o(n[0]);r!==n[0]&&(t[n[0]]=r)}n=a.exec(e)}t["%C2"]="�";for(var c=Object.keys(t),i=0;i<c.length;i++){var s=c[i];e=e.replace(new RegExp(s,"g"),t[s])}return e}(e)}}},function(e,t,n){"use strict";e.exports=(e,t)=>{if("string"!=typeof e||"string"!=typeof t)throw new TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];const n=e.indexOf(t);return-1===n?[e]:[e.slice(0,n),e.slice(n+t.length)]}},function(e,t,n){"use strict";n.r(t);var r=n(0),a=(n(21),n(9)),c=n.n(a);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var s=tiobDash,l=s.onboarding,u=s.themeAction,m=void 0!==l.sites&&void 0!==l.sites.sites?Object.keys(l.sites.sites)[0]:"gutenberg",p=localStorage.getItem("neve-onboarding-editor")||m,d={sites:l.sites||{},editor:p,category:"all",previewStatus:!1,importModalStatus:!1,installModalStatus:!1,currentSite:null,importing:!1,isOnboarding:l.onboarding||!1,migrationData:null,themeAction:u,currentTab:"starterSites",fetching:!1,singleTemplateImport:null,templateModal:null,searchQuery:""},b={refreshSites:function(e){return{type:"REFRESH_SITES",payload:{sites:e}}},setCurrentEditor:function(e){return{type:"SET_CURRENT_EDITOR",payload:{editor:e}}},setCurrentCategory:function(e){return{type:"SET_CURRENT_CATEGORY",payload:{category:e}}},setCurrentSite:function(e){return{type:"SET_FOCUSED_SITE",payload:{siteData:e}}},setPreviewStatus:function(e){return e?document.body.classList.add("ob-overflow-off"):document.body.classList.remove("ob-overflow-off"),{type:"SET_PREVIEW_STATUS",payload:{previewStatus:e}}},setImportModalStatus:function(e){return e?document.body.classList.add("ob-overflow-off"):document.body.classList.remove("ob-overflow-off"),{type:"SET_IMPORT_MODAL_STATUS",payload:{importModalStatus:e}}},setInstallModalStatus:function(e){return e?document.body.classList.add("ob-overflow-off"):document.body.classList.remove("ob-overflow-off"),{type:"SET_INSTALL_MODAL_STATUS",payload:{installModalStatus:e}}},setOnboardingState:function(e){return{type:"SET_ONBOARDING",payload:{state:e}}},setThemeAction:function(e){return{type:"SET_THEME_ACTIONS",payload:{themeActions:e}}},setCurrentTab:function(e){return{type:"SET_CURRENT_TAB",payload:{currentTab:e}}},setFetching:function(e){return{type:"SET_FETCHING",payload:{fetching:e}}},setSingleTemplateImport:function(e){return{type:"SET_SINGLE_TEMPLATE_IMPORT",payload:{slug:e}}},setTemplateModal:function(e){return{type:"SET_TEMPLATE_MODAL",payload:{data:e}}},setSearchQuery:function(e){return{type:"SET_SEARCH_QUERY",payload:{query:e}}}},f=n(4),h=n(6),g=n.n(h),O=n(8),v=n(3),j=n.n(v),y=n(2),E=n(1),_=n(7),w=n.n(_),S=n(10),k=n.n(S),C=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return T(e,n,t)},N=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return T(e,t,{},"GET",n)},T=function(){var e=k()(w.a.mark((function e(t){var n,r,a,c,o,i=arguments;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=i.length>1&&void 0!==i[1]&&i[1],r=i.length>2&&void 0!==i[2]?i[2]:{},a=i.length>3&&void 0!==i[3]?i[3]:"POST",c=!(i.length>4&&void 0!==i[4])||i[4],o={method:a,headers:{Accept:"application/json","Content-Type":"application/json"}},c&&(o.headers["x-wp-nonce"]=tiobDash.nonce),"POST"===a&&(o.body=JSON.stringify(r)),e.next=9,fetch(t,o).then((function(e){return n?e:e.json()}));case 9:return e.abrupt("return",e.sent);case 10:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();function M(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function x(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?M(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var P,D=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getSingleImport;return{themeData:(0,t.getThemeAction)()||!1,singleImport:n()}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setImportModalStatus,r=t.setInstallModalStatus,a=t.setThemeAction,c=t.setTemplateModal;return{setImportModal:function(e){return n(e)},setInstallModal:function(e){return r(e)},setThemeAction:function(e){return a(e)},showTemplateModal:function(){return c(!0)}}})))((function(e){var t=e.setImportModal,n=e.setInstallModal,a=e.themeData,c=e.setThemeAction,o=e.singleImport,i=e.showTemplateModal,s=a.action,l=a.slug,u=a.nonce,m=tiobDash,p=m.themesURL,d=m.brandedTheme,b=Object(r.useState)(!1),f=j()(b,2),h=f[0],g=f[1],O=Object(r.useState)(null),v=j()(O,2),_=v[0],w=v[1],S=function(){n(!1)},k=function(e){g(!1),w(Object(E.sprintf)(// translators: %s: Error message.
|
| 2 |
-
Object(E.__)("An error has ocurred: %s","templates-patterns-collection"),e))},C=function(){g("activating");var e="".concat(p,"?action=activate&stylesheet=").concat(l,"&_wpnonce=").concat(u);N(e,!0).then((function(e){return 200!==e.status?(k(Object(E.__)("Could not activate theme.","templates-patterns-collection")),g(!1),!1):(g(!1),n(!1),c(!1),o?(i(),!1):void t(!0))}))};return Object(r.createElement)(y.Modal,{className:"ob-import-modal install-modal",title:Object(E.__)("Install and Activate Neve","templates-patterns-collection"),onRequestClose:S,shouldCloseOnClickOutside:!h,isDismissible:!h},Object(r.createElement)("div",{className:"modal-body",style:{textAlign:"center"}},!d&&Object(r.createElement)("img",{style:{width:75},src:"".concat(tiobDash.assets,"/img/logo.svg"),alt:Object(E.__)("Logo","templates-patterns-collection")}),_&&Object(r.createElement)("div",{className:"well error",style:{margin:"20px 0"}},_),Object(r.createElement)("p",{style:{lineHeight:1.6,fontSize:"15px"}},Object(E.__)("In order to import the starter site, Neve theme has to be installed and activated. Click the button below to install and activate Neve","templates-patterns-collection"))),Object(r.createElement)("div",{className:"modal-footer",style:{justifyContent:"center"}},Object(r.createElement)("div",{className:"actions",style:{display:"flex"}},!_&&Object(r.createElement)(y.Button,{dismiss:_,isPrimary:!0,disabled:h,className:h&&"is-loading",icon:h&&"update",onClick:"install"===s?function(){g("installing"),wp.updates.installTheme({slug:"neve",success:function(){c(x(x({},a),{},{action:"activate"})),C()},error:function(e){c(x(x({},a),{},{action:"activate"})),k(e.errorMessage||Object(E.__)("Could not install theme.","templates-patterns-collection"))}})}:C},h&&("installing"===h?Object(E.__)("Installing"):Object(E.__)("Activating")),!h&&("install"===s?Object(E.__)("Install and Activate","templates-patterns-collection"):Object(E.__)("Activate","templates-patterns-collection"))),Object(r.createElement)(y.Button,{style:{marginLeft:30},isSecondary:!0,disabled:h,onClick:S},Object(E.__)("Close","templates-patterns-collection")))))})),I=tiobDash.onboarding,L=function(e){return C(I.root+"/install_plugins",e)},A=function(){var e=k()(w.a.mark((function e(t){var n;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n={},t.forEach((function(e){"elementor"===e.template_type?n.elementor=!0:"beaver"===e.template_type&&(n["beaver-builder-lite-version"]=!0)})),!(Object.keys(n).length>0)){e.next=11;break}return e.prev=3,e.next=6,L(n);case 6:e.next=11;break;case 8:return e.prev=8,e.t0=e.catch(3),e.abrupt("return",error);case 11:return e.abrupt("return",C(I.root+"/import_single_templates",t));case 12:case"end":return e.stop()}}),e,null,[[3,8]])})));return function(t){return e.apply(this,arguments)}}(),B=function(e){var t=e.data,n=e.externalInstalled,a=t.external_plugins||null,c=g()(["well"]);return Object(r.createElement)("div",{className:c},a&&!n&&Object(r.createElement)("h3",{style:{marginTop:15}},Object(r.createElement)(y.Dashicon,{icon:"info"}),Object(r.createElement)("span",null,Object(E.__)("To import this demo you have to install the following plugins","neve"))),Object(r.createElement)("ul",null,a&&!n?a.map((function(e,t){return Object(r.createElement)("li",{key:t},Object(r.createElement)(y.Button,{isLink:!0,href:e.author_url},e.name))})):Object(r.createElement)(r.Fragment,null,Object(r.createElement)("li",null,Object(E.__)("We recommend you backup your website content before attempting a full site import.","neve")),Object(r.createElement)("li",null,Object(E.__)("Some of the demo images will not be imported and will be replaced by placeholder images.","neve")))))},R=function(e){var t=e.message,n=e.code;return Object(r.createElement)("div",{className:"well error"},t&&Object(r.createElement)("h3",null,Object(r.createElement)(y.Dashicon,{icon:"warning"}),Object(r.createElement)("span",null,t)),Object(r.createElement)("ul",null,Object(r.createElement)("li",{dangerouslySetInnerHTML:{__html:tiobDash.onboarding.i18n.troubleshooting}}),Object(r.createElement)("li",{dangerouslySetInnerHTML:{__html:tiobDash.onboarding.i18n.support}}),n&&Object(r.createElement)("li",null,Object(E.__)("Error code","templates-patterns-collection"),":"," ",Object(r.createElement)("code",null,n)),Object(r.createElement)("li",null,Object(E.__)("Error log","templates-patterns-collection"),":"," ",Object(r.createElement)(y.Button,{isLink:!0,href:tiobDash.onboarding.logUrl},tiobDash.onboarding.logUrl,Object(r.createElement)(y.Dashicon,{icon:"external"})))))},F=function(e){var t=e.data,n=function(e){return console.log(e)},a=Object(r.useState)(!1),c=j()(a,2),o=c[0],i=c[1],s=Object(r.useState)(!1),l=j()(s,2),u=l[0],m=l[1],p=Object(r.useState)(!1),d=j()(p,2),b=d[0],f=d[1],h=Object(r.useState)(null),g=j()(h,2),O=g[0],v=g[1],_=Object(r.useState)(null),w=j()(_,2),S=w[0],k=w[1];if(o)return null;var N=function(){"done"===b&&i(!0),m(!1),v(null),f(!1)};return Object(r.createElement)("div",{className:"ob-migration"},u&&Object(r.createElement)(y.Modal,{className:"ob-import-modal migration",title:Object(E.__)("Migrate","templates-patterns-collection")+" "+t.theme_name,onRequestClose:N,shouldCloseOnClickOutside:!b,isDismissible:!b},Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},O&&Object(r.createElement)(R,{message:O.message||null,code:O.code||null}),!1===b&&!O&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(B,{data:t}),t.mandatory_plugins&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)("hr",null),Object(r.createElement)("h3",null,Object(E.__)("The following plugins will be installed","neve"),":"),Object(r.createElement)("ul",null,Object.keys(t.mandatory_plugins).map((function(e,n){return Object(r.createElement)("li",{key:n},"-"," ",t.mandatory_plugins[e])}))))),"done"===b&&Object(r.createElement)("p",{className:"import-result"},Object(E.__)("Content was successfully imported. Enjoy your new site!","neve")),!0===b&&Object(r.createElement)("div",{className:"loading"},Object(r.createElement)(y.Dashicon,{icon:"update",size:50}),Object(r.createElement)("h3",null,Object(E.__)("Migrating","templates-patterns-collection"),"..."))),(!b||"done"===b)&&Object(r.createElement)("div",{className:"modal-footer"},Object(r.createElement)(y.Button,{isSecondary:"done"!==b,isLink:"done"===b,className:"done"===b?"close":null,onClick:N},"done"===b?Object(E.__)("Close","templates-patterns-collection"):Object(E.__)("Cancel","templates-patterns-collection")),O||"done"===b?Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{style:{marginLeft:20},isSecondary:!0,href:"".concat(tiobDash.onboarding.homeUrl,"/wp-admin/post.php?post=").concat(S,"&action=elementor")},Object(E.__)("Edit Content","templates-patterns-collection")),Object(r.createElement)(y.Button,{isPrimary:!0,href:tiobDash.onboarding.homeUrl},Object(E.__)("View Website","templates-patterns-collection"))):Object(r.createElement)(y.Button,{isPrimary:!0,onClick:function(){var e;e=Object.keys(t.mandatory_plugins).reduce((function(e,t){return e[t]=!0,e}),{}),L(e).then((function(e){if(f(!0),!e.success)return v({code:e.data||null,message:Object(E.__)("Something went wrong while installing the necessary plugins.","neve")}),f(!1),!1;var n=t.template,r=t.template_name;C(tiobDash.onboarding.root+"/migrate_frontpage",{template:n,template_name:r}).then((function(e){if(!e.success)return v({code:e.data||null,message:Object(E.__)("Something went wrong while importing the website content.","neve")}),f(!1),!1;k(e.data),f("done")}))}))}},Object(E.__)("Start Migration","templates-patterns-collection"))))),Object(r.createElement)("h2",null,t.heading),Object(r.createElement)("p",null,t.description),Object(r.createElement)("div",{className:"card starter-site-card",style:{maxWidth:330}},Object(r.createElement)("div",{className:"top"},t.screenshot&&Object(r.createElement)("div",{className:"image"},Object(r.createElement)("img",{src:t.screenshot,alt:t.theme_name}))),Object(r.createElement)("div",{className:"bottom"},Object(r.createElement)("p",{className:"title"},t.theme_name))),Object(r.createElement)("div",{className:"actions"},Object(r.createElement)(y.Button,{isPrimary:!0,onClick:function(){return m(!0),!1}},Object(E.__)("Migrate","templates-patterns-collection")+" "+t.theme_name),Object(r.createElement)(y.Button,{isSecondary:!0,onClick:function(){C(tiobDash.onboarding.root+"/dismiss_migration",{theme_mod:t.theme_mod}).then((function(e){if(!e.success)return n(Object(E.__)("Something went wrong. Please reload the page and try again.","neve")),!1;n(Object(E.__)("Dismissed","templates-patterns-collection")),i(!0)}))}},Object(E.__)("Dismiss","templates-patterns-collection"))))},z=n(12),U=n.n(z),V=n(15),$=n.n(V),H=n(5),G=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"})),q=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})),W=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})),Q=n(13),Y=n.n(Q),J=n(11),K=new Uint8Array(16);function Z(){if(!P&&!(P="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return P(K)}for(var X=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,ee=function(e){return"string"==typeof e&&X.test(e)},te=[],ne=0;ne<256;++ne)te.push((ne+256).toString(16).substr(1));var re=function(e,t,n){var r=(e=e||{}).random||(e.rng||Z)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(var a=0;a<16;++a)t[n+a]=r[a];return t}return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(te[e[t+0]]+te[e[t+1]]+te[e[t+2]]+te[e[t+3]]+"-"+te[e[t+4]]+te[e[t+5]]+"-"+te[e[t+6]]+te[e[t+7]]+"-"+te[e[t+8]]+te[e[t+9]]+"-"+te[e[t+10]]+te[e[t+11]]+te[e[t+12]]+te[e[t+13]]+te[e[t+14]]+te[e[t+15]]).toLowerCase();if(!ee(n))throw TypeError("Stringified UUID is invalid");return n}(r)};function ae(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ce(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ae(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ae(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var oe=function(){var e=k()(w.a.mark((function e(){var t,n,r,a,c,o,i=arguments;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=i.length>0&&void 0!==i[0]&&i[0],n=i.length>1&&void 0!==i[1]?i[1]:{},r=Object(J.stringifyUrl)({url:tiobDash.endpoint+(t?"page-templates":"templates"),query:ce(ce({cache:localStorage.getItem("tpcCacheBuster")},tiobDash.params),n)}),e.prev=3,e.next=6,Y()({url:r,method:"GET",parse:!1});case 6:if(!(a=e.sent).ok){e.next=15;break}return e.next=10,a.json();case 10:if(!(c=e.sent).message){e.next=13;break}return e.abrupt("return",{success:!1,message:c.message});case 13:return o=a.headers.get("x-wp-totalpages"),e.abrupt("return",{success:!0,total:o,templates:c});case 15:e.next=21;break;case 17:if(e.prev=17,e.t0=e.catch(3),!e.t0.message){e.next=21;break}return e.abrupt("return",{success:!1,message:e.t0.message});case 21:case"end":return e.stop()}}),e,null,[[3,17]])})));return function(){return e.apply(this,arguments)}}(),ie=function(){var e=k()(w.a.mark((function e(t,n){var r;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=Object(J.stringifyUrl)({url:tiobDash.endpoint+"templates/"+t,query:ce(ce({cache:localStorage.getItem("tpcCacheBuster")},tiobDash.params),{},{template_id:t,template_name:n})}),e.prev=1,e.next=4,Y()({url:r,method:"POST"});case 4:return localStorage.setItem("tpcCacheBuster",re()),e.abrupt("return",{success:!0});case 8:if(e.prev=8,e.t0=e.catch(1),!e.t0.message){e.next=12;break}return e.abrupt("return",{success:!1,message:e.t0.message});case 12:case"end":return e.stop()}}),e,null,[[1,8]])})));return function(t,n){return e.apply(this,arguments)}}(),se=function(){var e=k()(w.a.mark((function e(t){var n;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=Object(J.stringifyUrl)({url:"".concat(tiobDash.endpoint,"templates/").concat(t),query:ce({cache:localStorage.getItem("tpcCacheBuster"),_method:"DELETE"},tiobDash.params)}),e.prev=1,e.next=4,Y()({url:n,method:"POST"});case 4:return localStorage.setItem("tpcCacheBuster",re()),e.abrupt("return",{success:!0});case 8:if(e.prev=8,e.t0=e.catch(1),!e.t0.message){e.next=12;break}return e.abrupt("return",{success:!1,message:e.t0.message});case 12:case"end":return e.stop()}}),e,null,[[1,8]])})));return function(t){return e.apply(this,arguments)}}(),le=function(){var e=k()(w.a.mark((function e(t){var n,r,a;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=Object(J.stringifyUrl)({url:"".concat(tiobDash.endpoint,"templates/bulk-import"),query:ce({templates:t,cache:localStorage.getItem("tpcCacheBuster")},tiobDash.params)}),e.prev=1,e.next=4,Y()({url:n,method:"GET",parse:!1});case 4:if(!(r=e.sent).ok){e.next=14;break}if(!r.message){e.next=8;break}return e.abrupt("return",{success:!1,message:r.message});case 8:return e.next=10,r.json();case 10:if(!(a=e.sent).message){e.next=13;break}return e.abrupt("return",{success:!1,message:a.message});case 13:return e.abrupt("return",{success:!0,templates:a});case 14:e.next=20;break;case 16:if(e.prev=16,e.t0=e.catch(1),!e.t0.message){e.next=20;break}return e.abrupt("return",{success:!1,message:e.t0.message});case 20:case"end":return e.stop()}}),e,null,[[1,16]])})));return function(t){return e.apply(this,arguments)}}(),ue=function(){var e=k()(w.a.mark((function e(t){var n,r,a;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=Object(J.stringifyUrl)({url:"".concat(tiobDash.endpoint,"templates/").concat(t,"/import"),query:ce({cache:localStorage.getItem("tpcCacheBuster")},tiobDash.params)}),r={},e.prev=2,e.next=5,Y()({url:n,method:"GET",parse:!1});case 5:if(!(a=e.sent).ok){e.next=12;break}return e.next=9,a.json();case 9:if(!(r=e.sent).message){e.next=12;break}return e.abrupt("return",{success:!1,message:r.message});case 12:e.next=18;break;case 14:if(e.prev=14,e.t0=e.catch(2),!e.t0.message){e.next=18;break}return e.abrupt("return",{success:!1,message:e.t0.message});case 18:return e.abrupt("return",{success:!0,templates:[r]});case 19:case"end":return e.stop()}}),e,null,[[2,14]])})));return function(t){return e.apply(this,arguments)}}(),me=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},Object(r.createElement)(H.Path,{d:"M10.2 3.28c3.53 0 6.43 2.61 6.92 6h2.08l-3.5 4-3.5-4h2.32c-.45-1.97-2.21-3.45-4.32-3.45-1.45 0-2.73.71-3.54 1.78L4.95 5.66C6.23 4.2 8.11 3.28 10.2 3.28zm-.4 13.44c-3.52 0-6.43-2.61-6.92-6H.8l3.5-4c1.17 1.33 2.33 2.67 3.5 4H5.48c.45 1.97 2.21 3.45 4.32 3.45 1.45 0 2.73-.71 3.54-1.78l1.71 1.95c-1.28 1.46-3.15 2.38-5.25 2.38z"})),pe=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M20.1 5.1L16.9 2 6.2 12.7l-1.3 4.4 4.5-1.3L20.1 5.1zM4 20.8h8v-1.5H4v1.5z"})),de=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},Object(r.createElement)(H.Path,{d:"M12 4h3c.6 0 1 .4 1 1v1H3V5c0-.6.5-1 1-1h3c.2-1.1 1.3-2 2.5-2s2.3.9 2.5 2zM8 4h3c-.2-.6-.9-1-1.5-1S8.2 3.4 8 4zM4 7h11l-.9 10.1c0 .5-.5.9-1 .9H5.9c-.5 0-.9-.4-1-.9L4 7z"})),be=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M18.3 5.6L9.9 16.9l-4.6-3.4-.9 1.2 5.8 4.3 9.3-12.6z"})),fe=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M7 5.5h10a.5.5 0 01.5.5v12a.5.5 0 01-.5.5H7a.5.5 0 01-.5-.5V6a.5.5 0 01.5-.5zM17 4H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V6a2 2 0 00-2-2zm-1 3.75H8v1.5h8v-1.5zM8 11h8v1.5H8V11zm6 3.25H8v1.5h6v-1.5z"}));function he(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ge(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?he(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):he(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Oe=function(e){var t=e.sortingOrder,n=e.item,a=e.loadTemplates,c=e.userTemplate,o=e.grid,i=e.onPreview,s=e.onImport,l=e.upsell,u=void 0!==l&&l,m=Object(r.useState)(!1),p=j()(m,2),d=p[0],b=p[1],f=Object(r.useState)(!1),h=j()(f,2),O=h[0],v=h[1],_=Object(r.useState)(n.template_name),S=j()(_,2),C=S[0],N=S[1],T=function(){var e=k()(w.a.mark((function e(t){var r,a;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.preventDefault(),r=n.template_id,a=n.template_name,b("updating"),e.next=5,ie(r,C||a).then((function(e){e.success&&(v(!O),b(!1))}));case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),M=function(){var e=k()(w.a.mark((function e(){return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(window.confirm(Object(E.__)("Are you sure you want to delete this template?"))){e.next=2;break}return e.abrupt("return",!1);case 2:b("deleteing"),se(n.template_id).then((function(e){e.success&&(a(ge({page:0},t)),b(!1))}));case 4:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),x=function(){i(n.link)},P=g()("actions",{"no-controls":!c});if(o){var D={backgroundImage:"url(".concat(n.template_thumbnail,")")};return Object(r.createElement)("div",{key:n.template_id,className:"table-grid"},Object(r.createElement)("div",{style:D,className:g()("grid-preview",{"is-loading":O||!1!==d})},Object(r.createElement)("div",{className:"preview-actions"},!c&&n.link&&Object(r.createElement)(y.Button,{isSecondary:!0,disabled:!1!==d,onClick:x},Object(E.__)("Preview")),!u&&Object(r.createElement)(y.Button,{isPrimary:!0,isBusy:"importing"===d,disabled:!1!==d,onClick:s},Object(E.__)("Import")),c&&Object(r.createElement)("div",{className:"preview-controls"},!n.link&&Object(r.createElement)(y.Button,{label:Object(E.__)("Edit"),icon:"updating"===d?me:pe,disabled:O||!1!==d,className:g()({"is-loading":"updating"===d}),onClick:function(){return v(!O)}}),Object(r.createElement)(y.Button,{label:Object(E.__)("Delete"),icon:"deleteing"===d?me:de,disabled:!1!==d,className:g()({"is-loading":"deleteing"===d}),onClick:M})))),Object(r.createElement)("div",{className:"card-footer"},O?Object(r.createElement)("form",{onSubmit:T},Object(r.createElement)(y.TextControl,{value:C,onChange:N}),Object(r.createElement)(y.Button,{type:"submit",label:Object(E.__)("Update"),icon:"updating"===d?me:be,disabled:!1!==d,className:g()({"is-loading":"updating"===d})})):Object(r.createElement)("p",null,C)))}return Object(r.createElement)("div",{key:n.template_id,className:"table-row"},Object(r.createElement)("div",{className:"title"},Object(r.createElement)(y.Icon,{icon:fe}),O?Object(r.createElement)(y.TextControl,{label:Object(E.__)("Template Name"),hideLabelFromVision:!0,value:C,onChange:N}):C),c&&Object(r.createElement)("div",{className:"controls"},n.link?Object(r.createElement)(y.Tooltip,{text:Object(E.__)("This template is synced to a page.")},Object(r.createElement)(y.Button,{label:Object(E.__)("Edit"),icon:pe,disabled:!0},Object(E.__)("Edit"))):Object(r.createElement)(y.Button,{label:O?Object(E.__)("Update"):Object(E.__)("Edit"),icon:O?"updating"===d?me:be:pe,disabled:!1!==d,className:g()({"is-loading":"updating"===d}),onClick:function(){return O?T:v(!O)}},O?Object(E.__)("Update"):Object(E.__)("Edit")),Object(r.createElement)(y.Button,{label:Object(E.__)("Delete"),icon:"deleteing"===d?me:de,disabled:!1!==d,className:g()({"is-loading":"deleteing"===d}),onClick:M},"deleting"===d?Object(E.__)("Deleting")+"...":Object(E.__)("Delete"))),Object(r.createElement)("div",{className:P},!c&&n.link&&Object(r.createElement)(y.Button,{isSecondary:!0,disabled:!1!==d,onClick:x},Object(E.__)("Preview")),Object(r.createElement)(y.Button,{isPrimary:!0,isBusy:"importing"===d,onClick:s,disabled:!1!==d},Object(E.__)("Import"))))},ve=function(e){var t=e.isGrid;return Object(r.createElement)("div",{className:"table"},[1,2,3,4,5,6,7,8].map((function(e){return t?Object(r.createElement)("div",{key:e,className:"table-grid"},Object(r.createElement)("div",{className:"grid-preview image is-loading"}),Object(r.createElement)("div",{className:"card-footer"},Object(r.createElement)("p",{className:"title loading",style:{height:14,"background-color":"#f3f3f3"}}))):Object(r.createElement)("div",{key:e,className:"table-row"},Object(r.createElement)("p",{className:"title loading",style:{width:"100%",height:14,background:"linear-gradient(to right, #f3f3f3, #ffffff)"}}))})))},je=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M13 11.9l3.3-3.4-1.1-1-3.2 3.3-3.2-3.3-1.1 1 3.3 3.4-3.5 3.6 1 1L12 13l3.5 3.5 1-1z"})),ye=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"})),Ee=Object(r.createElement)(H.SVG,{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M3 15h18v-2H3v2zm0 4h18v-2H3v2zm0-8h18V9H3v2zm0-6v2h18V5H3z"})),_e=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7.8 16.5H5c-.3 0-.5-.2-.5-.5v-6.2h6.8v6.7zm0-8.3H4.5V5c0-.3.2-.5.5-.5h6.2v6.7zm8.3 7.8c0 .3-.2.5-.5.5h-6.2v-6.8h6.8V19zm0-7.8h-6.8V4.5H19c.3 0 .5.2.5.5v6.2z",fillRule:"evenodd",clipRule:"evenodd"})),we=n(18);function Se(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ke(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Se(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Se(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Ce,Ne={date:Object(E.__)("Date"),template_name:Object(E.__)("Name"),modified:Object(E.__)("Last Modified")},Te=function(e){var t=e.isGrid,n=e.setGrid,a=e.isSearch,c=e.searchQuery,o=e.setSearchQuery,i=e.onSearch,s=e.sortingOrder,l=e.setSortingOrder,u=e.changeOrder;return Object(r.createElement)("div",{className:"filters"},Object(r.createElement)("div",{className:"header-form"},Object(r.createElement)("div",{className:"display-sorting"},Object(r.createElement)("div",{className:"sorting-label"},Object(E.__)("Sort by")),Object(r.createElement)("div",{className:"sorting-filter"},Object.keys(Ne).map((function(e){return Object(r.createElement)(y.Button,{key:e,className:g()({"is-selected":e===s.orderby,"is-asc":"ASC"===s.order}),onClick:function(){var t={order:"DESC",orderby:e};e===s.orderby&&"DESC"===s.order&&(t.order="ASC"),l(ke({},t)),u(ke({},t))}},Ne[e])})))),Object(r.createElement)("div",{className:"display-filters"},Object(r.createElement)("div",{className:"display-filters__search"},Object(r.createElement)("input",{placeholder:Object(E.__)("Search"),value:c,onChange:function(e){return o(e.target.value)},onKeyDown:function(e){e.keyCode===we.ENTER&&i()}}),a?Object(r.createElement)(y.Button,{label:Object(E.__)("Clear search query"),icon:je,onClick:function(){o(""),i("")}}):Object(r.createElement)(y.Button,{label:Object(E.__)("Search"),icon:ye,onClick:function(){return i()}})),Object(r.createElement)(y.Button,{label:Object(E.__)("List View"),icon:Ee,onClick:function(){return n(!1)},isPressed:!t}),Object(r.createElement)(y.Button,{label:Object(E.__)("Grid View"),icon:_e,onClick:function(){return n(!0)},isPressed:t}))))},Me=function(e){var t=e.title,n=e.leftButtons,a=e.rightButtons,c=e.heading,o=e.previewUrl,i=Object(J.stringifyUrl)({url:o,query:{tpcpreview:"yes"}}),s=t||Object(E.__)("Preview");return Object(r.createElement)("div",{className:"ob-preview single-templates"},Object(r.createElement)("div",{className:"preview"},Object(r.createElement)("iframe",{title:s,src:i,frameBorder:"0"}),Object(r.createElement)("div",{className:"loading"},Object(r.createElement)(y.Dashicon,{icon:"update",size:50}))),Object(r.createElement)("div",{className:"bottom-bar"},n&&Object(r.createElement)("div",{className:"navigator"},n),c&&Object(r.createElement)("h2",{className:"heading"},c),a&&Object(r.createElement)("div",{className:"actions"},a)))},xe={AElig:"Æ",AMP:"&",Aacute:"Á",Acirc:"Â",Agrave:"À",Aring:"Å",Atilde:"Ã",Auml:"Ä",COPY:"©",Ccedil:"Ç",ETH:"Ð",Eacute:"É",Ecirc:"Ê",Egrave:"È",Euml:"Ë",GT:">",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"},Pe={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"};function De(e){var t="string"==typeof e?e.charCodeAt(0):e;return t>=48&&t<=57}function Ie(e){var t="string"==typeof e?e.charCodeAt(0):e;return t>=97&&t<=102||t>=65&&t<=70||t>=48&&t<=57}function Le(e){return function(e){var t="string"==typeof e?e.charCodeAt(0):e;return t>=97&&t<=122||t>=65&&t<=90}(e)||De(e)}function Ae(e){var t,n="&"+e+";";return(Ce=Ce||document.createElement("i")).innerHTML=n,(59!==(t=Ce.textContent).charCodeAt(t.length-1)||"semi"===e)&&t!==n&&t}var Be={}.hasOwnProperty,Re=String.fromCharCode,Fe=[void 0,"Named character references must be terminated by a semicolon","Numeric character references must be terminated by a semicolon","Named character references cannot be empty","Numeric character references cannot be empty","Named character references must be known","Numeric character references cannot be disallowed","Numeric character references cannot be outside the permissible Unicode range"];function ze(e){return e>=1&&e<=8||11===e||e>=13&&e<=31||e>=127&&e<=159||e>=64976&&e<=65007||65535==(65535&e)||65534==(65535&e)}function Ue(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ve(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ue(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ue(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var $e=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getThemeAction,r=t.getCurrentSite;return{themeStatus:n().action||!1,siteData:r()}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setTemplateModal,r=t.setImportModalStatus,a=t.setInstallModalStatus;return{cancel:function(){n(null)},setModal:function(e){return r(e)},setInstallModal:function(e){return a(e)}}})))((function(e){var t=e.templatesData,n=e.cancel,a=e.siteData,c=e.themeStatus,o=e.setInstallModal,i=e.setModal,s=e.isUserTemplate,l=void 0!==s&&s,u=e.generalTemplates,m=void 0!==u&&u,p=Object(r.useState)(!0),d=j()(p,2),b=d[0],f=d[1],h=Object(r.useState)([]),O=j()(h,2),v=O[0],_=O[1],w=Object(r.useState)(!1),S=j()(w,2),k=S[0],C=S[1],N=Object(r.useState)([]),T=j()(N,2),M=T[0],x=T[1],P=Object(r.useState)(!1),D=j()(P,2),I=D[0],L=D[1],B=1===t.length;Object(r.useEffect)((function(){l&&B?ue(t[0].template_id).then((function(e){e.success||(e.message?L(e.message):L(!0),f(!1)),_(e.templates),f(!1)})):le(t.map((function(e){return e.template_id}))).then((function(e){if(!e.success)return e.message?L(e.message):L(!0),f(!1),!1;_(e.templates),f(!1)}))}),[t]);var R=function(){return Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},Object(r.createElement)("div",{className:"header"},Object(r.createElement)("h1",{className:"is-loading",style:{height:30,marginBottom:30,width:"70%"}}),Object(r.createElement)("p",{className:"description is-loading"}),Object(r.createElement)("p",{className:"description is-loading"}),Object(r.createElement)("p",{className:"description is-loading",style:{width:"40%"}}))),Object(r.createElement)("div",{className:"modal-footer",style:{marginTop:50}},Object(r.createElement)("span",{className:"is-loading link"}),Object(r.createElement)("span",{className:"is-loading button",style:{width:"150px",marginLeft:"auto"}})))},F=function(e){if(e.preventDefault(),c)return o(!0),!1;i(!0)},z=function(){C(!0);var e=t.map((function(e,t){return Ve(Ve({},e),v[t])}));try{A(e).then((function(e){if(!e.success)return console.log(e.message),!1;x(e.pages),C("done")}))}catch(e){console.log(I)}},U=function(){return Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},Object(r.createElement)("div",{className:"header"},Object(r.createElement)("h1",null,Object(E.__)("An error occurred!","templates-patterns-collection")),Object(r.createElement)("p",{className:"description"},!0===I?Object(E.__)("Please refresh the page and try again."):I))),Object(r.createElement)("div",{className:"modal-footer"},Object(r.createElement)(y.Button,{isPrimary:!0,className:"import",onClick:function(){L(!1),n()}},Object(E.__)("Close"))))};return Object(r.createElement)(y.Modal,{className:g()(["ob-import-modal",{fetching:b}]),onRequestClose:n,shouldCloseOnClickOutside:!(k&&"done"!==k||b),isDismissible:!(k&&"done"!==k||b)},"done"===k?Object(r.createElement)((function(){return Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},Object(r.createElement)("div",{className:"header"},Object(r.createElement)("h1",null,Object(E.__)("Import done!","templates-patterns-collection")),Object(r.createElement)("p",{className:"description"},B?Object(E.__)("Template was successfully imported!","templates-patterns-collection"):Object(E.__)("Templates were successfully imported!","templates-patterns-collection"))),M&&Object(r.createElement)("ul",{className:"modal-toggles"},M.map((function(e,t){return Object(r.createElement)("li",{className:"option-row",key:t},Object(r.createElement)(y.Icon,{icon:fe,className:"active"}),Object(r.createElement)("span",null,function(e,t={}){var n,r,a,c,o,i,s,l,u,m,p,d,b,f,h,g,O,v,j,y,E,_,w,S,k="string"==typeof t.additional?t.additional.charCodeAt(0):t.additional,C=0,N=-1,T="",M=[];t.position&&("start"in t.position||"indent"in t.position?(r=t.position.indent,n=t.position.start):n=t.position),a=n&&n.line||1,c=n&&n.column||1,y=x(),C--;for(;++C<=e.length;)if(10===u&&(c=r&&r[N]||1),38===(u=e.charCodeAt(C))){if(9===(d=e.charCodeAt(C+1))||10===d||12===d||32===d||38===d||60===d||Number.isNaN(d)||k&&d===k){T+=Re(u),c++;continue}for(g=O=C+1,w=O,35===d?(w=++g,88===(d=e.charCodeAt(w))||120===d?(v="hexadecimal",w=++g):v="decimal"):v="named",o="",h="",l="",j="named"===v?Le:"decimal"===v?De:Ie,w--;++w<=e.length&&j(d=e.charCodeAt(w));)l+=Re(d),"named"===v&&Be.call(xe,l)&&(o=l,h=xe[l]);(s=59===e.charCodeAt(w))&&(w++,(i="named"===v&&Ae(l))&&(o=l,h=i)),_=1+w-O,(s||!1!==t.nonTerminated)&&(l?"named"===v?(s&&!h?P(5,1):(o!==l&&(_=1+(w=g+o.length)-g,s=!1),s||(b=o?1:3,t.attribute?61===(d=e.charCodeAt(w))?(P(b,_),h=null):Le(d)?h=null:P(b,_):P(b,_))),m=h):(s||P(2,_),(S=p=Number.parseInt(l,"hexadecimal"===v?16:10))>=55296&&S<=57343||S>1114111?(P(7,_),m=Re(65533)):p in Pe?(P(6,_),m=Pe[p]):(f="",ze(p)&&P(6,_),p>65535&&(f+=Re((p-=65536)>>>10|55296),p=56320|1023&p),m=f+Re(p))):"named"!==v&&P(4,_)),m?(D(),y=x(),C=w-1,c+=w-O+1,M.push(m),(E=x()).offset++,t.reference&&t.reference.call(t.referenceContext,m,{start:y,end:E},e.slice(O-1,w)),y=E):(l=e.slice(O-1,w),T+=l,c+=l.length,C=w-1)}else 10===u&&(a++,N++,c=0),Number.isNaN(u)?D():(T+=Re(u),c++);return M.join("");function x(){return{line:a,column:c,offset:C+(n&&n.offset||0)}}function P(e,n){var r;t.warning&&((r=x()).column+=n,r.offset+=n,t.warning.call(t.warningContext,Fe[e],r,e))}function D(){T&&(M.push(T),t.text&&t.text.call(t.textContext,T,{start:y,end:x()}),T="")}}(e.title)),Object(r.createElement)("div",{className:"actions"},Object(r.createElement)(y.Button,{isTertiary:!0,href:e.url},Object(E.__)("Visit","templates-patterns-collection")),Object(r.createElement)(y.Button,{isTertiary:!0,href:e.edit},Object(E.__)("Edit","templates-patterns-collection"))))})))),Object(r.createElement)("div",{className:"modal-footer"},Object(r.createElement)(y.Button,{isPrimary:!0,className:"import",onClick:n},Object(E.__)("Close"))))}),null):Object(r.createElement)((function(){return b?Object(r.createElement)(R,null):I?Object(r.createElement)(U,null):Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},Object(r.createElement)("div",{className:"header"},Object(r.createElement)("h1",null,Object(E.sprintf)(B?
|
| 3 |
/* translators: name of starter site */
|
| 4 |
Object(E.__)("Import the %s template","templates-patterns-collection"):
|
| 5 |
/* translators: name of template */
|
| 6 |
Object(E.__)("Import all templates from %s","templates-patterns-collection"),B?t[0].template_name:a.title)),Object(r.createElement)("p",{className:"description"},(Object(r.createElement)("strong",null,Object(E.__)("does not")),B?Object(E.sprintf)(
|
| 7 |
/* translators: %s the name of the template */
|
| 8 |
-
Object(E.__)("The %s template will be imported as a page into your site. This import will install & activate the page builder plugin if not already installed.","templates-patterns-collection"),t[0].template_name):Object(E.__)("All the templates that are included in this starter site, will be imported as pages. This import will install & activate the page builder plugin if not already installed.","templates-patterns-collection"))))),Object(r.createElement)("div",{className:"modal-footer"},!m&&Object(r.createElement)(y.Button,{className:"import-templates",isLink:!0,disabled:k,onClick:F},Object(E.__)("I want to import the entire site","templates-patterns-collection")),Object(r.createElement)(y.Button,{isPrimary:!0,className:"import",disabled:k,onClick:z},k?Object(E.__)("Importing")+"...":B?Object(E.__)("Import"):Object(E.__)("Import All Pages"))))}),null))}));function He(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ge(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?He(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):He(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var qe=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setInstallModalStatus,r=t.setTemplateModal,a=t.setPreviewStatus;return{setPreview:function(e){return a(e)},setInstallModal:function(e){return n(e)},setTemplateModal:r}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getTemplateModal,r=t.getThemeAction,a=t.getCurrentEditor,c=t.getCurrentTab;return{templateModal:n(),themeStatus:r().action||!1,editor:a(),currentTab:c()}})))((function(e){var t=e.isGeneral,n=e.setPreview,a=e.setInstallModal,o=e.setTemplateModal,i=e.templateModal,s=e.themeStatus,l=e.currentTab,u=Object(r.useState)({gutenberg:[],elementor:[]}),m=j()(u,2),p=m[0],d=m[1],b=Object(r.useState)("gutenberg"),f=j()(b,2),h=f[0],O=f[1],v=Object(r.useState)([]),_=j()(v,2),S=_[0],C=_[1],N=Object(r.useState)(t),T=j()(N,2),M=T[0],x=T[1],P=Object(r.useState)(""),D=j()(P,2),I=D[0],L=D[1],A=Object(r.useState)({gutenberg:0,elementor:0,beaver:0}),B=j()(A,2),R=B[0],F=B[1],z=Object(r.useState)({gutenberg:0,elementor:0,beaver:0}),V=j()(z,2),H=V[0],Q=V[1],Y=Object(r.useState)(!1),J=j()(Y,2),K=J[0],Z=J[1],X=Object(r.useState)(!1),ee=j()(X,2),te=ee[0],ne=ee[1],re=Object(r.useState)(!1),ae=j()(re,2),ce=ae[0],ie=ae[1],se=Object(r.useState)(""),le=j()(se,2),ue=le[0],me=le[1],pe=Object(r.useState)({templates:{order:"DESC",orderby:"date"},library:{order:"DESC",orderby:"date"}}),de=j()(pe,2),be=de[0],fe=de[1];Object(r.useEffect)((function(){Z(!0),L(""),F({gutenberg:0,elementor:0,beaver:0}),Q({gutenberg:0,elementor:0,beaver:0}),ge()}),[t,h]);var he={gutenberg:{label:Object(E.__)("Gutenberg"),icon:"gutenberg.jpg"},elementor:{label:Object(E.__)("Elementor"),icon:"elementor.jpg"},beaver:{label:Object(E.__)("Beaver"),icon:"beaver.jpg"}},ge=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=Ge({page:R[h],per_page:12,type:h},e);t&&(n.template_site_slug="general",n.premade=!0),I&&(n.search=I),oe(t,n).then((function(e){d(Ge(Ge({},p),{},c()({},h,e.templates))),Q(Ge(Ge({},H),{},c()({},h,e.total))),Z(!1)}))},je=function(){var e=k()(w.a.mark((function e(){var n,r,a=arguments;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=a.length>0&&void 0!==a[0]?a[0]:R[h]+1,ie(!0),F(Ge(Ge({},R),{},c()({},h,n))),r={page:n,per_page:12,type:h},t&&(r.template_site_slug="general",r.premade=!0),I&&(r.search=I),e.next=8,oe(t,r).then((function(e){d(Ge(Ge({},p),{},c()({},h,[].concat(U()(p[h]),U()(e.templates))))),Q(Ge(Ge({},H),{},c()({},h,e.total)))}));case 8:ie(!1);case 9:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),ye=function(e){me(e),n(!0)},Ee=function(e){if(s)return a(!0),!1;C([e]),o(!0)},_e=p[h]&&p[h].findIndex((function(e){return e.link===ue})),we=p[h]&&p[h].find((function(e){return ue===e.link})),Se=g()("cloud-items",{"is-grid":M}),ke=function(){return t?be.templates:be.library},Ce=function(){var e=k()(w.a.mark((function e(n){var r;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:Z(!0),r=Ge({search:I,type:h},n),t&&(r.template_site_slug="general",r.premade=!0),oe(t,r).then((function(e){d(Ge(Ge({},p),{},c()({},h,U()(e.templates)))),Q(Ge(Ge({},H),{},c()({},h,e.total))),Z(!1)}));case 4:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return Object(r.createElement)("div",{className:Se},Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"editor-tabs"},Object.keys(he).map((function(e){return Object(r.createElement)("a",{key:e,href:"#",onClick:function(){O(e),ne(!1)},className:g()("tab",{active:h===e})},Object(r.createElement)("span",{className:"icon-wrap"},Object(r.createElement)("img",{className:"editor-icon",src:window.tiobDash.assets+"img/"+he[e].icon,alt:he[e].label})),Object(r.createElement)("span",{className:"editor"},he[e].label))}))),Object(r.createElement)(Te,{currentTab:l,isGrid:M,setGrid:x,isSearch:te,searchQuery:I,setSearchQuery:L,onSearch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:I;Z(!0),ne(!!e);var n=Ge({search:e,type:h},ke());t&&(n.template_site_slug="general",n.premade=!0),oe(t,n).then((function(e){d(Ge(Ge({},p),{},c()({},h,U()(e.templates)))),Q(Ge(Ge({},H),{},c()({},h,e.total))),Z(!1)}))},sortingOrder:ke(),setSortingOrder:function(e){return fe(Ge(Ge({},be),{},t?{templates:e}:{library:e}))},changeOrder:Ce}),K&&Object(r.createElement)(ve,{isGrid:M}),!K&&(p[h]&&p[h].length>0?Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"table"},p[h].map((function(e){return Object(r.createElement)(Oe,{sortingOrder:ke(),onPreview:ye,userTemplate:!t,key:e.template_id,item:e,loadTemplates:ge,onImport:function(){return Ee(e)},grid:M})}))),Object(r.createElement)($.a,{onChange:function(e){if(!e)return!1;Number(H[h])>R[h]&&je()}},Object(r.createElement)("span",{style:{height:10,width:10,display:"block"}})),ce&&Object(r.createElement)("div",{className:"fetching-loader"},Object(r.createElement)(y.Spinner,null))):Object(r.createElement)(r.Fragment,null,Object(E.__)("No templates found."))),ue&&Object(r.createElement)(Me,{previewUrl:ue,rightButtons:Object(r.createElement)(y.Button,{isPrimary:!0,onClick:function(){return Ee(we)}},Object(E.__)("Import Template")),heading:we.template_name,leftButtons:Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{icon:G,onClick:function(){me(""),n(!1)}}),p[h].length>1&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{icon:Object(E.isRTL)()?q:W,onClick:function(){var e=_e-1;0===_e&&(e=p[h].length-1),me(p[h][e].link)}}),Object(r.createElement)(y.Button,{icon:Object(E.isRTL)()?W:q,onClick:function(){var e=_e+1;_e===p[h].length-1&&(e=0),me(p[h][e].link)}})))})),i&&S&&!K&&S.length>0&&Object(r.createElement)($e,{generalTemplates:!0,isUserTemplate:!t,templatesData:S}))})),We=[Object(E.__)("Business","templates-patterns-collection"),Object(E.__)("Ecommerce","templates-patterns-collection"),Object(E.__)("Fashion","templates-patterns-collection"),Object(E.__)("Blogging","templates-patterns-collection"),Object(E.__)("Photography","templates-patterns-collection")],Qe={all:Object(E.__)("All Categories"),free:Object(E.__)("Free"),business:Object(E.__)("Business"),portfolio:Object(E.__)("Portfolio"),woocommerce:Object(E.__)("WooCommerce"),blog:Object(E.__)("Blog"),personal:Object(E.__)("Personal"),other:Object(E.__)("Other")},Ye={gutenberg:{icon:"gutenberg.jpg",niceName:"Gutenberg"},elementor:{icon:"elementor.jpg",niceName:"Elementor"},"beaver builder":{icon:"beaver.jpg",niceName:Object(r.createElement)(r.Fragment,null,"Beaver ",Object(r.createElement)("span",{className:"long-name"},"Builder"))},brizy:{icon:"brizy.jpg",niceName:"Brizy"},"divi builder":{icon:"divi.jpg",niceName:"Divi"},"thrive architect":{icon:"thrive.jpg",niceName:Object(r.createElement)(r.Fragment,null,"Thrive ",Object(r.createElement)("span",{className:"long-name"},"Architect"))}},Je=function(e){var t=e.currentStep,n=e.progress,a=e.willDo,c={plugins:{label:Object(E.__)("Installing Plugins","templates-patterns-collection"),status:n.plugins,willDo:!0},content:{label:Object(E.__)("Importing Content","templates-patterns-collection"),status:n.content,willDo:a.content},customizer:{label:Object(E.__)("Importing Customizer Settings","templates-patterns-collection"),status:n.customizer,willDo:a.customizer},widgets:{label:Object(E.__)("Importing Widgets","templates-patterns-collection"),status:n.widgets,willDo:a.widgets}};return Object(r.createElement)("ul",{className:"stepper"},Object.keys(c).map((function(e,n){var a=c[e],o=a.label,i=a.status;if(!a.willDo)return null;var s=g()(["icon",{loading:t===e,warning:t===e,success:"done"===i,error:"error"===i,skip:"skip"===i}]),l="clock";return t===e&&(l="update"),"done"===i&&(l="yes"),"error"===i&&(l="no-alt"),Object(r.createElement)("li",{key:n},Object(r.createElement)("span",{className:s},Object(r.createElement)(y.Dashicon,{icon:l,className:t===e?"loading":""})),Object(r.createElement)("span",null,o))})))};function Ke(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ze(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ke(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ke(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Xe=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getCurrentSite;return{editor:n(),siteData:r()}})),Object(f.withDispatch)((function(e,t){var n=t.siteData,r=e("neve-onboarding"),a=r.setTemplateModal,c=r.setSingleTemplateImport,o=r.setImportModalStatus;return{setModal:function(e){return o(e)},runTemplateImport:function(){c(n.slug),a(!0),o(!1)}}})))((function(e){var t=e.setModal,n=e.editor,a=e.siteData,o=e.runTemplateImport,i=Object(r.useState)({content:!0,customizer:!0,widgets:!0}),s=j()(i,2),l=s[0],u=s[1],m=Object(r.useState)(!1),p=j()(m,2),d=p[0],b=p[1],f=Object(r.useState)(!1),h=j()(f,2),O=h[0],v=h[1],_=Object(r.useState)(!1),w=j()(_,2),S=w[0],k=w[1],T=Object(r.useState)(!1),M=j()(T,2),x=M[0],P=M[1],D=Object(r.useState)(null),A=j()(D,2),F=A[0],z=A[1],U=Object(r.useState)(null),V=j()(U,2),$=V[0],H=V[1],G=Object(r.useState)(!1),q=j()(G,2),W=q[0],Q=q[1],Y=Object(r.useState)(null),J=j()(Y,2),K=J[0],Z=J[1],X=Object(r.useState)(null),ee=j()(X,2),te=ee[0],ne=ee[1],re=Object(r.useState)(null),ae=j()(re,2),ce=ae[0],oe=ae[1],ie=Object(r.useState)(!0),se=j()(ie,2),le=se[0],ue=se[1],me=Object(r.useState)(!0),pe=j()(me,2),de=pe[0],be=pe[1],fe=Object(r.useState)(!0),he=j()(fe,2),ge=he[0],Oe=he[1],ve=tiobDash.license;function je(){if(!l.content)return console.log("[S] Content."),ye(),!1;var e;H("content"),console.log("[P] Content."),(e={contentFile:ce.content_file,source:"remote",frontPage:ce.front_page,shopPages:ce.shop_pages,demoSlug:ce.slug,editor:n},C(I.root+"/import_content",e)).then((function(e){if(!e.success)return we(e,"content"),!1;console.log("[D] Content."),e.frontpage_id&&z(e.frontpage_id),v("done"),ye()})).catch((function(e){return we(e,"content")}))}function ye(){if(!l.customizer)return console.log("[S] Customizer."),Ee(),!1;var e;H("customizer"),console.log("[P] Customizer."),(e={source_url:ce.url,theme_mods:ce.theme_mods,wp_options:ce.wp_options},C(I.root+"/import_theme_mods",e)).then((function(e){if(!e.success)return we(e,"customizer"),!1;console.log("[D] Customizer."),k("done"),Ee()})).catch((function(e){return we(e,"customizer")}))}function Ee(){var e;l.widgets||(console.log("[S] Widgets."),_e()),H("widgets"),console.log("[P] Widgets."),(e=ce.widgets,C(I.root+"/import_widgets",e)).then((function(e){if(!e.success)return we(e,"widgets"),!1;console.log("[D] Widgets."),P("done"),_e()})).catch((function(e){return we(e,"widgets")}))}function _e(){H("done"),Q(!1)}function we(e,t){Q(!1),H(null),"plugins"===t&&v("skip"),["content","plugins"].includes(t)&&k("skip"),["content","plugins","customizer"].includes(t)&&P("skip");var n={plugins:Object(E.__)("Something went wrong while installing the necessary plugins.","templates-patterns-collection"),content:Object(E.__)("Something went wrong while importing the website content.","templates-patterns-collection"),customizer:Object(E.__)("Something went wrong while updating the customizer settings.","templates-patterns-collection"),widgets:Object(E.__)("Something went wrong while importing the widgets.","templates-patterns-collection")};switch(t){case"plugins":b("error");break;case"content":v("error");break;case"customizer":k("error");break;case"widgets":P("error")}ne(e.data?{message:n[t],code:e.data}:{message:n[t]})}Object(r.useEffect)((function(){var e=a.remote_url||a.url,t=new URL("".concat(function(e){return e.replace(/\/$/,"")}(e)+"/","wp-json/ti-demo-data/data"));t.searchParams.append("license",ve?ve.key:"free"),N(t,!0,!1).then((function(e){e.ok||(ne({message:Object(E.__)("Something went wrong while loading the site data. Please refresh the page and try again.","templates-patterns-collection"),code:"ti__ob_failed_fetch_response"}),ue(!1)),e.json().then((function(e){oe(Ze(Ze({},e),a));var t=Ze({},e.mandatory_plugins||{}),n=Ze({},e.recommended_plugins||{}),r=e.default_off_recommended_plugins||[];Object.keys(t).map((function(e){t[e]=!0})),Object.keys(n).map((function(e){n[e]=!r.includes(e)})),Z(Ze(Ze({},n),t)),ue(!1)}))})).catch((function(e){ne({message:Object(E.__)("Something went wrong while loading the site data. Please refresh the page and try again.","templates-patterns-collection"),code:"ti__ob_failed_fetch_catch"}),ue(!1)}))}),[]);var Se=function(){if(W)return!1;t(!1)},ke=!a.external_plugins||a.external_plugins.every((function(e){return!0===e.active})),Ce=Object.keys(l).every((function(e){return!1===l[e]})),Ne={elementor:"".concat(tiobDash.onboarding.homeUrl,"/wp-admin/post.php?post=").concat(F,"&action=elementor"),brizy:"".concat(tiobDash.onboarding.homeUrl,"/?brizy-edit"),"beaver builder":"".concat(tiobDash.onboarding.homeUrl,"/?fl_builder"),"thrive architect":"".concat(tiobDash.onboarding.homeUrl,"/wp-admin/post.php?post=").concat(F,"&action=architect&tve=true"),"divi builder":"".concat(tiobDash.onboarding.homeUrl,"/?et_fb=1&PageSpeed=off"),gutenberg:"".concat(tiobDash.onboarding.homeUrl,"/wp-admin/post.php?post=").concat(F,"&action=edit")}[n];return Object(r.createElement)(y.Modal,{className:g()(["ob-import-modal",{fetching:le}]),onRequestClose:Se,shouldCloseOnClickOutside:!W&&!le,isDismissible:!W&&!le},le?Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},Object(r.createElement)("div",{className:"header"},Object(r.createElement)("span",{className:"title is-loading",style:{height:35,marginBottom:20}}),Object(r.createElement)("p",{className:"description is-loading"}),Object(r.createElement)("p",{className:"description is-loading"})),Object(r.createElement)("div",{className:"well is-loading"},Object(r.createElement)("span",{className:"title is-loading",style:{height:20}}),Object(r.createElement)("ol",null,Object(r.createElement)("li",null),Object(r.createElement)("li",null))),Object(r.createElement)("div",{className:"modal-toggles components-panel"},[1,2].map((function(e){return Object(r.createElement)("div",{key:e,className:"components-panel__body options general is-opened"},Object(r.createElement)("span",{className:"title is-loading"}),Object(r.createElement)("ul",null,[1,2,3].map((function(e){return Object(r.createElement)("li",{className:"option-row",key:e},Object(r.createElement)("div",{className:"mock-icon is-loading"}),Object(r.createElement)("span",{className:"is-loading"}),Object(r.createElement)("div",{className:"toggle is-loading"}))}))))})))),Object(r.createElement)("div",{className:"modal-footer"},Object(r.createElement)("span",{className:"link is-loading"}),Object(r.createElement)(y.Button,{isPrimary:!0,className:"import is-loading"}))):Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},W||"done"===$||te?Object(r.createElement)(r.Fragment,null,te&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(R,{message:te.message||null,code:te.code||null}),Object(r.createElement)("hr",null)),null!==$&&Object(r.createElement)(Je,{progress:{plugins:d,content:O,customizer:S,widgets:x},currentStep:$,willDo:l}),"done"===$&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)("hr",null),Object(r.createElement)("p",{className:"import-result"},Object(E.__)("Content was successfully imported. Enjoy your new site!","templates-patterns-collection")),Object(r.createElement)("hr",null))):Object(r.createElement)(r.Fragment,null,Object(r.createElement)((function(){return le?Object(r.createElement)(r.Fragment,null,Object(r.createElement)("h1",{className:"is-loading title"}),Object(r.createElement)("p",{className:"is-loading description"})):Object(r.createElement)("div",{className:"header"},Object(r.createElement)("h1",null,Object(E.sprintf)(
|
| 9 |
/* translators: name of starter site */
|
| 10 |
-
Object(E.__)("Import %s as a complete site","templates-patterns-collection"),ce.title)),Object(r.createElement)("p",{className:"description"},Object(E.__)("Import the entire site including customizer options, pages, content and plugins.","templates-patterns-collection")))}),null),Object(r.createElement)((function(){return Object(r.createElement)(B,{data:ce,externalInstalled:ke})}),null),Object(r.createElement)(y.Panel,{className:"modal-toggles"},Object(r.createElement)((function(){var e={content:{title:Object(E.__)("Content","templates-patterns-collection"),icon:"admin-post"},customizer:{title:Object(E.__)("Customizer","templates-patterns-collection"),icon:"admin-customizer"},widgets:{title:Object(E.__)("Widgets","templates-patterns-collection"),icon:"admin-generic"}};return Object(r.createElement)(y.PanelBody,{onToggle:function(){Oe(!ge)},opened:ge,className:"options general",title:Object(E.__)("Import settings","templates-patterns-collection")},Object.keys(e).map((function(t,n){return Object(r.createElement)(y.PanelRow,{className:"option-row",key:n},Object(r.createElement)(y.Icon,{className:g()({active:l[t]}),icon:e[t].icon}),Object(r.createElement)("span",null,e[t].title),Object(r.createElement)("div",{className:"toggle-wrapper"},Object(r.createElement)(y.ToggleControl,{checked:l[t],onChange:function(){u(Ze(Ze({},l),{},c()({},t,!l[t])))}})))})))}),null),Object(r.createElement)((function(){if(le)return null;var e=Ze(Ze({},ce.recommended_plugins||{}),ce.mandatory_plugins||{});return Object(r.createElement)(y.PanelBody,{onToggle:function(){be(!de)},opened:de,className:"options plugins",title:Object(E.__)("Plugins","templates-patterns-collection")},Object.keys(e).map((function(t,n){return Object(r.createElement)(y.PanelRow,{className:"option-row",key:n},Object(r.createElement)(y.Icon,{icon:"admin-plugins",className:g()({active:K[t]})}),Object(r.createElement)("span",{dangerouslySetInnerHTML:{__html:e[t]}}),t in ce.recommended_plugins&&Object(r.createElement)("div",{className:"toggle-wrapper"},Object(r.createElement)(y.ToggleControl,{checked:K[t],onChange:function(){Z(Ze(Ze({},K),{},c()({},t,!K[t])))}})))})))}),null)))),!W&&Object(r.createElement)("div",{className:"modal-footer"},"done"!==$?Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{className:"import-templates",isLink:!0,onClick:o},Object(E.__)("I want to import just the templates","templates-patterns-collection")),!te&&Object(r.createElement)(y.Button,{className:"import",isPrimary:!0,disabled:Ce||!ke,onClick:function(){Q(!0),function(){if(console.clear(),!K)return console.log("[S] Plugins."),je(),!1;H("plugins"),console.log("[P] Plugins."),L(K).then((function(e){if(!e.success)return we(e,"plugins"),!1;console.log("[D] Plugins."),b("done"),je()})).catch((function(e){return we(e,"plugins")}))}()}},Object(E.__)("Import entire site","templates-patterns-collection"))):Object(r.createElement)("div",{className:"import-done-actions"},Object(r.createElement)(y.Button,{isLink:!0,className:"close",onClick:Se},Object(E.__)("Back to Sites Library","templates-patterns-collection")),Object(r.createElement)(y.Button,{isSecondary:!0,href:tiobDash.onboarding.homeUrl},Object(E.__)("View Website","templates-patterns-collection")),Object(r.createElement)(y.Button,{isPrimary:!0,className:"import",href:Ne},Object(E.__)("Add your own content","templates-patterns-collection"))))))})),et=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setSingleTemplateImport,r=t.setImportModalStatus,a=t.setInstallModalStatus;return{cancel:function(){n(null)},setModal:function(e){return r(e)},setInstallModal:function(e){return a(e)},setTemplateModal:t.setTemplateModal}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getTemplateModal,r=t.getThemeAction,a=t.getCurrentSite,c=t.getCurrentEditor;return{templateModal:n(),themeStatus:r().action||!1,site:a(),editor:c()}})))((function(e){var t=e.slug,n=e.cancel,a=e.setModal,c=e.setInstallModal,o=e.themeStatus,i=e.site,s=e.editor,l=e.setTemplateModal,u=e.templateModal,m=Object(r.useState)([]),p=j()(m,2),d=p[0],b=p[1],f=Object(r.useState)(!0),h=j()(f,2),g=h[0],O=h[1],v=Object(r.useState)(""),_=j()(v,2),w=_[0],S=_[1],k=Object(r.useState)([]),C=j()(k,2),N=C[0],T=C[1],M=i.title,x=i.upsell,P=i.utmOutboundLink;Object(r.useEffect)((function(){D()}),[]);var D=function(){oe(!0,{per_page:100,template_site_slug:t,premade:!0,type:s}).then((function(e){b(e.templates||[]),O(!1)}))},I=function(e){S(e)},L=function(e){if(o)return c(!0),!1;T([e]),l(!0)},A=function(e){if(e.preventDefault(),o)return c(!0),!1;a(!0)},B=d.findIndex((function(e){return e.link===w})),R=d.find((function(e){return e.link===w}));return Object(r.createElement)("div",{className:"single-templates-wrapper"},Object(r.createElement)("div",{className:"top"},Object(r.createElement)("div",{className:"breadcrumb"},Object(r.createElement)(y.Button,{isTertiary:!0,onClick:n},Object(r.createElement)(y.Icon,{icon:W}),Object(E.__)("Back to Starter Sites"))),Object(r.createElement)("div",{className:"header"},Object(r.createElement)("div",{className:"text"},Object(r.createElement)("h1",null,M||"",x&&Object(r.createElement)("span",{className:"pro-badge"},Object(r.createElement)(y.Icon,{icon:"lock"}),Object(r.createElement)("span",null,Object(E.__)("Premium","templates-patterns-collection")))),Object(r.createElement)("p",{className:"description"},Object(E.__)("You can import individual pages or bulk-import all of them."))),Object(r.createElement)("div",{className:"actions"},!x&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{isSecondary:!0,onClick:A},Object(E.__)("Import Starter Site")),Object(r.createElement)(y.Button,{isPrimary:!0,disabled:d.length<1,onClick:function(e){if(e.preventDefault(),o)return c(!0),!1;T(d),l(!0)}},Object(E.__)("Import All Pages"))),x&&Object(r.createElement)(y.Button,{href:P||tiobDash.upgradeURL,isSecondary:!0},Object(E.__)("Upgrade"))))),Object(r.createElement)((function(){return g?Object(r.createElement)(y.Spinner,null):d.length<1?Object(E.__)("No templates for this starter site."):Object(r.createElement)("div",{className:"cloud-items is-grid"},Object(r.createElement)("div",{className:"table"},d.map((function(e){return Object(r.createElement)(Oe,{upsell:x,onPreview:I,userTemplate:!1,key:e.template_id,item:e,loadTemplates:D,onImport:function(){return L(e)},grid:!0})}))))}),null),w&&Object(r.createElement)(Me,{heading:R.template_name||null,previewUrl:w,leftButtons:Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{icon:G,onClick:function(){return S("")},label:Object(E.__)("Close","templates-patterns-collection")}),d.length>1&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{icon:Object(E.isRTL)()?q:W,onClick:function(){var e=B-1;0===B&&(e=d.length-1),S(d[e].link)}}),Object(r.createElement)(y.Button,{icon:Object(E.isRTL)()?W:q,onClick:function(){var e=B+1;B===d.length-1&&(e=0),S(d[e].link)}}))),rightButtons:Object(r.createElement)(r.Fragment,null,!x&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{isSecondary:!0,onClick:A},Object(E.__)("Import Starter Site")),Object(r.createElement)(y.Button,{isPrimary:!0,disabled:d.length<1,onClick:function(){return L(R)}},Object(E.__)("Import Page"))),x&&Object(r.createElement)(y.Button,{href:P||tiobDash.upgradeURL,isSecondary:!0},Object(E.__)("Upgrade")))}),u&&N&&!g&&N.length>0&&Object(r.createElement)($e,{templatesData:N}))})),tt=function(){return Object(r.createElement)(H.SVG,{width:"100",height:"100",viewBox:"0 0 100 100",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"ob-logo"},Object(r.createElement)(H.Path,{d:"M95.0264 100H4.97356C2.22797 100 0 97.772 0 95.0264V4.97356C0 2.22797 2.22797 0 4.97356 0H95.0264C97.772 0 100 2.22797 100 4.97356V95.0264C100 97.772 97.772 100 95.0264 100Z",fill:"#0366D6"}),Object(r.createElement)(H.Path,{d:"M82.6941 86.7448V30.8205V18.4653H70.3502H14.4146L26.7584 30.8205H70.3502V74.401L82.6941 86.7448Z",fill:"white"}),Object(r.createElement)(H.Path,{d:"M42.2416 58.9291L42.2528 71.183L53.2352 82.1653L53.1902 47.9806L18.9941 47.9355L29.9765 58.9066L42.2416 58.9291Z",fill:"white"}))},nt=function(e){var t=e.setCurrentTab,n=e.currentTab,a=e.isFetching,c={starterSites:Object(E.__)("Starter Sites","neve"),pageTemplates:Object(E.__)("Page Templates","neve")},o=Object(r.useState)(!1),i=j()(o,2),s=i[0],l=i[1];tiobDash.license&&tiobDash.license.tier&&3===tiobDash.license.tier&&(c.library=Object(E.__)("My Library","neve"));var u=function(){var e=function(e){var t=window.location.hash;return"string"!=typeof window.location.hash?null:(t=t.substring(1),Object.keys(e).includes(t)?t:null)}(c);if(null!==e){var n=document.getElementById("menu-appearance"),r=n.querySelector('a[href="themes.php?page=tiob-starter-sites#library"]'),a=n.querySelector('a[href="themes.php?page=tiob-starter-sites"]');if(r&&a){var o=r.parentElement,i=a.parentElement;n.querySelector(".current").classList.remove("current"),o.classList.remove("current"),"library"===e?o.classList.add("current"):i.classList.add("current")}t(e)}};return Object(r.useEffect)((function(){u(),window.addEventListener("hashchange",u)}),[]),Object(r.createElement)("div",{className:"header-nav"},Object.keys(c).map((function(e){return Object(r.createElement)(y.Button,{href:"#"+e,key:e,isTertiary:!0,isPressed:e===n,onClick:function(n){var r;n.preventDefault(),t(e),r=e,window.location.hash=r}},c[e])})),"starterSites"!==n&&Object(r.createElement)(y.Button,{icon:me,onClick:function(){l(!0),localStorage.setItem("tpcCacheBuster",re());var e=n;t(null),setTimeout((function(){t(e),l(!1)}),100)},label:Object(E.__)("Re-sync Library"),className:g()("is-sync",{"is-loading":s}),disabled:a||s,"data-content":Object(E.__)("Sync")}))},rt=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setOnboardingState;return{cancelOnboarding:function(){n(!1)},setCurrentTab:t.setCurrentTab,setFetching:t.setFetching}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getOnboardingStatus,r=t.getCurrentTab,a=t.getFetching;return{isOnboarding:n(),currentTab:r(),isFetching:a()}})))((function(e){var t=e.isOnboarding,n=e.cancelOnboarding,a=e.setCurrentTab,c=e.currentTab;return Object(r.createElement)("div",{className:"ob-head"},!t&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"header-container"},Object(r.createElement)("h2",null,!tiobDash.brandedTheme&&Object(r.createElement)(y.Icon,{icon:tt}),Object(r.createElement)("span",null,Object(E.__)("Templates Cloud","neve"))),Object(r.createElement)(nt,{setCurrentTab:a,currentTab:c}))),t&&Object(r.createElement)(y.Button,{className:"close-onboarding",isLink:!0,icon:"no-alt",onClick:n}))})),at=n(19),ct=n.n(at),ot=Object(O.compose)(Object(f.withSelect)((function(e){return{themeStatus:(0,e("neve-onboarding").getThemeAction)().action||!1}})),Object(f.withDispatch)((function(e,t){var n=t.data,r=n.slug,a=e("neve-onboarding"),c=a.setCurrentSite,o=a.setPreviewStatus,i=a.setImportModalStatus,s=a.setInstallModalStatus,l=a.setSingleTemplateImport;return{setSite:function(){return c(n)},setPreview:function(e){return o(e)},setModal:function(e){return i(e)},setInstallModal:function(e){return s(e)},setImportingPages:function(){return l(r)}}})))((function(e){var t=e.data,n=e.setSite,a=e.setPreview,c=e.setModal,o=e.themeStatus,i=e.setInstallModal,s=e.setImportingPages,l=t.upsell,u=(t.slug,t.screenshot),m=t.title,p=t.has_templates,d=Object(r.useState)(""),b=j()(d,2),f=b[0],h=b[1],O=g()("card starter-site-card",{"has-templates":p});return Object(r.createElement)("div",{onMouseEnter:function(){h("visible")},onMouseLeave:function(){h("")},className:O},Object(r.createElement)("div",{className:"top"},Object(r.createElement)("div",{className:"actions "+f},Object(r.createElement)(y.Button,{isSecondary:!0,onClick:function(e){e.preventDefault(),n(),a(!0)}},Object(E.__)("Preview","templates-patterns-collection")),!l&&Object(r.createElement)(y.Button,{isPrimary:!0,className:"import",onClick:function(e){if(e.preventDefault(),n(),o)return i(!0),!1;c(!0)}},Object(E.__)("Import","templates-patterns-collection")),p&&Object(r.createElement)(y.Button,{isLink:!0,className:"templates",onClick:function(e){e.preventDefault(),n(),s()}},Object(E.__)("View Pages","templates-patterns-collection"))),u&&Object(r.createElement)("div",{className:"image",style:{backgroundImage:'url("'.concat(u,'")')}})),Object(r.createElement)("div",{className:"bottom"},Object(r.createElement)("p",{className:"title"},m),l&&Object(r.createElement)("span",{className:"pro-badge"},Object(r.createElement)(y.Dashicon,{icon:"lock",size:15}),Object(r.createElement)("span",null,Object(E.__)("Premium","templates-patterns-collection")))))})),it=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentSite,r=t.getThemeAction;return{siteData:n(),themeStatus:r().action||!1}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setCurrentSite,r=t.setPreviewStatus,a=t.setImportModalStatus,c=t.setInstallModalStatus;return{setSite:function(e){return n(e)},setPreview:function(e){return r(e)},setModal:function(e){return a(e)},setInstallModal:function(e){return c(e)}}})))((function(e){var t=e.next,n=e.prev,a=e.siteData,c=e.setSite,o=e.setPreview,i=e.setModal,s=e.themeStatus,l=e.setInstallModal;return Object(r.createElement)("div",{className:"ob-preview"},Object(r.createElement)("div",{className:"preview"},Object(r.createElement)("iframe",{src:a.url,frameBorder:"0"}),Object(r.createElement)("div",{className:"loading"},Object(r.createElement)(y.Dashicon,{icon:"update",size:50}))),Object(r.createElement)("div",{className:"bottom-bar"},Object(r.createElement)("div",{className:"navigator"},Object(r.createElement)(y.Button,{onClick:function(e){e.preventDefault(),o(!1),c(null)},className:"close",label:Object(E.__)("Close","templates-patterns-collection"),icon:G}),n&&Object(r.createElement)(y.Button,{onClick:function(e){e.preventDefault(),c(n)},className:"prev",label:Object(E.__)("Previous","templates-patterns-collection"),icon:Object(E.isRTL)()?q:W}),t&&Object(r.createElement)(y.Button,{onClick:function(e){e.preventDefault(),c(t)},className:"next",label:Object(E.__)("Next","templates-patterns-collection"),icon:Object(E.isRTL)()?W:q})),Object(r.createElement)("div",{className:"actions"},a.upsell?Object(r.createElement)(y.Button,{className:"upgrade",isPrimary:!0,href:a.utmOutboundLink||tiobDash.upgradeURL},Object(E.__)("Upgrade and Import","templates-patterns-collection")):Object(r.createElement)(y.Button,{className:"import",isPrimary:!0,onClick:function(e){if(e.preventDefault(),s)return l(!0),!1;i(!0)}},Object(E.__)("Import","templates-patterns-collection")))))})),st=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentCategory,r=t.getSearchQuery;return{category:n(),query:r()}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setCurrentCategory,r=t.setSearchQuery;return{setCurrentCategory:function(e){return n(e)},onSearch:function(e){return r(e)}}})))((function(e){var t=e.count,n=e.categories,a=e.onSearch,c=e.category,o=e.setCurrentCategory,i=e.query,s=e.className,l=Object(r.useState)(!1),u=j()(l,2),m=u[0],p=u[1],d=function(){return p(!m)},b=g()(s,"header-form");return Object(r.createElement)("div",{className:b},Object(r.createElement)("div",{className:"search"},Object(r.createElement)("img",{src:tiobDash.assets+"/img/search.svg",alt:Object(E.__)("Search Icon")}),Object(r.createElement)("input",{onChange:function(e){a(e.target.value)},type:"search",value:i,placeholder:Object(E.__)("Search for a starter site","templates-patterns-collection")+"..."}),Object(r.createElement)((function(){return Object(r.createElement)("div",{className:"ob-dropdown categories-selector"},Object(r.createElement)(y.Button,{onClick:d,className:"select ob-dropdown"},n[c],Object(r.createElement)(y.Dashicon,{size:14,icon:m?"arrow-up-alt2":"arrow-down-alt2"}),m&&Object(r.createElement)(y.Popover,{position:"bottom center",onClose:d,noArrow:!0},m&&Object(r.createElement)("ul",{className:"options"},Object.keys(n).map((function(e,a){return e===c||"free"===e&&t.all===t[e]?null:Object(r.createElement)("li",{key:a},Object(r.createElement)("a",{href:"#",onClick:function(t){t.preventDefault(),o(e),p(!1)}},Object(r.createElement)("span",null,n[e]),Object(r.createElement)("span",{className:"count"},t[e])))}))))))}),null)))})),lt=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getSites;return{editor:n(),sites:r().sites}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding").setCurrentEditor;return{setCurrentEditor:function(e){return t(e)}}})))((function(e){var t=e.EDITOR_MAP,n=e.count,a=e.editor,c=e.setCurrentEditor,o=e.sites,i=e.isSmall,s=Object(r.useState)(!1),l=j()(s,2),u=l[0],m=l[1],p=Object.keys(o),d=function(){return m(!u)},b=g()(["ob-dropdown","editor-selector",{small:i}]);return Object(r.createElement)("div",{className:b},Object(r.createElement)(y.Button,{onClick:d,className:"select ob-dropdown"},Object(r.createElement)("img",{className:"editor-icon",src:tiobDash.assets+"img/"+t[a].icon,alt:Object(E.__)("Builder Logo","templates-patterns-collection")}),!i&&Object(r.createElement)("span",null,t[a].niceName),Object(r.createElement)("span",{className:"count"},n[a]),Object(r.createElement)(y.Dashicon,{size:14,icon:u?"arrow-up-alt2":"arrow-down-alt2"}),u&&Object(r.createElement)(y.Popover,{position:"bottom center",onClose:d,noArrow:!0},u&&Object(r.createElement)("ul",{className:"options"},p.map((function(e,o){return e===a?null:Object(r.createElement)("li",{key:o},Object(r.createElement)("a",{href:"#",onClick:function(t){t.preventDefault(),c(e),m(!1)}},Object(r.createElement)("img",{className:"editor-icon",src:tiobDash.assets+"img/"+t[e].icon,alt:Object(E.__)("Builder Logo","templates-patterns-collection")}),Object(r.createElement)("span",null,t[e].niceName),Object(r.createElement)("span",{className:"count"},n[e])))}))))))})),ut=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getSites;return{editor:n(),sites:r().sites}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding").setCurrentEditor;return{setCurrentEditor:function(e){return t(e)}}})))((function(e){var t=e.EDITOR_MAP,n=e.count,a=e.onlyProSites,c=e.editor,o=e.setCurrentEditor,i=e.sites,s=Object.keys(i);return Object(r.createElement)("div",{className:"editor-tabs"},s.map((function(e,i){var s=g()(["tab",e,{active:e===c}]);return Object(r.createElement)("a",{key:i,href:"#",className:s,onClick:function(t){t.preventDefault(),o(e)}},Object(r.createElement)("span",{className:"icon-wrap"},Object(r.createElement)("img",{className:"editor-icon",src:tiobDash.assets+"img/"+t[e].icon,alt:Object(E.__)("Builder Logo","templates-patterns-collection")})),Object(r.createElement)("span",{className:"editor"},t[e].niceName),Object(r.createElement)("span",{className:"count"},n[e]),a.includes(e)&&Object(r.createElement)("span",{className:"pro-badge"},"PRO"))})))})),mt=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setOnboardingState,r=t.setCurrentCategory;return{cancelOnboarding:function(){n(!1)},resetCategory:function(){r("all")},setCurrentTab:t.setCurrentTab}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getCurrentCategory,a=t.getOnboardingStatus,c=t.getSites;return{editor:n(),category:r(),isOnboarding:a(),getSites:c()}})))((function(e){var t,n=e.filterByCategory,a=e.filterBySearch,c=e.getSitesForBuilder,o=e.isOnboarding,i=e.getSites,s=e.category,l=e.editor,u=Object(r.useState)(!1),m=j()(u,2),p=m[0],d=m[1],b=i.sites,f=void 0===b?{}:b,h=i.migration,g={top:p?0:"-100%"},O=Object.keys(f),v=O.filter((function(e){return Object.keys(f[e]).filter((function(t){return!0===f[e][t].upsell})).length===Object.keys(f[e]).length})),E=(t={builders:{},categories:{}},O.forEach((function(e){var r=c(e);r=n(r,s),r=a(r),t.builders[e]=r?r.length:0})),Object.keys(Qe).forEach((function(e){var r=c(l);r=n(r,e),r=a(r),t.categories[e]=r?r.length:0})),t);return Object(r.createElement)(r.Fragment,null,!o&&!h&&Object(r.createElement)("div",{className:"sticky-nav",style:g},Object(r.createElement)("div",{className:"container sticky-nav-content"},!tiobDash.brandedTheme&&Object(r.createElement)(y.Icon,{icon:tt,size:32}),Object(r.createElement)(st,{className:"in-sticky",count:E.categories,categories:Qe}),Object(r.createElement)(lt,{isSmall:!0,count:E.builders,EDITOR_MAP:Ye}))),Object(r.createElement)($.a,{onChange:function(e){d(!e)}},Object(r.createElement)("div",null,!o&&Object(r.createElement)("p",{className:"instructions"},tiobDash.strings.starterSitesTabDescription),Object(r.createElement)(lt,{count:E.builders,EDITOR_MAP:Ye}),Object(r.createElement)(st,{count:E.categories,categories:Qe}),Object(r.createElement)(ut,{EDITOR_MAP:Ye,onlyProSites:v,count:E.builders}))))})),pt=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setOnboardingState,r=t.setCurrentCategory;return{cancelOnboarding:function(){n(!1)},resetCategory:function(){r("all")},setCurrentTab:t.setCurrentTab,setSearchQuery:t.setSearchQuery}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getCurrentCategory,a=t.getPreviewStatus,c=t.getCurrentSite,o=t.getImportModalStatus,i=t.getOnboardingStatus,s=t.getSites,l=t.getInstallModalStatus,u=t.getCurrentTab,m=t.getSearchQuery;return{editor:n(),category:r(),previewOpen:a(),currentSiteData:c(),importModal:o(),installModal:l(),isOnboarding:i(),getSites:s(),currentTab:u(),searchQuery:m()}})))((function(e){var t=e.getSites,n=e.category,a=e.resetCategory,c=e.editor,o=e.previewOpen,i=e.currentSiteData,s=e.isOnboarding,l=e.cancelOnboarding,u=e.setSearchQuery,m=e.searchQuery,p=t.sites,d=void 0===p?{}:p,b=function(){var e={};return g().forEach((function(t){var n=d&&d[t]?d[t]:{};e[t]=U()(Object.values(n))})),e},f=function(e,t){return"free"===t?e.filter((function(e){return!e.upsell})):"all"!==t?e.filter((function(e){return e.keywords.includes(t)})):e},h=function(e){return m?new ct.a(e,{includeScore:!0,keys:["title","slug","keywords"]}).search(m).map((function(e){return e.item})):e},g=function(){return Object.keys(d)},O=function(){var e=b()[c];return e=h(e),f(e,n)},v=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(null===i)return null;var t=b()[c],n=t.indexOf(i);return-1===n||1===t.length?null:e&&0===n?t[t.length-1]:e||n!==t.length-1?t[e?n-1:n+1]:t[0]};return 1>d.length?Object(r.createElement)(r.Fragment,null,Object(r.createElement)("p",null,Object(E.__)("Starter sites could not be loaded. Please refresh and try again.","neve"),s&&Object(r.createElement)(y.Button,{style:{display:"block",margin:"20px auto"},isPrimary:!0,onClick:l},Object(E.__)("Close","templates-patterns-collection")))):Object(r.createElement)(r.Fragment,null,Object(r.createElement)(mt,{getSitesForBuilder:function(e){return b()[e]},filterBySearch:h,filterByCategory:f}),0===O().length&&Object(r.createElement)("div",{className:"no-results"},Object(r.createElement)("p",null,Object(E.__)("No results found.","templates-patterns-collection")," ",Object(E.__)("You can try a different search or use one of the categories below.","neve")),Object(r.createElement)("div",{className:"tags"},We.map((function(e,t){return Object(r.createElement)(y.Button,{key:t,isPrimary:!0,className:"tag",onClick:function(t){t.preventDefault(),u(e),a()}},e)})))),Object(r.createElement)((function(){var e=Object(r.useState)(9),t=j()(e,2),n=t[0],a=t[1],c=O();return Object(r.createElement)("div",{className:"ob-sites is-grid"},c.slice(0,n).map((function(e,t){return Object(r.createElement)(ot,{key:t,data:e})})),Object(r.createElement)($.a,{onChange:function(e){if(!e)return!1;a(n+9)}},Object(r.createElement)("span",{style:{height:10,width:10,display:"block"}})))}),null),o&&i&&Object(r.createElement)(it,{next:v(),prev:v(!0)}))})),dt=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setOnboardingState,r=t.setCurrentCategory;return{cancelOnboarding:function(){n(!1)},resetCategory:function(){r("all")},setCurrentTab:t.setCurrentTab}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getCurrentCategory,a=t.getPreviewStatus,c=t.getCurrentSite,o=t.getImportModalStatus,i=t.getOnboardingStatus,s=t.getSites,l=t.getInstallModalStatus,u=t.getCurrentTab,m=t.getSingleImport;return{editor:n(),category:r(),previewOpen:a(),currentSiteData:c(),importModal:o(),installModal:l(),isOnboarding:i(),getSites:s(),currentTab:u(),singleImport:m()}})))((function(e){var t=e.getSites,n=e.installModal,a=e.currentTab,c=e.singleImport,o=e.importModal,i=e.currentSiteData,s=(e.isOnboarding,t.migration);return Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"ob"},Object(r.createElement)(rt,null),Object(r.createElement)("div",{className:"ob-body"},Object(r.createElement)("div",{className:"content-container"},s&&Object(r.createElement)(F,{data:s}),"starterSites"===a&&(c?Object(r.createElement)(et,{slug:c}):Object(r.createElement)(pt,null)),"library"===a&&Object(r.createElement)(qe,null),"pageTemplates"===a&&Object(r.createElement)(qe,{isGeneral:!0})))),n&&Object(r.createElement)(D,null),o&&i&&Object(r.createElement)(Xe,null))})),bt=Object(f.withSelect)((function(e){return{onboarding:(0,e("neve-onboarding").getOnboardingStatus)()}}))((function(e){var t=e.onboarding,n=g()(["content-wrap","starter-sites",{"is-onboarding":t}]);return Object(r.createElement)("div",{className:"tiob-wrap"},Object(r.createElement)("div",{className:n},Object(r.createElement)("div",{className:"container content"},Object(r.createElement)("div",{className:"main"},Object(r.createElement)("div",{className:"tab-content columns starter-sites"},Object(r.createElement)(dt,null))))))}));Object(f.registerStore)("neve-onboarding",{reducer:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REFRESH_SITES":var n=t.payload.sites;return i(i({},e),{},{sites:n});case"SET_CURRENT_EDITOR":var r=t.payload.editor;return localStorage.setItem("neve-onboarding-editor",r),i(i({},e),{},{editor:r});case"SET_CURRENT_CATEGORY":var a=t.payload.category;return i(i({},e),{},{category:a});case"SET_FOCUSED_SITE":var c=t.payload.siteData;return i(i({},e),{},{currentSite:c});case"SET_PREVIEW_STATUS":var o=t.payload.previewStatus;return i(i({},e),{},{previewStatus:o});case"SET_IMPORT_MODAL_STATUS":var s=t.payload.importModalStatus;return i(i({},e),{},{importModalStatus:s});case"SET_INSTALL_MODAL_STATUS":var l=t.payload.installModalStatus;return i(i({},e),{},{installModalStatus:l});case"SET_ONBOARDING":var u=t.payload.status;return i(i({},e),{},{isOnboarding:u});case"SET_THEME_ACTIONS":var m=t.payload.themeActions;return i(i({},e),{},{themeAction:m});case"SET_CURRENT_TAB":var p=t.payload.currentTab;return i(i({},e),{},{singleTemplateImport:null,currentTab:p});case"SET_FETCHING":var b=t.payload.fetching;return i(i({},e),{},{fetching:b});case"SET_SINGLE_TEMPLATE_IMPORT":var f=t.payload.slug;return i(i({},e),{},{singleTemplateImport:f});case"SET_TEMPLATE_MODAL":var h=t.payload.data;return i(i({},e),{},{templateModal:h});case"SET_SEARCH_QUERY":var g=t.payload.query;return i(i({},e),{},{searchQuery:g})}return e},actions:b,selectors:{getSites:function(e){return e.sites},getMigrationData:function(e){return e.migrationData},getCurrentEditor:function(e){return e.editor},getCurrentCategory:function(e){return e.category},getCurrentSite:function(e){return e.currentSite},getPreviewStatus:function(e){return e.previewStatus},getImportModalStatus:function(e){return e.importModalStatus},getOnboardingStatus:function(e){return e.isOnboarding},getThemeAction:function(e){return e.themeAction},getInstallModalStatus:function(e){return e.installModalStatus},getCurrentTab:function(e){return e.currentTab},getFetching:function(e){return e.fetching},getSingleImport:function(e){return e.singleTemplateImport},getTemplateModal:function(e){return e.templateModal},getSearchQuery:function(e){return e.searchQuery}}}),Object(r.render)(Object(r.createElement)(bt,null),document.getElementById("tpc-app"))}]);
|
| 1 |
+
(window.webpackJsonp_templates_patterns_collection=window.webpackJsonp_templates_patterns_collection||[]).push([[1],{22:function(e,t,n){}}]),function(e){function t(t){for(var r,o,i=t[0],s=t[1],l=t[2],m=0,p=[];m<i.length;m++)o=i[m],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&p.push(a[o][0]),a[o]=0;for(r in s)Object.prototype.hasOwnProperty.call(s,r)&&(e[r]=s[r]);for(u&&u(t);p.length;)p.shift()();return c.push.apply(c,l||[]),n()}function n(){for(var e,t=0;t<c.length;t++){for(var n=c[t],r=!0,i=1;i<n.length;i++){var s=n[i];0!==a[s]&&(r=!1)}r&&(c.splice(t--,1),e=o(o.s=n[0]))}return e}var r={},a={0:0},c=[];function o(t){if(r[t])return r[t].exports;var n=r[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,o),n.l=!0,n.exports}o.m=e,o.c=r,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="";var i=window.webpackJsonp_templates_patterns_collection=window.webpackJsonp_templates_patterns_collection||[],s=i.push.bind(i);i.push=t,i=i.slice();for(var l=0;l<i.length;l++)t(i[l]);var u=s;c.push([34,1]),n()}([function(e,t){e.exports=window.wp.element},function(e,t){e.exports=window.wp.i18n},function(e,t){e.exports=window.wp.components},function(e,t,n){var r=n(23),a=n(24),c=n(16),o=n(25);e.exports=function(e,t){return r(e)||a(e,t)||c(e,t)||o()}},function(e,t){e.exports=window.wp.data},function(e,t){e.exports=window.wp.primitives},function(e,t,n){var r;!function(){"use strict";var n={}.hasOwnProperty;function a(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var c=typeof r;if("string"===c||"number"===c)e.push(r);else if(Array.isArray(r)&&r.length){var o=a.apply(null,r);o&&e.push(o)}else if("object"===c)for(var i in r)n.call(r,i)&&r[i]&&e.push(i)}}return e.join(" ")}e.exports?(a.default=a,e.exports=a):void 0===(r=function(){return a}.apply(t,[]))||(e.exports=r)}()},function(e,t){e.exports=window.regeneratorRuntime},function(e,t){e.exports=window.wp.compose},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t){function n(e,t,n,r,a,c,o){try{var i=e[c](o),s=i.value}catch(e){return void n(e)}i.done?t(s):Promise.resolve(s).then(r,a)}e.exports=function(e){return function(){var t=this,r=arguments;return new Promise((function(a,c){var o=e.apply(t,r);function i(e){n(o,a,c,i,s,"next",e)}function s(e){n(o,a,c,i,s,"throw",e)}i(void 0)}))}}},function(e,t,n){"use strict";const r=n(31),a=n(32),c=n(33);function o(e){if("string"!=typeof e||1!==e.length)throw new TypeError("arrayFormatSeparator must be single character string")}function i(e,t){return t.encode?t.strict?r(e):encodeURIComponent(e):e}function s(e,t){return t.decode?a(e):e}function l(e){const t=e.indexOf("#");return-1!==t&&(e=e.slice(0,t)),e}function u(e){const t=(e=l(e)).indexOf("?");return-1===t?"":e.slice(t+1)}function m(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!t.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}function p(e,t){o((t=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},t)).arrayFormatSeparator);const n=function(e){let t;switch(e.arrayFormat){case"index":return(e,n,r)=>{t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===r[e]&&(r[e]={}),r[e][t[1]]=n):r[e]=n};case"bracket":return(e,n,r)=>{t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==r[e]?r[e]=[].concat(r[e],n):r[e]=[n]:r[e]=n};case"comma":case"separator":return(t,n,r)=>{const a="string"==typeof n&&n.includes(e.arrayFormatSeparator),c="string"==typeof n&&!a&&s(n,e).includes(e.arrayFormatSeparator);n=c?s(n,e):n;const o=a||c?n.split(e.arrayFormatSeparator).map(t=>s(t,e)):null===n?n:s(n,e);r[t]=o};default:return(e,t,n)=>{void 0!==n[e]?n[e]=[].concat(n[e],t):n[e]=t}}}(t),r=Object.create(null);if("string"!=typeof e)return r;if(!(e=e.trim().replace(/^[?#&]/,"")))return r;for(const a of e.split("&")){let[e,o]=c(t.decode?a.replace(/\+/g," "):a,"=");o=void 0===o?null:["comma","separator"].includes(t.arrayFormat)?o:s(o,t),n(s(e,t),o,r)}for(const e of Object.keys(r)){const n=r[e];if("object"==typeof n&&null!==n)for(const e of Object.keys(n))n[e]=m(n[e],t);else r[e]=m(n,t)}return!1===t.sort?r:(!0===t.sort?Object.keys(r).sort():Object.keys(r).sort(t.sort)).reduce((e,t)=>{const n=r[t];return Boolean(n)&&"object"==typeof n&&!Array.isArray(n)?e[t]=function e(t){return Array.isArray(t)?t.sort():"object"==typeof t?e(Object.keys(t)).sort((e,t)=>Number(e)-Number(t)).map(e=>t[e]):t}(n):e[t]=n,e},Object.create(null))}t.extract=u,t.parse=p,t.stringify=(e,t)=>{if(!e)return"";o((t=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},t)).arrayFormatSeparator);const n=n=>t.skipNull&&null==e[n]||t.skipEmptyString&&""===e[n],r=function(e){switch(e.arrayFormat){case"index":return t=>(n,r)=>{const a=n.length;return void 0===r||e.skipNull&&null===r||e.skipEmptyString&&""===r?n:null===r?[...n,[i(t,e),"[",a,"]"].join("")]:[...n,[i(t,e),"[",i(a,e),"]=",i(r,e)].join("")]};case"bracket":return t=>(n,r)=>void 0===r||e.skipNull&&null===r||e.skipEmptyString&&""===r?n:null===r?[...n,[i(t,e),"[]"].join("")]:[...n,[i(t,e),"[]=",i(r,e)].join("")];case"comma":case"separator":return t=>(n,r)=>null==r||0===r.length?n:0===n.length?[[i(t,e),"=",i(r,e)].join("")]:[[n,i(r,e)].join(e.arrayFormatSeparator)];default:return t=>(n,r)=>void 0===r||e.skipNull&&null===r||e.skipEmptyString&&""===r?n:null===r?[...n,i(t,e)]:[...n,[i(t,e),"=",i(r,e)].join("")]}}(t),a={};for(const t of Object.keys(e))n(t)||(a[t]=e[t]);const c=Object.keys(a);return!1!==t.sort&&c.sort(t.sort),c.map(n=>{const a=e[n];return void 0===a?"":null===a?i(n,t):Array.isArray(a)?a.reduce(r(n),[]).join("&"):i(n,t)+"="+i(a,t)}).filter(e=>e.length>0).join("&")},t.parseUrl=(e,t)=>{t=Object.assign({decode:!0},t);const[n,r]=c(e,"#");return Object.assign({url:n.split("?")[0]||"",query:p(u(e),t)},t&&t.parseFragmentIdentifier&&r?{fragmentIdentifier:s(r,t)}:{})},t.stringifyUrl=(e,n)=>{n=Object.assign({encode:!0,strict:!0},n);const r=l(e.url).split("?")[0]||"",a=t.extract(e.url),c=t.parse(a,{sort:!1}),o=Object.assign(c,e.query);let s=t.stringify(o,n);s&&(s="?"+s);let u=function(e){let t="";const n=e.indexOf("#");return-1!==n&&(t=e.slice(n)),t}(e.url);return e.fragmentIdentifier&&(u="#"+i(e.fragmentIdentifier,n)),`${r}${s}${u}`}},,function(e,t,n){var r=n(26),a=n(27),c=n(16),o=n(28);e.exports=function(e){return r(e)||a(e)||c(e)||o()}},function(e,t){e.exports=window.wp.apiFetch},function(e,t,n){var r;r=function(e,t){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(r,a,function(t){return e[t]}.bind(null,a));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=4)}([function(e,t,n){e.exports=n(5)()},function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t){e.exports=function(e,t,n){var r=e.direction,a=e.value;switch(r){case"top":return n.top+a<t.top&&n.bottom>t.bottom&&n.left<t.left&&n.right>t.right;case"left":return n.left+a<t.left&&n.bottom>t.bottom&&n.top<t.top&&n.right>t.right;case"bottom":return n.bottom-a>t.bottom&&n.left<t.left&&n.right>t.right&&n.top<t.top;case"right":return n.right-a>t.right&&n.left<t.left&&n.top<t.top&&n.bottom>t.bottom}}},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return g}));var r=n(1),a=n.n(r),c=n(2),o=n.n(c),i=n(0),s=n.n(i),l=n(3),u=n.n(l);function m(e){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function p(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function d(e){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function h(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var g=function(e){function t(e){var n,r;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this,r=d(t).call(this,e),n=!r||"object"!==m(r)&&"function"!=typeof r?b(this):r,h(b(n),"getContainer",(function(){return n.props.containment||window})),h(b(n),"addEventListener",(function(e,t,r,a){var c;n.debounceCheck||(n.debounceCheck={});var o=function(){c=null,n.check()},i={target:e,fn:a>-1?function(){c||(c=setTimeout(o,a||0))}:function(){clearTimeout(c),c=setTimeout(o,r||0)},getLastTimeout:function(){return c}};e.addEventListener(t,i.fn),n.debounceCheck[t]=i})),h(b(n),"startWatching",(function(){n.debounceCheck||n.interval||(n.props.intervalCheck&&(n.interval=setInterval(n.check,n.props.intervalDelay)),n.props.scrollCheck&&n.addEventListener(n.getContainer(),"scroll",n.props.scrollDelay,n.props.scrollThrottle),n.props.resizeCheck&&n.addEventListener(window,"resize",n.props.resizeDelay,n.props.resizeThrottle),!n.props.delayedCall&&n.check())})),h(b(n),"stopWatching",(function(){if(n.debounceCheck)for(var e in n.debounceCheck)if(n.debounceCheck.hasOwnProperty(e)){var t=n.debounceCheck[e];clearTimeout(t.getLastTimeout()),t.target.removeEventListener(e,t.fn),n.debounceCheck[e]=null}n.debounceCheck=null,n.interval&&(n.interval=clearInterval(n.interval))})),h(b(n),"check",(function(){var e,t,r=n.node;if(!r)return n.state;if(e=function(e){return void 0===e.width&&(e.width=e.right-e.left),void 0===e.height&&(e.height=e.bottom-e.top),e}(n.roundRectDown(r.getBoundingClientRect())),n.props.containment){var a=n.props.containment.getBoundingClientRect();t={top:a.top,left:a.left,bottom:a.bottom,right:a.right}}else t={top:0,left:0,bottom:window.innerHeight||document.documentElement.clientHeight,right:window.innerWidth||document.documentElement.clientWidth};var c=n.props.offset||{};"object"===m(c)&&(t.top+=c.top||0,t.left+=c.left||0,t.bottom-=c.bottom||0,t.right-=c.right||0);var o={top:e.top>=t.top,left:e.left>=t.left,bottom:e.bottom<=t.bottom,right:e.right<=t.right},i=e.height>0&&e.width>0,s=i&&o.top&&o.left&&o.bottom&&o.right;if(i&&n.props.partialVisibility){var l=e.top<=t.bottom&&e.bottom>=t.top&&e.left<=t.right&&e.right>=t.left;"string"==typeof n.props.partialVisibility&&(l=o[n.props.partialVisibility]),s=n.props.minTopValue?l&&e.top<=t.bottom-n.props.minTopValue:l}"string"==typeof c.direction&&"number"==typeof c.value&&(console.warn("[notice] offset.direction and offset.value have been deprecated. They still work for now, but will be removed in next major version. Please upgrade to the new syntax: { %s: %d }",c.direction,c.value),s=u()(c,e,t));var p=n.state;return n.state.isVisible!==s&&(p={isVisible:s,visibilityRect:o},n.setState(p),n.props.onChange&&n.props.onChange(s)),p})),n.state={isVisible:null,visibilityRect:{}},n}var n,r;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}(t,e),n=t,(r=[{key:"componentDidMount",value:function(){this.node=o.a.findDOMNode(this),this.props.active&&this.startWatching()}},{key:"componentWillUnmount",value:function(){this.stopWatching()}},{key:"componentDidUpdate",value:function(e){this.node=o.a.findDOMNode(this),this.props.active&&!e.active?(this.setState({isVisible:null,visibilityRect:{}}),this.startWatching()):this.props.active||this.stopWatching()}},{key:"roundRectDown",value:function(e){return{top:Math.floor(e.top),left:Math.floor(e.left),bottom:Math.floor(e.bottom),right:Math.floor(e.right)}}},{key:"render",value:function(){return this.props.children instanceof Function?this.props.children({isVisible:this.state.isVisible,visibilityRect:this.state.visibilityRect}):a.a.Children.only(this.props.children)}}])&&p(n.prototype,r),t}(a.a.Component);h(g,"defaultProps",{active:!0,partialVisibility:!1,minTopValue:0,scrollCheck:!1,scrollDelay:250,scrollThrottle:-1,resizeCheck:!1,resizeDelay:250,resizeThrottle:-1,intervalCheck:!0,intervalDelay:100,delayedCall:!1,offset:{},containment:null,children:a.a.createElement("span",null)}),h(g,"propTypes",{onChange:s.a.func,active:s.a.bool,partialVisibility:s.a.oneOfType([s.a.bool,s.a.oneOf(["top","right","bottom","left"])]),delayedCall:s.a.bool,offset:s.a.oneOfType([s.a.shape({top:s.a.number,left:s.a.number,bottom:s.a.number,right:s.a.number}),s.a.shape({direction:s.a.oneOf(["top","right","bottom","left"]),value:s.a.number})]),scrollCheck:s.a.bool,scrollDelay:s.a.number,scrollThrottle:s.a.number,resizeCheck:s.a.bool,resizeDelay:s.a.number,resizeThrottle:s.a.number,intervalCheck:s.a.bool,intervalDelay:s.a.number,containment:"undefined"!=typeof window?s.a.instanceOf(window.Element):s.a.any,children:s.a.oneOfType([s.a.element,s.a.func]),minTopValue:s.a.number})},function(e,t,n){"use strict";var r=n(6);function a(){}function c(){}c.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,c,o){if(o!==r){var i=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw i.name="Invariant Violation",i}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:c,resetWarningCache:a};return n.PropTypes=n,n}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}])},e.exports=r(n(29),n(30))},function(e,t,n){var r=n(17);e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}},function(e,t){e.exports=window.wp.keycodes},function(e,t){e.exports=function(e){if(null==e)throw new TypeError("Cannot destructure undefined")}},function(e,t,n){var r;r=function(){"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(t)}function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){a(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function i(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&function(e,t){(Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}(e,t)}function s(e){return(s=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function l(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=s(e);if(t){var a=s(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return l(this,n)}}function m(e){return function(e){if(Array.isArray(e))return p(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return p(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?p(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function d(e){return Array.isArray?Array.isArray(e):"[object Array]"===v(e)}function b(e){return"string"==typeof e}function f(e){return"number"==typeof e}function h(t){return"object"===e(t)}function g(e){return null!=e}function O(e){return!e.trim().length}function v(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}var j=function(e){return"Invalid value for key ".concat(e)},y=function(e){return"Pattern length exceeds max of ".concat(e,".")},E=Object.prototype.hasOwnProperty,_=function(){function e(n){var r=this;t(this,e),this._keys=[],this._keyMap={};var a=0;n.forEach((function(e){var t=w(e);a+=t.weight,r._keys.push(t),r._keyMap[t.id]=t,a+=t.weight})),this._keys.forEach((function(e){e.weight/=a}))}return r(e,[{key:"get",value:function(e){return this._keyMap[e]}},{key:"keys",value:function(){return this._keys}},{key:"toJSON",value:function(){return JSON.stringify(this._keys)}}]),e}();function w(e){var t=null,n=null,r=null,a=1;if(b(e)||d(e))r=e,t=S(e),n=k(e);else{if(!E.call(e,"name"))throw new Error("Missing ".concat("name"," property in key"));var c=e.name;if(r=c,E.call(e,"weight")&&(a=e.weight)<=0)throw new Error(function(e){return"Property 'weight' in key '".concat(e,"' must be a positive integer")}(c));t=S(c),n=k(c)}return{path:t,id:n,weight:a,src:r}}function S(e){return d(e)?e:e.split(".")}function k(e){return d(e)?e.join("."):e}var C=o({},{isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:function(e,t){return e.score===t.score?e.idx<t.idx?-1:1:e.score<t.score?-1:1}},{},{includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},{},{location:0,threshold:.6,distance:100},{},{useExtendedSearch:!1,getFn:function(e,t){var n=[],r=!1;return function e(t,a,c){if(g(t))if(a[c]){var o=t[a[c]];if(!g(o))return;if(c===a.length-1&&(b(o)||f(o)||function(e){return!0===e||!1===e||function(e){return h(e)&&null!==e}(e)&&"[object Boolean]"==v(e)}(o)))n.push(function(e){return null==e?"":function(e){if("string"==typeof e)return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(e)}(o));else if(d(o)){r=!0;for(var i=0,s=o.length;i<s;i+=1)e(o[i],a,c+1)}else a.length&&e(o,a,c+1)}else n.push(t)}(e,b(t)?t.split("."):t,0),r?n:n[0]},ignoreLocation:!1,ignoreFieldNorm:!1}),N=/[^ ]+/g;function T(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:3,t=new Map,n=Math.pow(10,e);return{get:function(e){var r=e.match(N).length;if(t.has(r))return t.get(r);var a=1/Math.sqrt(r),c=parseFloat(Math.round(a*n)/n);return t.set(r,c),c},clear:function(){t.clear()}}}var M=function(){function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=n.getFn,a=void 0===r?C.getFn:r;t(this,e),this.norm=T(3),this.getFn=a,this.isCreated=!1,this.setIndexRecords()}return r(e,[{key:"setSources",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.docs=e}},{key:"setIndexRecords",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.records=e}},{key:"setKeys",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.keys=t,this._keysMap={},t.forEach((function(t,n){e._keysMap[t.id]=n}))}},{key:"create",value:function(){var e=this;!this.isCreated&&this.docs.length&&(this.isCreated=!0,b(this.docs[0])?this.docs.forEach((function(t,n){e._addString(t,n)})):this.docs.forEach((function(t,n){e._addObject(t,n)})),this.norm.clear())}},{key:"add",value:function(e){var t=this.size();b(e)?this._addString(e,t):this._addObject(e,t)}},{key:"removeAt",value:function(e){this.records.splice(e,1);for(var t=e,n=this.size();t<n;t+=1)this.records[t].i-=1}},{key:"getValueForItemAtKeyId",value:function(e,t){return e[this._keysMap[t]]}},{key:"size",value:function(){return this.records.length}},{key:"_addString",value:function(e,t){if(g(e)&&!O(e)){var n={v:e,i:t,n:this.norm.get(e)};this.records.push(n)}}},{key:"_addObject",value:function(e,t){var n=this,r={i:t,$:{}};this.keys.forEach((function(t,a){var c=n.getFn(e,t.path);if(g(c))if(d(c))!function(){for(var e=[],t=[{nestedArrIndex:-1,value:c}];t.length;){var o=t.pop(),i=o.nestedArrIndex,s=o.value;if(g(s))if(b(s)&&!O(s)){var l={v:s,i:i,n:n.norm.get(s)};e.push(l)}else d(s)&&s.forEach((function(e,n){t.push({nestedArrIndex:n,value:e})}))}r.$[a]=e}();else if(!O(c)){var o={v:c,n:n.norm.get(c)};r.$[a]=o}})),this.records.push(r)}},{key:"toJSON",value:function(){return{keys:this.keys,records:this.records}}}]),e}();function x(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.getFn,a=void 0===r?C.getFn:r,c=new M({getFn:a});return c.setKeys(e.map(w)),c.setSources(t),c.create(),c}function P(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.errors,r=void 0===n?0:n,a=t.currentLocation,c=void 0===a?0:a,o=t.expectedLocation,i=void 0===o?0:o,s=t.distance,l=void 0===s?C.distance:s,u=t.ignoreLocation,m=void 0===u?C.ignoreLocation:u,p=r/e.length;if(m)return p;var d=Math.abs(i-c);return l?p+d/l:d?1:p}function D(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:C.minMatchCharLength,n=[],r=-1,a=-1,c=0,o=e.length;c<o;c+=1){var i=e[c];i&&-1===r?r=c:i||-1===r||((a=c-1)-r+1>=t&&n.push([r,a]),r=-1)}return e[c-1]&&c-r>=t&&n.push([r,c-1]),n}function I(e){for(var t={},n=0,r=e.length;n<r;n+=1){var a=e.charAt(n);t[a]=(t[a]||0)|1<<r-n-1}return t}var L=function(){function e(n){var r=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=a.location,o=void 0===c?C.location:c,i=a.threshold,s=void 0===i?C.threshold:i,l=a.distance,u=void 0===l?C.distance:l,m=a.includeMatches,p=void 0===m?C.includeMatches:m,d=a.findAllMatches,b=void 0===d?C.findAllMatches:d,f=a.minMatchCharLength,h=void 0===f?C.minMatchCharLength:f,g=a.isCaseSensitive,O=void 0===g?C.isCaseSensitive:g,v=a.ignoreLocation,j=void 0===v?C.ignoreLocation:v;if(t(this,e),this.options={location:o,threshold:s,distance:u,includeMatches:p,findAllMatches:b,minMatchCharLength:h,isCaseSensitive:O,ignoreLocation:j},this.pattern=O?n:n.toLowerCase(),this.chunks=[],this.pattern.length){var y=function(e,t){r.chunks.push({pattern:e,alphabet:I(e),startIndex:t})},E=this.pattern.length;if(E>32){for(var _=0,w=E%32,S=E-w;_<S;)y(this.pattern.substr(_,32),_),_+=32;if(w){var k=E-32;y(this.pattern.substr(k),k)}}else y(this.pattern,0)}}return r(e,[{key:"searchIn",value:function(e){var t=this.options,n=t.isCaseSensitive,r=t.includeMatches;if(n||(e=e.toLowerCase()),this.pattern===e){var a={isMatch:!0,score:0};return r&&(a.indices=[[0,e.length-1]]),a}var c=this.options,o=c.location,i=c.distance,s=c.threshold,l=c.findAllMatches,u=c.minMatchCharLength,p=c.ignoreLocation,d=[],b=0,f=!1;this.chunks.forEach((function(t){var n=t.pattern,a=t.alphabet,c=t.startIndex,h=function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=r.location,c=void 0===a?C.location:a,o=r.distance,i=void 0===o?C.distance:o,s=r.threshold,l=void 0===s?C.threshold:s,u=r.findAllMatches,m=void 0===u?C.findAllMatches:u,p=r.minMatchCharLength,d=void 0===p?C.minMatchCharLength:p,b=r.includeMatches,f=void 0===b?C.includeMatches:b,h=r.ignoreLocation,g=void 0===h?C.ignoreLocation:h;if(t.length>32)throw new Error(y(32));for(var O,v=t.length,j=e.length,E=Math.max(0,Math.min(c,j)),_=l,w=E,S=d>1||f,k=S?Array(j):[];(O=e.indexOf(t,w))>-1;){var N=P(t,{currentLocation:O,expectedLocation:E,distance:i,ignoreLocation:g});if(_=Math.min(N,_),w=O+v,S)for(var T=0;T<v;)k[O+T]=1,T+=1}w=-1;for(var M=[],x=1,I=v+j,L=1<<v-1,A=0;A<v;A+=1){for(var B=0,R=I;B<R;){var F=P(t,{errors:A,currentLocation:E+R,expectedLocation:E,distance:i,ignoreLocation:g});F<=_?B=R:I=R,R=Math.floor((I-B)/2+B)}I=R;var z=Math.max(1,E-R+1),U=m?j:Math.min(E+R,j)+v,V=Array(U+2);V[U+1]=(1<<A)-1;for(var $=U;$>=z;$-=1){var H=$-1,G=n[e.charAt(H)];if(S&&(k[H]=+!!G),V[$]=(V[$+1]<<1|1)&G,A&&(V[$]|=(M[$+1]|M[$])<<1|1|M[$+1]),V[$]&L&&(x=P(t,{errors:A,currentLocation:H,expectedLocation:E,distance:i,ignoreLocation:g}))<=_){if(_=x,(w=H)<=E)break;z=Math.max(1,2*E-w)}}var q=P(t,{errors:A+1,currentLocation:E,expectedLocation:E,distance:i,ignoreLocation:g});if(q>_)break;M=V}var W={isMatch:w>=0,score:Math.max(.001,x)};if(S){var Q=D(k,d);Q.length?f&&(W.indices=Q):W.isMatch=!1}return W}(e,n,a,{location:o+c,distance:i,threshold:s,findAllMatches:l,minMatchCharLength:u,includeMatches:r,ignoreLocation:p}),g=h.isMatch,O=h.score,v=h.indices;g&&(f=!0),b+=O,g&&v&&(d=[].concat(m(d),m(v)))}));var h={isMatch:f,score:f?b/this.chunks.length:1};return f&&r&&(h.indices=d),h}}]),e}(),A=function(){function e(n){t(this,e),this.pattern=n}return r(e,[{key:"search",value:function(){}}],[{key:"isMultiMatch",value:function(e){return B(e,this.multiRegex)}},{key:"isSingleMatch",value:function(e){return B(e,this.singleRegex)}}]),e}();function B(e,t){var n=e.match(t);return n?n[1]:null}var R=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=e===this.pattern;return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}}],[{key:"type",get:function(){return"exact"}},{key:"multiRegex",get:function(){return/^="(.*)"$/}},{key:"singleRegex",get:function(){return/^=(.*)$/}}]),a}(A),F=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=-1===e.indexOf(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-exact"}},{key:"multiRegex",get:function(){return/^!"(.*)"$/}},{key:"singleRegex",get:function(){return/^!(.*)$/}}]),a}(A),z=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}}],[{key:"type",get:function(){return"prefix-exact"}},{key:"multiRegex",get:function(){return/^\^"(.*)"$/}},{key:"singleRegex",get:function(){return/^\^(.*)$/}}]),a}(A),U=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=!e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-prefix-exact"}},{key:"multiRegex",get:function(){return/^!\^"(.*)"$/}},{key:"singleRegex",get:function(){return/^!\^(.*)$/}}]),a}(A),V=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[e.length-this.pattern.length,e.length-1]}}}],[{key:"type",get:function(){return"suffix-exact"}},{key:"multiRegex",get:function(){return/^"(.*)"\$$/}},{key:"singleRegex",get:function(){return/^(.*)\$$/}}]),a}(A),$=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){var t=!e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}],[{key:"type",get:function(){return"inverse-suffix-exact"}},{key:"multiRegex",get:function(){return/^!"(.*)"\$$/}},{key:"singleRegex",get:function(){return/^!(.*)\$$/}}]),a}(A),H=function(e){i(a,e);var n=u(a);function a(e){var r,c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=c.location,i=void 0===o?C.location:o,s=c.threshold,l=void 0===s?C.threshold:s,u=c.distance,m=void 0===u?C.distance:u,p=c.includeMatches,d=void 0===p?C.includeMatches:p,b=c.findAllMatches,f=void 0===b?C.findAllMatches:b,h=c.minMatchCharLength,g=void 0===h?C.minMatchCharLength:h,O=c.isCaseSensitive,v=void 0===O?C.isCaseSensitive:O,j=c.ignoreLocation,y=void 0===j?C.ignoreLocation:j;return t(this,a),(r=n.call(this,e))._bitapSearch=new L(e,{location:i,threshold:l,distance:m,includeMatches:d,findAllMatches:f,minMatchCharLength:g,isCaseSensitive:v,ignoreLocation:y}),r}return r(a,[{key:"search",value:function(e){return this._bitapSearch.searchIn(e)}}],[{key:"type",get:function(){return"fuzzy"}},{key:"multiRegex",get:function(){return/^"(.*)"$/}},{key:"singleRegex",get:function(){return/^(.*)$/}}]),a}(A),G=function(e){i(a,e);var n=u(a);function a(e){return t(this,a),n.call(this,e)}return r(a,[{key:"search",value:function(e){for(var t,n=0,r=[],a=this.pattern.length;(t=e.indexOf(this.pattern,n))>-1;)n=t+a,r.push([t,n-1]);var c=!!r.length;return{isMatch:c,score:c?0:1,indices:r}}}],[{key:"type",get:function(){return"include"}},{key:"multiRegex",get:function(){return/^'"(.*)"$/}},{key:"singleRegex",get:function(){return/^'(.*)$/}}]),a}(A),q=[R,G,z,U,$,V,F,H],W=q.length,Q=/ +(?=([^\"]*\"[^\"]*\")*[^\"]*$)/;function Y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.split("|").map((function(e){for(var n=e.trim().split(Q).filter((function(e){return e&&!!e.trim()})),r=[],a=0,c=n.length;a<c;a+=1){for(var o=n[a],i=!1,s=-1;!i&&++s<W;){var l=q[s],u=l.isMultiMatch(o);u&&(r.push(new l(u,t)),i=!0)}if(!i)for(s=-1;++s<W;){var m=q[s],p=m.isSingleMatch(o);if(p){r.push(new m(p,t));break}}}return r}))}var J=new Set([H.type,G.type]),K=function(){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=r.isCaseSensitive,c=void 0===a?C.isCaseSensitive:a,o=r.includeMatches,i=void 0===o?C.includeMatches:o,s=r.minMatchCharLength,l=void 0===s?C.minMatchCharLength:s,u=r.ignoreLocation,m=void 0===u?C.ignoreLocation:u,p=r.findAllMatches,d=void 0===p?C.findAllMatches:p,b=r.location,f=void 0===b?C.location:b,h=r.threshold,g=void 0===h?C.threshold:h,O=r.distance,v=void 0===O?C.distance:O;t(this,e),this.query=null,this.options={isCaseSensitive:c,includeMatches:i,minMatchCharLength:l,findAllMatches:d,ignoreLocation:m,location:f,threshold:g,distance:v},this.pattern=c?n:n.toLowerCase(),this.query=Y(this.pattern,this.options)}return r(e,[{key:"searchIn",value:function(e){var t=this.query;if(!t)return{isMatch:!1,score:1};var n=this.options,r=n.includeMatches;e=n.isCaseSensitive?e:e.toLowerCase();for(var a=0,c=[],o=0,i=0,s=t.length;i<s;i+=1){var l=t[i];c.length=0,a=0;for(var u=0,p=l.length;u<p;u+=1){var d=l[u],b=d.search(e),f=b.isMatch,h=b.indices,g=b.score;if(!f){o=0,a=0,c.length=0;break}if(a+=1,o+=g,r){var O=d.constructor.type;J.has(O)?c=[].concat(m(c),m(h)):c.push(h)}}if(a){var v={isMatch:!0,score:o/a};return r&&(v.indices=c),v}}return{isMatch:!1,score:1}}}],[{key:"condition",value:function(e,t){return t.useExtendedSearch}}]),e}(),Z=[];function X(e,t){for(var n=0,r=Z.length;n<r;n+=1){var a=Z[n];if(a.condition(e,t))return new a(e,t)}return new L(e,t)}var ee="$and",te="$path",ne=function(e){return!(!e[ee]&&!e.$or)},re=function(e){return!!e[te]},ae=function(e){return!d(e)&&h(e)&&!ne(e)},ce=function(e){return a({},ee,Object.keys(e).map((function(t){return a({},t,e[t])})))};function oe(e,t){var n=t.ignoreFieldNorm,r=void 0===n?C.ignoreFieldNorm:n;e.forEach((function(e){var t=1;e.matches.forEach((function(e){var n=e.key,a=e.norm,c=e.score,o=n?n.weight:null;t*=Math.pow(0===c&&o?Number.EPSILON:c,(o||1)*(r?1:a))})),e.score=t}))}function ie(e,t){var n=e.matches;t.matches=[],g(n)&&n.forEach((function(e){if(g(e.indices)&&e.indices.length){var n={indices:e.indices,value:e.value};e.key&&(n.key=e.key.src),e.idx>-1&&(n.refIndex=e.idx),t.matches.push(n)}}))}function se(e,t){t.score=e.score}function le(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.includeMatches,a=void 0===r?C.includeMatches:r,c=n.includeScore,o=void 0===c?C.includeScore:c,i=[];return a&&i.push(ie),o&&i.push(se),e.map((function(e){var n=e.idx,r={item:t[n],refIndex:n};return i.length&&i.forEach((function(t){t(e,r)})),r}))}var ue=function(){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0;t(this,e),this.options=o({},C,{},r),this.options.useExtendedSearch,this._keyStore=new _(this.options.keys),this.setCollection(n,a)}return r(e,[{key:"setCollection",value:function(e,t){if(this._docs=e,t&&!(t instanceof M))throw new Error("Incorrect 'index' type");this._myIndex=t||x(this.options.keys,this._docs,{getFn:this.options.getFn})}},{key:"add",value:function(e){g(e)&&(this._docs.push(e),this._myIndex.add(e))}},{key:"remove",value:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return!1},t=[],n=0,r=this._docs.length;n<r;n+=1){var a=this._docs[n];e(a,n)&&(this.removeAt(n),n-=1,r-=1,t.push(a))}return t}},{key:"removeAt",value:function(e){this._docs.splice(e,1),this._myIndex.removeAt(e)}},{key:"getIndex",value:function(){return this._myIndex}},{key:"search",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.limit,r=void 0===n?-1:n,a=this.options,c=a.includeMatches,o=a.includeScore,i=a.shouldSort,s=a.sortFn,l=a.ignoreFieldNorm,u=b(e)?b(this._docs[0])?this._searchStringList(e):this._searchObjectList(e):this._searchLogical(e);return oe(u,{ignoreFieldNorm:l}),i&&u.sort(s),f(r)&&r>-1&&(u=u.slice(0,r)),le(u,this._docs,{includeMatches:c,includeScore:o})}},{key:"_searchStringList",value:function(e){var t=X(e,this.options),n=this._myIndex.records,r=[];return n.forEach((function(e){var n=e.v,a=e.i,c=e.n;if(g(n)){var o=t.searchIn(n),i=o.isMatch,s=o.score,l=o.indices;i&&r.push({item:n,idx:a,matches:[{score:s,value:n,norm:c,indices:l}]})}})),r}},{key:"_searchLogical",value:function(e){var t=this,n=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.auto,a=void 0===r||r,c=function e(n){var r=Object.keys(n),c=re(n);if(!c&&r.length>1&&!ne(n))return e(ce(n));if(ae(n)){var o=c?n[te]:r[0],i=c?n.$val:n[o];if(!b(i))throw new Error(j(o));var s={keyId:k(o),pattern:i};return a&&(s.searcher=X(i,t)),s}var l={children:[],operator:r[0]};return r.forEach((function(t){var r=n[t];d(r)&&r.forEach((function(t){l.children.push(e(t))}))})),l};return ne(e)||(e=ce(e)),c(e)}(e,this.options),r=this._myIndex.records,a={},c=[];return r.forEach((function(e){var r=e.$,o=e.i;if(g(r)){var i=function e(n,r,a){if(!n.children){var c=n.keyId,o=n.searcher,i=t._findMatches({key:t._keyStore.get(c),value:t._myIndex.getValueForItemAtKeyId(r,c),searcher:o});return i&&i.length?[{idx:a,item:r,matches:i}]:[]}switch(n.operator){case ee:for(var s=[],l=0,u=n.children.length;l<u;l+=1){var p=e(n.children[l],r,a);if(!p.length)return[];s.push.apply(s,m(p))}return s;case"$or":for(var d=[],b=0,f=n.children.length;b<f;b+=1){var h=e(n.children[b],r,a);if(h.length){d.push.apply(d,m(h));break}}return d}}(n,r,o);i.length&&(a[o]||(a[o]={idx:o,item:r,matches:[]},c.push(a[o])),i.forEach((function(e){var t,n=e.matches;(t=a[o].matches).push.apply(t,m(n))})))}})),c}},{key:"_searchObjectList",value:function(e){var t=this,n=X(e,this.options),r=this._myIndex,a=r.keys,c=r.records,o=[];return c.forEach((function(e){var r=e.$,c=e.i;if(g(r)){var i=[];a.forEach((function(e,a){i.push.apply(i,m(t._findMatches({key:e,value:r[a],searcher:n})))})),i.length&&o.push({idx:c,item:r,matches:i})}})),o}},{key:"_findMatches",value:function(e){var t=e.key,n=e.value,r=e.searcher;if(!g(n))return[];var a=[];if(d(n))n.forEach((function(e){var n=e.v,c=e.i,o=e.n;if(g(n)){var i=r.searchIn(n),s=i.isMatch,l=i.score,u=i.indices;s&&a.push({score:l,key:t,value:n,idx:c,norm:o,indices:u})}}));else{var c=n.v,o=n.n,i=r.searchIn(c),s=i.isMatch,l=i.score,u=i.indices;s&&a.push({score:l,key:t,value:c,norm:o,indices:u})}return a}}]),e}();return ue.version="6.4.6",ue.createIndex=x,ue.parseIndex=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.getFn,r=void 0===n?C.getFn:n,a=e.keys,c=e.records,o=new M({getFn:r});return o.setKeys(a),o.setIndexRecords(c),o},ue.config=C,function(){Z.push.apply(Z,arguments)}(K),ue},e.exports=r()},,,function(e,t){e.exports=function(e){if(Array.isArray(e))return e}},function(e,t){e.exports=function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,a=!1,c=void 0;try{for(var o,i=e[Symbol.iterator]();!(r=(o=i.next()).done)&&(n.push(o.value),!t||n.length!==t);r=!0);}catch(e){a=!0,c=e}finally{try{r||null==i.return||i.return()}finally{if(a)throw c}}return n}}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){var r=n(17);e.exports=function(e){if(Array.isArray(e))return r(e)}},function(e,t){e.exports=function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t){e.exports=window.React},function(e,t){e.exports=window.ReactDOM},function(e,t,n){"use strict";e.exports=e=>encodeURIComponent(e).replace(/[!'()*]/g,e=>"%"+e.charCodeAt(0).toString(16).toUpperCase())},function(e,t,n){"use strict";var r=new RegExp("%[a-f0-9]{2}","gi"),a=new RegExp("(%[a-f0-9]{2})+","gi");function c(e,t){try{return decodeURIComponent(e.join(""))}catch(e){}if(1===e.length)return e;t=t||1;var n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],c(n),c(r))}function o(e){try{return decodeURIComponent(e)}catch(a){for(var t=e.match(r),n=1;n<t.length;n++)t=(e=c(t,n).join("")).match(r);return e}}e.exports=function(e){if("string"!=typeof e)throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(t){return function(e){for(var t={"%FE%FF":"��","%FF%FE":"��"},n=a.exec(e);n;){try{t[n[0]]=decodeURIComponent(n[0])}catch(e){var r=o(n[0]);r!==n[0]&&(t[n[0]]=r)}n=a.exec(e)}t["%C2"]="�";for(var c=Object.keys(t),i=0;i<c.length;i++){var s=c[i];e=e.replace(new RegExp(s,"g"),t[s])}return e}(e)}}},function(e,t,n){"use strict";e.exports=(e,t)=>{if("string"!=typeof e||"string"!=typeof t)throw new TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];const n=e.indexOf(t);return-1===n?[e]:[e.slice(0,n),e.slice(n+t.length)]}},function(e,t,n){"use strict";n.r(t);var r=n(0),a=(n(22),n(9)),c=n.n(a);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var s=tiobDash,l=s.onboarding,u=s.themeAction,m=void 0!==l.sites&&void 0!==l.sites.sites?Object.keys(l.sites.sites)[0]:"gutenberg",p=localStorage.getItem("neve-onboarding-editor")||m,d={sites:l.sites||{},editor:p,category:"all",previewStatus:!1,importModalStatus:!1,installModalStatus:!1,currentSite:null,importing:!1,isOnboarding:l.onboarding||!1,migrationData:null,themeAction:u,currentTab:"starterSites",fetching:!1,singleTemplateImport:null,templateModal:null,searchQuery:""},b={refreshSites:function(e){return{type:"REFRESH_SITES",payload:{sites:e}}},setCurrentEditor:function(e){return{type:"SET_CURRENT_EDITOR",payload:{editor:e}}},setCurrentCategory:function(e){return{type:"SET_CURRENT_CATEGORY",payload:{category:e}}},setCurrentSite:function(e){return{type:"SET_FOCUSED_SITE",payload:{siteData:e}}},setPreviewStatus:function(e){return e?document.body.classList.add("ob-overflow-off"):document.body.classList.remove("ob-overflow-off"),{type:"SET_PREVIEW_STATUS",payload:{previewStatus:e}}},setImportModalStatus:function(e){return e?document.body.classList.add("ob-overflow-off"):document.body.classList.remove("ob-overflow-off"),{type:"SET_IMPORT_MODAL_STATUS",payload:{importModalStatus:e}}},setInstallModalStatus:function(e){return e?document.body.classList.add("ob-overflow-off"):document.body.classList.remove("ob-overflow-off"),{type:"SET_INSTALL_MODAL_STATUS",payload:{installModalStatus:e}}},setOnboardingState:function(e){return{type:"SET_ONBOARDING",payload:{state:e}}},setThemeAction:function(e){return{type:"SET_THEME_ACTIONS",payload:{themeActions:e}}},setCurrentTab:function(e){return{type:"SET_CURRENT_TAB",payload:{currentTab:e}}},setFetching:function(e){return{type:"SET_FETCHING",payload:{fetching:e}}},setSingleTemplateImport:function(e){return{type:"SET_SINGLE_TEMPLATE_IMPORT",payload:{slug:e}}},setTemplateModal:function(e){return{type:"SET_TEMPLATE_MODAL",payload:{data:e}}},setSearchQuery:function(e){return{type:"SET_SEARCH_QUERY",payload:{query:e}}}},f=n(4),h=n(6),g=n.n(h),O=n(8),v=n(3),j=n.n(v),y=n(2),E=n(1),_=n(7),w=n.n(_),S=n(10),k=n.n(S),C=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return T(e,n,t)},N=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return T(e,t,{},"GET",n)},T=function(){var e=k()(w.a.mark((function e(t){var n,r,a,c,o,i=arguments;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=i.length>1&&void 0!==i[1]&&i[1],r=i.length>2&&void 0!==i[2]?i[2]:{},a=i.length>3&&void 0!==i[3]?i[3]:"POST",c=!(i.length>4&&void 0!==i[4])||i[4],o={method:a,headers:{Accept:"application/json","Content-Type":"application/json"}},c&&(o.headers["x-wp-nonce"]=tiobDash.nonce),"POST"===a&&(o.body=JSON.stringify(r)),e.next=9,fetch(t,o).then((function(e){return n?e:e.json()}));case 9:return e.abrupt("return",e.sent);case 10:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();function M(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function x(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?M(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var P,D=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getSingleImport;return{themeData:(0,t.getThemeAction)()||!1,singleImport:n()}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setImportModalStatus,r=t.setInstallModalStatus,a=t.setThemeAction,c=t.setTemplateModal;return{setImportModal:function(e){return n(e)},setInstallModal:function(e){return r(e)},setThemeAction:function(e){return a(e)},showTemplateModal:function(){return c(!0)}}})))((function(e){var t=e.setImportModal,n=e.setInstallModal,a=e.themeData,c=e.setThemeAction,o=e.singleImport,i=e.showTemplateModal,s=a.action,l=a.slug,u=a.nonce,m=tiobDash,p=m.themesURL,d=m.brandedTheme,b=Object(r.useState)(!1),f=j()(b,2),h=f[0],g=f[1],O=Object(r.useState)(null),v=j()(O,2),_=v[0],w=v[1],S=function(){n(!1)},k=function(e){g(!1),w(Object(E.sprintf)(// translators: %s: Error message.
|
| 2 |
+
Object(E.__)("An error has ocurred: %s","templates-patterns-collection"),e))},C=function(){g("activating");var e="".concat(p,"?action=activate&stylesheet=").concat(l,"&_wpnonce=").concat(u);N(e,!0).then((function(e){return 200!==e.status?(k(Object(E.__)("Could not activate theme.","templates-patterns-collection")),g(!1),!1):(g(!1),n(!1),c(!1),o?(i(),!1):void t(!0))}))};return Object(r.createElement)(y.Modal,{className:"ob-import-modal install-modal",title:Object(E.__)("Install and Activate Neve","templates-patterns-collection"),onRequestClose:S,shouldCloseOnClickOutside:!h,isDismissible:!h},Object(r.createElement)("div",{className:"modal-body",style:{textAlign:"center"}},!d&&Object(r.createElement)("img",{style:{width:75},src:"".concat(tiobDash.assets,"/img/logo.svg"),alt:Object(E.__)("Logo","templates-patterns-collection")}),_&&Object(r.createElement)("div",{className:"well error",style:{margin:"20px 0"}},_),Object(r.createElement)("p",{style:{lineHeight:1.6,fontSize:"15px"}},Object(E.__)("In order to import the starter site, Neve theme has to be installed and activated. Click the button below to install and activate Neve","templates-patterns-collection"))),Object(r.createElement)("div",{className:"modal-footer",style:{justifyContent:"center"}},Object(r.createElement)("div",{className:"actions",style:{display:"flex"}},!_&&Object(r.createElement)(y.Button,{dismiss:_,isPrimary:!0,disabled:h,className:h&&"is-loading",icon:h&&"update",onClick:"install"===s?function(){g("installing"),wp.updates.installTheme({slug:"neve",success:function(){c(x(x({},a),{},{action:"activate"})),C()},error:function(e){c(x(x({},a),{},{action:"activate"})),k(e.errorMessage||Object(E.__)("Could not install theme.","templates-patterns-collection"))}})}:C},h&&("installing"===h?Object(E.__)("Installing"):Object(E.__)("Activating")),!h&&("install"===s?Object(E.__)("Install and Activate","templates-patterns-collection"):Object(E.__)("Activate","templates-patterns-collection"))),Object(r.createElement)(y.Button,{style:{marginLeft:30},isSecondary:!0,disabled:h,onClick:S},Object(E.__)("Close","templates-patterns-collection")))))})),I=tiobDash.onboarding,L=function(e){return C(I.root+"/install_plugins",e)},A=function(){var e=k()(w.a.mark((function e(t){var n;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n={},t.forEach((function(e){"elementor"===e.template_type?n.elementor=!0:"beaver"===e.template_type&&(n["beaver-builder-lite-version"]=!0)})),!(Object.keys(n).length>0)){e.next=11;break}return e.prev=3,e.next=6,L(n);case 6:e.next=11;break;case 8:return e.prev=8,e.t0=e.catch(3),e.abrupt("return",error);case 11:return e.abrupt("return",C(I.root+"/import_single_templates",t));case 12:case"end":return e.stop()}}),e,null,[[3,8]])})));return function(t){return e.apply(this,arguments)}}(),B=function(e){var t=e.data,n=e.externalInstalled,a=t.external_plugins||null,c=g()(["well"]);return Object(r.createElement)("div",{className:c},a&&!n&&Object(r.createElement)("h3",{style:{marginTop:15}},Object(r.createElement)(y.Dashicon,{icon:"info"}),Object(r.createElement)("span",null,Object(E.__)("To import this demo you have to install the following plugins","neve"))),Object(r.createElement)("ul",null,a&&!n?a.map((function(e,t){return Object(r.createElement)("li",{key:t},Object(r.createElement)(y.Button,{isLink:!0,href:e.author_url},e.name))})):Object(r.createElement)(r.Fragment,null,Object(r.createElement)("li",null,Object(E.__)("We recommend you backup your website content before attempting a full site import.","neve")),Object(r.createElement)("li",null,Object(E.__)("Some of the demo images will not be imported and will be replaced by placeholder images.","neve")))))},R=function(e){var t=e.message,n=e.code;return Object(r.createElement)("div",{className:"well error"},t&&Object(r.createElement)("h3",null,Object(r.createElement)(y.Dashicon,{icon:"warning"}),Object(r.createElement)("span",null,t)),Object(r.createElement)("ul",null,Object(r.createElement)("li",{dangerouslySetInnerHTML:{__html:tiobDash.onboarding.i18n.troubleshooting}}),Object(r.createElement)("li",{dangerouslySetInnerHTML:{__html:tiobDash.onboarding.i18n.support}}),n&&Object(r.createElement)("li",null,Object(E.__)("Error code","templates-patterns-collection"),":"," ",Object(r.createElement)("code",null,n)),Object(r.createElement)("li",null,Object(E.__)("Error log","templates-patterns-collection"),":"," ",Object(r.createElement)(y.Button,{isLink:!0,href:tiobDash.onboarding.logUrl},tiobDash.onboarding.logUrl,Object(r.createElement)(y.Dashicon,{icon:"external"})))))},F=function(e){var t=e.data,n=function(e){return console.log(e)},a=Object(r.useState)(!1),c=j()(a,2),o=c[0],i=c[1],s=Object(r.useState)(!1),l=j()(s,2),u=l[0],m=l[1],p=Object(r.useState)(!1),d=j()(p,2),b=d[0],f=d[1],h=Object(r.useState)(null),g=j()(h,2),O=g[0],v=g[1],_=Object(r.useState)(null),w=j()(_,2),S=w[0],k=w[1];if(o)return null;var N=function(){"done"===b&&i(!0),m(!1),v(null),f(!1)};return Object(r.createElement)("div",{className:"ob-migration"},u&&Object(r.createElement)(y.Modal,{className:"ob-import-modal migration",title:Object(E.__)("Migrate","templates-patterns-collection")+" "+t.theme_name,onRequestClose:N,shouldCloseOnClickOutside:!b,isDismissible:!b},Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},O&&Object(r.createElement)(R,{message:O.message||null,code:O.code||null}),!1===b&&!O&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(B,{data:t}),t.mandatory_plugins&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)("hr",null),Object(r.createElement)("h3",null,Object(E.__)("The following plugins will be installed","neve"),":"),Object(r.createElement)("ul",null,Object.keys(t.mandatory_plugins).map((function(e,n){return Object(r.createElement)("li",{key:n},"-"," ",t.mandatory_plugins[e])}))))),"done"===b&&Object(r.createElement)("p",{className:"import-result"},Object(E.__)("Content was successfully imported. Enjoy your new site!","neve")),!0===b&&Object(r.createElement)("div",{className:"loading"},Object(r.createElement)(y.Dashicon,{icon:"update",size:50}),Object(r.createElement)("h3",null,Object(E.__)("Migrating","templates-patterns-collection"),"..."))),(!b||"done"===b)&&Object(r.createElement)("div",{className:"modal-footer"},Object(r.createElement)(y.Button,{isSecondary:"done"!==b,isLink:"done"===b,className:"done"===b?"close":null,onClick:N},"done"===b?Object(E.__)("Close","templates-patterns-collection"):Object(E.__)("Cancel","templates-patterns-collection")),O||"done"===b?Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{style:{marginLeft:20},isSecondary:!0,href:"".concat(tiobDash.onboarding.homeUrl,"/wp-admin/post.php?post=").concat(S,"&action=elementor")},Object(E.__)("Edit Content","templates-patterns-collection")),Object(r.createElement)(y.Button,{isPrimary:!0,href:tiobDash.onboarding.homeUrl},Object(E.__)("View Website","templates-patterns-collection"))):Object(r.createElement)(y.Button,{isPrimary:!0,onClick:function(){var e;e=Object.keys(t.mandatory_plugins).reduce((function(e,t){return e[t]=!0,e}),{}),L(e).then((function(e){if(f(!0),!e.success)return v({code:e.data||null,message:Object(E.__)("Something went wrong while installing the necessary plugins.","neve")}),f(!1),!1;var n=t.template,r=t.template_name;C(tiobDash.onboarding.root+"/migrate_frontpage",{template:n,template_name:r}).then((function(e){if(!e.success)return v({code:e.data||null,message:Object(E.__)("Something went wrong while importing the website content.","neve")}),f(!1),!1;k(e.data),f("done")}))}))}},Object(E.__)("Start Migration","templates-patterns-collection"))))),Object(r.createElement)("h2",null,t.heading),Object(r.createElement)("p",null,t.description),Object(r.createElement)("div",{className:"card starter-site-card",style:{maxWidth:330}},Object(r.createElement)("div",{className:"top"},t.screenshot&&Object(r.createElement)("div",{className:"image"},Object(r.createElement)("img",{src:t.screenshot,alt:t.theme_name}))),Object(r.createElement)("div",{className:"bottom"},Object(r.createElement)("p",{className:"title"},t.theme_name))),Object(r.createElement)("div",{className:"actions"},Object(r.createElement)(y.Button,{isPrimary:!0,onClick:function(){return m(!0),!1}},Object(E.__)("Migrate","templates-patterns-collection")+" "+t.theme_name),Object(r.createElement)(y.Button,{isSecondary:!0,onClick:function(){C(tiobDash.onboarding.root+"/dismiss_migration",{theme_mod:t.theme_mod}).then((function(e){if(!e.success)return n(Object(E.__)("Something went wrong. Please reload the page and try again.","neve")),!1;n(Object(E.__)("Dismissed","templates-patterns-collection")),i(!0)}))}},Object(E.__)("Dismiss","templates-patterns-collection"))))},z=n(13),U=n.n(z),V=n(15),$=n.n(V),H=n(5),G=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"})),q=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})),W=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})),Q=n(14),Y=n.n(Q),J=n(11),K=new Uint8Array(16);function Z(){if(!P&&!(P="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return P(K)}for(var X=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,ee=function(e){return"string"==typeof e&&X.test(e)},te=[],ne=0;ne<256;++ne)te.push((ne+256).toString(16).substr(1));var re=function(e,t,n){var r=(e=e||{}).random||(e.rng||Z)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(var a=0;a<16;++a)t[n+a]=r[a];return t}return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(te[e[t+0]]+te[e[t+1]]+te[e[t+2]]+te[e[t+3]]+"-"+te[e[t+4]]+te[e[t+5]]+"-"+te[e[t+6]]+te[e[t+7]]+"-"+te[e[t+8]]+te[e[t+9]]+"-"+te[e[t+10]]+te[e[t+11]]+te[e[t+12]]+te[e[t+13]]+te[e[t+14]]+te[e[t+15]]).toLowerCase();if(!ee(n))throw TypeError("Stringified UUID is invalid");return n}(r)};function ae(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ce(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ae(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ae(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var oe=function(){var e=k()(w.a.mark((function e(){var t,n,r,a,c,o,i=arguments;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t=i.length>0&&void 0!==i[0]&&i[0],n=i.length>1&&void 0!==i[1]?i[1]:{},r=Object(J.stringifyUrl)({url:tiobDash.endpoint+(t?"page-templates":"templates"),query:ce(ce({cache:localStorage.getItem("tpcCacheBuster")},tiobDash.params),n)}),e.prev=3,e.next=6,Y()({url:r,method:"GET",parse:!1});case 6:if(!(a=e.sent).ok){e.next=15;break}return e.next=10,a.json();case 10:if(!(c=e.sent).message){e.next=13;break}return e.abrupt("return",{success:!1,message:c.message});case 13:return o=a.headers.get("x-wp-totalpages"),e.abrupt("return",{success:!0,total:o,templates:c});case 15:e.next=21;break;case 17:if(e.prev=17,e.t0=e.catch(3),!e.t0.message){e.next=21;break}return e.abrupt("return",{success:!1,message:e.t0.message});case 21:case"end":return e.stop()}}),e,null,[[3,17]])})));return function(){return e.apply(this,arguments)}}(),ie=function(){var e=k()(w.a.mark((function e(t,n){var r;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=Object(J.stringifyUrl)({url:tiobDash.endpoint+"templates/"+t,query:ce(ce({cache:localStorage.getItem("tpcCacheBuster")},tiobDash.params),{},{template_id:t,template_name:n})}),e.prev=1,e.next=4,Y()({url:r,method:"POST"});case 4:return localStorage.setItem("tpcCacheBuster",re()),e.abrupt("return",{success:!0});case 8:if(e.prev=8,e.t0=e.catch(1),!e.t0.message){e.next=12;break}return e.abrupt("return",{success:!1,message:e.t0.message});case 12:case"end":return e.stop()}}),e,null,[[1,8]])})));return function(t,n){return e.apply(this,arguments)}}(),se=function(){var e=k()(w.a.mark((function e(t){var n;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=Object(J.stringifyUrl)({url:"".concat(tiobDash.endpoint,"templates/").concat(t),query:ce({cache:localStorage.getItem("tpcCacheBuster"),_method:"DELETE"},tiobDash.params)}),e.prev=1,e.next=4,Y()({url:n,method:"POST"});case 4:return localStorage.setItem("tpcCacheBuster",re()),e.abrupt("return",{success:!0});case 8:if(e.prev=8,e.t0=e.catch(1),!e.t0.message){e.next=12;break}return e.abrupt("return",{success:!1,message:e.t0.message});case 12:case"end":return e.stop()}}),e,null,[[1,8]])})));return function(t){return e.apply(this,arguments)}}(),le=function(){var e=k()(w.a.mark((function e(t){var n,r,a;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=Object(J.stringifyUrl)({url:"".concat(tiobDash.endpoint,"templates/bulk-import"),query:ce({templates:t,cache:localStorage.getItem("tpcCacheBuster")},tiobDash.params)}),e.prev=1,e.next=4,Y()({url:n,method:"GET",parse:!1});case 4:if(!(r=e.sent).ok){e.next=14;break}if(!r.message){e.next=8;break}return e.abrupt("return",{success:!1,message:r.message});case 8:return e.next=10,r.json();case 10:if(!(a=e.sent).message){e.next=13;break}return e.abrupt("return",{success:!1,message:a.message});case 13:return e.abrupt("return",{success:!0,templates:a});case 14:e.next=20;break;case 16:if(e.prev=16,e.t0=e.catch(1),!e.t0.message){e.next=20;break}return e.abrupt("return",{success:!1,message:e.t0.message});case 20:case"end":return e.stop()}}),e,null,[[1,16]])})));return function(t){return e.apply(this,arguments)}}(),ue=function(){var e=k()(w.a.mark((function e(t){var n,r,a;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=Object(J.stringifyUrl)({url:"".concat(tiobDash.endpoint,"templates/").concat(t,"/import"),query:ce({cache:localStorage.getItem("tpcCacheBuster")},tiobDash.params)}),r={},e.prev=2,e.next=5,Y()({url:n,method:"GET",parse:!1});case 5:if(!(a=e.sent).ok){e.next=12;break}return e.next=9,a.json();case 9:if(!(r=e.sent).message){e.next=12;break}return e.abrupt("return",{success:!1,message:r.message});case 12:e.next=18;break;case 14:if(e.prev=14,e.t0=e.catch(2),!e.t0.message){e.next=18;break}return e.abrupt("return",{success:!1,message:e.t0.message});case 18:return e.abrupt("return",{success:!0,templates:[r]});case 19:case"end":return e.stop()}}),e,null,[[2,14]])})));return function(t){return e.apply(this,arguments)}}(),me=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},Object(r.createElement)(H.Path,{d:"M10.2 3.28c3.53 0 6.43 2.61 6.92 6h2.08l-3.5 4-3.5-4h2.32c-.45-1.97-2.21-3.45-4.32-3.45-1.45 0-2.73.71-3.54 1.78L4.95 5.66C6.23 4.2 8.11 3.28 10.2 3.28zm-.4 13.44c-3.52 0-6.43-2.61-6.92-6H.8l3.5-4c1.17 1.33 2.33 2.67 3.5 4H5.48c.45 1.97 2.21 3.45 4.32 3.45 1.45 0 2.73-.71 3.54-1.78l1.71 1.95c-1.28 1.46-3.15 2.38-5.25 2.38z"})),pe=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M20.1 5.1L16.9 2 6.2 12.7l-1.3 4.4 4.5-1.3L20.1 5.1zM4 20.8h8v-1.5H4v1.5z"})),de=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},Object(r.createElement)(H.Path,{d:"M12 4h3c.6 0 1 .4 1 1v1H3V5c0-.6.5-1 1-1h3c.2-1.1 1.3-2 2.5-2s2.3.9 2.5 2zM8 4h3c-.2-.6-.9-1-1.5-1S8.2 3.4 8 4zM4 7h11l-.9 10.1c0 .5-.5.9-1 .9H5.9c-.5 0-.9-.4-1-.9L4 7z"})),be=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M18.3 5.6L9.9 16.9l-4.6-3.4-.9 1.2 5.8 4.3 9.3-12.6z"})),fe=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M7 5.5h10a.5.5 0 01.5.5v12a.5.5 0 01-.5.5H7a.5.5 0 01-.5-.5V6a.5.5 0 01.5-.5zM17 4H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V6a2 2 0 00-2-2zm-1 3.75H8v1.5h8v-1.5zM8 11h8v1.5H8V11zm6 3.25H8v1.5h6v-1.5z"}));function he(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ge(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?he(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):he(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Oe=function(e){var t=e.sortingOrder,n=e.item,a=e.loadTemplates,c=e.userTemplate,o=e.grid,i=e.onPreview,s=e.onImport,l=e.upsell,u=void 0!==l&&l,m=Object(r.useState)(!1),p=j()(m,2),d=p[0],b=p[1],f=Object(r.useState)(!1),h=j()(f,2),O=h[0],v=h[1],_=Object(r.useState)(n.template_name),S=j()(_,2),C=S[0],N=S[1],T=function(){var e=k()(w.a.mark((function e(t){var r,a;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.preventDefault(),r=n.template_id,a=n.template_name,b("updating"),e.next=5,ie(r,C||a).then((function(e){e.success&&(v(!O),b(!1))}));case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),M=function(){var e=k()(w.a.mark((function e(){return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(window.confirm(Object(E.__)("Are you sure you want to delete this template?"))){e.next=2;break}return e.abrupt("return",!1);case 2:b("deleteing"),se(n.template_id).then((function(e){e.success&&(a(ge({page:0},t)),b(!1))}));case 4:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),x=function(){i(n.link)},P=g()("actions",{"no-controls":!c});if(o){var D={backgroundImage:"url(".concat(n.template_thumbnail,")")};return Object(r.createElement)("div",{key:n.template_id,className:"table-grid"},Object(r.createElement)("div",{style:D,className:g()("grid-preview",{"is-loading":O||!1!==d})},Object(r.createElement)("div",{className:"preview-actions"},!c&&n.link&&Object(r.createElement)(y.Button,{isSecondary:!0,disabled:!1!==d,onClick:x},Object(E.__)("Preview")),!u&&Object(r.createElement)(y.Button,{isPrimary:!0,isBusy:"importing"===d,disabled:!1!==d,onClick:s},Object(E.__)("Import")),c&&Object(r.createElement)("div",{className:"preview-controls"},!n.link&&Object(r.createElement)(y.Button,{label:Object(E.__)("Edit"),icon:"updating"===d?me:pe,disabled:O||!1!==d,className:g()({"is-loading":"updating"===d}),onClick:function(){return v(!O)}}),Object(r.createElement)(y.Button,{label:Object(E.__)("Delete"),icon:"deleteing"===d?me:de,disabled:!1!==d,className:g()({"is-loading":"deleteing"===d}),onClick:M})))),Object(r.createElement)("div",{className:"card-footer"},O?Object(r.createElement)("form",{onSubmit:T},Object(r.createElement)(y.TextControl,{value:C,onChange:N}),Object(r.createElement)(y.Button,{type:"submit",label:Object(E.__)("Update"),icon:"updating"===d?me:be,disabled:!1!==d,className:g()({"is-loading":"updating"===d})})):Object(r.createElement)("p",null,C)))}return Object(r.createElement)("div",{key:n.template_id,className:"table-row"},Object(r.createElement)("div",{className:"title"},Object(r.createElement)(y.Icon,{icon:fe}),O?Object(r.createElement)(y.TextControl,{label:Object(E.__)("Template Name"),hideLabelFromVision:!0,value:C,onChange:N}):C),c&&Object(r.createElement)("div",{className:"controls"},n.link?Object(r.createElement)(y.Tooltip,{text:Object(E.__)("This template is synced to a page.")},Object(r.createElement)(y.Button,{label:Object(E.__)("Edit"),icon:pe,disabled:!0},Object(E.__)("Edit"))):Object(r.createElement)(y.Button,{label:O?Object(E.__)("Update"):Object(E.__)("Edit"),icon:O?"updating"===d?me:be:pe,disabled:!1!==d,className:g()({"is-loading":"updating"===d}),onClick:function(){return O?T:v(!O)}},O?Object(E.__)("Update"):Object(E.__)("Edit")),Object(r.createElement)(y.Button,{label:Object(E.__)("Delete"),icon:"deleteing"===d?me:de,disabled:!1!==d,className:g()({"is-loading":"deleteing"===d}),onClick:M},"deleting"===d?Object(E.__)("Deleting")+"...":Object(E.__)("Delete"))),Object(r.createElement)("div",{className:P},!c&&n.link&&Object(r.createElement)(y.Button,{isSecondary:!0,disabled:!1!==d,onClick:x},Object(E.__)("Preview")),Object(r.createElement)(y.Button,{isPrimary:!0,isBusy:"importing"===d,onClick:s,disabled:!1!==d},Object(E.__)("Import"))))},ve=function(e){var t=e.isGrid;return Object(r.createElement)("div",{className:"table"},[1,2,3,4,5,6,7,8].map((function(e){return t?Object(r.createElement)("div",{key:e,className:"table-grid"},Object(r.createElement)("div",{className:"grid-preview image is-loading"}),Object(r.createElement)("div",{className:"card-footer"},Object(r.createElement)("p",{className:"title loading",style:{height:14,"background-color":"#f3f3f3"}}))):Object(r.createElement)("div",{key:e,className:"table-row"},Object(r.createElement)("p",{className:"title loading",style:{width:"100%",height:14,background:"linear-gradient(to right, #f3f3f3, #ffffff)"}}))})))},je=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M13 11.9l3.3-3.4-1.1-1-3.2 3.3-3.2-3.3-1.1 1 3.3 3.4-3.5 3.6 1 1L12 13l3.5 3.5 1-1z"})),ye=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"})),Ee=Object(r.createElement)(H.SVG,{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M3 15h18v-2H3v2zm0 4h18v-2H3v2zm0-8h18V9H3v2zm0-6v2h18V5H3z"})),_e=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7.8 16.5H5c-.3 0-.5-.2-.5-.5v-6.2h6.8v6.7zm0-8.3H4.5V5c0-.3.2-.5.5-.5h6.2v6.7zm8.3 7.8c0 .3-.2.5-.5.5h-6.2v-6.8h6.8V19zm0-7.8h-6.8V4.5H19c.3 0 .5.2.5.5v6.2z",fillRule:"evenodd",clipRule:"evenodd"})),we=n(18);function Se(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ke(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Se(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Se(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Ce,Ne={date:Object(E.__)("Date"),template_name:Object(E.__)("Name"),modified:Object(E.__)("Last Modified")},Te=function(e){var t=e.isGrid,n=e.setGrid,a=e.isSearch,c=e.searchQuery,o=e.setSearchQuery,i=e.onSearch,s=e.sortingOrder,l=e.setSortingOrder,u=e.changeOrder;return Object(r.createElement)("div",{className:"filters"},Object(r.createElement)("div",{className:"header-form"},Object(r.createElement)("div",{className:"display-sorting"},Object(r.createElement)("div",{className:"sorting-label"},Object(E.__)("Sort by")),Object(r.createElement)("div",{className:"sorting-filter"},Object.keys(Ne).map((function(e){return Object(r.createElement)(y.Button,{key:e,className:g()({"is-selected":e===s.orderby,"is-asc":"ASC"===s.order}),onClick:function(){var t={order:"DESC",orderby:e};e===s.orderby&&"DESC"===s.order&&(t.order="ASC"),l(ke({},t)),u(ke({},t))}},Ne[e])})))),Object(r.createElement)("div",{className:"display-filters"},Object(r.createElement)("div",{className:"display-filters__search"},Object(r.createElement)("input",{placeholder:Object(E.__)("Search"),value:c,onChange:function(e){return o(e.target.value)},onKeyDown:function(e){e.keyCode===we.ENTER&&i()}}),a?Object(r.createElement)(y.Button,{label:Object(E.__)("Clear search query"),icon:je,onClick:function(){o(""),i("")}}):Object(r.createElement)(y.Button,{label:Object(E.__)("Search"),icon:ye,onClick:function(){return i()}})),Object(r.createElement)(y.Button,{label:Object(E.__)("List View"),icon:Ee,onClick:function(){return n(!1)},isPressed:!t}),Object(r.createElement)(y.Button,{label:Object(E.__)("Grid View"),icon:_e,onClick:function(){return n(!0)},isPressed:t}))))},Me=function(e){var t=e.title,n=e.leftButtons,a=e.rightButtons,c=e.heading,o=e.previewUrl,i=Object(J.stringifyUrl)({url:o,query:{tpcpreview:"yes"}}),s=t||Object(E.__)("Preview");return Object(r.createElement)("div",{className:"ob-preview single-templates"},Object(r.createElement)("div",{className:"preview"},Object(r.createElement)("iframe",{title:s,src:i,frameBorder:"0"}),Object(r.createElement)("div",{className:"loading"},Object(r.createElement)(y.Dashicon,{icon:"update",size:50}))),Object(r.createElement)("div",{className:"bottom-bar"},n&&Object(r.createElement)("div",{className:"navigator"},n),c&&Object(r.createElement)("h2",{className:"heading"},c),a&&Object(r.createElement)("div",{className:"actions"},a)))},xe={AElig:"Æ",AMP:"&",Aacute:"Á",Acirc:"Â",Agrave:"À",Aring:"Å",Atilde:"Ã",Auml:"Ä",COPY:"©",Ccedil:"Ç",ETH:"Ð",Eacute:"É",Ecirc:"Ê",Egrave:"È",Euml:"Ë",GT:">",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"},Pe={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"};function De(e){var t="string"==typeof e?e.charCodeAt(0):e;return t>=48&&t<=57}function Ie(e){var t="string"==typeof e?e.charCodeAt(0):e;return t>=97&&t<=102||t>=65&&t<=70||t>=48&&t<=57}function Le(e){return function(e){var t="string"==typeof e?e.charCodeAt(0):e;return t>=97&&t<=122||t>=65&&t<=90}(e)||De(e)}function Ae(e){var t,n="&"+e+";";return(Ce=Ce||document.createElement("i")).innerHTML=n,(59!==(t=Ce.textContent).charCodeAt(t.length-1)||"semi"===e)&&t!==n&&t}var Be={}.hasOwnProperty,Re=String.fromCharCode,Fe=[void 0,"Named character references must be terminated by a semicolon","Numeric character references must be terminated by a semicolon","Named character references cannot be empty","Numeric character references cannot be empty","Named character references must be known","Numeric character references cannot be disallowed","Numeric character references cannot be outside the permissible Unicode range"];function ze(e){return e>=1&&e<=8||11===e||e>=13&&e<=31||e>=127&&e<=159||e>=64976&&e<=65007||65535==(65535&e)||65534==(65535&e)}function Ue(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ve(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ue(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ue(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var $e=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getThemeAction,r=t.getCurrentSite;return{themeStatus:n().action||!1,siteData:r()}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setTemplateModal,r=t.setImportModalStatus,a=t.setInstallModalStatus;return{cancel:function(){n(null)},setModal:function(e){return r(e)},setInstallModal:function(e){return a(e)}}})))((function(e){var t=e.templatesData,n=e.cancel,a=e.siteData,c=e.themeStatus,o=e.setInstallModal,i=e.setModal,s=e.isUserTemplate,l=void 0!==s&&s,u=e.generalTemplates,m=void 0!==u&&u,p=Object(r.useState)(!0),d=j()(p,2),b=d[0],f=d[1],h=Object(r.useState)([]),O=j()(h,2),v=O[0],_=O[1],w=Object(r.useState)(!1),S=j()(w,2),k=S[0],C=S[1],N=Object(r.useState)([]),T=j()(N,2),M=T[0],x=T[1],P=Object(r.useState)(!1),D=j()(P,2),I=D[0],L=D[1],B=1===t.length;Object(r.useEffect)((function(){l&&B?ue(t[0].template_id).then((function(e){e.success||(e.message?L(e.message):L(!0),f(!1)),_(e.templates),f(!1)})):le(t.map((function(e){return e.template_id}))).then((function(e){if(!e.success)return e.message?L(e.message):L(!0),f(!1),!1;_(e.templates),f(!1)}))}),[t]);var R=function(){return Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},Object(r.createElement)("div",{className:"header"},Object(r.createElement)("h1",{className:"is-loading",style:{height:30,marginBottom:30,width:"70%"}}),Object(r.createElement)("p",{className:"description is-loading"}),Object(r.createElement)("p",{className:"description is-loading"}),Object(r.createElement)("p",{className:"description is-loading",style:{width:"40%"}}))),Object(r.createElement)("div",{className:"modal-footer",style:{marginTop:50}},Object(r.createElement)("span",{className:"is-loading link"}),Object(r.createElement)("span",{className:"is-loading button",style:{width:"150px",marginLeft:"auto"}})))},F=function(e){if(e.preventDefault(),c)return o(!0),!1;i(!0)},z=function(){C(!0);var e=t.map((function(e,t){return Ve(Ve({},e),v[t])}));try{A(e).then((function(e){if(!e.success)return console.log(e.message),!1;x(e.pages),C("done")}))}catch(e){console.log(I)}},U=function(){return Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},Object(r.createElement)("div",{className:"header"},Object(r.createElement)("h1",null,Object(E.__)("An error occurred!","templates-patterns-collection")),Object(r.createElement)("p",{className:"description"},!0===I?Object(E.__)("Please refresh the page and try again."):I))),Object(r.createElement)("div",{className:"modal-footer"},Object(r.createElement)(y.Button,{isPrimary:!0,className:"import",onClick:function(){L(!1),n()}},Object(E.__)("Close"))))};return Object(r.createElement)(y.Modal,{className:g()(["ob-import-modal",{fetching:b}]),onRequestClose:n,shouldCloseOnClickOutside:!(k&&"done"!==k||b),isDismissible:!(k&&"done"!==k||b)},"done"===k?Object(r.createElement)((function(){return Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},Object(r.createElement)("div",{className:"header"},Object(r.createElement)("h1",null,Object(E.__)("Import done!","templates-patterns-collection")),Object(r.createElement)("p",{className:"description"},B?Object(E.__)("Template was successfully imported!","templates-patterns-collection"):Object(E.__)("Templates were successfully imported!","templates-patterns-collection"))),M&&Object(r.createElement)("ul",{className:"modal-toggles"},M.map((function(e,t){return Object(r.createElement)("li",{className:"option-row",key:t},Object(r.createElement)(y.Icon,{icon:fe,className:"active"}),Object(r.createElement)("span",null,function(e,t={}){var n,r,a,c,o,i,s,l,u,m,p,d,b,f,h,g,O,v,j,y,E,_,w,S,k="string"==typeof t.additional?t.additional.charCodeAt(0):t.additional,C=0,N=-1,T="",M=[];t.position&&("start"in t.position||"indent"in t.position?(r=t.position.indent,n=t.position.start):n=t.position),a=n&&n.line||1,c=n&&n.column||1,y=x(),C--;for(;++C<=e.length;)if(10===u&&(c=r&&r[N]||1),38===(u=e.charCodeAt(C))){if(9===(d=e.charCodeAt(C+1))||10===d||12===d||32===d||38===d||60===d||Number.isNaN(d)||k&&d===k){T+=Re(u),c++;continue}for(g=O=C+1,w=O,35===d?(w=++g,88===(d=e.charCodeAt(w))||120===d?(v="hexadecimal",w=++g):v="decimal"):v="named",o="",h="",l="",j="named"===v?Le:"decimal"===v?De:Ie,w--;++w<=e.length&&j(d=e.charCodeAt(w));)l+=Re(d),"named"===v&&Be.call(xe,l)&&(o=l,h=xe[l]);(s=59===e.charCodeAt(w))&&(w++,(i="named"===v&&Ae(l))&&(o=l,h=i)),_=1+w-O,(s||!1!==t.nonTerminated)&&(l?"named"===v?(s&&!h?P(5,1):(o!==l&&(_=1+(w=g+o.length)-g,s=!1),s||(b=o?1:3,t.attribute?61===(d=e.charCodeAt(w))?(P(b,_),h=null):Le(d)?h=null:P(b,_):P(b,_))),m=h):(s||P(2,_),(S=p=Number.parseInt(l,"hexadecimal"===v?16:10))>=55296&&S<=57343||S>1114111?(P(7,_),m=Re(65533)):p in Pe?(P(6,_),m=Pe[p]):(f="",ze(p)&&P(6,_),p>65535&&(f+=Re((p-=65536)>>>10|55296),p=56320|1023&p),m=f+Re(p))):"named"!==v&&P(4,_)),m?(D(),y=x(),C=w-1,c+=w-O+1,M.push(m),(E=x()).offset++,t.reference&&t.reference.call(t.referenceContext,m,{start:y,end:E},e.slice(O-1,w)),y=E):(l=e.slice(O-1,w),T+=l,c+=l.length,C=w-1)}else 10===u&&(a++,N++,c=0),Number.isNaN(u)?D():(T+=Re(u),c++);return M.join("");function x(){return{line:a,column:c,offset:C+(n&&n.offset||0)}}function P(e,n){var r;t.warning&&((r=x()).column+=n,r.offset+=n,t.warning.call(t.warningContext,Fe[e],r,e))}function D(){T&&(M.push(T),t.text&&t.text.call(t.textContext,T,{start:y,end:x()}),T="")}}(e.title)),Object(r.createElement)("div",{className:"actions"},Object(r.createElement)(y.Button,{isTertiary:!0,href:e.url},Object(E.__)("Visit","templates-patterns-collection")),Object(r.createElement)(y.Button,{isTertiary:!0,href:e.edit},Object(E.__)("Edit","templates-patterns-collection"))))})))),Object(r.createElement)("div",{className:"modal-footer"},Object(r.createElement)(y.Button,{isPrimary:!0,className:"import",onClick:n},Object(E.__)("Close"))))}),null):Object(r.createElement)((function(){return b?Object(r.createElement)(R,null):I?Object(r.createElement)(U,null):Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},Object(r.createElement)("div",{className:"header"},Object(r.createElement)("h1",null,Object(E.sprintf)(B?
|
| 3 |
/* translators: name of starter site */
|
| 4 |
Object(E.__)("Import the %s template","templates-patterns-collection"):
|
| 5 |
/* translators: name of template */
|
| 6 |
Object(E.__)("Import all templates from %s","templates-patterns-collection"),B?t[0].template_name:a.title)),Object(r.createElement)("p",{className:"description"},(Object(r.createElement)("strong",null,Object(E.__)("does not")),B?Object(E.sprintf)(
|
| 7 |
/* translators: %s the name of the template */
|
| 8 |
+
Object(E.__)("The %s template will be imported as a page into your site. This import will install & activate the page builder plugin if not already installed.","templates-patterns-collection"),t[0].template_name):Object(E.__)("All the templates that are included in this starter site, will be imported as pages. This import will install & activate the page builder plugin if not already installed.","templates-patterns-collection"))))),Object(r.createElement)("div",{className:"modal-footer"},!m&&Object(r.createElement)(y.Button,{className:"import-templates",isLink:!0,disabled:k,onClick:F},Object(E.__)("I want to import the entire site","templates-patterns-collection")),Object(r.createElement)(y.Button,{isPrimary:!0,className:"import",disabled:k,onClick:z},k?Object(E.__)("Importing")+"...":B?Object(E.__)("Import"):Object(E.__)("Import All Pages"))))}),null))}));function He(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ge(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?He(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):He(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var qe=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setInstallModalStatus,r=t.setTemplateModal,a=t.setPreviewStatus;return{setPreview:function(e){return a(e)},setInstallModal:function(e){return n(e)},setTemplateModal:r}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getTemplateModal,r=t.getThemeAction,a=t.getCurrentEditor,c=t.getCurrentTab;return{templateModal:n(),themeStatus:r().action||!1,editor:a(),currentTab:c()}})))((function(e){var t=e.isGeneral,n=e.setPreview,a=e.setInstallModal,o=e.setTemplateModal,i=e.templateModal,s=e.themeStatus,l=e.currentTab,u=Object(r.useState)({gutenberg:[],elementor:[]}),m=j()(u,2),p=m[0],d=m[1],b=Object(r.useState)("gutenberg"),f=j()(b,2),h=f[0],O=f[1],v=Object(r.useState)([]),_=j()(v,2),S=_[0],C=_[1],N=Object(r.useState)(t),T=j()(N,2),M=T[0],x=T[1],P=Object(r.useState)(""),D=j()(P,2),I=D[0],L=D[1],A=Object(r.useState)({gutenberg:0,elementor:0,beaver:0}),B=j()(A,2),R=B[0],F=B[1],z=Object(r.useState)({gutenberg:0,elementor:0,beaver:0}),V=j()(z,2),H=V[0],Q=V[1],Y=Object(r.useState)(!1),J=j()(Y,2),K=J[0],Z=J[1],X=Object(r.useState)(!1),ee=j()(X,2),te=ee[0],ne=ee[1],re=Object(r.useState)(!1),ae=j()(re,2),ce=ae[0],ie=ae[1],se=Object(r.useState)(""),le=j()(se,2),ue=le[0],me=le[1],pe=Object(r.useState)({templates:{order:"DESC",orderby:"date"},library:{order:"DESC",orderby:"date"}}),de=j()(pe,2),be=de[0],fe=de[1];Object(r.useEffect)((function(){Z(!0),L(""),F({gutenberg:0,elementor:0,beaver:0}),Q({gutenberg:0,elementor:0,beaver:0}),ge()}),[t,h]);var he={gutenberg:{label:Object(E.__)("Gutenberg"),icon:"gutenberg.jpg"},elementor:{label:Object(E.__)("Elementor"),icon:"elementor.jpg"},beaver:{label:Object(E.__)("Beaver"),icon:"beaver.jpg"}},ge=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=Ge({page:R[h],per_page:12,type:h},e);t&&(n.template_site_slug="general",n.premade=!0),I&&(n.search=I),oe(t,n).then((function(e){d(Ge(Ge({},p),{},c()({},h,e.templates))),Q(Ge(Ge({},H),{},c()({},h,e.total))),Z(!1)}))},je=function(){var e=k()(w.a.mark((function e(){var n,r,a=arguments;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=a.length>0&&void 0!==a[0]?a[0]:R[h]+1,ie(!0),F(Ge(Ge({},R),{},c()({},h,n))),r={page:n,per_page:12,type:h},t&&(r.template_site_slug="general",r.premade=!0),I&&(r.search=I),e.next=8,oe(t,r).then((function(e){d(Ge(Ge({},p),{},c()({},h,[].concat(U()(p[h]),U()(e.templates))))),Q(Ge(Ge({},H),{},c()({},h,e.total)))}));case 8:ie(!1);case 9:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),ye=function(e){me(e),n(!0)},Ee=function(e){if(s)return a(!0),!1;C([e]),o(!0)},_e=p[h]&&p[h].findIndex((function(e){return e.link===ue})),we=p[h]&&p[h].find((function(e){return ue===e.link})),Se=g()("cloud-items",{"is-grid":M}),ke=function(){return t?be.templates:be.library},Ce=function(){var e=k()(w.a.mark((function e(n){var r;return w.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:Z(!0),r=Ge({search:I,type:h},n),t&&(r.template_site_slug="general",r.premade=!0),oe(t,r).then((function(e){d(Ge(Ge({},p),{},c()({},h,U()(e.templates)))),Q(Ge(Ge({},H),{},c()({},h,e.total))),Z(!1)}));case 4:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return Object(r.createElement)("div",{className:Se},Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"editor-tabs"},Object.keys(he).map((function(e){return Object(r.createElement)("a",{key:e,href:"#",onClick:function(){O(e),ne(!1)},className:g()("tab",{active:h===e})},Object(r.createElement)("span",{className:"icon-wrap"},Object(r.createElement)("img",{className:"editor-icon",src:window.tiobDash.assets+"img/"+he[e].icon,alt:he[e].label})),Object(r.createElement)("span",{className:"editor"},he[e].label))}))),Object(r.createElement)(Te,{currentTab:l,isGrid:M,setGrid:x,isSearch:te,searchQuery:I,setSearchQuery:L,onSearch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:I;Z(!0),ne(!!e);var n=Ge({search:e,type:h},ke());t&&(n.template_site_slug="general",n.premade=!0),oe(t,n).then((function(e){d(Ge(Ge({},p),{},c()({},h,U()(e.templates)))),Q(Ge(Ge({},H),{},c()({},h,e.total))),Z(!1)}))},sortingOrder:ke(),setSortingOrder:function(e){return fe(Ge(Ge({},be),{},t?{templates:e}:{library:e}))},changeOrder:Ce}),K&&Object(r.createElement)(ve,{isGrid:M}),!K&&(p[h]&&p[h].length>0?Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"table"},p[h].map((function(e){return Object(r.createElement)(Oe,{sortingOrder:ke(),onPreview:ye,userTemplate:!t,key:e.template_id,item:e,loadTemplates:ge,onImport:function(){return Ee(e)},grid:M})}))),Object(r.createElement)($.a,{onChange:function(e){if(!e)return!1;Number(H[h])>R[h]&&je()}},Object(r.createElement)("span",{style:{height:10,width:10,display:"block"}})),ce&&Object(r.createElement)("div",{className:"fetching-loader"},Object(r.createElement)(y.Spinner,null))):Object(r.createElement)(r.Fragment,null,Object(E.__)("No templates found."))),ue&&Object(r.createElement)(Me,{previewUrl:ue,rightButtons:Object(r.createElement)(y.Button,{isPrimary:!0,onClick:function(){return Ee(we)}},Object(E.__)("Import Template")),heading:we.template_name,leftButtons:Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{icon:G,onClick:function(){me(""),n(!1)}}),p[h].length>1&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{icon:Object(E.isRTL)()?q:W,onClick:function(){var e=_e-1;0===_e&&(e=p[h].length-1),me(p[h][e].link)}}),Object(r.createElement)(y.Button,{icon:Object(E.isRTL)()?W:q,onClick:function(){var e=_e+1;_e===p[h].length-1&&(e=0),me(p[h][e].link)}})))})),i&&S&&!K&&S.length>0&&Object(r.createElement)($e,{generalTemplates:!0,isUserTemplate:!t,templatesData:S}))})),We=[Object(E.__)("Business","templates-patterns-collection"),Object(E.__)("Ecommerce","templates-patterns-collection"),Object(E.__)("Fashion","templates-patterns-collection"),Object(E.__)("Blogging","templates-patterns-collection"),Object(E.__)("Photography","templates-patterns-collection")],Qe={all:Object(E.__)("All Categories"),free:Object(E.__)("Free"),business:Object(E.__)("Business"),portfolio:Object(E.__)("Portfolio"),woocommerce:Object(E.__)("WooCommerce"),blog:Object(E.__)("Blog"),personal:Object(E.__)("Personal"),other:Object(E.__)("Other")},Ye={gutenberg:{icon:"gutenberg.jpg",niceName:"Gutenberg"},elementor:{icon:"elementor.jpg",niceName:"Elementor"},"beaver builder":{icon:"beaver.jpg",niceName:Object(r.createElement)(r.Fragment,null,"Beaver ",Object(r.createElement)("span",{className:"long-name"},"Builder"))},brizy:{icon:"brizy.jpg",niceName:"Brizy"},"divi builder":{icon:"divi.jpg",niceName:"Divi"},"thrive architect":{icon:"thrive.jpg",niceName:Object(r.createElement)(r.Fragment,null,"Thrive ",Object(r.createElement)("span",{className:"long-name"},"Architect"))}},Je=function(e){var t=e.currentStep,n=e.progress,a=e.willDo,c={cleanup:{label:Object(E.__)("Cleanup previous Import","templates-patterns-collection"),status:n.cleanup,willDo:a.cleanup},plugins:{label:Object(E.__)("Installing Plugins","templates-patterns-collection"),status:n.plugins,willDo:!0},content:{label:Object(E.__)("Importing Content","templates-patterns-collection"),status:n.content,willDo:a.content},customizer:{label:Object(E.__)("Importing Customizer Settings","templates-patterns-collection"),status:n.customizer,willDo:a.customizer},widgets:{label:Object(E.__)("Importing Widgets","templates-patterns-collection"),status:n.widgets,willDo:a.widgets}};return Object(r.createElement)("ul",{className:"stepper"},Object.keys(c).map((function(e,n){var a=c[e],o=a.label,i=a.status;if(!a.willDo)return null;var s=g()(["icon",{loading:t===e,warning:t===e,success:"done"===i,error:"error"===i,skip:"skip"===i}]),l="clock";return t===e&&(l="update"),"done"===i&&(l="yes"),"error"===i&&(l="no-alt"),Object(r.createElement)("li",{key:n},Object(r.createElement)("span",{className:s},Object(r.createElement)(y.Dashicon,{icon:l,className:t===e?"loading":""})),Object(r.createElement)("span",null,o))})))},Ke=n(19),Ze=n.n(Ke),Xe=function(e){return Ze()(e),Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},Object(r.createElement)("div",{className:"header"},Object(r.createElement)("span",{className:"title is-loading",style:{height:35,marginBottom:20}}),Object(r.createElement)("p",{className:"description is-loading",style:{height:20}}),Object(r.createElement)("p",{className:"description is-loading",style:{height:20,marginBottom:20}})),Object(r.createElement)("div",{className:"well is-loading"},Object(r.createElement)("span",{className:"title is-loading",style:{height:20}}),Object(r.createElement)("ol",null,Object(r.createElement)("li",null),Object(r.createElement)("li",null))),Object(r.createElement)("div",{className:"modal-toggles components-panel"},[1,2].map((function(e){return Object(r.createElement)("div",{key:e,className:"components-panel__body options general is-opened"},Object(r.createElement)("span",{className:"title is-loading"}),Object(r.createElement)("ul",null,[1,2,3].map((function(e){return Object(r.createElement)("li",{className:"option-row",key:e},Object(r.createElement)("div",{className:"mock-icon is-loading"}),Object(r.createElement)("span",{className:"is-loading"}),Object(r.createElement)("div",{className:"toggle is-loading"}))}))))})))),Object(r.createElement)("div",{className:"modal-footer"},Object(r.createElement)("span",{className:"link is-loading"}),Object(r.createElement)(y.Button,{isPrimary:!0,className:"import is-loading"})))},et=Object(r.createElement)(H.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(r.createElement)(H.Path,{d:"M12 3.2c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8 0-4.8-4-8.8-8.8-8.8zm0 16c-4 0-7.2-3.3-7.2-7.2C4.8 8 8 4.8 12 4.8s7.2 3.3 7.2 7.2c0 4-3.2 7.2-7.2 7.2zM11 17h2v-6h-2v6zm0-8h2V7h-2v2z"})),tt=function(e){var t=e.children,n=e.className,a=g()([n,"tiob-tooltip-wrap"]);return Object(r.createElement)("div",{className:a},Object(r.createElement)(y.Button,{onClick:function(e){e.preventDefault()},className:"tiob-tooltip-toggle",icon:et,isLink:!0,isSmall:!0}),Object(r.createElement)("div",{className:"tiob-tooltip-content"},t))};function nt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function rt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?nt(Object(n),!0).forEach((function(t){c()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):nt(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var at=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getCurrentSite;return{editor:n(),siteData:r()}})),Object(f.withDispatch)((function(e,t){var n=t.siteData,r=e("neve-onboarding"),a=r.setTemplateModal,c=r.setSingleTemplateImport,o=r.setImportModalStatus;return{setModal:function(e){return o(e)},runTemplateImport:function(){c(n.slug),a(!0),o(!1)}}})))((function(e){var t=e.setModal,n=e.editor,a=e.siteData,o=e.runTemplateImport,i=Object(r.useState)({content:!0,customizer:!0,widgets:!0,cleanup:!1}),s=j()(i,2),l=s[0],u=s[1],m=Object(r.useState)(!1),p=j()(m,2),d=p[0],b=p[1],f=Object(r.useState)(!1),h=j()(f,2),O=h[0],v=h[1],_=Object(r.useState)(!1),w=j()(_,2),S=w[0],k=w[1],T=Object(r.useState)(!1),M=j()(T,2),x=M[0],P=M[1],D=Object(r.useState)(!1),A=j()(D,2),F=A[0],z=A[1],U=Object(r.useState)(null),V=j()(U,2),$=V[0],H=V[1],G=Object(r.useState)(null),q=j()(G,2),W=q[0],Q=q[1],Y=Object(r.useState)(!1),J=j()(Y,2),K=J[0],Z=J[1],X=Object(r.useState)(null),ee=j()(X,2),te=ee[0],ne=ee[1],re=Object(r.useState)(null),ae=j()(re,2),ce=ae[0],oe=ae[1],ie=Object(r.useState)(null),se=j()(ie,2),le=se[0],ue=se[1],me=Object(r.useState)(!0),pe=j()(me,2),de=pe[0],be=pe[1],fe=Object(r.useState)(!0),he=j()(fe,2),ge=he[0],Oe=he[1],ve=Object(r.useState)(!0),je=j()(ve,2),ye=je[0],Ee=je[1],_e=tiobDash,we=_e.license,Se=_e.cleanupAllowed,ke=Object(r.useState)(Se),Ce=j()(ke,2),Ne=Ce[0],Te=Ce[1];function Me(){if(!te)return console.log("[S] Plugins."),xe(),!1;Q("plugins"),console.log("[P] Plugins."),L(te).then((function(e){if(!e.success)return Le(e,"plugins"),!1;console.log("[D] Plugins."),v("done"),xe()})).catch((function(e){return Le(e,"plugins")}))}function xe(){if(!l.content)return console.log("[S] Content."),Pe(),!1;var e;Q("content"),console.log("[P] Content."),(e={contentFile:le.content_file,source:"remote",frontPage:le.front_page,shopPages:le.shop_pages,demoSlug:le.slug,editor:n},C(I.root+"/import_content",e)).then((function(e){if(!e.success)return Le(e,"content"),!1;console.log("[D] Content."),e.frontpage_id&&H(e.frontpage_id),k("done"),Pe()})).catch((function(e){return Le(e,"content")}))}function Pe(){if(!l.customizer)return console.log("[S] Customizer."),De(),!1;var e;Q("customizer"),console.log("[P] Customizer."),(e={source_url:le.url,theme_mods:le.theme_mods,wp_options:le.wp_options},C(I.root+"/import_theme_mods",e)).then((function(e){if(!e.success)return Le(e,"customizer"),!1;console.log("[D] Customizer."),P("done"),De()})).catch((function(e){return Le(e,"customizer")}))}function De(){var e;l.widgets||(console.log("[S] Widgets."),Ie()),Q("widgets"),console.log("[P] Widgets."),(e=le.widgets,C(I.root+"/import_widgets",e)).then((function(e){if(!e.success)return Le(e,"widgets"),!1;console.log("[D] Widgets."),z("done"),Ie()})).catch((function(e){return Le(e,"widgets")}))}function Ie(){Q("done"),Te("yes"),tiobDash.cleanupAllowed="yes",Z(!1)}function Le(e,t){Z(!1),Q(null),"cleanup"===t&&v("skip"),"plugins"===t&&k("skip"),["content","plugins"].includes(t)&&P("skip"),["content","plugins","customizer"].includes(t)&&z("skip");var n={cleanup:Object(E.__)("Something went wrong while cleaning the previous import.","templates-patterns-collection"),plugins:Object(E.__)("Something went wrong while installing the necessary plugins.","templates-patterns-collection"),content:Object(E.__)("Something went wrong while importing the website content.","templates-patterns-collection"),customizer:Object(E.__)("Something went wrong while updating the customizer settings.","templates-patterns-collection"),widgets:Object(E.__)("Something went wrong while importing the widgets.","templates-patterns-collection")};switch(t){case"cleanup":b("error");break;case"plugins":v("error");break;case"content":k("error");break;case"customizer":P("error");break;case"widgets":z("error")}oe(e.data?{message:n[t],code:e.data}:{message:n[t]})}Object(r.useEffect)((function(){var e=a.remote_url||a.url,t=new URL("".concat(function(e){return e.replace(/\/$/,"")}(e)+"/","wp-json/ti-demo-data/data"));t.searchParams.append("license",we?we.key:"free"),N(t,!0,!1).then((function(e){e.ok||(oe({message:Object(E.__)("Something went wrong while loading the site data. Please refresh the page and try again.","templates-patterns-collection"),code:"ti__ob_failed_fetch_response"}),be(!1)),e.json().then((function(e){ue(rt(rt({},e),a));var t=rt({},e.mandatory_plugins||{}),n=rt({},e.recommended_plugins||{}),r=e.default_off_recommended_plugins||[];Object.keys(t).forEach((function(e){t[e]=!0})),Object.keys(n).forEach((function(e){n[e]=!r.includes(e)})),ne(rt(rt({},n),t)),be(!1)}))})).catch((function(){oe({message:Object(E.__)("Something went wrong while loading the site data. Please refresh the page and try again.","templates-patterns-collection"),code:"ti__ob_failed_fetch_catch"}),be(!1)}))}),[]);var Ae=function(){if(K)return!1;t(!1)},Be=!a.external_plugins||a.external_plugins.every((function(e){return!0===e.active})),Re=Object.keys(l).every((function(e){return!1===l[e]})),Fe={elementor:"".concat(tiobDash.onboarding.homeUrl,"/wp-admin/post.php?post=").concat($,"&action=elementor"),brizy:"".concat(tiobDash.onboarding.homeUrl,"/?brizy-edit"),"beaver builder":"".concat(tiobDash.onboarding.homeUrl,"/?fl_builder"),"thrive architect":"".concat(tiobDash.onboarding.homeUrl,"/wp-admin/post.php?post=").concat($,"&action=architect&tve=true"),"divi builder":"".concat(tiobDash.onboarding.homeUrl,"/?et_fb=1&PageSpeed=off"),gutenberg:"".concat(tiobDash.onboarding.homeUrl,"/wp-admin/post.php?post=").concat($,"&action=edit")}[n];return Object(r.createElement)(y.Modal,{className:g()(["ob-import-modal",{fetching:de}]),onRequestClose:Ae,shouldCloseOnClickOutside:!K&&!de,isDismissible:!K&&!de},de?Object(r.createElement)(Xe,null):Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"modal-body"},K||"done"===W||ce?Object(r.createElement)(r.Fragment,null,ce&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(R,{message:ce.message||null,code:ce.code||null}),Object(r.createElement)("hr",null)),null!==W&&Object(r.createElement)(Je,{progress:{cleanup:d,plugins:O,content:S,customizer:x,widgets:F},currentStep:W,willDo:l}),"done"===W&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)("hr",null),Object(r.createElement)("p",{className:"import-result"},Object(E.__)("Content was successfully imported. Enjoy your new site!","templates-patterns-collection")),Object(r.createElement)("hr",null))):Object(r.createElement)(r.Fragment,null,Object(r.createElement)((function(){return Object(r.createElement)("div",{className:"header"},Object(r.createElement)("h1",null,Object(E.sprintf)(
|
| 9 |
/* translators: name of starter site */
|
| 10 |
+
Object(E.__)("Import %s as a complete site","templates-patterns-collection"),le.title)),Object(r.createElement)("p",{className:"description"},Object(E.__)("Import the entire site including customizer options, pages, content and plugins.","templates-patterns-collection")))}),null),Object(r.createElement)((function(){return Object(r.createElement)(B,{data:le,externalInstalled:Be})}),null),Object(r.createElement)(y.Panel,{className:"modal-toggles"},Object(r.createElement)((function(){var e={content:{title:Object(E.__)("Content","templates-patterns-collection"),icon:"admin-post"},customizer:{title:Object(E.__)("Customizer","templates-patterns-collection"),icon:"admin-customizer"},widgets:{title:Object(E.__)("Widgets","templates-patterns-collection"),icon:"admin-generic"}};return"yes"===Ne&&(e=rt({cleanup:{icon:"trash",title:Object(E.__)("Cleanup previous import","templates-patterns-collection"),tooltip:Object(E.__)("This will remove any plugins, images, customizer options, widgets posts and pages added by the previous demo import","templates-patterns-collection")}},e)),Object(r.createElement)(y.PanelBody,{onToggle:function(){Ee(!ye)},opened:ye,className:"options general",title:Object(E.__)("Import settings","templates-patterns-collection")},Object.keys(e).map((function(t,n){var a=g()("option-row",{active:l[t]}),o=e[t],i=o.icon,s=o.title,m=o.tooltip;return Object(r.createElement)(y.PanelRow,{className:a,key:n},Object(r.createElement)(y.Icon,{icon:i}),Object(r.createElement)("span",null,s),m&&Object(r.createElement)(tt,null,m),Object(r.createElement)("div",{className:"toggle-wrapper"},Object(r.createElement)(y.ToggleControl,{checked:l[t],onChange:function(){u(rt(rt({},l),{},c()({},t,!l[t])))}})))})))}),null),Object(r.createElement)((function(){if(de)return null;var e=rt(rt({},le.recommended_plugins||{}),le.mandatory_plugins||{});return Object(r.createElement)(y.PanelBody,{onToggle:function(){Oe(!ge)},opened:ge,className:"options plugins",title:Object(E.__)("Plugins","templates-patterns-collection")},Object.keys(e).map((function(t,n){var a=g()("option-row",{active:te[t]});return Object(r.createElement)(y.PanelRow,{className:a,key:n},Object(r.createElement)(y.Icon,{icon:"admin-plugins"}),Object(r.createElement)("span",{dangerouslySetInnerHTML:{__html:e[t]}}),t in le.recommended_plugins&&Object(r.createElement)("div",{className:"toggle-wrapper"},Object(r.createElement)(y.ToggleControl,{checked:te[t],onChange:function(){ne(rt(rt({},te),{},c()({},t,!te[t])))}})))})))}),null)))),!K&&Object(r.createElement)("div",{className:"modal-footer"},"done"!==W?Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{className:"import-templates",isLink:!0,onClick:o},Object(E.__)("I want to import just the templates","templates-patterns-collection")),!ce&&Object(r.createElement)(y.Button,{className:"import",isPrimary:!0,disabled:Re||!Be,onClick:function(){Z(!0),function(){if(console.clear(),!l.cleanup)return console.log("[S] Cleanup."),Me(),!1;var e;Q("cleanup"),console.log("[P] Cleanup."),(e={},C(I.root+"/cleanup",e)).then((function(e){if(!e.success)return Le(e,"cleanup"),!1;console.log("[D] Cleanup."),b("done"),Me()})).catch((function(e){return Le(e,"cleanup")}))}()}},Object(E.__)("Import entire site","templates-patterns-collection"))):Object(r.createElement)("div",{className:"import-done-actions"},Object(r.createElement)(y.Button,{isLink:!0,className:"close",onClick:Ae},Object(E.__)("Back to Sites Library","templates-patterns-collection")),Object(r.createElement)(y.Button,{isSecondary:!0,href:tiobDash.onboarding.homeUrl},Object(E.__)("View Website","templates-patterns-collection")),Object(r.createElement)(y.Button,{isPrimary:!0,className:"import",href:Fe},Object(E.__)("Add your own content","templates-patterns-collection"))))))})),ct=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setSingleTemplateImport,r=t.setImportModalStatus,a=t.setInstallModalStatus;return{cancel:function(){n(null)},setModal:function(e){return r(e)},setInstallModal:function(e){return a(e)},setTemplateModal:t.setTemplateModal}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getTemplateModal,r=t.getThemeAction,a=t.getCurrentSite,c=t.getCurrentEditor;return{templateModal:n(),themeStatus:r().action||!1,site:a(),editor:c()}})))((function(e){var t=e.slug,n=e.cancel,a=e.setModal,c=e.setInstallModal,o=e.themeStatus,i=e.site,s=e.editor,l=e.setTemplateModal,u=e.templateModal,m=Object(r.useState)([]),p=j()(m,2),d=p[0],b=p[1],f=Object(r.useState)(!0),h=j()(f,2),g=h[0],O=h[1],v=Object(r.useState)(""),_=j()(v,2),w=_[0],S=_[1],k=Object(r.useState)([]),C=j()(k,2),N=C[0],T=C[1],M=i.title,x=i.upsell,P=i.utmOutboundLink;Object(r.useEffect)((function(){D()}),[]);var D=function(){oe(!0,{per_page:100,template_site_slug:t,premade:!0,type:s}).then((function(e){b(e.templates||[]),O(!1)}))},I=function(e){S(e)},L=function(e){if(o)return c(!0),!1;T([e]),l(!0)},A=function(e){if(e.preventDefault(),o)return c(!0),!1;a(!0)},B=d.findIndex((function(e){return e.link===w})),R=d.find((function(e){return e.link===w}));return Object(r.createElement)("div",{className:"single-templates-wrapper"},Object(r.createElement)("div",{className:"top"},Object(r.createElement)("div",{className:"breadcrumb"},Object(r.createElement)(y.Button,{isTertiary:!0,onClick:n},Object(r.createElement)(y.Icon,{icon:W}),Object(E.__)("Back to Starter Sites"))),Object(r.createElement)("div",{className:"header"},Object(r.createElement)("div",{className:"text"},Object(r.createElement)("h1",null,M||"",x&&Object(r.createElement)("span",{className:"pro-badge"},Object(r.createElement)(y.Icon,{icon:"lock"}),Object(r.createElement)("span",null,Object(E.__)("Premium","templates-patterns-collection")))),Object(r.createElement)("p",{className:"description"},Object(E.__)("You can import individual pages or bulk-import all of them."))),Object(r.createElement)("div",{className:"actions"},!x&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{isSecondary:!0,onClick:A},Object(E.__)("Import Starter Site")),Object(r.createElement)(y.Button,{isPrimary:!0,disabled:d.length<1,onClick:function(e){if(e.preventDefault(),o)return c(!0),!1;T(d),l(!0)}},Object(E.__)("Import All Pages"))),x&&Object(r.createElement)(y.Button,{href:P||tiobDash.upgradeURL,isSecondary:!0},Object(E.__)("Upgrade"))))),Object(r.createElement)((function(){return g?Object(r.createElement)(y.Spinner,null):d.length<1?Object(E.__)("No templates for this starter site."):Object(r.createElement)("div",{className:"cloud-items is-grid"},Object(r.createElement)("div",{className:"table"},d.map((function(e){return Object(r.createElement)(Oe,{upsell:x,onPreview:I,userTemplate:!1,key:e.template_id,item:e,loadTemplates:D,onImport:function(){return L(e)},grid:!0})}))))}),null),w&&Object(r.createElement)(Me,{heading:R.template_name||null,previewUrl:w,leftButtons:Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{icon:G,onClick:function(){return S("")},label:Object(E.__)("Close","templates-patterns-collection")}),d.length>1&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{icon:Object(E.isRTL)()?q:W,onClick:function(){var e=B-1;0===B&&(e=d.length-1),S(d[e].link)}}),Object(r.createElement)(y.Button,{icon:Object(E.isRTL)()?W:q,onClick:function(){var e=B+1;B===d.length-1&&(e=0),S(d[e].link)}}))),rightButtons:Object(r.createElement)(r.Fragment,null,!x&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)(y.Button,{isSecondary:!0,onClick:A},Object(E.__)("Import Starter Site")),Object(r.createElement)(y.Button,{isPrimary:!0,disabled:d.length<1,onClick:function(){return L(R)}},Object(E.__)("Import Page"))),x&&Object(r.createElement)(y.Button,{href:P||tiobDash.upgradeURL,isSecondary:!0},Object(E.__)("Upgrade")))}),u&&N&&!g&&N.length>0&&Object(r.createElement)($e,{templatesData:N}))})),ot=function(){return Object(r.createElement)(H.SVG,{width:"100",height:"100",viewBox:"0 0 100 100",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"ob-logo"},Object(r.createElement)(H.Path,{d:"M95.0264 100H4.97356C2.22797 100 0 97.772 0 95.0264V4.97356C0 2.22797 2.22797 0 4.97356 0H95.0264C97.772 0 100 2.22797 100 4.97356V95.0264C100 97.772 97.772 100 95.0264 100Z",fill:"#0366D6"}),Object(r.createElement)(H.Path,{d:"M82.6941 86.7448V30.8205V18.4653H70.3502H14.4146L26.7584 30.8205H70.3502V74.401L82.6941 86.7448Z",fill:"white"}),Object(r.createElement)(H.Path,{d:"M42.2416 58.9291L42.2528 71.183L53.2352 82.1653L53.1902 47.9806L18.9941 47.9355L29.9765 58.9066L42.2416 58.9291Z",fill:"white"}))},it=function(e){var t=e.setCurrentTab,n=e.currentTab,a=e.isFetching,c={starterSites:Object(E.__)("Starter Sites","neve"),pageTemplates:Object(E.__)("Page Templates","neve")},o=Object(r.useState)(!1),i=j()(o,2),s=i[0],l=i[1];tiobDash.license&&tiobDash.license.tier&&3===tiobDash.license.tier&&(c.library=Object(E.__)("My Library","neve"));var u=function(){var e=function(e){var t=window.location.hash;return"string"!=typeof window.location.hash?null:(t=t.substring(1),Object.keys(e).includes(t)?t:null)}(c);if(null!==e){var n=document.getElementById("menu-appearance"),r=n.querySelector('a[href="themes.php?page=tiob-starter-sites#library"]'),a=n.querySelector('a[href="themes.php?page=tiob-starter-sites"]');if(r&&a){var o=r.parentElement,i=a.parentElement;n.querySelector(".current").classList.remove("current"),o.classList.remove("current"),"library"===e?o.classList.add("current"):i.classList.add("current")}t(e)}};return Object(r.useEffect)((function(){u(),window.addEventListener("hashchange",u)}),[]),Object(r.createElement)("div",{className:"header-nav"},Object.keys(c).map((function(e){return Object(r.createElement)(y.Button,{href:"#"+e,key:e,isTertiary:!0,isPressed:e===n,onClick:function(n){var r;n.preventDefault(),t(e),r=e,window.location.hash=r}},c[e])})),"starterSites"!==n&&Object(r.createElement)(y.Button,{icon:me,onClick:function(){l(!0),localStorage.setItem("tpcCacheBuster",re());var e=n;t(null),setTimeout((function(){t(e),l(!1)}),100)},label:Object(E.__)("Re-sync Library"),className:g()("is-sync",{"is-loading":s}),disabled:a||s,"data-content":Object(E.__)("Sync")}))},st=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setOnboardingState;return{cancelOnboarding:function(){n(!1)},setCurrentTab:t.setCurrentTab,setFetching:t.setFetching}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getOnboardingStatus,r=t.getCurrentTab,a=t.getFetching;return{isOnboarding:n(),currentTab:r(),isFetching:a()}})))((function(e){var t=e.isOnboarding,n=e.cancelOnboarding,a=e.setCurrentTab,c=e.currentTab;return Object(r.createElement)("div",{className:"ob-head"},!t&&Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"header-container"},Object(r.createElement)("h2",null,!tiobDash.brandedTheme&&Object(r.createElement)(y.Icon,{icon:ot}),Object(r.createElement)("span",null,Object(E.__)("Templates Cloud","neve"))),Object(r.createElement)(it,{setCurrentTab:a,currentTab:c}))),t&&Object(r.createElement)(y.Button,{className:"close-onboarding",isLink:!0,icon:"no-alt",onClick:n}))})),lt=n(20),ut=n.n(lt),mt=Object(O.compose)(Object(f.withSelect)((function(e){return{themeStatus:(0,e("neve-onboarding").getThemeAction)().action||!1}})),Object(f.withDispatch)((function(e,t){var n=t.data,r=n.slug,a=e("neve-onboarding"),c=a.setCurrentSite,o=a.setPreviewStatus,i=a.setImportModalStatus,s=a.setInstallModalStatus,l=a.setSingleTemplateImport;return{setSite:function(){return c(n)},setPreview:function(e){return o(e)},setModal:function(e){return i(e)},setInstallModal:function(e){return s(e)},setImportingPages:function(){return l(r)}}})))((function(e){var t=e.data,n=e.setSite,a=e.setPreview,c=e.setModal,o=e.themeStatus,i=e.setInstallModal,s=e.setImportingPages,l=t.upsell,u=(t.slug,t.screenshot),m=t.title,p=t.has_templates,d=Object(r.useState)(""),b=j()(d,2),f=b[0],h=b[1],O=g()("card starter-site-card",{"has-templates":p});return Object(r.createElement)("div",{onMouseEnter:function(){h("visible")},onMouseLeave:function(){h("")},className:O},Object(r.createElement)("div",{className:"top"},Object(r.createElement)("div",{className:"actions "+f},Object(r.createElement)(y.Button,{isSecondary:!0,onClick:function(e){e.preventDefault(),n(),a(!0)}},Object(E.__)("Preview","templates-patterns-collection")),!l&&Object(r.createElement)(y.Button,{isPrimary:!0,className:"import",onClick:function(e){if(e.preventDefault(),n(),o)return i(!0),!1;c(!0)}},Object(E.__)("Import","templates-patterns-collection")),p&&Object(r.createElement)(y.Button,{isLink:!0,className:"templates",onClick:function(e){e.preventDefault(),n(),s()}},Object(E.__)("View Pages","templates-patterns-collection"))),u&&Object(r.createElement)("div",{className:"image",style:{backgroundImage:'url("'.concat(u,'")')}})),Object(r.createElement)("div",{className:"bottom"},Object(r.createElement)("p",{className:"title"},m),l&&Object(r.createElement)("span",{className:"pro-badge"},Object(r.createElement)(y.Dashicon,{icon:"lock",size:15}),Object(r.createElement)("span",null,Object(E.__)("Premium","templates-patterns-collection")))))})),pt=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentSite,r=t.getThemeAction;return{siteData:n(),themeStatus:r().action||!1}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setCurrentSite,r=t.setPreviewStatus,a=t.setImportModalStatus,c=t.setInstallModalStatus;return{setSite:function(e){return n(e)},setPreview:function(e){return r(e)},setModal:function(e){return a(e)},setInstallModal:function(e){return c(e)}}})))((function(e){var t=e.next,n=e.prev,a=e.siteData,c=e.setSite,o=e.setPreview,i=e.setModal,s=e.themeStatus,l=e.setInstallModal;return Object(r.createElement)("div",{className:"ob-preview"},Object(r.createElement)("div",{className:"preview"},Object(r.createElement)("iframe",{src:a.url,frameBorder:"0"}),Object(r.createElement)("div",{className:"loading"},Object(r.createElement)(y.Dashicon,{icon:"update",size:50}))),Object(r.createElement)("div",{className:"bottom-bar"},Object(r.createElement)("div",{className:"navigator"},Object(r.createElement)(y.Button,{onClick:function(e){e.preventDefault(),o(!1),c(null)},className:"close",label:Object(E.__)("Close","templates-patterns-collection"),icon:G}),n&&Object(r.createElement)(y.Button,{onClick:function(e){e.preventDefault(),c(n)},className:"prev",label:Object(E.__)("Previous","templates-patterns-collection"),icon:Object(E.isRTL)()?q:W}),t&&Object(r.createElement)(y.Button,{onClick:function(e){e.preventDefault(),c(t)},className:"next",label:Object(E.__)("Next","templates-patterns-collection"),icon:Object(E.isRTL)()?W:q})),Object(r.createElement)("div",{className:"actions"},a.upsell?Object(r.createElement)(y.Button,{className:"upgrade",isPrimary:!0,href:a.utmOutboundLink||tiobDash.upgradeURL},Object(E.__)("Upgrade and Import","templates-patterns-collection")):Object(r.createElement)(y.Button,{className:"import",isPrimary:!0,onClick:function(e){if(e.preventDefault(),s)return l(!0),!1;i(!0)}},Object(E.__)("Import","templates-patterns-collection")))))})),dt=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentCategory,r=t.getSearchQuery;return{category:n(),query:r()}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setCurrentCategory,r=t.setSearchQuery;return{setCurrentCategory:function(e){return n(e)},onSearch:function(e){return r(e)}}})))((function(e){var t=e.count,n=e.categories,a=e.onSearch,c=e.category,o=e.setCurrentCategory,i=e.query,s=e.className,l=Object(r.useState)(!1),u=j()(l,2),m=u[0],p=u[1],d=function(){return p(!m)},b=g()(s,"header-form");return Object(r.createElement)("div",{className:b},Object(r.createElement)("div",{className:"search"},Object(r.createElement)("img",{src:tiobDash.assets+"/img/search.svg",alt:Object(E.__)("Search Icon")}),Object(r.createElement)("input",{onChange:function(e){a(e.target.value)},type:"search",value:i,placeholder:Object(E.__)("Search for a starter site","templates-patterns-collection")+"..."}),Object(r.createElement)((function(){return Object(r.createElement)("div",{className:"ob-dropdown categories-selector"},Object(r.createElement)(y.Button,{onClick:d,className:"select ob-dropdown"},n[c],Object(r.createElement)(y.Dashicon,{size:14,icon:m?"arrow-up-alt2":"arrow-down-alt2"}),m&&Object(r.createElement)(y.Popover,{position:"bottom center",onClose:d,noArrow:!0},m&&Object(r.createElement)("ul",{className:"options"},Object.keys(n).map((function(e,a){return e===c||"free"===e&&t.all===t[e]?null:Object(r.createElement)("li",{key:a},Object(r.createElement)("a",{href:"#",onClick:function(t){t.preventDefault(),o(e),p(!1)}},Object(r.createElement)("span",null,n[e]),Object(r.createElement)("span",{className:"count"},t[e])))}))))))}),null)))})),bt=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getSites;return{editor:n(),sites:r().sites}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding").setCurrentEditor;return{setCurrentEditor:function(e){return t(e)}}})))((function(e){var t=e.EDITOR_MAP,n=e.count,a=e.editor,c=e.setCurrentEditor,o=e.sites,i=e.isSmall,s=Object(r.useState)(!1),l=j()(s,2),u=l[0],m=l[1],p=Object.keys(o),d=function(){return m(!u)},b=g()(["ob-dropdown","editor-selector",{small:i}]);return Object(r.createElement)("div",{className:b},Object(r.createElement)(y.Button,{onClick:d,className:"select ob-dropdown"},Object(r.createElement)("img",{className:"editor-icon",src:tiobDash.assets+"img/"+t[a].icon,alt:Object(E.__)("Builder Logo","templates-patterns-collection")}),!i&&Object(r.createElement)("span",null,t[a].niceName),Object(r.createElement)("span",{className:"count"},n[a]),Object(r.createElement)(y.Dashicon,{size:14,icon:u?"arrow-up-alt2":"arrow-down-alt2"}),u&&Object(r.createElement)(y.Popover,{position:"bottom center",onClose:d,noArrow:!0},u&&Object(r.createElement)("ul",{className:"options"},p.map((function(e,o){return e===a?null:Object(r.createElement)("li",{key:o},Object(r.createElement)("a",{href:"#",onClick:function(t){t.preventDefault(),c(e),m(!1)}},Object(r.createElement)("img",{className:"editor-icon",src:tiobDash.assets+"img/"+t[e].icon,alt:Object(E.__)("Builder Logo","templates-patterns-collection")}),Object(r.createElement)("span",null,t[e].niceName),Object(r.createElement)("span",{className:"count"},n[e])))}))))))})),ft=Object(O.compose)(Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getSites;return{editor:n(),sites:r().sites}})),Object(f.withDispatch)((function(e){var t=e("neve-onboarding").setCurrentEditor;return{setCurrentEditor:function(e){return t(e)}}})))((function(e){var t=e.EDITOR_MAP,n=e.count,a=e.onlyProSites,c=e.editor,o=e.setCurrentEditor,i=e.sites,s=Object.keys(i);return Object(r.createElement)("div",{className:"editor-tabs"},s.map((function(e,i){var s=g()(["tab",e,{active:e===c}]);return Object(r.createElement)("a",{key:i,href:"#",className:s,onClick:function(t){t.preventDefault(),o(e)}},Object(r.createElement)("span",{className:"icon-wrap"},Object(r.createElement)("img",{className:"editor-icon",src:tiobDash.assets+"img/"+t[e].icon,alt:Object(E.__)("Builder Logo","templates-patterns-collection")})),Object(r.createElement)("span",{className:"editor"},t[e].niceName),Object(r.createElement)("span",{className:"count"},n[e]),a.includes(e)&&Object(r.createElement)("span",{className:"pro-badge"},"PRO"))})))})),ht=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setOnboardingState,r=t.setCurrentCategory;return{cancelOnboarding:function(){n(!1)},resetCategory:function(){r("all")},setCurrentTab:t.setCurrentTab}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getCurrentCategory,a=t.getOnboardingStatus,c=t.getSites;return{editor:n(),category:r(),isOnboarding:a(),getSites:c()}})))((function(e){var t,n=e.filterByCategory,a=e.filterBySearch,c=e.getSitesForBuilder,o=e.isOnboarding,i=e.getSites,s=e.category,l=e.editor,u=Object(r.useState)(!1),m=j()(u,2),p=m[0],d=m[1],b=i.sites,f=void 0===b?{}:b,h=i.migration,g={top:p?0:"-100%"},O=Object.keys(f),v=O.filter((function(e){return Object.keys(f[e]).filter((function(t){return!0===f[e][t].upsell})).length===Object.keys(f[e]).length})),E=(t={builders:{},categories:{}},O.forEach((function(e){var r=c(e);r=n(r,s),r=a(r),t.builders[e]=r?r.length:0})),Object.keys(Qe).forEach((function(e){var r=c(l);r=n(r,e),r=a(r),t.categories[e]=r?r.length:0})),t);return Object(r.createElement)(r.Fragment,null,!o&&!h&&Object(r.createElement)("div",{className:"sticky-nav",style:g},Object(r.createElement)("div",{className:"container sticky-nav-content"},!tiobDash.brandedTheme&&Object(r.createElement)(y.Icon,{icon:ot,size:32}),Object(r.createElement)(dt,{className:"in-sticky",count:E.categories,categories:Qe}),Object(r.createElement)(bt,{isSmall:!0,count:E.builders,EDITOR_MAP:Ye}))),Object(r.createElement)($.a,{onChange:function(e){d(!e)}},Object(r.createElement)("div",null,!o&&Object(r.createElement)("p",{className:"instructions"},tiobDash.strings.starterSitesTabDescription),Object(r.createElement)(bt,{count:E.builders,EDITOR_MAP:Ye}),Object(r.createElement)(dt,{count:E.categories,categories:Qe}),Object(r.createElement)(ft,{EDITOR_MAP:Ye,onlyProSites:v,count:E.builders}))))})),gt=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setOnboardingState,r=t.setCurrentCategory;return{cancelOnboarding:function(){n(!1)},resetCategory:function(){r("all")},setCurrentTab:t.setCurrentTab,setSearchQuery:t.setSearchQuery}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getCurrentCategory,a=t.getPreviewStatus,c=t.getCurrentSite,o=t.getImportModalStatus,i=t.getOnboardingStatus,s=t.getSites,l=t.getInstallModalStatus,u=t.getCurrentTab,m=t.getSearchQuery;return{editor:n(),category:r(),previewOpen:a(),currentSiteData:c(),importModal:o(),installModal:l(),isOnboarding:i(),getSites:s(),currentTab:u(),searchQuery:m()}})))((function(e){var t=e.getSites,n=e.category,a=e.resetCategory,c=e.editor,o=e.previewOpen,i=e.currentSiteData,s=e.isOnboarding,l=e.cancelOnboarding,u=e.setSearchQuery,m=e.searchQuery,p=t.sites,d=void 0===p?{}:p,b=function(){var e={};return g().forEach((function(t){var n=d&&d[t]?d[t]:{};e[t]=U()(Object.values(n))})),e},f=function(e,t){return"free"===t?e.filter((function(e){return!e.upsell})):"all"!==t?e.filter((function(e){return e.keywords.includes(t)})):e},h=function(e){return m?new ut.a(e,{includeScore:!0,keys:["title","slug","keywords"]}).search(m).map((function(e){return e.item})):e},g=function(){return Object.keys(d)},O=function(){var e=b()[c];return e=h(e),f(e,n)},v=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(null===i)return null;var t=b()[c],n=t.indexOf(i);return-1===n||1===t.length?null:e&&0===n?t[t.length-1]:e||n!==t.length-1?t[e?n-1:n+1]:t[0]};return 1>d.length?Object(r.createElement)(r.Fragment,null,Object(r.createElement)("p",null,Object(E.__)("Starter sites could not be loaded. Please refresh and try again.","neve"),s&&Object(r.createElement)(y.Button,{style:{display:"block",margin:"20px auto"},isPrimary:!0,onClick:l},Object(E.__)("Close","templates-patterns-collection")))):Object(r.createElement)(r.Fragment,null,Object(r.createElement)(ht,{getSitesForBuilder:function(e){return b()[e]},filterBySearch:h,filterByCategory:f}),0===O().length&&Object(r.createElement)("div",{className:"no-results"},Object(r.createElement)("p",null,Object(E.__)("No results found.","templates-patterns-collection")," ",Object(E.__)("You can try a different search or use one of the categories below.","neve")),Object(r.createElement)("div",{className:"tags"},We.map((function(e,t){return Object(r.createElement)(y.Button,{key:t,isPrimary:!0,className:"tag",onClick:function(t){t.preventDefault(),u(e),a()}},e)})))),Object(r.createElement)((function(){var e=Object(r.useState)(9),t=j()(e,2),n=t[0],a=t[1],c=O();return Object(r.createElement)("div",{className:"ob-sites is-grid"},c.slice(0,n).map((function(e,t){return Object(r.createElement)(mt,{key:t,data:e})})),Object(r.createElement)($.a,{onChange:function(e){if(!e)return!1;a(n+9)}},Object(r.createElement)("span",{style:{height:10,width:10,display:"block"}})))}),null),o&&i&&Object(r.createElement)(pt,{next:v(),prev:v(!0)}))})),Ot=Object(O.compose)(Object(f.withDispatch)((function(e){var t=e("neve-onboarding"),n=t.setOnboardingState,r=t.setCurrentCategory;return{cancelOnboarding:function(){n(!1)},resetCategory:function(){r("all")},setCurrentTab:t.setCurrentTab}})),Object(f.withSelect)((function(e){var t=e("neve-onboarding"),n=t.getCurrentEditor,r=t.getCurrentCategory,a=t.getPreviewStatus,c=t.getCurrentSite,o=t.getImportModalStatus,i=t.getOnboardingStatus,s=t.getSites,l=t.getInstallModalStatus,u=t.getCurrentTab,m=t.getSingleImport;return{editor:n(),category:r(),previewOpen:a(),currentSiteData:c(),importModal:o(),installModal:l(),isOnboarding:i(),getSites:s(),currentTab:u(),singleImport:m()}})))((function(e){var t=e.getSites,n=e.installModal,a=e.currentTab,c=e.singleImport,o=e.importModal,i=e.currentSiteData,s=(e.isOnboarding,t.migration);return Object(r.createElement)(r.Fragment,null,Object(r.createElement)("div",{className:"ob"},Object(r.createElement)(st,null),Object(r.createElement)("div",{className:"ob-body"},Object(r.createElement)("div",{className:"content-container"},s&&Object(r.createElement)(F,{data:s}),"starterSites"===a&&(c?Object(r.createElement)(ct,{slug:c}):Object(r.createElement)(gt,null)),"library"===a&&Object(r.createElement)(qe,null),"pageTemplates"===a&&Object(r.createElement)(qe,{isGeneral:!0})))),n&&Object(r.createElement)(D,null),o&&i&&Object(r.createElement)(at,null))})),vt=Object(f.withSelect)((function(e){return{onboarding:(0,e("neve-onboarding").getOnboardingStatus)()}}))((function(e){var t=e.onboarding,n=g()(["content-wrap","starter-sites",{"is-onboarding":t}]);return Object(r.createElement)("div",{className:"tiob-wrap"},Object(r.createElement)("div",{className:n},Object(r.createElement)("div",{className:"container content"},Object(r.createElement)("div",{className:"main"},Object(r.createElement)("div",{className:"tab-content columns starter-sites"},Object(r.createElement)(Ot,null))))))}));Object(f.registerStore)("neve-onboarding",{reducer:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REFRESH_SITES":var n=t.payload.sites;return i(i({},e),{},{sites:n});case"SET_CURRENT_EDITOR":var r=t.payload.editor;return localStorage.setItem("neve-onboarding-editor",r),i(i({},e),{},{editor:r});case"SET_CURRENT_CATEGORY":var a=t.payload.category;return i(i({},e),{},{category:a});case"SET_FOCUSED_SITE":var c=t.payload.siteData;return i(i({},e),{},{currentSite:c});case"SET_PREVIEW_STATUS":var o=t.payload.previewStatus;return i(i({},e),{},{previewStatus:o});case"SET_IMPORT_MODAL_STATUS":var s=t.payload.importModalStatus;return i(i({},e),{},{importModalStatus:s});case"SET_INSTALL_MODAL_STATUS":var l=t.payload.installModalStatus;return i(i({},e),{},{installModalStatus:l});case"SET_ONBOARDING":var u=t.payload.status;return i(i({},e),{},{isOnboarding:u});case"SET_THEME_ACTIONS":var m=t.payload.themeActions;return i(i({},e),{},{themeAction:m});case"SET_CURRENT_TAB":var p=t.payload.currentTab;return i(i({},e),{},{singleTemplateImport:null,currentTab:p});case"SET_FETCHING":var b=t.payload.fetching;return i(i({},e),{},{fetching:b});case"SET_SINGLE_TEMPLATE_IMPORT":var f=t.payload.slug;return i(i({},e),{},{singleTemplateImport:f});case"SET_TEMPLATE_MODAL":var h=t.payload.data;return i(i({},e),{},{templateModal:h});case"SET_SEARCH_QUERY":var g=t.payload.query;return i(i({},e),{},{searchQuery:g})}return e},actions:b,selectors:{getSites:function(e){return e.sites},getMigrationData:function(e){return e.migrationData},getCurrentEditor:function(e){return e.editor},getCurrentCategory:function(e){return e.category},getCurrentSite:function(e){return e.currentSite},getPreviewStatus:function(e){return e.previewStatus},getImportModalStatus:function(e){return e.importModalStatus},getOnboardingStatus:function(e){return e.isOnboarding},getThemeAction:function(e){return e.themeAction},getInstallModalStatus:function(e){return e.installModalStatus},getCurrentTab:function(e){return e.currentTab},getFetching:function(e){return e.fetching},getSingleImport:function(e){return e.singleTemplateImport},getTemplateModal:function(e){return e.templateModal},getSearchQuery:function(e){return e.searchQuery}}}),Object(r.render)(Object(r.createElement)(vt,null),document.getElementById("tpc-app"))}]);
|
assets/build/style-app-rtl.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
#wpcontent{padding-right:0 !important}.content-container{padding:0 20px;flex-basis:100%;max-width:1300px;margin:0 auto}#wpbody-content>.error,#wpbody-content>.info,#wpbody-content>.notice{display:none !important}.ob-overflow-off{overflow:hidden !important}@media screen and (min-width: 660px){.ob-import-modal{width:630px !important}}@media screen and (min-width: 992px){.ob-import-modal{width:700px !important}}.container{padding:0 15px}.container.content{padding:0}svg.is-loading,button.is-loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;margin-left:0}.col{width:100%}@-webkit-keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}.columns.starter-sites{position:relative;display:flex;flex-grow:1}.ss-background{opacity:.25;z-index:-1;position:absolute;top:0;bottom:0;width:100%;display:block;background-size:cover;background-position:center center;right:0;left:0;height:calc(100vh - 300px);flex-grow:1}.unavailable-starter-sites{background-color:#fff;border:1px solid #ccc;padding:50px 30px;text-align:center;align-items:center;justify-content:center}.unavailable-starter-sites h1{line-height:1.6}.content-wrap.is-onboarding{position:fixed;top:0;bottom:0;right:0;left:0;background-color:#f1f1f1;z-index:100000;overflow:auto}.content-wrap.is-onboarding h2{display:block}.content-wrap.is-onboarding h2 img{display:none}.content-wrap.is-onboarding .content{background-color:#fefefe;padding-top:30px}.content-wrap.is-onboarding .ob{display:flex;min-height:100vh;flex-direction:column}.content-wrap.is-onboarding .ob-migration{padding-top:0;text-align:center}.content-wrap.is-onboarding .ob-migration h2{line-height:1}.content-wrap.is-onboarding .ob-head button{margin:0 !important}.content-wrap.is-onboarding .ob-head{padding:20px 0 0;margin:0 0 20px;display:flex;justify-content:flex-end;align-items:flex-end}.content-wrap.is-onboarding .ob-head button.close-onboarding{color:#676767}.content-wrap.is-onboarding .ob-head button.close-onboarding svg{width:30px;height:30px}.content-wrap.is-onboarding .content-container{padding:0}.ob{width:100%;display:flex;flex-direction:column;align-items:center}.ob .ob-head{box-sizing:border-box;padding:20px;background:#fff;width:100%;display:flex;justify-content:center}.ob .ob-head .header-container{display:flex;flex-basis:100%;max-width:1300px}.ob .ob-head .header-container h2{flex-basis:40%}.ob .ob-head .header-container .header-nav{flex-basis:60%;display:flex;justify-content:flex-end;align-items:center}.ob .ob-head .header-container .header-nav .components-button{font-size:18px;font-weight:600;color:#282828;margin-right:25px}.ob .ob-head .header-container .header-nav .components-button:hover{box-shadow:none}.ob .ob-head .header-container .header-nav .components-button:first-child{margin-right:0}.ob .ob-head .header-container .header-nav .components-button.is-pressed{color:#0073aa;background:transparent}.ob .ob-body{width:100%;box-sizing:border-box}.ob .ob-body .instructions{font-size:22px;margin:20px 0;color:#282828}.ob-logo{width:50px;margin-left:20px}.ob-sites{margin-top:30px}.ob-sites.is-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px 0}.no-results p{font-size:16px}.no-results p span{color:#0073aa;font-weight:600}.no-results .tags{margin-top:10px;justify-content:center;display:flex;flex-wrap:wrap}.no-results .tags .tag{margin:10px 20px;line-height:normal;height:auto;font-weight:600;padding:10px 15px;color:#fff;transition:all .3s ease}.no-results .tags .tag:hover{background-color:#0071a7}.pro-badge{background-color:#6eb77a;height:auto;color:#fff;font-weight:600;text-transform:uppercase;padding:5px 10px;margin-right:auto;border-radius:999px;line-height:normal;display:flex;align-items:center}.pro-badge svg{margin-left:3px}.ob-migration{padding-top:20px;margin-bottom:20px}.ob-migration .card.starter-site-card{margin-left:auto !important;margin-right:auto !important}.ob-migration .card.starter-site-card .image{height:auto}.ob-migration .actions{margin:30px auto 0;display:flex;justify-content:center}.ob-migration button:last-child{margin-right:10px}.ob-head>.header-container>h2,.ob-migration>h2{font-size:21px;color:#282828;margin:0;line-height:1.6;display:flex;align-items:center}.ob-head>.header-container>h2>img,.ob-migration>h2>img{margin-left:20px}.ob-head>.header-container>p,.ob-migration>p{margin:20px 0;font-size:15px;color:#282828}.ob-head>.header-container>button,.ob-migration>button{margin-bottom:20px}.header-form{margin-top:20px;display:flex;align-items:center;flex-direction:column}.header-form input{margin:0;display:block;flex-grow:1;border:1px solid #e1e1e1;height:52px;padding:5px 50px 5px 30px;font-size:17px;font-weight:300}.is-sync{background-color:#f1f1f1;color:#0073aa !important;border-radius:6px}.is-sync:before{padding:0 15px 0 5px;content:attr(data-content);margin-left:5px;font-size:15px;display:none}.is-sync:hover:before{display:block}.search{position:relative;display:flex;width:100%;flex-wrap:wrap}.search input{width:auto;flex-shrink:1}.search img{opacity:.4;position:absolute;top:10px;right:10px}.search .ob-dropdown{width:100%;height:52px;margin:20px 0 0}.search .ob-dropdown button{position:relative;right:-1px;height:100%;display:flex;align-items:center;font-weight:600;padding:5px 10px 5px 20px;background:#fff;border:1px solid #e1e1e1;font-size:14px;margin:0}.search .ob-dropdown button>svg,.search .ob-dropdown button .dashicon{margin-right:auto;display:flex;align-items:center}.search .ob-dropdown .options{margin:0}.search .ob-dropdown .options li{margin:0}.search .ob-dropdown .options a{height:35px;font-size:14px;display:flex;align-items:center;font-weight:600;color:#282828;cursor:pointer;padding:5px 10px;text-decoration:none;white-space:nowrap}.search .ob-dropdown .options a .count{color:#a3a3a3}.search .ob-dropdown .options a>span:not(.count){margin-left:20px}.search .ob-dropdown .options a:hover{color:#fff;background-color:#0073aa}.search .ob-dropdown .options a:hover .count{color:#fff}.search .ob-dropdown .options a .count{margin-right:auto}.editor-tabs{display:none;margin:30px 0;position:relative}.editor-tabs:after{content:"";position:absolute;display:block;width:100%;right:0;border-bottom:1px solid #e0e0e0;height:1px;z-index:-1;left:0;bottom:0}.editor-tabs .long-name{display:none}.editor-tabs a{padding:15px 0px 12px 10px;display:flex;align-items:center;font-weight:700;text-decoration:none;font-size:15px;border-bottom:3px solid transparent;position:relative;width:auto}.editor-tabs a:last-child{padding-left:0}.editor-tabs a:not(:first-child){margin-right:auto}.editor-tabs a.active{border-bottom:3px solid #0073aa}.editor-tabs a .pro-badge{margin-right:auto;font-size:11px}.editor-tabs .editor{color:#616161}.editor-tabs .count{color:rgba(97,97,97,.5);margin:0 10px}.editor-tabs .icon-wrap{display:none;margin-left:10px;width:34px;height:34px;border-radius:100%;overflow:hidden}.editor-tabs .icon-wrap img{max-width:100%;display:block}.cloud-items .editor-tabs a:not(:first-child){margin-right:20px}@media(min-width: 1600px){.editor-tabs .long-name{display:inline}}.ob-dropdown.editor-selector{overflow:visible;display:inline-block;position:relative;width:100%}.ob-dropdown.editor-selector button{display:flex;align-items:center;font-weight:600;padding:5px 10px 5px 20px;background:#fff;border:1px solid #e1e1e1;font-size:14px;height:52px;width:100%;white-space:nowrap}.ob-dropdown.editor-selector button .count{color:#a3a3a3;margin:0 auto 0 20px}.ob-dropdown.editor-selector img{border-radius:100%;margin-left:5px;max-width:30px;max-height:30px}.ob-dropdown.editor-selector .options{margin:0}.ob-dropdown.editor-selector .options li{border-bottom:1px solid #e1e1e1;padding:0;margin:0}.ob-dropdown.editor-selector .options a{height:35px;font-size:14px;display:flex;align-items:center;font-weight:600;color:#282828;cursor:pointer;padding:5px 10px;text-decoration:none;white-space:nowrap}.ob-dropdown.editor-selector .options a>span:not(.count){margin-left:20px}.ob-dropdown.editor-selector .options a .count{margin-right:auto}.ob-dropdown.editor-selector .options a:hover{background-color:#0073aa;color:#fff}.card{width:100%;display:flex;max-width:unset;min-width:unset;border:1px solid #e1e1e1;flex-direction:column;padding:30px 40px;margin:0;align-self:flex-start;flex-grow:0}.card .card-header{flex-direction:row;display:flex;align-items:center}.card .card-header .title{font-size:18px;line-height:1.5}.card .card-header .icon{margin-left:10px}.card .card-header .icon.dashicon{width:33px;height:33px;fill:#0073aa}.card .card-content{display:flex;flex-direction:column;flex-grow:1}.card .card-content a,.card .card-content button{align-self:flex-start;margin-top:auto}.card p{font-size:15px;color:#616161}.card .card-description{margin:15px 0 25px}.card.starter-site-card{padding:0;max-width:100%}.card.starter-site-card:hover .actions,.card.starter-site-card:hover .fav,.card.starter-site-card:focus-within .actions,.card.starter-site-card:focus-within .fav{opacity:1}.card.starter-site-card .actions.visible{opacity:1}.card.starter-site-card .top{position:relative;overflow:hidden}.card.starter-site-card .fav{position:absolute;z-index:2000;right:-15px;top:-30px;opacity:0;transition:.3s ease}.card.starter-site-card .fav button{padding:30px 30px 30px 5px;height:auto;transform:rotate(-45deg);background-color:#4268cf}.card.starter-site-card .fav svg{transform:rotate(45deg);fill:#fff;max-width:15px}.card.starter-site-card .actions{background-color:rgba(0,0,0,.75);right:0;left:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;opacity:0;transition:.3s ease}.card.starter-site-card .actions .templates{color:#fff}.card.starter-site-card .actions .components-button{margin:5px 0;width:100px;height:40px;font-weight:600;justify-content:center}.card.starter-site-card .actions .components-button.is-secondary{color:#fff;border:2px solid #fff}.card.starter-site-card .image{height:420px;background-size:cover;background-repeat:no-repeat;background-position:top center;background-color:rgba(100,109,130,.25)}.card.starter-site-card img{width:100%;display:block}.card.starter-site-card .bottom{display:flex;align-items:center;padding:15px 30px 15px 10px;border-top:1px solid #e1e1e1}.card.starter-site-card .bottom p{font-size:16px;font-weight:700;color:#282828;margin:0}.card.starter-site-card.has-templates:after{position:absolute;width:93%;background-color:#fff;display:block;height:10px;content:"";margin:0 auto;bottom:-7px;right:50%;transform:translateX(50%);z-index:-1;border:1px solid #d9d9d9}.ob-preview{background-color:#fff;position:fixed;top:0;bottom:0;right:0;left:0;z-index:100000;height:100vh;margin:0;display:flex;flex-direction:column}.ob-preview .loading{bottom:0;top:0;right:0;left:0;position:absolute;display:flex;align-items:center;justify-content:center;z-index:100000;color:#646d82}.ob-preview .loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-preview .preview{display:flex;flex-direction:column;position:relative;flex-grow:1}.ob-preview .preview iframe{flex-grow:1;position:relative;z-index:100001;height:100%;width:100%}.ob-preview .bottom-bar{border-top:1px solid #e1e1e1;display:flex;padding:15px 30px;align-items:center}.ob-preview .bottom-bar .actions{margin-right:auto}.ob-preview .bottom-bar .heading{margin:0 20px 0 0}.ob-import-modal .stepper li{display:flex;align-items:center;margin-bottom:25px;font-size:15px}.ob-import-modal .stepper li .icon{margin-left:20px;background-color:#0073aa;color:#fff;padding:5px;border-radius:100%}.ob-import-modal .stepper li .icon.success{background-color:#6eb77a}.ob-import-modal .stepper li .icon.success svg{left:1px;position:relative}.ob-import-modal .stepper li .icon.warning{background-color:#ffb900}.ob-import-modal .stepper li .icon.error{background-color:#ec7c7c}.ob-import-modal .stepper li .icon.skip{background-color:#e1e1e1}.ob-import-modal .stepper li .icon.loading .dashicon,.ob-import-modal .stepper li .icon.loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal .stepper li svg{width:20px;height:20px;display:block}@-webkit-keyframes loading-placeholder{0%{opacity:.1}50%{opacity:.2}100%{opacity:.1}}@keyframes loading-placeholder{0%{opacity:.1}50%{opacity:.2}100%{opacity:.1}}@-webkit-keyframes loading-placeholder-high-opacity{0%{opacity:.7}50%{opacity:.9}100%{opacity:.7}}@keyframes loading-placeholder-high-opacity{0%{opacity:.7}50%{opacity:.9}100%{opacity:.7}}.ob-import-modal .stepper li{display:flex;align-items:center;margin-bottom:25px;font-size:15px}.ob-import-modal .stepper li .icon{margin-left:20px;background-color:#0073aa;color:#fff;padding:5px;border-radius:100%}.ob-import-modal .stepper li .icon.success{background-color:#6eb77a}.ob-import-modal .stepper li .icon.success svg{left:1px;position:relative}.ob-import-modal .stepper li .icon.warning{background-color:#ffb900}.ob-import-modal .stepper li .icon.error{background-color:#ec7c7c}.ob-import-modal .stepper li .icon.skip{background-color:#e1e1e1}.ob-import-modal .stepper li .icon.loading .dashicon,.ob-import-modal .stepper li .icon.loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal .stepper li svg{width:20px;height:20px;display:block}.migration .modal-body .loading{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px auto;width:auto;color:#fff}.migration .modal-body .loading h3{margin:20px 0 0}.migration .modal-body .loading svg{padding:10px;background-color:#ffb900;border-radius:100%;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.5)}.ob-import-modal .components-modal__header{border:none;margin-bottom:10px !important}.ob-import-modal .header{margin-bottom:15px}.ob-import-modal .header h1{margin-top:0;font-size:25px;font-weight:700;color:#000;line-height:normal;margin-bottom:10px}.ob-import-modal .header p.description{font-size:20px;line-height:34px;color:#000}.ob-import-modal .components-tooltip{display:none}.ob-import-modal .modal-body h3{margin:0;display:flex;align-items:center}.ob-import-modal .modal-body h3 svg{margin-left:5px}.ob-import-modal .well{margin:0;padding:20px 10px;border-radius:6px;color:#616161;background-color:rgba(249,215,128,.24)}.ob-import-modal .well ol{padding:0;margin:20px 20px 0 0}.ob-import-modal .well ol li{margin-bottom:10px;font-size:15px}.ob-import-modal .well ol li:last-child{margin-bottom:0}.ob-import-modal .well ul{margin:0 20px 0 0;padding:0;list-style:disc}.ob-import-modal .well ul li{font-size:15px;margin-bottom:10px;font-weight:400}.ob-import-modal .well ul li:last-child{margin-bottom:0}.ob-import-modal .well.error{background-color:#fdf4f4}.ob-import-modal .well.warning{background-color:#ffdf8a}.ob-import-modal hr{margin:25px 0;border:none;border-top:1px solid #e1e1e1;height:0}.ob-import-modal .import-result{font-size:15px}.ob-import-modal .modal-footer{margin-top:25px;display:flex;align-items:center}.ob-import-modal .modal-footer .import{padding:10px 30px;margin-right:auto;font-weight:600;font-size:14px;height:auto;border-radius:4px}.ob-import-modal .modal-footer button:last-child,.ob-import-modal .modal-footer a:last-child{margin-right:auto}.ob-import-modal .modal-footer button:last-child:only-child,.ob-import-modal .modal-footer a:last-child:only-child{margin-right:auto}.ob-import-modal.fetching .title{width:200px;display:block}.ob-import-modal.fetching .is-loading{border-radius:3px;-webkit-animation:1.5s loading-placeholder ease-in-out infinite;animation:1.5s loading-placeholder ease-in-out infinite;background-color:#282828;height:20px}.ob-import-modal.fetching .is-loading.button{background-color:#007cba;height:39px}.ob-import-modal.fetching .is-loading.link{width:100px;background-color:#007cba}.ob-import-modal.fetching .well{-webkit-animation:1.5s loading-placeholder-high-opacity ease-in-out infinite;animation:1.5s loading-placeholder-high-opacity ease-in-out infinite;height:inherit !important;background-color:inherit !important}.ob-import-modal.fetching .well h3 span{width:100px}.ob-import-modal.fetching .well ol{list-style:square}.ob-import-modal.fetching .well li{border-radius:3px;width:75%;height:18px;margin-top:0;background-color:#282828;-webkit-animation:1.5s loading-placeholder ease-in-out infinite;animation:1.5s loading-placeholder ease-in-out infinite}.ob-import-modal.fetching .well li:nth-child(2){width:85%}.ob-import-modal.fetching .well li:nth-child(3){width:95%}.ob-import-modal.fetching .mock-icon{width:20px;height:20px;margin-left:5px}.ob-import-modal.fetching .options h3{max-width:100px}.ob-import-modal.fetching .options li .mock-icon{background-color:#0073aa;margin-left:15px}.ob-import-modal.fetching .options li span{width:100px}.ob-import-modal.fetching .options li .toggle{width:40px;background-color:#0073aa;border-radius:50px;margin-right:auto}.ob-import-modal.fetching .modal-footer button{width:90px;height:35px;background-color:#646d82;border:none !important}.ob-import-modal.fetching .modal-footer button.is-primary{background-color:#0073aa}.modal-toggles{margin-top:10px;border:none}.modal-toggles .options{border:none;padding:10px}.modal-toggles .options .components-panel__body-title{margin:-10px -10px 0 -10px !important}.modal-toggles .options button{font-size:19px;font-weight:700;line-height:30px}.modal-toggles .options button svg{width:30px;height:30px}.modal-toggles .option-row{justify-content:flex-start;border-bottom:1px solid rgba(40,40,40,.1);margin:0;padding:10px 0;display:flex;align-items:center}.modal-toggles .option-row span{font-size:15px;margin-right:20px;color:#282828}.modal-toggles .option-row .actions{margin-right:auto}.modal-toggles .option-row .dashicon{margin-right:10px;fill:#d9d9d9}.modal-toggles .option-row .dashicon.active{fill:#0073aa}.modal-toggles .option-row .toggle-wrapper{margin-right:auto}.modal-toggles .option-row .toggle-wrapper .components-form-toggle{margin:0}.import-done-actions{display:flex;align-items:center;width:100%}.import-done-actions .components-button.is-secondary{margin-right:auto;border:2px solid;padding:8px 20px;font-weight:600;font-size:14px;height:auto;border-radius:4px}.import-done-actions .import{margin-right:20px !important}.sticky-nav{transition:top .3s ease;position:fixed;z-index:1000;right:0;left:0;top:0;background:#f1f1f1;padding:15px 0;box-shadow:0px 4px 20px rgba(0,0,0,.15)}@media(min-width: 601px){.sticky-nav{margin-top:46px}}@media(min-width: 783px){.sticky-nav{margin-top:32px;right:160px}.auto-fold .sticky-nav{right:32px}}@media(min-width: 961px){.sticky-nav{right:160px !important}.folded .sticky-nav{right:32px !important}}.sticky-nav-content{display:flex;max-width:1300px}.sticky-nav-content>img,.sticky-nav-content>.ob-logo{display:none;margin-left:20px}@media(min-width: 992px){.sticky-nav-content>img,.sticky-nav-content>.ob-logo{display:block}}.sticky-nav-content .header-form{margin:0;flex-grow:1}@media(min-width: 660px){.sticky-nav-content .header-form{max-width:100%}}.sticky-nav-content .ob-dropdown.editor-selector.small{width:auto;margin-right:15px;display:flex;align-items:center}.sticky-nav-content .ob-dropdown.editor-selector.small>button>.count{margin-right:12px}.sticky-nav-content button,.sticky-nav-content input{border-radius:6px}.sticky-nav-content input{max-width:100%;font-weight:500}.sticky-nav-content input::-moz-placeholder{color:#b7b7b7}.sticky-nav-content input:-ms-input-placeholder{color:#b7b7b7}.sticky-nav-content input::placeholder{color:#b7b7b7}.table .table-row{display:flex;height:60px;align-items:center;padding:0 25px;background:#fff;border:1px solid rgba(0,0,0,.11);border-top:none}.table .table-row:first-child{border-top:1px solid rgba(0,0,0,.11)}.table .table-row svg{height:24px;margin-left:10px;fill:#b9b9b9}.table .table-row .title{display:flex;align-items:center}.table .table-row .title .components-base-control__field{margin:0}.table .table-row .controls{margin-right:auto;display:flex;align-items:center}.table .table-row .controls button{padding:6px 30px;font-weight:600;color:#b9b9b9}.table .table-row .actions{display:flex;margin-right:50px;justify-content:flex-end}.table .table-row .actions.no-controls{margin-right:auto}.table .table-row .actions .components-button{padding:6px 30px}.table .table-row .actions .components-button.is-primary{margin-right:10px}.filters{display:flex;align-items:center;margin-bottom:40px}.filters .components-dropdown:nth-of-type(1) .components-button.filter-input{width:100px;border-left-width:.1px;border-radius:0}.filters .components-dropdown .components-button.filter-input{width:200px;height:52px;display:flex;align-items:center;font-weight:600;padding:5px 10px 5px 20px;background:#fff;border:1px solid #d9d9d9;border-right:0;color:#616161;box-shadow:none;font-weight:normal;border-radius:6px 0 0 6px}.filters .components-base-control,.filters input{width:100%}.filters .components-base-control.has-filters input,.filters input.has-filters input{border-radius:0 6px 6px 0}.filters .components-base-control .components-base-control__field,.filters input .components-base-control__field{margin-bottom:0}.filters .components-base-control input,.filters input input{border-radius:6px}.filters .display-filters{display:flex;margin-right:20px}.filters .display-filters .display-filters__search{width:200px;position:relative;margin-left:20px}.filters .display-filters .display-filters__search input{max-height:36px;border:none;border-bottom:1px solid #d5dadf;border-radius:0;font-size:11px;padding:8px 0 8px 15px;transition:border .5s;background:none;box-shadow:none;color:#6d7882;outline:none}.filters .display-filters .display-filters__search>svg,.filters .display-filters .display-filters__search .components-button{position:absolute;top:50%;left:0;transform:translateY(-50%)}.filters .display-filters button.is-pressed,.filters .display-filters button:active,.filters .display-filters button:focus,.filters .display-filters button:hover{background-color:transparent !important;color:#0073aa}.filters .display-sorting{display:flex;align-items:center;font-size:11px}.filters .display-sorting .sorting-label{flex-grow:1;text-align:right;padding-left:20px;border-left:1px solid #d5dadf;text-transform:uppercase}.filters .display-sorting .sorting-filter .components-button{padding:0 20px 0 0;height:auto;color:inherit;font-size:inherit;text-transform:uppercase}.filters .display-sorting .sorting-filter .components-button::after{width:11px;content:" ";margin-right:3px}.filters .display-sorting .sorting-filter .components-button.is-selected::after{font-family:dashicons;content:"";margin-right:3px}.filters .display-sorting .sorting-filter .components-button.is-selected.is-asc::after{content:""}.filters .header-form{width:100%;display:flex;justify-content:space-between}.cloud-items .components-spinner{margin:0 auto !important;display:block;margin-top:50% !important}.cloud-items .fetching-loader .components-spinner{margin:100px auto !important}.cloud-items.is-grid .table{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}.table-grid{border:1px solid #ccc;min-height:350px;display:flex;flex-direction:column}.table-grid .grid-preview{display:flex;width:100%;height:300px;background-color:#b7c0cc;background-position:top center;background-size:cover}.table-grid .grid-preview:hover{background-color:#404040}.table-grid .grid-preview.is-loading{background:#b7c0cc}.table-grid .grid-preview.is-loading .preview-actions{display:flex}.table-grid .grid-preview .preview-actions{opacity:0;transition:.3s ease opacity;width:100%;height:auto;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,.9);display:flex}.table-grid .grid-preview .preview-actions>.components-button{width:120px;justify-content:center;margin-bottom:10px}.table-grid .grid-preview .preview-actions>.components-button.is-secondary{color:#fff;box-shadow:inset 0 0 0 2px #fff}.table-grid .grid-preview .preview-actions>.components-button.is-secondary:disabled{background:transparent;opacity:.5}.table-grid .grid-preview .preview-actions .preview-controls .components-button{width:20px}.table-grid .grid-preview .preview-actions .preview-controls .components-button svg{fill:#fff}.table-grid .grid-preview:hover .preview-actions{opacity:1}.table-grid .card-footer{background:#fff;border-top:1px solid #ccc;padding:15px;flex-grow:1}.table-grid .card-footer form{display:flex;align-items:center}.table-grid .card-footer .components-base-control{flex-grow:1}.table-grid .card-footer .components-base-control__field{margin-bottom:0}.table-grid .card-footer button{height:auto;margin-right:auto}.table-grid .card-footer p{font-weight:600;margin:0}.filter-overlay .components-button:not(.has-icon){padding-right:38px}.pagination{padding-top:20px}.pagination .components-button{margin-left:10px;border-radius:2px;box-shadow:none}.pagination .components-button:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1.5px #007cba}.pagination .components-button:not(.is-primary){background:#fff}.pagination .components-button:not(.is-primary):focus{box-shadow:0 0 0 1.5px #007cba}.single-templates-wrapper .components-spinner{display:block;margin:0 auto}.single-templates-wrapper .top{padding:25px 0 30px}.single-templates-wrapper .header{display:flex;flex-direction:column}.single-templates-wrapper .header h1{display:flex;align-items:center;font-size:26px;font-weight:700}.single-templates-wrapper .header .actions{margin-top:15px}.single-templates-wrapper .header .actions .components-button{font-weight:600;font-size:14px;height:auto;border-radius:4px}.single-templates-wrapper .header .actions .components-button:not(:first-child){margin-right:20px}.single-templates-wrapper .header .actions .components-button.is-primary{padding:10px 30px}.single-templates-wrapper .header .actions .components-button.is-secondary{border:2px solid;padding:8px 20px}.single-templates-wrapper .header .description{font-size:16px;color:#282828}.single-templates-wrapper .header .pro-badge{font-size:11px;margin-right:20px}.ob-preview.single-templates .actions .components-button{font-weight:600;font-size:14px;height:auto;border-radius:4px}.ob-preview.single-templates .actions .components-button:not(:first-child){margin-right:20px}.ob-preview.single-templates .actions .components-button.is-primary{padding:10px 30px}.ob-preview.single-templates .actions .components-button.is-secondary{border:2px solid;padding:8px 20px}@media(min-width: 660px){.ob-sites.is-grid{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.ob-head>.header-container>h2,.ob-migration>h2{font-size:30px}.ob-head>.header-container>p,.ob-migration>p{font-size:22px}.header-form{flex-direction:row}.ob-head>.header-container>h2,.ob-migration>h2{font-size:30px}.ob-head>.header-container>p,.ob-migration>p{font-size:22px}.header-form{flex-direction:row}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}@media(min-width: 992px){.container{padding:0 20px}.content{display:flex}.main{flex-grow:1}.col{display:flex;flex-direction:column}.content-wrap.is-onboarding .content{max-width:1300px;padding:15px 40px 35px;box-shadow:0 0 10px -5px rgba(0,0,0,.5);border:1px solid #e1e1e1;margin:40px auto 30px}.content-wrap.is-onboarding .header-form{margin-top:0}.ob-sites.is-grid{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.editor-tabs{display:flex}.ob-body .ob-dropdown.editor-selector{display:none}.header-form{margin-top:25px}.search{display:flex}.search input{border-bottom-left-radius:0;border-top-left-radius:0}.search img{top:50%;transform:translateY(-50%)}.search .ob-dropdown{display:inline-block;width:200px;margin:0}.search .ob-dropdown button{margin:0;border-top-right-radius:0;border-bottom-right-radius:0}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.single-templates-wrapper .header{flex-direction:row;align-items:flex-start}.single-templates-wrapper .header h1{font-size:30px}.single-templates-wrapper .description{font-size:20px}.single-templates-wrapper .actions{margin-right:auto}}@media(min-width: 1200px){.container{margin:0 auto}.col{width:50%}.col:not(:last-child){margin-left:20px}.main{flex-grow:1}.content{display:flex;padding-top:30px}.columns{display:flex;flex-direction:row}.editor-tabs .icon-wrap{display:block}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}.single-templates-wrapper .actions{margin-right:auto}}@media(min-width: 1400px){.col:not(:last-child){margin-left:30px}.card{padding:30px 40px}.editor-tabs a{width:auto;padding:15px 5px 12px 20px}}
|
| 1 |
+
#wpcontent{padding-right:0 !important}.content-container{padding:0 20px;flex-basis:100%;max-width:1300px;margin:0 auto}#wpbody-content>.error,#wpbody-content>.info,#wpbody-content>.notice{display:none !important}.ob-overflow-off{overflow:hidden !important}@media screen and (min-width: 660px){.ob-import-modal{width:630px !important}}@media screen and (min-width: 992px){.ob-import-modal{width:700px !important}}.container{padding:0 15px}.container.content{padding:0}svg.is-loading,button.is-loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;margin-left:0}.col{width:100%}@-webkit-keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}.columns.starter-sites{position:relative;display:flex;flex-grow:1}.ss-background{opacity:.25;z-index:-1;position:absolute;top:0;bottom:0;width:100%;display:block;background-size:cover;background-position:center center;right:0;left:0;height:calc(100vh - 300px);flex-grow:1}.unavailable-starter-sites{background-color:#fff;border:1px solid #ccc;padding:50px 30px;text-align:center;align-items:center;justify-content:center}.unavailable-starter-sites h1{line-height:1.6}.content-wrap.is-onboarding{position:fixed;top:0;bottom:0;right:0;left:0;background-color:#f1f1f1;z-index:100000;overflow:auto}.content-wrap.is-onboarding h2{display:block}.content-wrap.is-onboarding h2 img{display:none}.content-wrap.is-onboarding .content{background-color:#fefefe;padding-top:30px}.content-wrap.is-onboarding .ob{display:flex;min-height:100vh;flex-direction:column}.content-wrap.is-onboarding .ob-migration{padding-top:0;text-align:center}.content-wrap.is-onboarding .ob-migration h2{line-height:1}.content-wrap.is-onboarding .ob-head button{margin:0 !important}.content-wrap.is-onboarding .ob-head{padding:20px 0 0;margin:0 0 20px;display:flex;justify-content:flex-end;align-items:flex-end}.content-wrap.is-onboarding .ob-head button.close-onboarding{color:#676767}.content-wrap.is-onboarding .ob-head button.close-onboarding svg{width:30px;height:30px}.content-wrap.is-onboarding .content-container{padding:0}.ob{width:100%;display:flex;flex-direction:column;align-items:center}.ob .ob-head{box-sizing:border-box;padding:20px;background:#fff;width:100%;display:flex;justify-content:center}.ob .ob-head .header-container{display:flex;flex-basis:100%;max-width:1300px}.ob .ob-head .header-container h2{flex-basis:40%}.ob .ob-head .header-container .header-nav{flex-basis:60%;display:flex;justify-content:flex-end;align-items:center}.ob .ob-head .header-container .header-nav .components-button{font-size:18px;font-weight:600;color:#282828;margin-right:25px}.ob .ob-head .header-container .header-nav .components-button:hover{box-shadow:none}.ob .ob-head .header-container .header-nav .components-button:first-child{margin-right:0}.ob .ob-head .header-container .header-nav .components-button.is-pressed{color:#0073aa;background:transparent}.ob .ob-body{width:100%;box-sizing:border-box}.ob .ob-body .instructions{font-size:22px;margin:20px 0;color:#282828}.ob-logo{width:50px;margin-left:20px}.ob-sites{margin-top:30px}.ob-sites.is-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px 0}.no-results p{font-size:16px}.no-results p span{color:#0073aa;font-weight:600}.no-results .tags{margin-top:10px;justify-content:center;display:flex;flex-wrap:wrap}.no-results .tags .tag{margin:10px 20px;line-height:normal;height:auto;font-weight:600;padding:10px 15px;color:#fff;transition:all .3s ease}.no-results .tags .tag:hover{background-color:#0071a7}.pro-badge{background-color:#6eb77a;height:auto;color:#fff;font-weight:600;text-transform:uppercase;padding:5px 10px;margin-right:auto;border-radius:999px;line-height:normal;display:flex;align-items:center}.pro-badge svg{margin-left:3px}.ob-migration{padding-top:20px;margin-bottom:20px}.ob-migration .card.starter-site-card{margin-left:auto !important;margin-right:auto !important}.ob-migration .card.starter-site-card .image{height:auto}.ob-migration .actions{margin:30px auto 0;display:flex;justify-content:center}.ob-migration button:last-child{margin-right:10px}.ob-head>.header-container>h2,.ob-migration>h2{font-size:21px;color:#282828;margin:0;line-height:1.6;display:flex;align-items:center}.ob-head>.header-container>h2>img,.ob-migration>h2>img{margin-left:20px}.ob-head>.header-container>p,.ob-migration>p{margin:20px 0;font-size:15px;color:#282828}.ob-head>.header-container>button,.ob-migration>button{margin-bottom:20px}.header-form{margin-top:20px;display:flex;align-items:center;flex-direction:column}.header-form input{margin:0;display:block;flex-grow:1;border:1px solid #e1e1e1;height:52px;padding:5px 50px 5px 30px;font-size:17px;font-weight:300}.is-sync{background-color:#f1f1f1;color:#0073aa !important;border-radius:6px}.is-sync:before{padding:0 15px 0 5px;content:attr(data-content);margin-left:5px;font-size:15px;display:none}.is-sync:hover:before{display:block}.search{position:relative;display:flex;width:100%;flex-wrap:wrap}.search input{width:auto;flex-shrink:1}.search img{opacity:.4;position:absolute;top:10px;right:10px}.search .ob-dropdown{width:100%;height:52px;margin:20px 0 0}.search .ob-dropdown button{position:relative;right:-1px;height:100%;display:flex;align-items:center;font-weight:600;padding:5px 10px 5px 20px;background:#fff;border:1px solid #e1e1e1;font-size:14px;margin:0}.search .ob-dropdown button>svg,.search .ob-dropdown button .dashicon{margin-right:auto;display:flex;align-items:center}.search .ob-dropdown .options{margin:0}.search .ob-dropdown .options li{margin:0}.search .ob-dropdown .options a{height:35px;font-size:14px;display:flex;align-items:center;font-weight:600;color:#282828;cursor:pointer;padding:5px 10px;text-decoration:none;white-space:nowrap}.search .ob-dropdown .options a .count{color:#a3a3a3}.search .ob-dropdown .options a>span:not(.count){margin-left:20px}.search .ob-dropdown .options a:hover{color:#fff;background-color:#0073aa}.search .ob-dropdown .options a:hover .count{color:#fff}.search .ob-dropdown .options a .count{margin-right:auto}.editor-tabs{display:none;margin:30px 0;position:relative}.editor-tabs:after{content:"";position:absolute;display:block;width:100%;right:0;border-bottom:1px solid #e0e0e0;height:1px;z-index:-1;left:0;bottom:0}.editor-tabs .long-name{display:none}.editor-tabs a{padding:15px 0px 12px 10px;display:flex;align-items:center;font-weight:700;text-decoration:none;font-size:15px;border-bottom:3px solid transparent;position:relative;width:auto}.editor-tabs a:last-child{padding-left:0}.editor-tabs a:not(:first-child){margin-right:auto}.editor-tabs a.active{border-bottom:3px solid #0073aa}.editor-tabs a .pro-badge{margin-right:auto;font-size:11px}.editor-tabs .editor{color:#616161}.editor-tabs .count{color:rgba(97,97,97,.5);margin:0 10px}.editor-tabs .icon-wrap{display:none;margin-left:10px;width:34px;height:34px;border-radius:100%;overflow:hidden}.editor-tabs .icon-wrap img{max-width:100%;display:block}.cloud-items .editor-tabs a:not(:first-child){margin-right:20px}@media(min-width: 1600px){.editor-tabs .long-name{display:inline}}.ob-dropdown.editor-selector{overflow:visible;display:inline-block;position:relative;width:100%}.ob-dropdown.editor-selector button{display:flex;align-items:center;font-weight:600;padding:5px 10px 5px 20px;background:#fff;border:1px solid #e1e1e1;font-size:14px;height:52px;width:100%;white-space:nowrap}.ob-dropdown.editor-selector button .count{color:#a3a3a3;margin:0 auto 0 20px}.ob-dropdown.editor-selector img{border-radius:100%;margin-left:5px;max-width:30px;max-height:30px}.ob-dropdown.editor-selector .options{margin:0}.ob-dropdown.editor-selector .options li{border-bottom:1px solid #e1e1e1;padding:0;margin:0}.ob-dropdown.editor-selector .options a{height:35px;font-size:14px;display:flex;align-items:center;font-weight:600;color:#282828;cursor:pointer;padding:5px 10px;text-decoration:none;white-space:nowrap}.ob-dropdown.editor-selector .options a>span:not(.count){margin-left:20px}.ob-dropdown.editor-selector .options a .count{margin-right:auto}.ob-dropdown.editor-selector .options a:hover{background-color:#0073aa;color:#fff}.card{width:100%;display:flex;max-width:unset;min-width:unset;border:1px solid #e1e1e1;flex-direction:column;padding:30px 40px;margin:0;align-self:flex-start;flex-grow:0}.card .card-header{flex-direction:row;display:flex;align-items:center}.card .card-header .title{font-size:18px;line-height:1.5}.card .card-header .icon{margin-left:10px}.card .card-header .icon.dashicon{width:33px;height:33px;fill:#0073aa}.card .card-content{display:flex;flex-direction:column;flex-grow:1}.card .card-content a,.card .card-content button{align-self:flex-start;margin-top:auto}.card p{font-size:15px;color:#616161}.card .card-description{margin:15px 0 25px}.card.starter-site-card{padding:0;max-width:100%}.card.starter-site-card:hover .actions,.card.starter-site-card:hover .fav,.card.starter-site-card:focus-within .actions,.card.starter-site-card:focus-within .fav{opacity:1}.card.starter-site-card .actions.visible{opacity:1}.card.starter-site-card .top{position:relative;overflow:hidden}.card.starter-site-card .fav{position:absolute;z-index:2000;right:-15px;top:-30px;opacity:0;transition:.3s ease}.card.starter-site-card .fav button{padding:30px 30px 30px 5px;height:auto;transform:rotate(-45deg);background-color:#4268cf}.card.starter-site-card .fav svg{transform:rotate(45deg);fill:#fff;max-width:15px}.card.starter-site-card .actions{background-color:rgba(0,0,0,.75);right:0;left:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;opacity:0;transition:.3s ease}.card.starter-site-card .actions .templates{color:#fff}.card.starter-site-card .actions .components-button{margin:5px 0;width:100px;height:40px;font-weight:600;justify-content:center}.card.starter-site-card .actions .components-button.is-secondary{color:#fff;border:2px solid #fff}.card.starter-site-card .image{height:420px;background-size:cover;background-repeat:no-repeat;background-position:top center;background-color:rgba(100,109,130,.25)}.card.starter-site-card img{width:100%;display:block}.card.starter-site-card .bottom{display:flex;align-items:center;padding:15px 30px 15px 10px;border-top:1px solid #e1e1e1}.card.starter-site-card .bottom p{font-size:16px;font-weight:700;color:#282828;margin:0}.card.starter-site-card.has-templates:after{position:absolute;width:93%;background-color:#fff;display:block;height:10px;content:"";margin:0 auto;bottom:-7px;right:50%;transform:translateX(50%);z-index:-1;border:1px solid #d9d9d9}.ob-preview{background-color:#fff;position:fixed;top:0;bottom:0;right:0;left:0;z-index:100000;height:100vh;margin:0;display:flex;flex-direction:column}.ob-preview .loading{bottom:0;top:0;right:0;left:0;position:absolute;display:flex;align-items:center;justify-content:center;z-index:100000;color:#646d82}.ob-preview .loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-preview .preview{display:flex;flex-direction:column;position:relative;flex-grow:1}.ob-preview .preview iframe{flex-grow:1;position:relative;z-index:100001;height:100%;width:100%}.ob-preview .bottom-bar{border-top:1px solid #e1e1e1;display:flex;padding:15px 30px;align-items:center}.ob-preview .bottom-bar .actions{margin-right:auto}.ob-preview .bottom-bar .heading{margin:0 20px 0 0}.ob-import-modal .stepper li{display:flex;align-items:center;margin-bottom:25px;font-size:15px}.ob-import-modal .stepper li .icon{margin-left:20px;background-color:#0073aa;color:#fff;padding:5px;border-radius:100%}.ob-import-modal .stepper li .icon.success{background-color:#6eb77a}.ob-import-modal .stepper li .icon.success svg{left:1px;position:relative}.ob-import-modal .stepper li .icon.warning{background-color:#ffb900}.ob-import-modal .stepper li .icon.error{background-color:#ec7c7c}.ob-import-modal .stepper li .icon.skip{background-color:#e1e1e1}.ob-import-modal .stepper li .icon.loading .dashicon,.ob-import-modal .stepper li .icon.loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal .stepper li svg{width:20px;height:20px;display:block}@-webkit-keyframes loading-placeholder{0%{opacity:.1}50%{opacity:.2}100%{opacity:.1}}@keyframes loading-placeholder{0%{opacity:.1}50%{opacity:.2}100%{opacity:.1}}@-webkit-keyframes loading-placeholder-high-opacity{0%{opacity:.7}50%{opacity:.9}100%{opacity:.7}}@keyframes loading-placeholder-high-opacity{0%{opacity:.7}50%{opacity:.9}100%{opacity:.7}}.ob-import-modal .stepper li{display:flex;align-items:center;margin-bottom:25px;font-size:15px}.ob-import-modal .stepper li .icon{margin-left:20px;background-color:#0073aa;color:#fff;padding:5px;border-radius:100%}.ob-import-modal .stepper li .icon.success{background-color:#6eb77a}.ob-import-modal .stepper li .icon.success svg{left:1px;position:relative}.ob-import-modal .stepper li .icon.warning{background-color:#ffb900}.ob-import-modal .stepper li .icon.error{background-color:#ec7c7c}.ob-import-modal .stepper li .icon.skip{background-color:#e1e1e1}.ob-import-modal .stepper li .icon.loading .dashicon,.ob-import-modal .stepper li .icon.loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal .stepper li svg{width:20px;height:20px;display:block}.migration .modal-body .loading{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px auto;width:auto;color:#fff}.migration .modal-body .loading h3{margin:20px 0 0}.migration .modal-body .loading svg{padding:10px;background-color:#ffb900;border-radius:100%;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.5)}.ob-import-modal .components-modal__header{border:none;margin-bottom:10px !important}.ob-import-modal .header{margin-bottom:15px}.ob-import-modal .header h1{margin-top:0;font-size:25px;font-weight:700;color:#000;line-height:normal;margin-bottom:10px}.ob-import-modal .header p.description{font-size:20px;line-height:34px;color:#000}.ob-import-modal .modal-body h3{margin:0;display:flex;align-items:center}.ob-import-modal .modal-body h3 svg{margin-left:5px}.ob-import-modal .well{margin:0;padding:20px 10px;border-radius:6px;color:#616161;background-color:rgba(249,215,128,.24)}.ob-import-modal .well ol{padding:0;margin:20px 20px 0 0}.ob-import-modal .well ol li{margin-bottom:10px;font-size:15px}.ob-import-modal .well ol li:last-child{margin-bottom:0}.ob-import-modal .well ul{margin:0 20px 0 0;padding:0;list-style:disc}.ob-import-modal .well ul li{font-size:15px;margin-bottom:10px;font-weight:400}.ob-import-modal .well ul li:last-child{margin-bottom:0}.ob-import-modal .well.error{background-color:#fdf4f4}.ob-import-modal .well.warning{background-color:#ffdf8a}.ob-import-modal hr{margin:25px 0;border:none;border-top:1px solid #e1e1e1;height:0}.ob-import-modal .import-result{font-size:15px}.ob-import-modal .modal-footer{margin-top:25px;display:flex;align-items:center}.ob-import-modal .modal-footer .import{padding:10px 30px;margin-right:auto;font-weight:600;font-size:14px;height:auto;border-radius:4px}.ob-import-modal .modal-footer button:last-child,.ob-import-modal .modal-footer a:last-child{margin-right:auto}.ob-import-modal .modal-footer button:last-child:only-child,.ob-import-modal .modal-footer a:last-child:only-child{margin-right:auto}.ob-import-modal.fetching .title{width:200px;display:block}.ob-import-modal.fetching .is-loading{border-radius:3px;-webkit-animation:1.5s loading-placeholder ease-in-out infinite;animation:1.5s loading-placeholder ease-in-out infinite;background-color:#282828;height:20px}.ob-import-modal.fetching .is-loading.button{background-color:#007cba;height:39px}.ob-import-modal.fetching .is-loading.link{width:100px;background-color:#007cba}.ob-import-modal.fetching .well{-webkit-animation:1.5s loading-placeholder-high-opacity ease-in-out infinite;animation:1.5s loading-placeholder-high-opacity ease-in-out infinite;height:inherit !important;background-color:inherit !important}.ob-import-modal.fetching .well h3 span{width:100px}.ob-import-modal.fetching .well ol{list-style:square}.ob-import-modal.fetching .well li{border-radius:3px;width:75%;height:18px;margin-top:0;background-color:#282828;-webkit-animation:1.5s loading-placeholder ease-in-out infinite;animation:1.5s loading-placeholder ease-in-out infinite}.ob-import-modal.fetching .well li:nth-child(2){width:85%}.ob-import-modal.fetching .well li:nth-child(3){width:95%}.ob-import-modal.fetching .mock-icon{width:20px;height:20px;margin-left:5px}.ob-import-modal.fetching .options h3{max-width:100px}.ob-import-modal.fetching .options li .mock-icon{background-color:#0073aa;margin-left:15px}.ob-import-modal.fetching .options li span{width:100px}.ob-import-modal.fetching .options li .toggle{width:40px;background-color:#0073aa;border-radius:50px;margin-right:auto}.ob-import-modal.fetching .modal-footer button{width:90px;height:35px;background-color:#646d82;border:none !important}.ob-import-modal.fetching .modal-footer button.is-primary{background-color:#0073aa}.modal-toggles{margin-top:10px;border:none}.modal-toggles .options{border:none;padding:10px}.modal-toggles .options .components-panel__body-title{margin:-10px -10px 0 -10px !important}.modal-toggles .options button{font-size:19px;font-weight:700;line-height:30px}.modal-toggles .options button svg{width:30px;height:30px}.modal-toggles .option-row{justify-content:flex-start;border-bottom:1px solid rgba(40,40,40,.1);margin:0;padding:10px 0;display:flex;align-items:center}.modal-toggles .option-row span{font-size:15px;margin-right:20px;color:#282828}.modal-toggles .option-row .actions{margin-right:auto}.modal-toggles .option-row .dashicon{margin-right:10px;color:#888;font-size:18px;display:flex;align-items:center}.modal-toggles .option-row.active .dashicon{color:#0073aa}.modal-toggles .option-row .toggle-wrapper{margin-right:auto}.modal-toggles .option-row .toggle-wrapper .components-form-toggle{margin:0}.import-done-actions{display:flex;align-items:center;width:100%}.import-done-actions .components-button.is-secondary{margin-right:auto;border:2px solid;padding:8px 20px;font-weight:600;font-size:14px;height:auto;border-radius:4px}.import-done-actions .import{margin-right:20px !important}.sticky-nav{transition:top .3s ease;position:fixed;z-index:1000;right:0;left:0;top:0;background:#f1f1f1;padding:15px 0;box-shadow:0px 4px 20px rgba(0,0,0,.15)}@media(min-width: 601px){.sticky-nav{margin-top:46px}}@media(min-width: 783px){.sticky-nav{margin-top:32px;right:160px}.auto-fold .sticky-nav{right:32px}}@media(min-width: 961px){.sticky-nav{right:160px !important}.folded .sticky-nav{right:32px !important}}.sticky-nav-content{display:flex;max-width:1300px}.sticky-nav-content>img,.sticky-nav-content>.ob-logo{display:none;margin-left:20px}@media(min-width: 992px){.sticky-nav-content>img,.sticky-nav-content>.ob-logo{display:block}}.sticky-nav-content .header-form{margin:0;flex-grow:1}@media(min-width: 660px){.sticky-nav-content .header-form{max-width:100%}}.sticky-nav-content .ob-dropdown.editor-selector.small{width:auto;margin-right:15px;display:flex;align-items:center}.sticky-nav-content .ob-dropdown.editor-selector.small>button>.count{margin-right:12px}.sticky-nav-content button,.sticky-nav-content input{border-radius:6px}.sticky-nav-content input{max-width:100%;font-weight:500}.sticky-nav-content input::-moz-placeholder{color:#b7b7b7}.sticky-nav-content input:-ms-input-placeholder{color:#b7b7b7}.sticky-nav-content input::placeholder{color:#b7b7b7}.table .table-row{display:flex;height:60px;align-items:center;padding:0 25px;background:#fff;border:1px solid rgba(0,0,0,.11);border-top:none}.table .table-row:first-child{border-top:1px solid rgba(0,0,0,.11)}.table .table-row svg{height:24px;margin-left:10px;fill:#b9b9b9}.table .table-row .title{display:flex;align-items:center}.table .table-row .title .components-base-control__field{margin:0}.table .table-row .controls{margin-right:auto;display:flex;align-items:center}.table .table-row .controls button{padding:6px 30px;font-weight:600;color:#b9b9b9}.table .table-row .actions{display:flex;margin-right:50px;justify-content:flex-end}.table .table-row .actions.no-controls{margin-right:auto}.table .table-row .actions .components-button{padding:6px 30px}.table .table-row .actions .components-button.is-primary{margin-right:10px}.filters{display:flex;align-items:center;margin-bottom:40px}.filters .components-dropdown:nth-of-type(1) .components-button.filter-input{width:100px;border-left-width:.1px;border-radius:0}.filters .components-dropdown .components-button.filter-input{width:200px;height:52px;display:flex;align-items:center;font-weight:600;padding:5px 10px 5px 20px;background:#fff;border:1px solid #d9d9d9;border-right:0;color:#616161;box-shadow:none;font-weight:normal;border-radius:6px 0 0 6px}.filters .components-base-control,.filters input{width:100%}.filters .components-base-control.has-filters input,.filters input.has-filters input{border-radius:0 6px 6px 0}.filters .components-base-control .components-base-control__field,.filters input .components-base-control__field{margin-bottom:0}.filters .components-base-control input,.filters input input{border-radius:6px}.filters .display-filters{display:flex;margin-right:20px}.filters .display-filters .display-filters__search{width:200px;position:relative;margin-left:20px}.filters .display-filters .display-filters__search input{max-height:36px;border:none;border-bottom:1px solid #d5dadf;border-radius:0;font-size:11px;padding:8px 0 8px 15px;transition:border .5s;background:none;box-shadow:none;color:#6d7882;outline:none}.filters .display-filters .display-filters__search>svg,.filters .display-filters .display-filters__search .components-button{position:absolute;top:50%;left:0;transform:translateY(-50%)}.filters .display-filters button.is-pressed,.filters .display-filters button:active,.filters .display-filters button:focus,.filters .display-filters button:hover{background-color:transparent !important;color:#0073aa}.filters .display-sorting{display:flex;align-items:center;font-size:11px}.filters .display-sorting .sorting-label{flex-grow:1;text-align:right;padding-left:20px;border-left:1px solid #d5dadf;text-transform:uppercase}.filters .display-sorting .sorting-filter .components-button{padding:0 20px 0 0;height:auto;color:inherit;font-size:inherit;text-transform:uppercase}.filters .display-sorting .sorting-filter .components-button::after{width:11px;content:" ";margin-right:3px}.filters .display-sorting .sorting-filter .components-button.is-selected::after{font-family:dashicons;content:"";margin-right:3px}.filters .display-sorting .sorting-filter .components-button.is-selected.is-asc::after{content:""}.filters .header-form{width:100%;display:flex;justify-content:space-between}.cloud-items .components-spinner{margin:0 auto !important;display:block;margin-top:50% !important}.cloud-items .fetching-loader .components-spinner{margin:100px auto !important}.cloud-items.is-grid .table{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}.table-grid{border:1px solid #ccc;min-height:350px;display:flex;flex-direction:column}.table-grid .grid-preview{display:flex;width:100%;height:300px;background-color:#b7c0cc;background-position:top center;background-size:cover}.table-grid .grid-preview:hover{background-color:#404040}.table-grid .grid-preview.is-loading{background:#b7c0cc}.table-grid .grid-preview.is-loading .preview-actions{display:flex}.table-grid .grid-preview .preview-actions{opacity:0;transition:.3s ease opacity;width:100%;height:auto;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,.9);display:flex}.table-grid .grid-preview .preview-actions>.components-button{width:120px;justify-content:center;margin-bottom:10px}.table-grid .grid-preview .preview-actions>.components-button.is-secondary{color:#fff;box-shadow:inset 0 0 0 2px #fff}.table-grid .grid-preview .preview-actions>.components-button.is-secondary:disabled{background:transparent;opacity:.5}.table-grid .grid-preview .preview-actions .preview-controls .components-button{width:20px}.table-grid .grid-preview .preview-actions .preview-controls .components-button svg{fill:#fff}.table-grid .grid-preview:hover .preview-actions{opacity:1}.table-grid .card-footer{background:#fff;border-top:1px solid #ccc;padding:15px;flex-grow:1}.table-grid .card-footer form{display:flex;align-items:center}.table-grid .card-footer .components-base-control{flex-grow:1}.table-grid .card-footer .components-base-control__field{margin-bottom:0}.table-grid .card-footer button{height:auto;margin-right:auto}.table-grid .card-footer p{font-weight:600;margin:0}.filter-overlay .components-button:not(.has-icon){padding-right:38px}.pagination{padding-top:20px}.pagination .components-button{margin-left:10px;border-radius:2px;box-shadow:none}.pagination .components-button:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1.5px #007cba}.pagination .components-button:not(.is-primary){background:#fff}.pagination .components-button:not(.is-primary):focus{box-shadow:0 0 0 1.5px #007cba}.single-templates-wrapper .components-spinner{display:block;margin:0 auto}.single-templates-wrapper .top{padding:25px 0 30px}.single-templates-wrapper .header{display:flex;flex-direction:column}.single-templates-wrapper .header h1{display:flex;align-items:center;font-size:26px;font-weight:700}.single-templates-wrapper .header .actions{margin-top:15px}.single-templates-wrapper .header .actions .components-button{font-weight:600;font-size:14px;height:auto;border-radius:4px}.single-templates-wrapper .header .actions .components-button:not(:first-child){margin-right:20px}.single-templates-wrapper .header .actions .components-button.is-primary{padding:10px 30px}.single-templates-wrapper .header .actions .components-button.is-secondary{border:2px solid;padding:8px 20px}.single-templates-wrapper .header .description{font-size:16px;color:#282828}.single-templates-wrapper .header .pro-badge{font-size:11px;margin-right:20px}.ob-preview.single-templates .actions .components-button{font-weight:600;font-size:14px;height:auto;border-radius:4px}.ob-preview.single-templates .actions .components-button:not(:first-child){margin-right:20px}.ob-preview.single-templates .actions .components-button.is-primary{padding:10px 30px}.ob-preview.single-templates .actions .components-button.is-secondary{border:2px solid;padding:8px 20px}.tiob-tooltip-wrap{position:relative;display:flex;align-items:center;margin-right:10px}.tiob-tooltip-wrap .tiob-tooltip-toggle:hover,.tiob-tooltip-wrap .tiob-tooltip-toggle:focus{outline:none;box-shadow:none}.tiob-tooltip-wrap .tiob-tooltip-toggle:hover+.tiob-tooltip-content,.tiob-tooltip-wrap .tiob-tooltip-toggle:focus+.tiob-tooltip-content{opacity:1;pointer-events:all}.tiob-tooltip-content{top:100%;right:0;position:absolute;min-width:300px;background:#fff;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;padding:10px;pointer-events:none;opacity:0}@media(min-width: 660px){.ob-sites.is-grid{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.ob-head>.header-container>h2,.ob-migration>h2{font-size:30px}.ob-head>.header-container>p,.ob-migration>p{font-size:22px}.header-form{flex-direction:row}.ob-head>.header-container>h2,.ob-migration>h2{font-size:30px}.ob-head>.header-container>p,.ob-migration>p{font-size:22px}.header-form{flex-direction:row}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}@media(min-width: 992px){.container{padding:0 20px}.content{display:flex}.main{flex-grow:1}.col{display:flex;flex-direction:column}.content-wrap.is-onboarding .content{max-width:1300px;padding:15px 40px 35px;box-shadow:0 0 10px -5px rgba(0,0,0,.5);border:1px solid #e1e1e1;margin:40px auto 30px}.content-wrap.is-onboarding .header-form{margin-top:0}.ob-sites.is-grid{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.editor-tabs{display:flex}.ob-body .ob-dropdown.editor-selector{display:none}.header-form{margin-top:25px}.search{display:flex}.search input{border-bottom-left-radius:0;border-top-left-radius:0}.search img{top:50%;transform:translateY(-50%)}.search .ob-dropdown{display:inline-block;width:200px;margin:0}.search .ob-dropdown button{margin:0;border-top-right-radius:0;border-bottom-right-radius:0}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.single-templates-wrapper .header{flex-direction:row;align-items:flex-start}.single-templates-wrapper .header h1{font-size:30px}.single-templates-wrapper .description{font-size:20px}.single-templates-wrapper .actions{margin-right:auto}}@media(min-width: 1200px){.container{margin:0 auto}.col{width:50%}.col:not(:last-child){margin-left:20px}.main{flex-grow:1}.content{display:flex;padding-top:30px}.columns{display:flex;flex-direction:row}.editor-tabs .icon-wrap{display:block}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}.single-templates-wrapper .actions{margin-right:auto}}@media(min-width: 1400px){.col:not(:last-child){margin-left:30px}.card{padding:30px 40px}.editor-tabs a{width:auto;padding:15px 5px 12px 20px}}
|
assets/build/style-app.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
#wpcontent{padding-left:0 !important}.content-container{padding:0 20px;flex-basis:100%;max-width:1300px;margin:0 auto}#wpbody-content>.error,#wpbody-content>.info,#wpbody-content>.notice{display:none !important}.ob-overflow-off{overflow:hidden !important}@media screen and (min-width: 660px){.ob-import-modal{width:630px !important}}@media screen and (min-width: 992px){.ob-import-modal{width:700px !important}}.container{padding:0 15px}.container.content{padding:0}svg.is-loading,button.is-loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;margin-right:0}.col{width:100%}@-webkit-keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.columns.starter-sites{position:relative;display:flex;flex-grow:1}.ss-background{opacity:.25;z-index:-1;position:absolute;top:0;bottom:0;width:100%;display:block;background-size:cover;background-position:center center;left:0;right:0;height:calc(100vh - 300px);flex-grow:1}.unavailable-starter-sites{background-color:#fff;border:1px solid #ccc;padding:50px 30px;text-align:center;align-items:center;justify-content:center}.unavailable-starter-sites h1{line-height:1.6}.content-wrap.is-onboarding{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#f1f1f1;z-index:100000;overflow:auto}.content-wrap.is-onboarding h2{display:block}.content-wrap.is-onboarding h2 img{display:none}.content-wrap.is-onboarding .content{background-color:#fefefe;padding-top:30px}.content-wrap.is-onboarding .ob{display:flex;min-height:100vh;flex-direction:column}.content-wrap.is-onboarding .ob-migration{padding-top:0;text-align:center}.content-wrap.is-onboarding .ob-migration h2{line-height:1}.content-wrap.is-onboarding .ob-head button{margin:0 !important}.content-wrap.is-onboarding .ob-head{padding:20px 0 0;margin:0 0 20px;display:flex;justify-content:flex-end;align-items:flex-end}.content-wrap.is-onboarding .ob-head button.close-onboarding{color:#676767}.content-wrap.is-onboarding .ob-head button.close-onboarding svg{width:30px;height:30px}.content-wrap.is-onboarding .content-container{padding:0}.ob{width:100%;display:flex;flex-direction:column;align-items:center}.ob .ob-head{box-sizing:border-box;padding:20px;background:#fff;width:100%;display:flex;justify-content:center}.ob .ob-head .header-container{display:flex;flex-basis:100%;max-width:1300px}.ob .ob-head .header-container h2{flex-basis:40%}.ob .ob-head .header-container .header-nav{flex-basis:60%;display:flex;justify-content:flex-end;align-items:center}.ob .ob-head .header-container .header-nav .components-button{font-size:18px;font-weight:600;color:#282828;margin-left:25px}.ob .ob-head .header-container .header-nav .components-button:hover{box-shadow:none}.ob .ob-head .header-container .header-nav .components-button:first-child{margin-left:0}.ob .ob-head .header-container .header-nav .components-button.is-pressed{color:#0073aa;background:transparent}.ob .ob-body{width:100%;box-sizing:border-box}.ob .ob-body .instructions{font-size:22px;margin:20px 0;color:#282828}.ob-logo{width:50px;margin-right:20px}.ob-sites{margin-top:30px}.ob-sites.is-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px 0}.no-results p{font-size:16px}.no-results p span{color:#0073aa;font-weight:600}.no-results .tags{margin-top:10px;justify-content:center;display:flex;flex-wrap:wrap}.no-results .tags .tag{margin:10px 20px;line-height:normal;height:auto;font-weight:600;padding:10px 15px;color:#fff;transition:all .3s ease}.no-results .tags .tag:hover{background-color:#0071a7}.pro-badge{background-color:#6eb77a;height:auto;color:#fff;font-weight:600;text-transform:uppercase;padding:5px 10px;margin-left:auto;border-radius:999px;line-height:normal;display:flex;align-items:center}.pro-badge svg{margin-right:3px}.ob-migration{padding-top:20px;margin-bottom:20px}.ob-migration .card.starter-site-card{margin-right:auto !important;margin-left:auto !important}.ob-migration .card.starter-site-card .image{height:auto}.ob-migration .actions{margin:30px auto 0;display:flex;justify-content:center}.ob-migration button:last-child{margin-left:10px}.ob-head>.header-container>h2,.ob-migration>h2{font-size:21px;color:#282828;margin:0;line-height:1.6;display:flex;align-items:center}.ob-head>.header-container>h2>img,.ob-migration>h2>img{margin-right:20px}.ob-head>.header-container>p,.ob-migration>p{margin:20px 0;font-size:15px;color:#282828}.ob-head>.header-container>button,.ob-migration>button{margin-bottom:20px}.header-form{margin-top:20px;display:flex;align-items:center;flex-direction:column}.header-form input{margin:0;display:block;flex-grow:1;border:1px solid #e1e1e1;height:52px;padding:5px 30px 5px 50px;font-size:17px;font-weight:300}.is-sync{background-color:#f1f1f1;color:#0073aa !important;border-radius:6px}.is-sync:before{padding:0 5px 0 15px;content:attr(data-content);margin-right:5px;font-size:15px;display:none}.is-sync:hover:before{display:block}.search{position:relative;display:flex;width:100%;flex-wrap:wrap}.search input{width:auto;flex-shrink:1}.search img{opacity:.4;position:absolute;top:10px;left:10px}.search .ob-dropdown{width:100%;height:52px;margin:20px 0 0}.search .ob-dropdown button{position:relative;left:-1px;height:100%;display:flex;align-items:center;font-weight:600;padding:5px 20px 5px 10px;background:#fff;border:1px solid #e1e1e1;font-size:14px;margin:0}.search .ob-dropdown button>svg,.search .ob-dropdown button .dashicon{margin-left:auto;display:flex;align-items:center}.search .ob-dropdown .options{margin:0}.search .ob-dropdown .options li{margin:0}.search .ob-dropdown .options a{height:35px;font-size:14px;display:flex;align-items:center;font-weight:600;color:#282828;cursor:pointer;padding:5px 10px;text-decoration:none;white-space:nowrap}.search .ob-dropdown .options a .count{color:#a3a3a3}.search .ob-dropdown .options a>span:not(.count){margin-right:20px}.search .ob-dropdown .options a:hover{color:#fff;background-color:#0073aa}.search .ob-dropdown .options a:hover .count{color:#fff}.search .ob-dropdown .options a .count{margin-left:auto}.editor-tabs{display:none;margin:30px 0;position:relative}.editor-tabs:after{content:"";position:absolute;display:block;width:100%;left:0;border-bottom:1px solid #e0e0e0;height:1px;z-index:-1;right:0;bottom:0}.editor-tabs .long-name{display:none}.editor-tabs a{padding:15px 10px 12px 0px;display:flex;align-items:center;font-weight:700;text-decoration:none;font-size:15px;border-bottom:3px solid transparent;position:relative;width:auto}.editor-tabs a:last-child{padding-right:0}.editor-tabs a:not(:first-child){margin-left:auto}.editor-tabs a.active{border-bottom:3px solid #0073aa}.editor-tabs a .pro-badge{margin-left:auto;font-size:11px}.editor-tabs .editor{color:#616161}.editor-tabs .count{color:rgba(97,97,97,.5);margin:0 10px}.editor-tabs .icon-wrap{display:none;margin-right:10px;width:34px;height:34px;border-radius:100%;overflow:hidden}.editor-tabs .icon-wrap img{max-width:100%;display:block}.cloud-items .editor-tabs a:not(:first-child){margin-left:20px}@media(min-width: 1600px){.editor-tabs .long-name{display:inline}}.ob-dropdown.editor-selector{overflow:visible;display:inline-block;position:relative;width:100%}.ob-dropdown.editor-selector button{display:flex;align-items:center;font-weight:600;padding:5px 20px 5px 10px;background:#fff;border:1px solid #e1e1e1;font-size:14px;height:52px;width:100%;white-space:nowrap}.ob-dropdown.editor-selector button .count{color:#a3a3a3;margin:0 20px 0 auto}.ob-dropdown.editor-selector img{border-radius:100%;margin-right:5px;max-width:30px;max-height:30px}.ob-dropdown.editor-selector .options{margin:0}.ob-dropdown.editor-selector .options li{border-bottom:1px solid #e1e1e1;padding:0;margin:0}.ob-dropdown.editor-selector .options a{height:35px;font-size:14px;display:flex;align-items:center;font-weight:600;color:#282828;cursor:pointer;padding:5px 10px;text-decoration:none;white-space:nowrap}.ob-dropdown.editor-selector .options a>span:not(.count){margin-right:20px}.ob-dropdown.editor-selector .options a .count{margin-left:auto}.ob-dropdown.editor-selector .options a:hover{background-color:#0073aa;color:#fff}.card{width:100%;display:flex;max-width:unset;min-width:unset;border:1px solid #e1e1e1;flex-direction:column;padding:30px 40px;margin:0;align-self:flex-start;flex-grow:0}.card .card-header{flex-direction:row;display:flex;align-items:center}.card .card-header .title{font-size:18px;line-height:1.5}.card .card-header .icon{margin-right:10px}.card .card-header .icon.dashicon{width:33px;height:33px;fill:#0073aa}.card .card-content{display:flex;flex-direction:column;flex-grow:1}.card .card-content a,.card .card-content button{align-self:flex-start;margin-top:auto}.card p{font-size:15px;color:#616161}.card .card-description{margin:15px 0 25px}.card.starter-site-card{padding:0;max-width:100%}.card.starter-site-card:hover .actions,.card.starter-site-card:hover .fav,.card.starter-site-card:focus-within .actions,.card.starter-site-card:focus-within .fav{opacity:1}.card.starter-site-card .actions.visible{opacity:1}.card.starter-site-card .top{position:relative;overflow:hidden}.card.starter-site-card .fav{position:absolute;z-index:2000;left:-15px;top:-30px;opacity:0;transition:.3s ease}.card.starter-site-card .fav button{padding:30px 5px 30px 30px;height:auto;transform:rotate(45deg);background-color:#4268cf}.card.starter-site-card .fav svg{transform:rotate(-45deg);fill:#fff;max-width:15px}.card.starter-site-card .actions{background-color:rgba(0,0,0,.75);left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;opacity:0;transition:.3s ease}.card.starter-site-card .actions .templates{color:#fff}.card.starter-site-card .actions .components-button{margin:5px 0;width:100px;height:40px;font-weight:600;justify-content:center}.card.starter-site-card .actions .components-button.is-secondary{color:#fff;border:2px solid #fff}.card.starter-site-card .image{height:420px;background-size:cover;background-repeat:no-repeat;background-position:top center;background-color:rgba(100,109,130,.25)}.card.starter-site-card img{width:100%;display:block}.card.starter-site-card .bottom{display:flex;align-items:center;padding:15px 10px 15px 30px;border-top:1px solid #e1e1e1}.card.starter-site-card .bottom p{font-size:16px;font-weight:700;color:#282828;margin:0}.card.starter-site-card.has-templates:after{position:absolute;width:93%;background-color:#fff;display:block;height:10px;content:"";margin:0 auto;bottom:-7px;left:50%;transform:translateX(-50%);z-index:-1;border:1px solid #d9d9d9}.ob-preview{background-color:#fff;position:fixed;top:0;bottom:0;left:0;right:0;z-index:100000;height:100vh;margin:0;display:flex;flex-direction:column}.ob-preview .loading{bottom:0;top:0;left:0;right:0;position:absolute;display:flex;align-items:center;justify-content:center;z-index:100000;color:#646d82}.ob-preview .loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-preview .preview{display:flex;flex-direction:column;position:relative;flex-grow:1}.ob-preview .preview iframe{flex-grow:1;position:relative;z-index:100001;height:100%;width:100%}.ob-preview .bottom-bar{border-top:1px solid #e1e1e1;display:flex;padding:15px 30px;align-items:center}.ob-preview .bottom-bar .actions{margin-left:auto}.ob-preview .bottom-bar .heading{margin:0 0 0 20px}.ob-import-modal .stepper li{display:flex;align-items:center;margin-bottom:25px;font-size:15px}.ob-import-modal .stepper li .icon{margin-right:20px;background-color:#0073aa;color:#fff;padding:5px;border-radius:100%}.ob-import-modal .stepper li .icon.success{background-color:#6eb77a}.ob-import-modal .stepper li .icon.success svg{right:1px;position:relative}.ob-import-modal .stepper li .icon.warning{background-color:#ffb900}.ob-import-modal .stepper li .icon.error{background-color:#ec7c7c}.ob-import-modal .stepper li .icon.skip{background-color:#e1e1e1}.ob-import-modal .stepper li .icon.loading .dashicon,.ob-import-modal .stepper li .icon.loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal .stepper li svg{width:20px;height:20px;display:block}@-webkit-keyframes loading-placeholder{0%{opacity:.1}50%{opacity:.2}100%{opacity:.1}}@keyframes loading-placeholder{0%{opacity:.1}50%{opacity:.2}100%{opacity:.1}}@-webkit-keyframes loading-placeholder-high-opacity{0%{opacity:.7}50%{opacity:.9}100%{opacity:.7}}@keyframes loading-placeholder-high-opacity{0%{opacity:.7}50%{opacity:.9}100%{opacity:.7}}.ob-import-modal .stepper li{display:flex;align-items:center;margin-bottom:25px;font-size:15px}.ob-import-modal .stepper li .icon{margin-right:20px;background-color:#0073aa;color:#fff;padding:5px;border-radius:100%}.ob-import-modal .stepper li .icon.success{background-color:#6eb77a}.ob-import-modal .stepper li .icon.success svg{right:1px;position:relative}.ob-import-modal .stepper li .icon.warning{background-color:#ffb900}.ob-import-modal .stepper li .icon.error{background-color:#ec7c7c}.ob-import-modal .stepper li .icon.skip{background-color:#e1e1e1}.ob-import-modal .stepper li .icon.loading .dashicon,.ob-import-modal .stepper li .icon.loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal .stepper li svg{width:20px;height:20px;display:block}.migration .modal-body .loading{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px auto;width:auto;color:#fff}.migration .modal-body .loading h3{margin:20px 0 0}.migration .modal-body .loading svg{padding:10px;background-color:#ffb900;border-radius:100%;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.5)}.ob-import-modal .components-modal__header{border:none;margin-bottom:10px !important}.ob-import-modal .header{margin-bottom:15px}.ob-import-modal .header h1{margin-top:0;font-size:25px;font-weight:700;color:#000;line-height:normal;margin-bottom:10px}.ob-import-modal .header p.description{font-size:20px;line-height:34px;color:#000}.ob-import-modal .components-tooltip{display:none}.ob-import-modal .modal-body h3{margin:0;display:flex;align-items:center}.ob-import-modal .modal-body h3 svg{margin-right:5px}.ob-import-modal .well{margin:0;padding:20px 10px;border-radius:6px;color:#616161;background-color:rgba(249,215,128,.24)}.ob-import-modal .well ol{padding:0;margin:20px 0 0 20px}.ob-import-modal .well ol li{margin-bottom:10px;font-size:15px}.ob-import-modal .well ol li:last-child{margin-bottom:0}.ob-import-modal .well ul{margin:0 0 0 20px;padding:0;list-style:disc}.ob-import-modal .well ul li{font-size:15px;margin-bottom:10px;font-weight:400}.ob-import-modal .well ul li:last-child{margin-bottom:0}.ob-import-modal .well.error{background-color:#fdf4f4}.ob-import-modal .well.warning{background-color:#ffdf8a}.ob-import-modal hr{margin:25px 0;border:none;border-top:1px solid #e1e1e1;height:0}.ob-import-modal .import-result{font-size:15px}.ob-import-modal .modal-footer{margin-top:25px;display:flex;align-items:center}.ob-import-modal .modal-footer .import{padding:10px 30px;margin-left:auto;font-weight:600;font-size:14px;height:auto;border-radius:4px}.ob-import-modal .modal-footer button:last-child,.ob-import-modal .modal-footer a:last-child{margin-left:auto}.ob-import-modal .modal-footer button:last-child:only-child,.ob-import-modal .modal-footer a:last-child:only-child{margin-left:auto}.ob-import-modal.fetching .title{width:200px;display:block}.ob-import-modal.fetching .is-loading{border-radius:3px;-webkit-animation:1.5s loading-placeholder ease-in-out infinite;animation:1.5s loading-placeholder ease-in-out infinite;background-color:#282828;height:20px}.ob-import-modal.fetching .is-loading.button{background-color:#007cba;height:39px}.ob-import-modal.fetching .is-loading.link{width:100px;background-color:#007cba}.ob-import-modal.fetching .well{-webkit-animation:1.5s loading-placeholder-high-opacity ease-in-out infinite;animation:1.5s loading-placeholder-high-opacity ease-in-out infinite;height:inherit !important;background-color:inherit !important}.ob-import-modal.fetching .well h3 span{width:100px}.ob-import-modal.fetching .well ol{list-style:square}.ob-import-modal.fetching .well li{border-radius:3px;width:75%;height:18px;margin-top:0;background-color:#282828;-webkit-animation:1.5s loading-placeholder ease-in-out infinite;animation:1.5s loading-placeholder ease-in-out infinite}.ob-import-modal.fetching .well li:nth-child(2){width:85%}.ob-import-modal.fetching .well li:nth-child(3){width:95%}.ob-import-modal.fetching .mock-icon{width:20px;height:20px;margin-right:5px}.ob-import-modal.fetching .options h3{max-width:100px}.ob-import-modal.fetching .options li .mock-icon{background-color:#0073aa;margin-right:15px}.ob-import-modal.fetching .options li span{width:100px}.ob-import-modal.fetching .options li .toggle{width:40px;background-color:#0073aa;border-radius:50px;margin-left:auto}.ob-import-modal.fetching .modal-footer button{width:90px;height:35px;background-color:#646d82;border:none !important}.ob-import-modal.fetching .modal-footer button.is-primary{background-color:#0073aa}.modal-toggles{margin-top:10px;border:none}.modal-toggles .options{border:none;padding:10px}.modal-toggles .options .components-panel__body-title{margin:-10px -10px 0 -10px !important}.modal-toggles .options button{font-size:19px;font-weight:700;line-height:30px}.modal-toggles .options button svg{width:30px;height:30px}.modal-toggles .option-row{justify-content:flex-start;border-bottom:1px solid rgba(40,40,40,.1);margin:0;padding:10px 0;display:flex;align-items:center}.modal-toggles .option-row span{font-size:15px;margin-left:20px;color:#282828}.modal-toggles .option-row .actions{margin-left:auto}.modal-toggles .option-row .dashicon{margin-left:10px;fill:#d9d9d9}.modal-toggles .option-row .dashicon.active{fill:#0073aa}.modal-toggles .option-row .toggle-wrapper{margin-left:auto}.modal-toggles .option-row .toggle-wrapper .components-form-toggle{margin:0}.import-done-actions{display:flex;align-items:center;width:100%}.import-done-actions .components-button.is-secondary{margin-left:auto;border:2px solid;padding:8px 20px;font-weight:600;font-size:14px;height:auto;border-radius:4px}.import-done-actions .import{margin-left:20px !important}.sticky-nav{transition:top .3s ease;position:fixed;z-index:1000;left:0;right:0;top:0;background:#f1f1f1;padding:15px 0;box-shadow:0px 4px 20px rgba(0,0,0,.15)}@media(min-width: 601px){.sticky-nav{margin-top:46px}}@media(min-width: 783px){.sticky-nav{margin-top:32px;left:160px}.auto-fold .sticky-nav{left:32px}}@media(min-width: 961px){.sticky-nav{left:160px !important}.folded .sticky-nav{left:32px !important}}.sticky-nav-content{display:flex;max-width:1300px}.sticky-nav-content>img,.sticky-nav-content>.ob-logo{display:none;margin-right:20px}@media(min-width: 992px){.sticky-nav-content>img,.sticky-nav-content>.ob-logo{display:block}}.sticky-nav-content .header-form{margin:0;flex-grow:1}@media(min-width: 660px){.sticky-nav-content .header-form{max-width:100%}}.sticky-nav-content .ob-dropdown.editor-selector.small{width:auto;margin-left:15px;display:flex;align-items:center}.sticky-nav-content .ob-dropdown.editor-selector.small>button>.count{margin-left:12px}.sticky-nav-content button,.sticky-nav-content input{border-radius:6px}.sticky-nav-content input{max-width:100%;font-weight:500}.sticky-nav-content input::-moz-placeholder{color:#b7b7b7}.sticky-nav-content input:-ms-input-placeholder{color:#b7b7b7}.sticky-nav-content input::placeholder{color:#b7b7b7}.table .table-row{display:flex;height:60px;align-items:center;padding:0 25px;background:#fff;border:1px solid rgba(0,0,0,.11);border-top:none}.table .table-row:first-child{border-top:1px solid rgba(0,0,0,.11)}.table .table-row svg{height:24px;margin-right:10px;fill:#b9b9b9}.table .table-row .title{display:flex;align-items:center}.table .table-row .title .components-base-control__field{margin:0}.table .table-row .controls{margin-left:auto;display:flex;align-items:center}.table .table-row .controls button{padding:6px 30px;font-weight:600;color:#b9b9b9}.table .table-row .actions{display:flex;margin-left:50px;justify-content:flex-end}.table .table-row .actions.no-controls{margin-left:auto}.table .table-row .actions .components-button{padding:6px 30px}.table .table-row .actions .components-button.is-primary{margin-left:10px}.filters{display:flex;align-items:center;margin-bottom:40px}.filters .components-dropdown:nth-of-type(1) .components-button.filter-input{width:100px;border-right-width:.1px;border-radius:0}.filters .components-dropdown .components-button.filter-input{width:200px;height:52px;display:flex;align-items:center;font-weight:600;padding:5px 20px 5px 10px;background:#fff;border:1px solid #d9d9d9;border-left:0;color:#616161;box-shadow:none;font-weight:normal;border-radius:0 6px 6px 0}.filters .components-base-control,.filters input{width:100%}.filters .components-base-control.has-filters input,.filters input.has-filters input{border-radius:6px 0 0 6px}.filters .components-base-control .components-base-control__field,.filters input .components-base-control__field{margin-bottom:0}.filters .components-base-control input,.filters input input{border-radius:6px}.filters .display-filters{display:flex;margin-left:20px}.filters .display-filters .display-filters__search{width:200px;position:relative;margin-right:20px}.filters .display-filters .display-filters__search input{max-height:36px;border:none;border-bottom:1px solid #d5dadf;border-radius:0;font-size:11px;padding:8px 15px 8px 0;transition:border .5s;background:none;box-shadow:none;color:#6d7882;outline:none}.filters .display-filters .display-filters__search>svg,.filters .display-filters .display-filters__search .components-button{position:absolute;top:50%;right:0;transform:translateY(-50%)}.filters .display-filters button.is-pressed,.filters .display-filters button:active,.filters .display-filters button:focus,.filters .display-filters button:hover{background-color:transparent !important;color:#0073aa}.filters .display-sorting{display:flex;align-items:center;font-size:11px}.filters .display-sorting .sorting-label{flex-grow:1;text-align:left;padding-right:20px;border-right:1px solid #d5dadf;text-transform:uppercase}.filters .display-sorting .sorting-filter .components-button{padding:0 0 0 20px;height:auto;color:inherit;font-size:inherit;text-transform:uppercase}.filters .display-sorting .sorting-filter .components-button::after{width:11px;content:" ";margin-left:3px}.filters .display-sorting .sorting-filter .components-button.is-selected::after{font-family:dashicons;content:"";margin-left:3px}.filters .display-sorting .sorting-filter .components-button.is-selected.is-asc::after{content:""}.filters .header-form{width:100%;display:flex;justify-content:space-between}.cloud-items .components-spinner{margin:0 auto !important;display:block;margin-top:50% !important}.cloud-items .fetching-loader .components-spinner{margin:100px auto !important}.cloud-items.is-grid .table{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}.table-grid{border:1px solid #ccc;min-height:350px;display:flex;flex-direction:column}.table-grid .grid-preview{display:flex;width:100%;height:300px;background-color:#b7c0cc;background-position:top center;background-size:cover}.table-grid .grid-preview:hover{background-color:#404040}.table-grid .grid-preview.is-loading{background:#b7c0cc}.table-grid .grid-preview.is-loading .preview-actions{display:flex}.table-grid .grid-preview .preview-actions{opacity:0;transition:.3s ease opacity;width:100%;height:auto;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,.9);display:flex}.table-grid .grid-preview .preview-actions>.components-button{width:120px;justify-content:center;margin-bottom:10px}.table-grid .grid-preview .preview-actions>.components-button.is-secondary{color:#fff;box-shadow:inset 0 0 0 2px #fff}.table-grid .grid-preview .preview-actions>.components-button.is-secondary:disabled{background:transparent;opacity:.5}.table-grid .grid-preview .preview-actions .preview-controls .components-button{width:20px}.table-grid .grid-preview .preview-actions .preview-controls .components-button svg{fill:#fff}.table-grid .grid-preview:hover .preview-actions{opacity:1}.table-grid .card-footer{background:#fff;border-top:1px solid #ccc;padding:15px;flex-grow:1}.table-grid .card-footer form{display:flex;align-items:center}.table-grid .card-footer .components-base-control{flex-grow:1}.table-grid .card-footer .components-base-control__field{margin-bottom:0}.table-grid .card-footer button{height:auto;margin-left:auto}.table-grid .card-footer p{font-weight:600;margin:0}.filter-overlay .components-button:not(.has-icon){padding-left:38px}.pagination{padding-top:20px}.pagination .components-button{margin-right:10px;border-radius:2px;box-shadow:none}.pagination .components-button:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1.5px #007cba}.pagination .components-button:not(.is-primary){background:#fff}.pagination .components-button:not(.is-primary):focus{box-shadow:0 0 0 1.5px #007cba}.single-templates-wrapper .components-spinner{display:block;margin:0 auto}.single-templates-wrapper .top{padding:25px 0 30px}.single-templates-wrapper .header{display:flex;flex-direction:column}.single-templates-wrapper .header h1{display:flex;align-items:center;font-size:26px;font-weight:700}.single-templates-wrapper .header .actions{margin-top:15px}.single-templates-wrapper .header .actions .components-button{font-weight:600;font-size:14px;height:auto;border-radius:4px}.single-templates-wrapper .header .actions .components-button:not(:first-child){margin-left:20px}.single-templates-wrapper .header .actions .components-button.is-primary{padding:10px 30px}.single-templates-wrapper .header .actions .components-button.is-secondary{border:2px solid;padding:8px 20px}.single-templates-wrapper .header .description{font-size:16px;color:#282828}.single-templates-wrapper .header .pro-badge{font-size:11px;margin-left:20px}.ob-preview.single-templates .actions .components-button{font-weight:600;font-size:14px;height:auto;border-radius:4px}.ob-preview.single-templates .actions .components-button:not(:first-child){margin-left:20px}.ob-preview.single-templates .actions .components-button.is-primary{padding:10px 30px}.ob-preview.single-templates .actions .components-button.is-secondary{border:2px solid;padding:8px 20px}@media(min-width: 660px){.ob-sites.is-grid{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.ob-head>.header-container>h2,.ob-migration>h2{font-size:30px}.ob-head>.header-container>p,.ob-migration>p{font-size:22px}.header-form{flex-direction:row}.ob-head>.header-container>h2,.ob-migration>h2{font-size:30px}.ob-head>.header-container>p,.ob-migration>p{font-size:22px}.header-form{flex-direction:row}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}@media(min-width: 992px){.container{padding:0 20px}.content{display:flex}.main{flex-grow:1}.col{display:flex;flex-direction:column}.content-wrap.is-onboarding .content{max-width:1300px;padding:15px 40px 35px;box-shadow:0 0 10px -5px rgba(0,0,0,.5);border:1px solid #e1e1e1;margin:40px auto 30px}.content-wrap.is-onboarding .header-form{margin-top:0}.ob-sites.is-grid{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.editor-tabs{display:flex}.ob-body .ob-dropdown.editor-selector{display:none}.header-form{margin-top:25px}.search{display:flex}.search input{border-bottom-right-radius:0;border-top-right-radius:0}.search img{top:50%;transform:translateY(-50%)}.search .ob-dropdown{display:inline-block;width:200px;margin:0}.search .ob-dropdown button{margin:0;border-top-left-radius:0;border-bottom-left-radius:0}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.single-templates-wrapper .header{flex-direction:row;align-items:flex-start}.single-templates-wrapper .header h1{font-size:30px}.single-templates-wrapper .description{font-size:20px}.single-templates-wrapper .actions{margin-left:auto}}@media(min-width: 1200px){.container{margin:0 auto}.col{width:50%}.col:not(:last-child){margin-right:20px}.main{flex-grow:1}.content{display:flex;padding-top:30px}.columns{display:flex;flex-direction:row}.editor-tabs .icon-wrap{display:block}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}.single-templates-wrapper .actions{margin-left:auto}}@media(min-width: 1400px){.col:not(:last-child){margin-right:30px}.card{padding:30px 40px}.editor-tabs a{width:auto;padding:15px 20px 12px 5px}}
|
| 1 |
+
#wpcontent{padding-left:0 !important}.content-container{padding:0 20px;flex-basis:100%;max-width:1300px;margin:0 auto}#wpbody-content>.error,#wpbody-content>.info,#wpbody-content>.notice{display:none !important}.ob-overflow-off{overflow:hidden !important}@media screen and (min-width: 660px){.ob-import-modal{width:630px !important}}@media screen and (min-width: 992px){.ob-import-modal{width:700px !important}}.container{padding:0 15px}.container.content{padding:0}svg.is-loading,button.is-loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;margin-right:0}.col{width:100%}@-webkit-keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.columns.starter-sites{position:relative;display:flex;flex-grow:1}.ss-background{opacity:.25;z-index:-1;position:absolute;top:0;bottom:0;width:100%;display:block;background-size:cover;background-position:center center;left:0;right:0;height:calc(100vh - 300px);flex-grow:1}.unavailable-starter-sites{background-color:#fff;border:1px solid #ccc;padding:50px 30px;text-align:center;align-items:center;justify-content:center}.unavailable-starter-sites h1{line-height:1.6}.content-wrap.is-onboarding{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#f1f1f1;z-index:100000;overflow:auto}.content-wrap.is-onboarding h2{display:block}.content-wrap.is-onboarding h2 img{display:none}.content-wrap.is-onboarding .content{background-color:#fefefe;padding-top:30px}.content-wrap.is-onboarding .ob{display:flex;min-height:100vh;flex-direction:column}.content-wrap.is-onboarding .ob-migration{padding-top:0;text-align:center}.content-wrap.is-onboarding .ob-migration h2{line-height:1}.content-wrap.is-onboarding .ob-head button{margin:0 !important}.content-wrap.is-onboarding .ob-head{padding:20px 0 0;margin:0 0 20px;display:flex;justify-content:flex-end;align-items:flex-end}.content-wrap.is-onboarding .ob-head button.close-onboarding{color:#676767}.content-wrap.is-onboarding .ob-head button.close-onboarding svg{width:30px;height:30px}.content-wrap.is-onboarding .content-container{padding:0}.ob{width:100%;display:flex;flex-direction:column;align-items:center}.ob .ob-head{box-sizing:border-box;padding:20px;background:#fff;width:100%;display:flex;justify-content:center}.ob .ob-head .header-container{display:flex;flex-basis:100%;max-width:1300px}.ob .ob-head .header-container h2{flex-basis:40%}.ob .ob-head .header-container .header-nav{flex-basis:60%;display:flex;justify-content:flex-end;align-items:center}.ob .ob-head .header-container .header-nav .components-button{font-size:18px;font-weight:600;color:#282828;margin-left:25px}.ob .ob-head .header-container .header-nav .components-button:hover{box-shadow:none}.ob .ob-head .header-container .header-nav .components-button:first-child{margin-left:0}.ob .ob-head .header-container .header-nav .components-button.is-pressed{color:#0073aa;background:transparent}.ob .ob-body{width:100%;box-sizing:border-box}.ob .ob-body .instructions{font-size:22px;margin:20px 0;color:#282828}.ob-logo{width:50px;margin-right:20px}.ob-sites{margin-top:30px}.ob-sites.is-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px 0}.no-results p{font-size:16px}.no-results p span{color:#0073aa;font-weight:600}.no-results .tags{margin-top:10px;justify-content:center;display:flex;flex-wrap:wrap}.no-results .tags .tag{margin:10px 20px;line-height:normal;height:auto;font-weight:600;padding:10px 15px;color:#fff;transition:all .3s ease}.no-results .tags .tag:hover{background-color:#0071a7}.pro-badge{background-color:#6eb77a;height:auto;color:#fff;font-weight:600;text-transform:uppercase;padding:5px 10px;margin-left:auto;border-radius:999px;line-height:normal;display:flex;align-items:center}.pro-badge svg{margin-right:3px}.ob-migration{padding-top:20px;margin-bottom:20px}.ob-migration .card.starter-site-card{margin-right:auto !important;margin-left:auto !important}.ob-migration .card.starter-site-card .image{height:auto}.ob-migration .actions{margin:30px auto 0;display:flex;justify-content:center}.ob-migration button:last-child{margin-left:10px}.ob-head>.header-container>h2,.ob-migration>h2{font-size:21px;color:#282828;margin:0;line-height:1.6;display:flex;align-items:center}.ob-head>.header-container>h2>img,.ob-migration>h2>img{margin-right:20px}.ob-head>.header-container>p,.ob-migration>p{margin:20px 0;font-size:15px;color:#282828}.ob-head>.header-container>button,.ob-migration>button{margin-bottom:20px}.header-form{margin-top:20px;display:flex;align-items:center;flex-direction:column}.header-form input{margin:0;display:block;flex-grow:1;border:1px solid #e1e1e1;height:52px;padding:5px 30px 5px 50px;font-size:17px;font-weight:300}.is-sync{background-color:#f1f1f1;color:#0073aa !important;border-radius:6px}.is-sync:before{padding:0 5px 0 15px;content:attr(data-content);margin-right:5px;font-size:15px;display:none}.is-sync:hover:before{display:block}.search{position:relative;display:flex;width:100%;flex-wrap:wrap}.search input{width:auto;flex-shrink:1}.search img{opacity:.4;position:absolute;top:10px;left:10px}.search .ob-dropdown{width:100%;height:52px;margin:20px 0 0}.search .ob-dropdown button{position:relative;left:-1px;height:100%;display:flex;align-items:center;font-weight:600;padding:5px 20px 5px 10px;background:#fff;border:1px solid #e1e1e1;font-size:14px;margin:0}.search .ob-dropdown button>svg,.search .ob-dropdown button .dashicon{margin-left:auto;display:flex;align-items:center}.search .ob-dropdown .options{margin:0}.search .ob-dropdown .options li{margin:0}.search .ob-dropdown .options a{height:35px;font-size:14px;display:flex;align-items:center;font-weight:600;color:#282828;cursor:pointer;padding:5px 10px;text-decoration:none;white-space:nowrap}.search .ob-dropdown .options a .count{color:#a3a3a3}.search .ob-dropdown .options a>span:not(.count){margin-right:20px}.search .ob-dropdown .options a:hover{color:#fff;background-color:#0073aa}.search .ob-dropdown .options a:hover .count{color:#fff}.search .ob-dropdown .options a .count{margin-left:auto}.editor-tabs{display:none;margin:30px 0;position:relative}.editor-tabs:after{content:"";position:absolute;display:block;width:100%;left:0;border-bottom:1px solid #e0e0e0;height:1px;z-index:-1;right:0;bottom:0}.editor-tabs .long-name{display:none}.editor-tabs a{padding:15px 10px 12px 0px;display:flex;align-items:center;font-weight:700;text-decoration:none;font-size:15px;border-bottom:3px solid transparent;position:relative;width:auto}.editor-tabs a:last-child{padding-right:0}.editor-tabs a:not(:first-child){margin-left:auto}.editor-tabs a.active{border-bottom:3px solid #0073aa}.editor-tabs a .pro-badge{margin-left:auto;font-size:11px}.editor-tabs .editor{color:#616161}.editor-tabs .count{color:rgba(97,97,97,.5);margin:0 10px}.editor-tabs .icon-wrap{display:none;margin-right:10px;width:34px;height:34px;border-radius:100%;overflow:hidden}.editor-tabs .icon-wrap img{max-width:100%;display:block}.cloud-items .editor-tabs a:not(:first-child){margin-left:20px}@media(min-width: 1600px){.editor-tabs .long-name{display:inline}}.ob-dropdown.editor-selector{overflow:visible;display:inline-block;position:relative;width:100%}.ob-dropdown.editor-selector button{display:flex;align-items:center;font-weight:600;padding:5px 20px 5px 10px;background:#fff;border:1px solid #e1e1e1;font-size:14px;height:52px;width:100%;white-space:nowrap}.ob-dropdown.editor-selector button .count{color:#a3a3a3;margin:0 20px 0 auto}.ob-dropdown.editor-selector img{border-radius:100%;margin-right:5px;max-width:30px;max-height:30px}.ob-dropdown.editor-selector .options{margin:0}.ob-dropdown.editor-selector .options li{border-bottom:1px solid #e1e1e1;padding:0;margin:0}.ob-dropdown.editor-selector .options a{height:35px;font-size:14px;display:flex;align-items:center;font-weight:600;color:#282828;cursor:pointer;padding:5px 10px;text-decoration:none;white-space:nowrap}.ob-dropdown.editor-selector .options a>span:not(.count){margin-right:20px}.ob-dropdown.editor-selector .options a .count{margin-left:auto}.ob-dropdown.editor-selector .options a:hover{background-color:#0073aa;color:#fff}.card{width:100%;display:flex;max-width:unset;min-width:unset;border:1px solid #e1e1e1;flex-direction:column;padding:30px 40px;margin:0;align-self:flex-start;flex-grow:0}.card .card-header{flex-direction:row;display:flex;align-items:center}.card .card-header .title{font-size:18px;line-height:1.5}.card .card-header .icon{margin-right:10px}.card .card-header .icon.dashicon{width:33px;height:33px;fill:#0073aa}.card .card-content{display:flex;flex-direction:column;flex-grow:1}.card .card-content a,.card .card-content button{align-self:flex-start;margin-top:auto}.card p{font-size:15px;color:#616161}.card .card-description{margin:15px 0 25px}.card.starter-site-card{padding:0;max-width:100%}.card.starter-site-card:hover .actions,.card.starter-site-card:hover .fav,.card.starter-site-card:focus-within .actions,.card.starter-site-card:focus-within .fav{opacity:1}.card.starter-site-card .actions.visible{opacity:1}.card.starter-site-card .top{position:relative;overflow:hidden}.card.starter-site-card .fav{position:absolute;z-index:2000;left:-15px;top:-30px;opacity:0;transition:.3s ease}.card.starter-site-card .fav button{padding:30px 5px 30px 30px;height:auto;transform:rotate(45deg);background-color:#4268cf}.card.starter-site-card .fav svg{transform:rotate(-45deg);fill:#fff;max-width:15px}.card.starter-site-card .actions{background-color:rgba(0,0,0,.75);left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;opacity:0;transition:.3s ease}.card.starter-site-card .actions .templates{color:#fff}.card.starter-site-card .actions .components-button{margin:5px 0;width:100px;height:40px;font-weight:600;justify-content:center}.card.starter-site-card .actions .components-button.is-secondary{color:#fff;border:2px solid #fff}.card.starter-site-card .image{height:420px;background-size:cover;background-repeat:no-repeat;background-position:top center;background-color:rgba(100,109,130,.25)}.card.starter-site-card img{width:100%;display:block}.card.starter-site-card .bottom{display:flex;align-items:center;padding:15px 10px 15px 30px;border-top:1px solid #e1e1e1}.card.starter-site-card .bottom p{font-size:16px;font-weight:700;color:#282828;margin:0}.card.starter-site-card.has-templates:after{position:absolute;width:93%;background-color:#fff;display:block;height:10px;content:"";margin:0 auto;bottom:-7px;left:50%;transform:translateX(-50%);z-index:-1;border:1px solid #d9d9d9}.ob-preview{background-color:#fff;position:fixed;top:0;bottom:0;left:0;right:0;z-index:100000;height:100vh;margin:0;display:flex;flex-direction:column}.ob-preview .loading{bottom:0;top:0;left:0;right:0;position:absolute;display:flex;align-items:center;justify-content:center;z-index:100000;color:#646d82}.ob-preview .loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-preview .preview{display:flex;flex-direction:column;position:relative;flex-grow:1}.ob-preview .preview iframe{flex-grow:1;position:relative;z-index:100001;height:100%;width:100%}.ob-preview .bottom-bar{border-top:1px solid #e1e1e1;display:flex;padding:15px 30px;align-items:center}.ob-preview .bottom-bar .actions{margin-left:auto}.ob-preview .bottom-bar .heading{margin:0 0 0 20px}.ob-import-modal .stepper li{display:flex;align-items:center;margin-bottom:25px;font-size:15px}.ob-import-modal .stepper li .icon{margin-right:20px;background-color:#0073aa;color:#fff;padding:5px;border-radius:100%}.ob-import-modal .stepper li .icon.success{background-color:#6eb77a}.ob-import-modal .stepper li .icon.success svg{right:1px;position:relative}.ob-import-modal .stepper li .icon.warning{background-color:#ffb900}.ob-import-modal .stepper li .icon.error{background-color:#ec7c7c}.ob-import-modal .stepper li .icon.skip{background-color:#e1e1e1}.ob-import-modal .stepper li .icon.loading .dashicon,.ob-import-modal .stepper li .icon.loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal .stepper li svg{width:20px;height:20px;display:block}@-webkit-keyframes loading-placeholder{0%{opacity:.1}50%{opacity:.2}100%{opacity:.1}}@keyframes loading-placeholder{0%{opacity:.1}50%{opacity:.2}100%{opacity:.1}}@-webkit-keyframes loading-placeholder-high-opacity{0%{opacity:.7}50%{opacity:.9}100%{opacity:.7}}@keyframes loading-placeholder-high-opacity{0%{opacity:.7}50%{opacity:.9}100%{opacity:.7}}.ob-import-modal .stepper li{display:flex;align-items:center;margin-bottom:25px;font-size:15px}.ob-import-modal .stepper li .icon{margin-right:20px;background-color:#0073aa;color:#fff;padding:5px;border-radius:100%}.ob-import-modal .stepper li .icon.success{background-color:#6eb77a}.ob-import-modal .stepper li .icon.success svg{right:1px;position:relative}.ob-import-modal .stepper li .icon.warning{background-color:#ffb900}.ob-import-modal .stepper li .icon.error{background-color:#ec7c7c}.ob-import-modal .stepper li .icon.skip{background-color:#e1e1e1}.ob-import-modal .stepper li .icon.loading .dashicon,.ob-import-modal .stepper li .icon.loading svg{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal .stepper li svg{width:20px;height:20px;display:block}.migration .modal-body .loading{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px auto;width:auto;color:#fff}.migration .modal-body .loading h3{margin:20px 0 0}.migration .modal-body .loading svg{padding:10px;background-color:#ffb900;border-radius:100%;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ob-import-modal{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.5)}.ob-import-modal .components-modal__header{border:none;margin-bottom:10px !important}.ob-import-modal .header{margin-bottom:15px}.ob-import-modal .header h1{margin-top:0;font-size:25px;font-weight:700;color:#000;line-height:normal;margin-bottom:10px}.ob-import-modal .header p.description{font-size:20px;line-height:34px;color:#000}.ob-import-modal .modal-body h3{margin:0;display:flex;align-items:center}.ob-import-modal .modal-body h3 svg{margin-right:5px}.ob-import-modal .well{margin:0;padding:20px 10px;border-radius:6px;color:#616161;background-color:rgba(249,215,128,.24)}.ob-import-modal .well ol{padding:0;margin:20px 0 0 20px}.ob-import-modal .well ol li{margin-bottom:10px;font-size:15px}.ob-import-modal .well ol li:last-child{margin-bottom:0}.ob-import-modal .well ul{margin:0 0 0 20px;padding:0;list-style:disc}.ob-import-modal .well ul li{font-size:15px;margin-bottom:10px;font-weight:400}.ob-import-modal .well ul li:last-child{margin-bottom:0}.ob-import-modal .well.error{background-color:#fdf4f4}.ob-import-modal .well.warning{background-color:#ffdf8a}.ob-import-modal hr{margin:25px 0;border:none;border-top:1px solid #e1e1e1;height:0}.ob-import-modal .import-result{font-size:15px}.ob-import-modal .modal-footer{margin-top:25px;display:flex;align-items:center}.ob-import-modal .modal-footer .import{padding:10px 30px;margin-left:auto;font-weight:600;font-size:14px;height:auto;border-radius:4px}.ob-import-modal .modal-footer button:last-child,.ob-import-modal .modal-footer a:last-child{margin-left:auto}.ob-import-modal .modal-footer button:last-child:only-child,.ob-import-modal .modal-footer a:last-child:only-child{margin-left:auto}.ob-import-modal.fetching .title{width:200px;display:block}.ob-import-modal.fetching .is-loading{border-radius:3px;-webkit-animation:1.5s loading-placeholder ease-in-out infinite;animation:1.5s loading-placeholder ease-in-out infinite;background-color:#282828;height:20px}.ob-import-modal.fetching .is-loading.button{background-color:#007cba;height:39px}.ob-import-modal.fetching .is-loading.link{width:100px;background-color:#007cba}.ob-import-modal.fetching .well{-webkit-animation:1.5s loading-placeholder-high-opacity ease-in-out infinite;animation:1.5s loading-placeholder-high-opacity ease-in-out infinite;height:inherit !important;background-color:inherit !important}.ob-import-modal.fetching .well h3 span{width:100px}.ob-import-modal.fetching .well ol{list-style:square}.ob-import-modal.fetching .well li{border-radius:3px;width:75%;height:18px;margin-top:0;background-color:#282828;-webkit-animation:1.5s loading-placeholder ease-in-out infinite;animation:1.5s loading-placeholder ease-in-out infinite}.ob-import-modal.fetching .well li:nth-child(2){width:85%}.ob-import-modal.fetching .well li:nth-child(3){width:95%}.ob-import-modal.fetching .mock-icon{width:20px;height:20px;margin-right:5px}.ob-import-modal.fetching .options h3{max-width:100px}.ob-import-modal.fetching .options li .mock-icon{background-color:#0073aa;margin-right:15px}.ob-import-modal.fetching .options li span{width:100px}.ob-import-modal.fetching .options li .toggle{width:40px;background-color:#0073aa;border-radius:50px;margin-left:auto}.ob-import-modal.fetching .modal-footer button{width:90px;height:35px;background-color:#646d82;border:none !important}.ob-import-modal.fetching .modal-footer button.is-primary{background-color:#0073aa}.modal-toggles{margin-top:10px;border:none}.modal-toggles .options{border:none;padding:10px}.modal-toggles .options .components-panel__body-title{margin:-10px -10px 0 -10px !important}.modal-toggles .options button{font-size:19px;font-weight:700;line-height:30px}.modal-toggles .options button svg{width:30px;height:30px}.modal-toggles .option-row{justify-content:flex-start;border-bottom:1px solid rgba(40,40,40,.1);margin:0;padding:10px 0;display:flex;align-items:center}.modal-toggles .option-row span{font-size:15px;margin-left:20px;color:#282828}.modal-toggles .option-row .actions{margin-left:auto}.modal-toggles .option-row .dashicon{margin-left:10px;color:#888;font-size:18px;display:flex;align-items:center}.modal-toggles .option-row.active .dashicon{color:#0073aa}.modal-toggles .option-row .toggle-wrapper{margin-left:auto}.modal-toggles .option-row .toggle-wrapper .components-form-toggle{margin:0}.import-done-actions{display:flex;align-items:center;width:100%}.import-done-actions .components-button.is-secondary{margin-left:auto;border:2px solid;padding:8px 20px;font-weight:600;font-size:14px;height:auto;border-radius:4px}.import-done-actions .import{margin-left:20px !important}.sticky-nav{transition:top .3s ease;position:fixed;z-index:1000;left:0;right:0;top:0;background:#f1f1f1;padding:15px 0;box-shadow:0px 4px 20px rgba(0,0,0,.15)}@media(min-width: 601px){.sticky-nav{margin-top:46px}}@media(min-width: 783px){.sticky-nav{margin-top:32px;left:160px}.auto-fold .sticky-nav{left:32px}}@media(min-width: 961px){.sticky-nav{left:160px !important}.folded .sticky-nav{left:32px !important}}.sticky-nav-content{display:flex;max-width:1300px}.sticky-nav-content>img,.sticky-nav-content>.ob-logo{display:none;margin-right:20px}@media(min-width: 992px){.sticky-nav-content>img,.sticky-nav-content>.ob-logo{display:block}}.sticky-nav-content .header-form{margin:0;flex-grow:1}@media(min-width: 660px){.sticky-nav-content .header-form{max-width:100%}}.sticky-nav-content .ob-dropdown.editor-selector.small{width:auto;margin-left:15px;display:flex;align-items:center}.sticky-nav-content .ob-dropdown.editor-selector.small>button>.count{margin-left:12px}.sticky-nav-content button,.sticky-nav-content input{border-radius:6px}.sticky-nav-content input{max-width:100%;font-weight:500}.sticky-nav-content input::-moz-placeholder{color:#b7b7b7}.sticky-nav-content input:-ms-input-placeholder{color:#b7b7b7}.sticky-nav-content input::placeholder{color:#b7b7b7}.table .table-row{display:flex;height:60px;align-items:center;padding:0 25px;background:#fff;border:1px solid rgba(0,0,0,.11);border-top:none}.table .table-row:first-child{border-top:1px solid rgba(0,0,0,.11)}.table .table-row svg{height:24px;margin-right:10px;fill:#b9b9b9}.table .table-row .title{display:flex;align-items:center}.table .table-row .title .components-base-control__field{margin:0}.table .table-row .controls{margin-left:auto;display:flex;align-items:center}.table .table-row .controls button{padding:6px 30px;font-weight:600;color:#b9b9b9}.table .table-row .actions{display:flex;margin-left:50px;justify-content:flex-end}.table .table-row .actions.no-controls{margin-left:auto}.table .table-row .actions .components-button{padding:6px 30px}.table .table-row .actions .components-button.is-primary{margin-left:10px}.filters{display:flex;align-items:center;margin-bottom:40px}.filters .components-dropdown:nth-of-type(1) .components-button.filter-input{width:100px;border-right-width:.1px;border-radius:0}.filters .components-dropdown .components-button.filter-input{width:200px;height:52px;display:flex;align-items:center;font-weight:600;padding:5px 20px 5px 10px;background:#fff;border:1px solid #d9d9d9;border-left:0;color:#616161;box-shadow:none;font-weight:normal;border-radius:0 6px 6px 0}.filters .components-base-control,.filters input{width:100%}.filters .components-base-control.has-filters input,.filters input.has-filters input{border-radius:6px 0 0 6px}.filters .components-base-control .components-base-control__field,.filters input .components-base-control__field{margin-bottom:0}.filters .components-base-control input,.filters input input{border-radius:6px}.filters .display-filters{display:flex;margin-left:20px}.filters .display-filters .display-filters__search{width:200px;position:relative;margin-right:20px}.filters .display-filters .display-filters__search input{max-height:36px;border:none;border-bottom:1px solid #d5dadf;border-radius:0;font-size:11px;padding:8px 15px 8px 0;transition:border .5s;background:none;box-shadow:none;color:#6d7882;outline:none}.filters .display-filters .display-filters__search>svg,.filters .display-filters .display-filters__search .components-button{position:absolute;top:50%;right:0;transform:translateY(-50%)}.filters .display-filters button.is-pressed,.filters .display-filters button:active,.filters .display-filters button:focus,.filters .display-filters button:hover{background-color:transparent !important;color:#0073aa}.filters .display-sorting{display:flex;align-items:center;font-size:11px}.filters .display-sorting .sorting-label{flex-grow:1;text-align:left;padding-right:20px;border-right:1px solid #d5dadf;text-transform:uppercase}.filters .display-sorting .sorting-filter .components-button{padding:0 0 0 20px;height:auto;color:inherit;font-size:inherit;text-transform:uppercase}.filters .display-sorting .sorting-filter .components-button::after{width:11px;content:" ";margin-left:3px}.filters .display-sorting .sorting-filter .components-button.is-selected::after{font-family:dashicons;content:"";margin-left:3px}.filters .display-sorting .sorting-filter .components-button.is-selected.is-asc::after{content:""}.filters .header-form{width:100%;display:flex;justify-content:space-between}.cloud-items .components-spinner{margin:0 auto !important;display:block;margin-top:50% !important}.cloud-items .fetching-loader .components-spinner{margin:100px auto !important}.cloud-items.is-grid .table{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}.table-grid{border:1px solid #ccc;min-height:350px;display:flex;flex-direction:column}.table-grid .grid-preview{display:flex;width:100%;height:300px;background-color:#b7c0cc;background-position:top center;background-size:cover}.table-grid .grid-preview:hover{background-color:#404040}.table-grid .grid-preview.is-loading{background:#b7c0cc}.table-grid .grid-preview.is-loading .preview-actions{display:flex}.table-grid .grid-preview .preview-actions{opacity:0;transition:.3s ease opacity;width:100%;height:auto;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,.9);display:flex}.table-grid .grid-preview .preview-actions>.components-button{width:120px;justify-content:center;margin-bottom:10px}.table-grid .grid-preview .preview-actions>.components-button.is-secondary{color:#fff;box-shadow:inset 0 0 0 2px #fff}.table-grid .grid-preview .preview-actions>.components-button.is-secondary:disabled{background:transparent;opacity:.5}.table-grid .grid-preview .preview-actions .preview-controls .components-button{width:20px}.table-grid .grid-preview .preview-actions .preview-controls .components-button svg{fill:#fff}.table-grid .grid-preview:hover .preview-actions{opacity:1}.table-grid .card-footer{background:#fff;border-top:1px solid #ccc;padding:15px;flex-grow:1}.table-grid .card-footer form{display:flex;align-items:center}.table-grid .card-footer .components-base-control{flex-grow:1}.table-grid .card-footer .components-base-control__field{margin-bottom:0}.table-grid .card-footer button{height:auto;margin-left:auto}.table-grid .card-footer p{font-weight:600;margin:0}.filter-overlay .components-button:not(.has-icon){padding-left:38px}.pagination{padding-top:20px}.pagination .components-button{margin-right:10px;border-radius:2px;box-shadow:none}.pagination .components-button:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 1.5px #007cba}.pagination .components-button:not(.is-primary){background:#fff}.pagination .components-button:not(.is-primary):focus{box-shadow:0 0 0 1.5px #007cba}.single-templates-wrapper .components-spinner{display:block;margin:0 auto}.single-templates-wrapper .top{padding:25px 0 30px}.single-templates-wrapper .header{display:flex;flex-direction:column}.single-templates-wrapper .header h1{display:flex;align-items:center;font-size:26px;font-weight:700}.single-templates-wrapper .header .actions{margin-top:15px}.single-templates-wrapper .header .actions .components-button{font-weight:600;font-size:14px;height:auto;border-radius:4px}.single-templates-wrapper .header .actions .components-button:not(:first-child){margin-left:20px}.single-templates-wrapper .header .actions .components-button.is-primary{padding:10px 30px}.single-templates-wrapper .header .actions .components-button.is-secondary{border:2px solid;padding:8px 20px}.single-templates-wrapper .header .description{font-size:16px;color:#282828}.single-templates-wrapper .header .pro-badge{font-size:11px;margin-left:20px}.ob-preview.single-templates .actions .components-button{font-weight:600;font-size:14px;height:auto;border-radius:4px}.ob-preview.single-templates .actions .components-button:not(:first-child){margin-left:20px}.ob-preview.single-templates .actions .components-button.is-primary{padding:10px 30px}.ob-preview.single-templates .actions .components-button.is-secondary{border:2px solid;padding:8px 20px}.tiob-tooltip-wrap{position:relative;display:flex;align-items:center;margin-left:10px}.tiob-tooltip-wrap .tiob-tooltip-toggle:hover,.tiob-tooltip-wrap .tiob-tooltip-toggle:focus{outline:none;box-shadow:none}.tiob-tooltip-wrap .tiob-tooltip-toggle:hover+.tiob-tooltip-content,.tiob-tooltip-wrap .tiob-tooltip-toggle:focus+.tiob-tooltip-content{opacity:1;pointer-events:all}.tiob-tooltip-content{top:100%;left:0;position:absolute;min-width:300px;background:#fff;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;padding:10px;pointer-events:none;opacity:0}@media(min-width: 660px){.ob-sites.is-grid{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.ob-head>.header-container>h2,.ob-migration>h2{font-size:30px}.ob-head>.header-container>p,.ob-migration>p{font-size:22px}.header-form{flex-direction:row}.ob-head>.header-container>h2,.ob-migration>h2{font-size:30px}.ob-head>.header-container>p,.ob-migration>p{font-size:22px}.header-form{flex-direction:row}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}@media(min-width: 992px){.container{padding:0 20px}.content{display:flex}.main{flex-grow:1}.col{display:flex;flex-direction:column}.content-wrap.is-onboarding .content{max-width:1300px;padding:15px 40px 35px;box-shadow:0 0 10px -5px rgba(0,0,0,.5);border:1px solid #e1e1e1;margin:40px auto 30px}.content-wrap.is-onboarding .header-form{margin-top:0}.ob-sites.is-grid{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.editor-tabs{display:flex}.ob-body .ob-dropdown.editor-selector{display:none}.header-form{margin-top:25px}.search{display:flex}.search input{border-bottom-right-radius:0;border-top-right-radius:0}.search img{top:50%;transform:translateY(-50%)}.search .ob-dropdown{display:inline-block;width:200px;margin:0}.search .ob-dropdown button{margin:0;border-top-left-radius:0;border-bottom-left-radius:0}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.single-templates-wrapper .header{flex-direction:row;align-items:flex-start}.single-templates-wrapper .header h1{font-size:30px}.single-templates-wrapper .description{font-size:20px}.single-templates-wrapper .actions{margin-left:auto}}@media(min-width: 1200px){.container{margin:0 auto}.col{width:50%}.col:not(:last-child){margin-right:20px}.main{flex-grow:1}.content{display:flex;padding-top:30px}.columns{display:flex;flex-direction:row}.editor-tabs .icon-wrap{display:block}.cloud-items.is-grid .table{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}.single-templates-wrapper .actions{margin-left:auto}}@media(min-width: 1400px){.col:not(:last-child){margin-right:30px}.card{padding:30px 40px}.editor-tabs a{width:auto;padding:15px 20px 12px 5px}}
|
assets/src/Components/CustomTooltip.js
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { Button, Icon } from '@wordpress/components';
|
| 2 |
+
import { useState } from '@wordpress/element';
|
| 3 |
+
import { info } from '@wordpress/icons';
|
| 4 |
+
|
| 5 |
+
import classnames from 'classnames';
|
| 6 |
+
|
| 7 |
+
const CustomTooltip = ( { children, className } ) => {
|
| 8 |
+
const tooltipClassNames = classnames( [ className, 'tiob-tooltip-wrap' ] );
|
| 9 |
+
|
| 10 |
+
return (
|
| 11 |
+
<div className={ tooltipClassNames }>
|
| 12 |
+
<Button
|
| 13 |
+
onClick={ ( e ) => {
|
| 14 |
+
e.preventDefault();
|
| 15 |
+
} }
|
| 16 |
+
className="tiob-tooltip-toggle"
|
| 17 |
+
icon={ info }
|
| 18 |
+
isLink
|
| 19 |
+
isSmall
|
| 20 |
+
/>
|
| 21 |
+
<div className="tiob-tooltip-content">{ children }</div>
|
| 22 |
+
</div>
|
| 23 |
+
);
|
| 24 |
+
};
|
| 25 |
+
|
| 26 |
+
export default CustomTooltip;
|
assets/src/Components/ImportModal.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
/*global tiobDash*/
|
|
|
|
| 2 |
import {
|
|
|
|
| 3 |
importContent,
|
| 4 |
importMods,
|
| 5 |
importWidgets,
|
|
@@ -11,11 +13,14 @@ import ImportStepper from './ImportStepper';
|
|
| 11 |
import ImportModalNote from './ImportModalNote';
|
| 12 |
import classnames from 'classnames';
|
| 13 |
import ImportModalError from './ImportModalError';
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
import { useState, useEffect
|
| 16 |
import { withSelect, withDispatch } from '@wordpress/data';
|
| 17 |
import { __, sprintf } from '@wordpress/i18n';
|
| 18 |
import { compose } from '@wordpress/compose';
|
|
|
|
| 19 |
import {
|
| 20 |
Button,
|
| 21 |
Icon,
|
|
@@ -31,7 +36,9 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 31 |
content: true,
|
| 32 |
customizer: true,
|
| 33 |
widgets: true,
|
|
|
|
| 34 |
} );
|
|
|
|
| 35 |
const [ pluginsProgress, setPluginsProgress ] = useState( false );
|
| 36 |
const [ contentProgress, setContentProgress ] = useState( false );
|
| 37 |
const [ customizerProgress, setCustomizerProgress ] = useState( false );
|
|
@@ -46,10 +53,15 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 46 |
const [ pluginsOpened, setPluginsOpened ] = useState( true );
|
| 47 |
const [ optionsOpened, setOptionsOpened ] = useState( true );
|
| 48 |
|
| 49 |
-
const { license } = tiobDash;
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
useEffect( () => {
|
| 52 |
const fetchAddress = siteData.remote_url || siteData.url;
|
|
|
|
|
|
|
| 53 |
const url = new URL(
|
| 54 |
`${ trailingSlashIt( fetchAddress ) }wp-json/ti-demo-data/data`
|
| 55 |
);
|
|
@@ -77,10 +89,10 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 77 |
const defaultOff =
|
| 78 |
result.default_off_recommended_plugins || [];
|
| 79 |
|
| 80 |
-
Object.keys( mandatory ).
|
| 81 |
mandatory[ key ] = true;
|
| 82 |
} );
|
| 83 |
-
Object.keys( optional ).
|
| 84 |
optional[ key ] = ! defaultOff.includes( key );
|
| 85 |
} );
|
| 86 |
|
|
@@ -92,7 +104,7 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 92 |
setFetching( false );
|
| 93 |
} );
|
| 94 |
} )
|
| 95 |
-
.catch( (
|
| 96 |
setError( {
|
| 97 |
message: __(
|
| 98 |
'Something went wrong while loading the site data. Please refresh the page and try again.',
|
|
@@ -104,56 +116,6 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 104 |
} );
|
| 105 |
}, [] );
|
| 106 |
|
| 107 |
-
const renderMock = () => {
|
| 108 |
-
return (
|
| 109 |
-
<Fragment>
|
| 110 |
-
<div className="modal-body">
|
| 111 |
-
<div className="header">
|
| 112 |
-
<span
|
| 113 |
-
className="title is-loading"
|
| 114 |
-
style={ { height: 35, marginBottom: 20 } }
|
| 115 |
-
/>
|
| 116 |
-
<p className="description is-loading" />
|
| 117 |
-
<p className="description is-loading" />
|
| 118 |
-
</div>
|
| 119 |
-
<div className="well is-loading">
|
| 120 |
-
<span
|
| 121 |
-
className="title is-loading"
|
| 122 |
-
style={ { height: 20 } }
|
| 123 |
-
/>
|
| 124 |
-
<ol>
|
| 125 |
-
<li />
|
| 126 |
-
<li />
|
| 127 |
-
</ol>
|
| 128 |
-
</div>
|
| 129 |
-
|
| 130 |
-
<div className="modal-toggles components-panel">
|
| 131 |
-
{ [ 1, 2 ].map( ( i ) => (
|
| 132 |
-
<div
|
| 133 |
-
key={ i }
|
| 134 |
-
className="components-panel__body options general is-opened"
|
| 135 |
-
>
|
| 136 |
-
<span className="title is-loading" />
|
| 137 |
-
<ul>
|
| 138 |
-
{ [ 1, 2, 3 ].map( ( i ) => (
|
| 139 |
-
<li className="option-row" key={ i }>
|
| 140 |
-
<div className="mock-icon is-loading" />
|
| 141 |
-
<span className="is-loading" />
|
| 142 |
-
<div className="toggle is-loading" />
|
| 143 |
-
</li>
|
| 144 |
-
) ) }
|
| 145 |
-
</ul>
|
| 146 |
-
</div>
|
| 147 |
-
) ) }
|
| 148 |
-
</div>
|
| 149 |
-
</div>
|
| 150 |
-
<div className="modal-footer">
|
| 151 |
-
<span className="link is-loading" />
|
| 152 |
-
<Button isPrimary className="import is-loading" />
|
| 153 |
-
</div>
|
| 154 |
-
</Fragment>
|
| 155 |
-
);
|
| 156 |
-
};
|
| 157 |
const Note = () => {
|
| 158 |
return (
|
| 159 |
<ImportModalNote
|
|
@@ -163,39 +125,28 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 163 |
);
|
| 164 |
};
|
| 165 |
|
| 166 |
-
const ModalHead = () =>
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
);
|
| 174 |
-
}
|
| 175 |
-
return (
|
| 176 |
-
<div className="header">
|
| 177 |
-
<h1>
|
| 178 |
-
{ sprintf(
|
| 179 |
-
/* translators: name of starter site */
|
| 180 |
-
__(
|
| 181 |
-
'Import %s as a complete site',
|
| 182 |
-
'templates-patterns-collection'
|
| 183 |
-
),
|
| 184 |
-
importData.title
|
| 185 |
-
) }
|
| 186 |
-
</h1>
|
| 187 |
-
<p className="description">
|
| 188 |
-
{ __(
|
| 189 |
-
'Import the entire site including customizer options, pages, content and plugins.',
|
| 190 |
'templates-patterns-collection'
|
| 191 |
-
)
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
const Options = () => {
|
| 198 |
-
|
| 199 |
content: {
|
| 200 |
title: __( 'Content', 'templates-patterns-collection' ),
|
| 201 |
icon: 'admin-post',
|
|
@@ -210,6 +161,23 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 210 |
},
|
| 211 |
};
|
| 212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 213 |
const toggleOpen = () => {
|
| 214 |
setOptionsOpened( ! optionsOpened );
|
| 215 |
};
|
|
@@ -225,15 +193,18 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 225 |
) }
|
| 226 |
>
|
| 227 |
{ Object.keys( map ).map( ( id, index ) => {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 228 |
return (
|
| 229 |
-
<PanelRow className=
|
| 230 |
-
<Icon
|
| 231 |
-
|
| 232 |
-
|
| 233 |
-
|
| 234 |
-
|
| 235 |
-
/>
|
| 236 |
-
<span>{ map[ id ].title }</span>
|
| 237 |
<div className="toggle-wrapper">
|
| 238 |
<ToggleControl
|
| 239 |
checked={ general[ id ] }
|
|
@@ -272,14 +243,12 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 272 |
title={ __( 'Plugins', 'templates-patterns-collection' ) }
|
| 273 |
>
|
| 274 |
{ Object.keys( allPlugins ).map( ( slug, index ) => {
|
|
|
|
|
|
|
|
|
|
| 275 |
return (
|
| 276 |
-
<PanelRow className=
|
| 277 |
-
<Icon
|
| 278 |
-
icon="admin-plugins"
|
| 279 |
-
className={ classnames( {
|
| 280 |
-
active: pluginOptions[ slug ],
|
| 281 |
-
} ) }
|
| 282 |
-
/>
|
| 283 |
<span
|
| 284 |
dangerouslySetInnerHTML={ {
|
| 285 |
__html: allPlugins[ slug ],
|
|
@@ -307,8 +276,32 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 307 |
);
|
| 308 |
};
|
| 309 |
|
| 310 |
-
function
|
| 311 |
console.clear();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 312 |
if ( ! pluginOptions ) {
|
| 313 |
console.log( '[S] Plugins.' );
|
| 314 |
runImportContent();
|
|
@@ -326,7 +319,9 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 326 |
setPluginsProgress( 'done' );
|
| 327 |
runImportContent();
|
| 328 |
} )
|
| 329 |
-
.catch( (
|
|
|
|
|
|
|
| 330 |
}
|
| 331 |
|
| 332 |
function runImportContent() {
|
|
@@ -357,7 +352,9 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 357 |
setContentProgress( 'done' );
|
| 358 |
runImportCustomizer();
|
| 359 |
} )
|
| 360 |
-
.catch( (
|
|
|
|
|
|
|
| 361 |
}
|
| 362 |
|
| 363 |
function runImportCustomizer() {
|
|
@@ -382,7 +379,9 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 382 |
setCustomizerProgress( 'done' );
|
| 383 |
runImportWidgets();
|
| 384 |
} )
|
| 385 |
-
.catch( (
|
|
|
|
|
|
|
| 386 |
}
|
| 387 |
|
| 388 |
function runImportWidgets() {
|
|
@@ -402,17 +401,24 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 402 |
setWidgetsProgress( 'done' );
|
| 403 |
importDone();
|
| 404 |
} )
|
| 405 |
-
.catch( (
|
|
|
|
|
|
|
| 406 |
}
|
| 407 |
|
| 408 |
function importDone() {
|
| 409 |
setCurrentStep( 'done' );
|
|
|
|
|
|
|
| 410 |
setImporting( false );
|
| 411 |
}
|
| 412 |
|
| 413 |
-
function handleError(
|
| 414 |
setImporting( false );
|
| 415 |
setCurrentStep( null );
|
|
|
|
|
|
|
|
|
|
| 416 |
if ( 'plugins' === step ) {
|
| 417 |
setContentProgress( 'skip' );
|
| 418 |
}
|
|
@@ -424,6 +430,10 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 424 |
}
|
| 425 |
|
| 426 |
const map = {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 427 |
plugins: __(
|
| 428 |
'Something went wrong while installing the necessary plugins.',
|
| 429 |
'templates-patterns-collection'
|
|
@@ -443,6 +453,9 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 443 |
};
|
| 444 |
|
| 445 |
switch ( step ) {
|
|
|
|
|
|
|
|
|
|
| 446 |
case 'plugins':
|
| 447 |
setPluginsProgress( 'error' );
|
| 448 |
break;
|
|
@@ -457,10 +470,10 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 457 |
break;
|
| 458 |
}
|
| 459 |
setError(
|
| 460 |
-
|
| 461 |
? {
|
| 462 |
message: map[ step ],
|
| 463 |
-
|
| 464 |
}
|
| 465 |
: { message: map[ step ] }
|
| 466 |
);
|
|
@@ -473,8 +486,6 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 473 |
setModal( false );
|
| 474 |
};
|
| 475 |
|
| 476 |
-
const runTemplatesImport = () => {};
|
| 477 |
-
|
| 478 |
const externalPluginsInstalled = siteData.external_plugins
|
| 479 |
? siteData.external_plugins.every( ( value ) => true === value.active )
|
| 480 |
: true;
|
|
@@ -499,9 +510,9 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 499 |
isDismissible={ ! importing && ! fetching }
|
| 500 |
>
|
| 501 |
{ fetching ? (
|
| 502 |
-
|
| 503 |
) : (
|
| 504 |
-
|
| 505 |
<div className="modal-body">
|
| 506 |
{ ! importing && 'done' !== currentStep && ! error ? (
|
| 507 |
<>
|
|
@@ -526,6 +537,7 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 526 |
{ null !== currentStep && (
|
| 527 |
<ImportStepper
|
| 528 |
progress={ {
|
|
|
|
| 529 |
plugins: pluginsProgress,
|
| 530 |
content: contentProgress,
|
| 531 |
customizer: customizerProgress,
|
|
@@ -536,7 +548,7 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 536 |
/>
|
| 537 |
) }
|
| 538 |
{ 'done' === currentStep && (
|
| 539 |
-
|
| 540 |
<hr />
|
| 541 |
<p className="import-result">
|
| 542 |
{ __(
|
|
@@ -545,7 +557,7 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 545 |
) }
|
| 546 |
</p>
|
| 547 |
<hr />
|
| 548 |
-
|
| 549 |
) }
|
| 550 |
</>
|
| 551 |
) }
|
|
@@ -553,7 +565,7 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 553 |
{ ! importing && (
|
| 554 |
<div className="modal-footer">
|
| 555 |
{ 'done' !== currentStep ? (
|
| 556 |
-
|
| 557 |
<Button
|
| 558 |
className="import-templates"
|
| 559 |
isLink
|
|
@@ -574,7 +586,7 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 574 |
}
|
| 575 |
onClick={ () => {
|
| 576 |
setImporting( true );
|
| 577 |
-
|
| 578 |
} }
|
| 579 |
>
|
| 580 |
{ __(
|
|
@@ -583,7 +595,7 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 583 |
) }
|
| 584 |
</Button>
|
| 585 |
) }
|
| 586 |
-
|
| 587 |
) : (
|
| 588 |
<div className="import-done-actions">
|
| 589 |
<Button
|
|
@@ -619,7 +631,7 @@ const ImportModal = ( { setModal, editor, siteData, runTemplateImport } ) => {
|
|
| 619 |
) }
|
| 620 |
</div>
|
| 621 |
) }
|
| 622 |
-
|
| 623 |
) }
|
| 624 |
</Modal>
|
| 625 |
);
|
| 1 |
/*global tiobDash*/
|
| 2 |
+
/* eslint-disable no-console */
|
| 3 |
import {
|
| 4 |
+
cleanupImport,
|
| 5 |
importContent,
|
| 6 |
importMods,
|
| 7 |
importWidgets,
|
| 13 |
import ImportModalNote from './ImportModalNote';
|
| 14 |
import classnames from 'classnames';
|
| 15 |
import ImportModalError from './ImportModalError';
|
| 16 |
+
import ImportModalMock from './ImportModalMock';
|
| 17 |
+
import CustomTooltip from './CustomTooltip';
|
| 18 |
|
| 19 |
+
import { useState, useEffect } from '@wordpress/element';
|
| 20 |
import { withSelect, withDispatch } from '@wordpress/data';
|
| 21 |
import { __, sprintf } from '@wordpress/i18n';
|
| 22 |
import { compose } from '@wordpress/compose';
|
| 23 |
+
|
| 24 |
import {
|
| 25 |
Button,
|
| 26 |
Icon,
|
| 36 |
content: true,
|
| 37 |
customizer: true,
|
| 38 |
widgets: true,
|
| 39 |
+
cleanup: false,
|
| 40 |
} );
|
| 41 |
+
const [ cleanupProgress, setCleanupProgress ] = useState( false );
|
| 42 |
const [ pluginsProgress, setPluginsProgress ] = useState( false );
|
| 43 |
const [ contentProgress, setContentProgress ] = useState( false );
|
| 44 |
const [ customizerProgress, setCustomizerProgress ] = useState( false );
|
| 53 |
const [ pluginsOpened, setPluginsOpened ] = useState( true );
|
| 54 |
const [ optionsOpened, setOptionsOpened ] = useState( true );
|
| 55 |
|
| 56 |
+
const { license, cleanupAllowed } = tiobDash;
|
| 57 |
+
const [ isCleanupAllowed, setIsCleanupAllowed ] = useState(
|
| 58 |
+
cleanupAllowed
|
| 59 |
+
);
|
| 60 |
|
| 61 |
useEffect( () => {
|
| 62 |
const fetchAddress = siteData.remote_url || siteData.url;
|
| 63 |
+
// Use the line below if testing in a staging env:
|
| 64 |
+
// const fetchAddress = siteData.url || siteData.remote_url;
|
| 65 |
const url = new URL(
|
| 66 |
`${ trailingSlashIt( fetchAddress ) }wp-json/ti-demo-data/data`
|
| 67 |
);
|
| 89 |
const defaultOff =
|
| 90 |
result.default_off_recommended_plugins || [];
|
| 91 |
|
| 92 |
+
Object.keys( mandatory ).forEach( ( key ) => {
|
| 93 |
mandatory[ key ] = true;
|
| 94 |
} );
|
| 95 |
+
Object.keys( optional ).forEach( ( key ) => {
|
| 96 |
optional[ key ] = ! defaultOff.includes( key );
|
| 97 |
} );
|
| 98 |
|
| 104 |
setFetching( false );
|
| 105 |
} );
|
| 106 |
} )
|
| 107 |
+
.catch( () => {
|
| 108 |
setError( {
|
| 109 |
message: __(
|
| 110 |
'Something went wrong while loading the site data. Please refresh the page and try again.',
|
| 116 |
} );
|
| 117 |
}, [] );
|
| 118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
const Note = () => {
|
| 120 |
return (
|
| 121 |
<ImportModalNote
|
| 125 |
);
|
| 126 |
};
|
| 127 |
|
| 128 |
+
const ModalHead = () => (
|
| 129 |
+
<div className="header">
|
| 130 |
+
<h1>
|
| 131 |
+
{ sprintf(
|
| 132 |
+
/* translators: name of starter site */
|
| 133 |
+
__(
|
| 134 |
+
'Import %s as a complete site',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
'templates-patterns-collection'
|
| 136 |
+
),
|
| 137 |
+
importData.title
|
| 138 |
+
) }
|
| 139 |
+
</h1>
|
| 140 |
+
<p className="description">
|
| 141 |
+
{ __(
|
| 142 |
+
'Import the entire site including customizer options, pages, content and plugins.',
|
| 143 |
+
'templates-patterns-collection'
|
| 144 |
+
) }
|
| 145 |
+
</p>
|
| 146 |
+
</div>
|
| 147 |
+
);
|
| 148 |
const Options = () => {
|
| 149 |
+
let map = {
|
| 150 |
content: {
|
| 151 |
title: __( 'Content', 'templates-patterns-collection' ),
|
| 152 |
icon: 'admin-post',
|
| 161 |
},
|
| 162 |
};
|
| 163 |
|
| 164 |
+
if ( isCleanupAllowed === 'yes' ) {
|
| 165 |
+
map = {
|
| 166 |
+
cleanup: {
|
| 167 |
+
icon: 'trash',
|
| 168 |
+
title: __(
|
| 169 |
+
'Cleanup previous import',
|
| 170 |
+
'templates-patterns-collection'
|
| 171 |
+
),
|
| 172 |
+
tooltip: __(
|
| 173 |
+
'This will remove any plugins, images, customizer options, widgets posts and pages added by the previous demo import',
|
| 174 |
+
'templates-patterns-collection'
|
| 175 |
+
),
|
| 176 |
+
},
|
| 177 |
+
...map,
|
| 178 |
+
};
|
| 179 |
+
}
|
| 180 |
+
|
| 181 |
const toggleOpen = () => {
|
| 182 |
setOptionsOpened( ! optionsOpened );
|
| 183 |
};
|
| 193 |
) }
|
| 194 |
>
|
| 195 |
{ Object.keys( map ).map( ( id, index ) => {
|
| 196 |
+
const rowClass = classnames( 'option-row', {
|
| 197 |
+
active: general[ id ],
|
| 198 |
+
} );
|
| 199 |
+
const { icon, title, tooltip } = map[ id ];
|
| 200 |
+
|
| 201 |
return (
|
| 202 |
+
<PanelRow className={ rowClass } key={ index }>
|
| 203 |
+
<Icon icon={ icon } />
|
| 204 |
+
<span>{ title }</span>
|
| 205 |
+
{ tooltip && (
|
| 206 |
+
<CustomTooltip>{ tooltip }</CustomTooltip>
|
| 207 |
+
) }
|
|
|
|
|
|
|
| 208 |
<div className="toggle-wrapper">
|
| 209 |
<ToggleControl
|
| 210 |
checked={ general[ id ] }
|
| 243 |
title={ __( 'Plugins', 'templates-patterns-collection' ) }
|
| 244 |
>
|
| 245 |
{ Object.keys( allPlugins ).map( ( slug, index ) => {
|
| 246 |
+
const rowClass = classnames( 'option-row', {
|
| 247 |
+
active: pluginOptions[ slug ],
|
| 248 |
+
} );
|
| 249 |
return (
|
| 250 |
+
<PanelRow className={ rowClass } key={ index }>
|
| 251 |
+
<Icon icon="admin-plugins" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 252 |
<span
|
| 253 |
dangerouslySetInnerHTML={ {
|
| 254 |
__html: allPlugins[ slug ],
|
| 276 |
);
|
| 277 |
};
|
| 278 |
|
| 279 |
+
function runImportCleanup() {
|
| 280 |
console.clear();
|
| 281 |
+
if ( ! general.cleanup ) {
|
| 282 |
+
console.log( '[S] Cleanup.' );
|
| 283 |
+
runImport();
|
| 284 |
+
return false;
|
| 285 |
+
}
|
| 286 |
+
setCurrentStep( 'cleanup' );
|
| 287 |
+
console.log( '[P] Cleanup.' );
|
| 288 |
+
cleanupImport( {} )
|
| 289 |
+
.then( ( response ) => {
|
| 290 |
+
if ( ! response.success ) {
|
| 291 |
+
handleError( response, 'cleanup' );
|
| 292 |
+
return false;
|
| 293 |
+
}
|
| 294 |
+
console.log( '[D] Cleanup.' );
|
| 295 |
+
setCleanupProgress( 'done' );
|
| 296 |
+
runImport();
|
| 297 |
+
} )
|
| 298 |
+
.catch( ( incomingError ) =>
|
| 299 |
+
handleError( incomingError, 'cleanup' )
|
| 300 |
+
);
|
| 301 |
+
}
|
| 302 |
+
|
| 303 |
+
function runImport() {
|
| 304 |
+
// console.clear();
|
| 305 |
if ( ! pluginOptions ) {
|
| 306 |
console.log( '[S] Plugins.' );
|
| 307 |
runImportContent();
|
| 319 |
setPluginsProgress( 'done' );
|
| 320 |
runImportContent();
|
| 321 |
} )
|
| 322 |
+
.catch( ( incomingError ) =>
|
| 323 |
+
handleError( incomingError, 'plugins' )
|
| 324 |
+
);
|
| 325 |
}
|
| 326 |
|
| 327 |
function runImportContent() {
|
| 352 |
setContentProgress( 'done' );
|
| 353 |
runImportCustomizer();
|
| 354 |
} )
|
| 355 |
+
.catch( ( incomingError ) =>
|
| 356 |
+
handleError( incomingError, 'content' )
|
| 357 |
+
);
|
| 358 |
}
|
| 359 |
|
| 360 |
function runImportCustomizer() {
|
| 379 |
setCustomizerProgress( 'done' );
|
| 380 |
runImportWidgets();
|
| 381 |
} )
|
| 382 |
+
.catch( ( incomingError ) =>
|
| 383 |
+
handleError( incomingError, 'customizer' )
|
| 384 |
+
);
|
| 385 |
}
|
| 386 |
|
| 387 |
function runImportWidgets() {
|
| 401 |
setWidgetsProgress( 'done' );
|
| 402 |
importDone();
|
| 403 |
} )
|
| 404 |
+
.catch( ( incomingError ) =>
|
| 405 |
+
handleError( incomingError, 'widgets' )
|
| 406 |
+
);
|
| 407 |
}
|
| 408 |
|
| 409 |
function importDone() {
|
| 410 |
setCurrentStep( 'done' );
|
| 411 |
+
setIsCleanupAllowed( 'yes' );
|
| 412 |
+
tiobDash.cleanupAllowed = 'yes';
|
| 413 |
setImporting( false );
|
| 414 |
}
|
| 415 |
|
| 416 |
+
function handleError( incomingError, step ) {
|
| 417 |
setImporting( false );
|
| 418 |
setCurrentStep( null );
|
| 419 |
+
if ( 'cleanup' === step ) {
|
| 420 |
+
setPluginsProgress( 'skip' );
|
| 421 |
+
}
|
| 422 |
if ( 'plugins' === step ) {
|
| 423 |
setContentProgress( 'skip' );
|
| 424 |
}
|
| 430 |
}
|
| 431 |
|
| 432 |
const map = {
|
| 433 |
+
cleanup: __(
|
| 434 |
+
'Something went wrong while cleaning the previous import.',
|
| 435 |
+
'templates-patterns-collection'
|
| 436 |
+
),
|
| 437 |
plugins: __(
|
| 438 |
'Something went wrong while installing the necessary plugins.',
|
| 439 |
'templates-patterns-collection'
|
| 453 |
};
|
| 454 |
|
| 455 |
switch ( step ) {
|
| 456 |
+
case 'cleanup':
|
| 457 |
+
setCleanupProgress( 'error' );
|
| 458 |
+
break;
|
| 459 |
case 'plugins':
|
| 460 |
setPluginsProgress( 'error' );
|
| 461 |
break;
|
| 470 |
break;
|
| 471 |
}
|
| 472 |
setError(
|
| 473 |
+
incomingError.data
|
| 474 |
? {
|
| 475 |
message: map[ step ],
|
| 476 |
+
code: incomingError.data,
|
| 477 |
}
|
| 478 |
: { message: map[ step ] }
|
| 479 |
);
|
| 486 |
setModal( false );
|
| 487 |
};
|
| 488 |
|
|
|
|
|
|
|
| 489 |
const externalPluginsInstalled = siteData.external_plugins
|
| 490 |
? siteData.external_plugins.every( ( value ) => true === value.active )
|
| 491 |
: true;
|
| 510 |
isDismissible={ ! importing && ! fetching }
|
| 511 |
>
|
| 512 |
{ fetching ? (
|
| 513 |
+
<ImportModalMock />
|
| 514 |
) : (
|
| 515 |
+
<>
|
| 516 |
<div className="modal-body">
|
| 517 |
{ ! importing && 'done' !== currentStep && ! error ? (
|
| 518 |
<>
|
| 537 |
{ null !== currentStep && (
|
| 538 |
<ImportStepper
|
| 539 |
progress={ {
|
| 540 |
+
cleanup: cleanupProgress,
|
| 541 |
plugins: pluginsProgress,
|
| 542 |
content: contentProgress,
|
| 543 |
customizer: customizerProgress,
|
| 548 |
/>
|
| 549 |
) }
|
| 550 |
{ 'done' === currentStep && (
|
| 551 |
+
<>
|
| 552 |
<hr />
|
| 553 |
<p className="import-result">
|
| 554 |
{ __(
|
| 557 |
) }
|
| 558 |
</p>
|
| 559 |
<hr />
|
| 560 |
+
</>
|
| 561 |
) }
|
| 562 |
</>
|
| 563 |
) }
|
| 565 |
{ ! importing && (
|
| 566 |
<div className="modal-footer">
|
| 567 |
{ 'done' !== currentStep ? (
|
| 568 |
+
<>
|
| 569 |
<Button
|
| 570 |
className="import-templates"
|
| 571 |
isLink
|
| 586 |
}
|
| 587 |
onClick={ () => {
|
| 588 |
setImporting( true );
|
| 589 |
+
runImportCleanup();
|
| 590 |
} }
|
| 591 |
>
|
| 592 |
{ __(
|
| 595 |
) }
|
| 596 |
</Button>
|
| 597 |
) }
|
| 598 |
+
</>
|
| 599 |
) : (
|
| 600 |
<div className="import-done-actions">
|
| 601 |
<Button
|
| 631 |
) }
|
| 632 |
</div>
|
| 633 |
) }
|
| 634 |
+
</>
|
| 635 |
) }
|
| 636 |
</Modal>
|
| 637 |
);
|
assets/src/Components/ImportModalMock.js
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { Button } from '@wordpress/components';
|
| 2 |
+
|
| 3 |
+
const ImportModalMock = ( {} ) => (
|
| 4 |
+
<>
|
| 5 |
+
<div className="modal-body">
|
| 6 |
+
<div className="header">
|
| 7 |
+
<span
|
| 8 |
+
className="title is-loading"
|
| 9 |
+
style={ { height: 35, marginBottom: 20 } }
|
| 10 |
+
/>
|
| 11 |
+
<p
|
| 12 |
+
className="description is-loading"
|
| 13 |
+
style={ { height: 20 } }
|
| 14 |
+
/>
|
| 15 |
+
<p
|
| 16 |
+
className="description is-loading"
|
| 17 |
+
style={ { height: 20, marginBottom: 20 } }
|
| 18 |
+
/>
|
| 19 |
+
</div>
|
| 20 |
+
<div className="well is-loading">
|
| 21 |
+
<span className="title is-loading" style={ { height: 20 } } />
|
| 22 |
+
<ol>
|
| 23 |
+
<li />
|
| 24 |
+
<li />
|
| 25 |
+
</ol>
|
| 26 |
+
</div>
|
| 27 |
+
|
| 28 |
+
<div className="modal-toggles components-panel">
|
| 29 |
+
{ [ 1, 2 ].map( ( i ) => (
|
| 30 |
+
<div
|
| 31 |
+
key={ i }
|
| 32 |
+
className="components-panel__body options general is-opened"
|
| 33 |
+
>
|
| 34 |
+
<span className="title is-loading" />
|
| 35 |
+
<ul>
|
| 36 |
+
{ [ 1, 2, 3 ].map( ( idx ) => (
|
| 37 |
+
<li className="option-row" key={ idx }>
|
| 38 |
+
<div className="mock-icon is-loading" />
|
| 39 |
+
<span className="is-loading" />
|
| 40 |
+
<div className="toggle is-loading" />
|
| 41 |
+
</li>
|
| 42 |
+
) ) }
|
| 43 |
+
</ul>
|
| 44 |
+
</div>
|
| 45 |
+
) ) }
|
| 46 |
+
</div>
|
| 47 |
+
</div>
|
| 48 |
+
<div className="modal-footer">
|
| 49 |
+
<span className="link is-loading" />
|
| 50 |
+
<Button isPrimary className="import is-loading" />
|
| 51 |
+
</div>
|
| 52 |
+
</>
|
| 53 |
+
);
|
| 54 |
+
|
| 55 |
+
export default ImportModalMock;
|
assets/src/Components/ImportStepper.js
CHANGED
|
@@ -4,6 +4,11 @@ import { __ } from '@wordpress/i18n';
|
|
| 4 |
import { Dashicon } from '@wordpress/components';
|
| 5 |
const ImportStepper = ( { currentStep, progress, willDo } ) => {
|
| 6 |
const stepsMap = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
plugins: {
|
| 8 |
label: __( 'Installing Plugins', 'templates-patterns-collection' ),
|
| 9 |
status: progress.plugins,
|
| 4 |
import { Dashicon } from '@wordpress/components';
|
| 5 |
const ImportStepper = ( { currentStep, progress, willDo } ) => {
|
| 6 |
const stepsMap = {
|
| 7 |
+
cleanup: {
|
| 8 |
+
label: __( 'Cleanup previous Import', 'templates-patterns-collection' ),
|
| 9 |
+
status: progress.cleanup,
|
| 10 |
+
willDo: willDo.cleanup,
|
| 11 |
+
},
|
| 12 |
plugins: {
|
| 13 |
label: __( 'Installing Plugins', 'templates-patterns-collection' ),
|
| 14 |
status: progress.plugins,
|
assets/src/scss/_custom-tooltip.scss
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.tiob-tooltip-wrap {
|
| 2 |
+
position: relative;
|
| 3 |
+
display: flex;
|
| 4 |
+
align-items: center;
|
| 5 |
+
margin-left: 10px;
|
| 6 |
+
|
| 7 |
+
.tiob-tooltip-toggle {
|
| 8 |
+
&:hover, &:focus {
|
| 9 |
+
outline: none;
|
| 10 |
+
box-shadow: none;
|
| 11 |
+
+ .tiob-tooltip-content {
|
| 12 |
+
opacity: 1;
|
| 13 |
+
pointer-events: all;
|
| 14 |
+
}
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
.tiob-tooltip-content {
|
| 20 |
+
top: 100%;
|
| 21 |
+
left: 0;
|
| 22 |
+
position: absolute;
|
| 23 |
+
min-width: 300px;
|
| 24 |
+
background: #fff;
|
| 25 |
+
box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
|
| 26 |
+
padding: 10px;
|
| 27 |
+
pointer-events: none;
|
| 28 |
+
opacity: 0;
|
| 29 |
+
}
|
assets/src/scss/_import-modal.scss
CHANGED
|
@@ -54,9 +54,9 @@ $base-index: 100000;
|
|
| 54 |
}
|
| 55 |
}
|
| 56 |
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
}
|
| 60 |
|
| 61 |
.modal-body {
|
| 62 |
h3 {
|
|
@@ -299,11 +299,14 @@ $base-index: 100000;
|
|
| 299 |
|
| 300 |
.dashicon {
|
| 301 |
margin-left: 10px;
|
| 302 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 303 |
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
}
|
| 307 |
}
|
| 308 |
|
| 309 |
.toggle-wrapper {
|
| 54 |
}
|
| 55 |
}
|
| 56 |
|
| 57 |
+
//.components-tooltip {
|
| 58 |
+
// display: none;
|
| 59 |
+
//}
|
| 60 |
|
| 61 |
.modal-body {
|
| 62 |
h3 {
|
| 299 |
|
| 300 |
.dashicon {
|
| 301 |
margin-left: 10px;
|
| 302 |
+
color: #888888;
|
| 303 |
+
font-size: 18px;
|
| 304 |
+
display: flex;
|
| 305 |
+
align-items: center;
|
| 306 |
+
}
|
| 307 |
|
| 308 |
+
&.active .dashicon {
|
| 309 |
+
color: $blue;
|
|
|
|
| 310 |
}
|
| 311 |
|
| 312 |
.toggle-wrapper {
|
assets/src/style.scss
CHANGED
|
@@ -13,6 +13,7 @@
|
|
| 13 |
@import "scss/sticky-nav";
|
| 14 |
@import "scss/library";
|
| 15 |
@import "scss/demo-site-templates";
|
|
|
|
| 16 |
|
| 17 |
@import "scss/media-queries";
|
| 18 |
|
| 13 |
@import "scss/sticky-nav";
|
| 14 |
@import "scss/library";
|
| 15 |
@import "scss/demo-site-templates";
|
| 16 |
+
@import "scss/custom-tooltip";
|
| 17 |
|
| 18 |
@import "scss/media-queries";
|
| 19 |
|
assets/src/utils/site-import.js
CHANGED
|
@@ -10,6 +10,10 @@ export const importMods = ( data ) => {
|
|
| 10 |
return send( onboarding.root + '/import_theme_mods', data );
|
| 11 |
};
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
export const installPlugins = ( pluginArray ) => {
|
| 14 |
return send( onboarding.root + '/install_plugins', pluginArray );
|
| 15 |
};
|
| 10 |
return send( onboarding.root + '/import_theme_mods', data );
|
| 11 |
};
|
| 12 |
|
| 13 |
+
export const cleanupImport = ( data ) => {
|
| 14 |
+
return send( onboarding.root + '/cleanup', data );
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
export const installPlugins = ( pluginArray ) => {
|
| 18 |
return send( onboarding.root + '/install_plugins', pluginArray );
|
| 19 |
};
|
e2e-tests/.eslintrc.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"root": true,
|
| 3 |
+
"extends": [
|
| 4 |
+
"plugin:cypress/recommended",
|
| 5 |
+
"plugin:chai-friendly/recommended",
|
| 6 |
+
"plugin:prettier/recommended",
|
| 7 |
+
"prettier",
|
| 8 |
+
"plugin:@typescript-eslint/recommended"
|
| 9 |
+
],
|
| 10 |
+
"parser": "@typescript-eslint/parser",
|
| 11 |
+
"env": {
|
| 12 |
+
"cypress/globals": true,
|
| 13 |
+
"jest": false,
|
| 14 |
+
"mocha": true,
|
| 15 |
+
"node": true
|
| 16 |
+
},
|
| 17 |
+
"rules": {
|
| 18 |
+
"jsdoc/valid-types": "off",
|
| 19 |
+
"jsdoc/require-param-type": "off",
|
| 20 |
+
"jest/expect-expect": "off",
|
| 21 |
+
"jest/valid-expect-in-promise": "off",
|
| 22 |
+
"jest/valid-expect": "off",
|
| 23 |
+
"jest/no-standalone-expect": "off",
|
| 24 |
+
// temporary disable no unnecessary wait rule
|
| 25 |
+
"cypress/no-unnecessary-waiting": "off",
|
| 26 |
+
"@wordpress/no-global-event-listener": "off",
|
| 27 |
+
"@wordpress/no-global-active-element": "off",
|
| 28 |
+
"@wordpress/no-global-get-selection": "off",
|
| 29 |
+
"prettier/prettier": [
|
| 30 |
+
"error",
|
| 31 |
+
{},
|
| 32 |
+
{
|
| 33 |
+
"usePrettierrc": true
|
| 34 |
+
}
|
| 35 |
+
]
|
| 36 |
+
},
|
| 37 |
+
"settings": {
|
| 38 |
+
"import/resolver": {
|
| 39 |
+
"node": {
|
| 40 |
+
"extensions": [".js", ".jsx", ".ts", ".tsx"]
|
| 41 |
+
}
|
| 42 |
+
}
|
| 43 |
+
}
|
| 44 |
+
}
|
e2e-tests/.prettierrc.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"trailingComma": "all",
|
| 3 |
+
"tabWidth": 2,
|
| 4 |
+
"semi": true,
|
| 5 |
+
"singleQuote": true,
|
| 6 |
+
"printWidth": 100,
|
| 7 |
+
"bracketSpacing": true,
|
| 8 |
+
"arrowParens": "always"
|
| 9 |
+
}
|
e2e-tests/README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### How to run cypress tests locally
|
| 2 |
+
|
| 3 |
+
* First you will need to setup the environment on your local machine and have wp-cli installed. Assuming that your local url is http://neve.test you can `CYPRESS_BASE_URL=http://neve.test bash bin/envs/local.sh` or if you want to install a specific environment you can use `CYPRESS_BASE_URL=http://neve.test bash bin/envs/local.sh amp` where amp is the environment inside `bin/envs/amp`
|
| 4 |
+
|
| 5 |
+
* Than you can move to e2e-tests folder and run `yarn install --frozen-lockfile` to install the dependencies.
|
| 6 |
+
* After this you will have to open cypress with the proper base url, as `CYPRESS_BASE_URL=http://neve.test npm run cypress:open` and run the spec that you want.
|
e2e-tests/tsconfig.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"compilerOptions": {
|
| 3 |
+
"baseUrl": "./e2e-tests",
|
| 4 |
+
"target": "es5",
|
| 5 |
+
"downlevelIteration": true,
|
| 6 |
+
"lib": ["es5", "dom"],
|
| 7 |
+
"types": ["cypress", "node", "cypress-nv-commands", "cypress-real-events", "@testing-library/cypress"]
|
| 8 |
+
},
|
| 9 |
+
"include": [
|
| 10 |
+
"cypress/**/**/*.ts",
|
| 11 |
+
"cypress/**/**/**/*.ts",
|
| 12 |
+
"cypress/support/index.ts",
|
| 13 |
+
"cypress/**/*.ts",
|
| 14 |
+
"cypress/plugins/index.js"
|
| 15 |
+
]
|
| 16 |
+
}
|
e2e-tests/yarn.lock
ADDED
|
@@ -0,0 +1,12107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
| 2 |
+
# yarn lockfile v1
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
"@babel/code-frame@7.12.11":
|
| 6 |
+
version "7.12.11"
|
| 7 |
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
|
| 8 |
+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
|
| 9 |
+
dependencies:
|
| 10 |
+
"@babel/highlight" "^7.10.4"
|
| 11 |
+
|
| 12 |
+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.14.5":
|
| 13 |
+
version "7.14.5"
|
| 14 |
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
|
| 15 |
+
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
|
| 16 |
+
dependencies:
|
| 17 |
+
"@babel/highlight" "^7.14.5"
|
| 18 |
+
|
| 19 |
+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0":
|
| 20 |
+
version "7.15.0"
|
| 21 |
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
| 22 |
+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
|
| 23 |
+
|
| 24 |
+
"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.13.10", "@babel/core@^7.7.5":
|
| 25 |
+
version "7.15.0"
|
| 26 |
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
|
| 27 |
+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
|
| 28 |
+
dependencies:
|
| 29 |
+
"@babel/code-frame" "^7.14.5"
|
| 30 |
+
"@babel/generator" "^7.15.0"
|
| 31 |
+
"@babel/helper-compilation-targets" "^7.15.0"
|
| 32 |
+
"@babel/helper-module-transforms" "^7.15.0"
|
| 33 |
+
"@babel/helpers" "^7.14.8"
|
| 34 |
+
"@babel/parser" "^7.15.0"
|
| 35 |
+
"@babel/template" "^7.14.5"
|
| 36 |
+
"@babel/traverse" "^7.15.0"
|
| 37 |
+
"@babel/types" "^7.15.0"
|
| 38 |
+
convert-source-map "^1.7.0"
|
| 39 |
+
debug "^4.1.0"
|
| 40 |
+
gensync "^1.0.0-beta.2"
|
| 41 |
+
json5 "^2.1.2"
|
| 42 |
+
semver "^6.3.0"
|
| 43 |
+
source-map "^0.5.0"
|
| 44 |
+
|
| 45 |
+
"@babel/generator@^7.15.0":
|
| 46 |
+
version "7.15.0"
|
| 47 |
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
|
| 48 |
+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
|
| 49 |
+
dependencies:
|
| 50 |
+
"@babel/types" "^7.15.0"
|
| 51 |
+
jsesc "^2.5.1"
|
| 52 |
+
source-map "^0.5.0"
|
| 53 |
+
|
| 54 |
+
"@babel/helper-annotate-as-pure@^7.14.5":
|
| 55 |
+
version "7.14.5"
|
| 56 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
| 57 |
+
integrity sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==
|
| 58 |
+
dependencies:
|
| 59 |
+
"@babel/types" "^7.14.5"
|
| 60 |
+
|
| 61 |
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
|
| 62 |
+
version "7.14.5"
|
| 63 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz#b939b43f8c37765443a19ae74ad8b15978e0a191"
|
| 64 |
+
integrity sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w==
|
| 65 |
+
dependencies:
|
| 66 |
+
"@babel/helper-explode-assignable-expression" "^7.14.5"
|
| 67 |
+
"@babel/types" "^7.14.5"
|
| 68 |
+
|
| 69 |
+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0":
|
| 70 |
+
version "7.15.0"
|
| 71 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
|
| 72 |
+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
|
| 73 |
+
dependencies:
|
| 74 |
+
"@babel/compat-data" "^7.15.0"
|
| 75 |
+
"@babel/helper-validator-option" "^7.14.5"
|
| 76 |
+
browserslist "^4.16.6"
|
| 77 |
+
semver "^6.3.0"
|
| 78 |
+
|
| 79 |
+
"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.15.0":
|
| 80 |
+
version "7.15.0"
|
| 81 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7"
|
| 82 |
+
integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==
|
| 83 |
+
dependencies:
|
| 84 |
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
| 85 |
+
"@babel/helper-function-name" "^7.14.5"
|
| 86 |
+
"@babel/helper-member-expression-to-functions" "^7.15.0"
|
| 87 |
+
"@babel/helper-optimise-call-expression" "^7.14.5"
|
| 88 |
+
"@babel/helper-replace-supers" "^7.15.0"
|
| 89 |
+
"@babel/helper-split-export-declaration" "^7.14.5"
|
| 90 |
+
|
| 91 |
+
"@babel/helper-create-regexp-features-plugin@^7.14.5":
|
| 92 |
+
version "7.14.5"
|
| 93 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz#c7d5ac5e9cf621c26057722fb7a8a4c5889358c4"
|
| 94 |
+
integrity sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==
|
| 95 |
+
dependencies:
|
| 96 |
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
| 97 |
+
regexpu-core "^4.7.1"
|
| 98 |
+
|
| 99 |
+
"@babel/helper-define-polyfill-provider@^0.2.2":
|
| 100 |
+
version "0.2.3"
|
| 101 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz#0525edec5094653a282688d34d846e4c75e9c0b6"
|
| 102 |
+
integrity sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==
|
| 103 |
+
dependencies:
|
| 104 |
+
"@babel/helper-compilation-targets" "^7.13.0"
|
| 105 |
+
"@babel/helper-module-imports" "^7.12.13"
|
| 106 |
+
"@babel/helper-plugin-utils" "^7.13.0"
|
| 107 |
+
"@babel/traverse" "^7.13.0"
|
| 108 |
+
debug "^4.1.1"
|
| 109 |
+
lodash.debounce "^4.0.8"
|
| 110 |
+
resolve "^1.14.2"
|
| 111 |
+
semver "^6.1.2"
|
| 112 |
+
|
| 113 |
+
"@babel/helper-explode-assignable-expression@^7.14.5":
|
| 114 |
+
version "7.14.5"
|
| 115 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz#8aa72e708205c7bb643e45c73b4386cdf2a1f645"
|
| 116 |
+
integrity sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ==
|
| 117 |
+
dependencies:
|
| 118 |
+
"@babel/types" "^7.14.5"
|
| 119 |
+
|
| 120 |
+
"@babel/helper-function-name@^7.14.5":
|
| 121 |
+
version "7.14.5"
|
| 122 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
|
| 123 |
+
integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==
|
| 124 |
+
dependencies:
|
| 125 |
+
"@babel/helper-get-function-arity" "^7.14.5"
|
| 126 |
+
"@babel/template" "^7.14.5"
|
| 127 |
+
"@babel/types" "^7.14.5"
|
| 128 |
+
|
| 129 |
+
"@babel/helper-get-function-arity@^7.14.5":
|
| 130 |
+
version "7.14.5"
|
| 131 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
|
| 132 |
+
integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
|
| 133 |
+
dependencies:
|
| 134 |
+
"@babel/types" "^7.14.5"
|
| 135 |
+
|
| 136 |
+
"@babel/helper-hoist-variables@^7.14.5":
|
| 137 |
+
version "7.14.5"
|
| 138 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
|
| 139 |
+
integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
|
| 140 |
+
dependencies:
|
| 141 |
+
"@babel/types" "^7.14.5"
|
| 142 |
+
|
| 143 |
+
"@babel/helper-member-expression-to-functions@^7.15.0":
|
| 144 |
+
version "7.15.0"
|
| 145 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
|
| 146 |
+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
|
| 147 |
+
dependencies:
|
| 148 |
+
"@babel/types" "^7.15.0"
|
| 149 |
+
|
| 150 |
+
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
| 151 |
+
version "7.14.5"
|
| 152 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
|
| 153 |
+
integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
|
| 154 |
+
dependencies:
|
| 155 |
+
"@babel/types" "^7.14.5"
|
| 156 |
+
|
| 157 |
+
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0":
|
| 158 |
+
version "7.15.0"
|
| 159 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
|
| 160 |
+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
|
| 161 |
+
dependencies:
|
| 162 |
+
"@babel/helper-module-imports" "^7.14.5"
|
| 163 |
+
"@babel/helper-replace-supers" "^7.15.0"
|
| 164 |
+
"@babel/helper-simple-access" "^7.14.8"
|
| 165 |
+
"@babel/helper-split-export-declaration" "^7.14.5"
|
| 166 |
+
"@babel/helper-validator-identifier" "^7.14.9"
|
| 167 |
+
"@babel/template" "^7.14.5"
|
| 168 |
+
"@babel/traverse" "^7.15.0"
|
| 169 |
+
"@babel/types" "^7.15.0"
|
| 170 |
+
|
| 171 |
+
"@babel/helper-optimise-call-expression@^7.14.5":
|
| 172 |
+
version "7.14.5"
|
| 173 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
| 174 |
+
integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==
|
| 175 |
+
dependencies:
|
| 176 |
+
"@babel/types" "^7.14.5"
|
| 177 |
+
|
| 178 |
+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
| 179 |
+
version "7.14.5"
|
| 180 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
|
| 181 |
+
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
|
| 182 |
+
|
| 183 |
+
"@babel/helper-remap-async-to-generator@^7.14.5":
|
| 184 |
+
version "7.14.5"
|
| 185 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.14.5.tgz#51439c913612958f54a987a4ffc9ee587a2045d6"
|
| 186 |
+
integrity sha512-rLQKdQU+HYlxBwQIj8dk4/0ENOUEhA/Z0l4hN8BexpvmSMN9oA9EagjnhnDpNsRdWCfjwa4mn/HyBXO9yhQP6A==
|
| 187 |
+
dependencies:
|
| 188 |
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
| 189 |
+
"@babel/helper-wrap-function" "^7.14.5"
|
| 190 |
+
"@babel/types" "^7.14.5"
|
| 191 |
+
|
| 192 |
+
"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.0":
|
| 193 |
+
version "7.15.0"
|
| 194 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
|
| 195 |
+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
|
| 196 |
+
dependencies:
|
| 197 |
+
"@babel/helper-member-expression-to-functions" "^7.15.0"
|
| 198 |
+
"@babel/helper-optimise-call-expression" "^7.14.5"
|
| 199 |
+
"@babel/traverse" "^7.15.0"
|
| 200 |
+
"@babel/types" "^7.15.0"
|
| 201 |
+
|
| 202 |
+
"@babel/helper-simple-access@^7.14.8":
|
| 203 |
+
version "7.14.8"
|
| 204 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
|
| 205 |
+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
|
| 206 |
+
dependencies:
|
| 207 |
+
"@babel/types" "^7.14.8"
|
| 208 |
+
|
| 209 |
+
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
| 210 |
+
version "7.14.5"
|
| 211 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
|
| 212 |
+
integrity sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==
|
| 213 |
+
dependencies:
|
| 214 |
+
"@babel/types" "^7.14.5"
|
| 215 |
+
|
| 216 |
+
"@babel/helper-split-export-declaration@^7.14.5":
|
| 217 |
+
version "7.14.5"
|
| 218 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
|
| 219 |
+
integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
|
| 220 |
+
dependencies:
|
| 221 |
+
"@babel/types" "^7.14.5"
|
| 222 |
+
|
| 223 |
+
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
|
| 224 |
+
version "7.14.9"
|
| 225 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
|
| 226 |
+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
|
| 227 |
+
|
| 228 |
+
"@babel/helper-validator-option@^7.14.5":
|
| 229 |
+
version "7.14.5"
|
| 230 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
| 231 |
+
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
|
| 232 |
+
|
| 233 |
+
"@babel/helper-wrap-function@^7.14.5":
|
| 234 |
+
version "7.14.5"
|
| 235 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz#5919d115bf0fe328b8a5d63bcb610f51601f2bff"
|
| 236 |
+
integrity sha512-YEdjTCq+LNuNS1WfxsDCNpgXkJaIyqco6DAelTUjT4f2KIWC1nBcaCaSdHTBqQVLnTBexBcVcFhLSU1KnYuePQ==
|
| 237 |
+
dependencies:
|
| 238 |
+
"@babel/helper-function-name" "^7.14.5"
|
| 239 |
+
"@babel/template" "^7.14.5"
|
| 240 |
+
"@babel/traverse" "^7.14.5"
|
| 241 |
+
"@babel/types" "^7.14.5"
|
| 242 |
+
|
| 243 |
+
"@babel/helpers@^7.14.8":
|
| 244 |
+
version "7.14.8"
|
| 245 |
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
|
| 246 |
+
integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
|
| 247 |
+
dependencies:
|
| 248 |
+
"@babel/template" "^7.14.5"
|
| 249 |
+
"@babel/traverse" "^7.14.8"
|
| 250 |
+
"@babel/types" "^7.14.8"
|
| 251 |
+
|
| 252 |
+
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
|
| 253 |
+
version "7.14.5"
|
| 254 |
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
|
| 255 |
+
integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
|
| 256 |
+
dependencies:
|
| 257 |
+
"@babel/helper-validator-identifier" "^7.14.5"
|
| 258 |
+
chalk "^2.0.0"
|
| 259 |
+
js-tokens "^4.0.0"
|
| 260 |
+
|
| 261 |
+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0", "@babel/parser@^7.7.0":
|
| 262 |
+
version "7.15.2"
|
| 263 |
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.2.tgz#08d4ffcf90d211bf77e7cc7154c6f02d468d2b1d"
|
| 264 |
+
integrity sha512-bMJXql1Ss8lFnvr11TZDH4ArtwlAS5NG9qBmdiFW2UHHm6MVoR+GDc5XE2b9K938cyjc9O6/+vjjcffLDtfuDg==
|
| 265 |
+
|
| 266 |
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
| 267 |
+
version "7.14.5"
|
| 268 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
|
| 269 |
+
integrity sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==
|
| 270 |
+
dependencies:
|
| 271 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 272 |
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
|
| 273 |
+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 274 |
+
|
| 275 |
+
"@babel/plugin-proposal-async-generator-functions@^7.14.9":
|
| 276 |
+
version "7.14.9"
|
| 277 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
|
| 278 |
+
integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==
|
| 279 |
+
dependencies:
|
| 280 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 281 |
+
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
| 282 |
+
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
| 283 |
+
|
| 284 |
+
"@babel/plugin-proposal-class-properties@^7.14.5":
|
| 285 |
+
version "7.14.5"
|
| 286 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e"
|
| 287 |
+
integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==
|
| 288 |
+
dependencies:
|
| 289 |
+
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
| 290 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 291 |
+
|
| 292 |
+
"@babel/plugin-proposal-class-static-block@^7.14.5":
|
| 293 |
+
version "7.14.5"
|
| 294 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.5.tgz#158e9e10d449c3849ef3ecde94a03d9f1841b681"
|
| 295 |
+
integrity sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg==
|
| 296 |
+
dependencies:
|
| 297 |
+
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
| 298 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 299 |
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
| 300 |
+
|
| 301 |
+
"@babel/plugin-proposal-dynamic-import@^7.14.5":
|
| 302 |
+
version "7.14.5"
|
| 303 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz#0c6617df461c0c1f8fff3b47cd59772360101d2c"
|
| 304 |
+
integrity sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==
|
| 305 |
+
dependencies:
|
| 306 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 307 |
+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
| 308 |
+
|
| 309 |
+
"@babel/plugin-proposal-export-namespace-from@^7.14.5":
|
| 310 |
+
version "7.14.5"
|
| 311 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz#dbad244310ce6ccd083072167d8cea83a52faf76"
|
| 312 |
+
integrity sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==
|
| 313 |
+
dependencies:
|
| 314 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 315 |
+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
| 316 |
+
|
| 317 |
+
"@babel/plugin-proposal-json-strings@^7.14.5":
|
| 318 |
+
version "7.14.5"
|
| 319 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz#38de60db362e83a3d8c944ac858ddf9f0c2239eb"
|
| 320 |
+
integrity sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==
|
| 321 |
+
dependencies:
|
| 322 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 323 |
+
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
| 324 |
+
|
| 325 |
+
"@babel/plugin-proposal-logical-assignment-operators@^7.14.5":
|
| 326 |
+
version "7.14.5"
|
| 327 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz#6e6229c2a99b02ab2915f82571e0cc646a40c738"
|
| 328 |
+
integrity sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==
|
| 329 |
+
dependencies:
|
| 330 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 331 |
+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
| 332 |
+
|
| 333 |
+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5":
|
| 334 |
+
version "7.14.5"
|
| 335 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz#ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6"
|
| 336 |
+
integrity sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==
|
| 337 |
+
dependencies:
|
| 338 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 339 |
+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
| 340 |
+
|
| 341 |
+
"@babel/plugin-proposal-numeric-separator@^7.14.5":
|
| 342 |
+
version "7.14.5"
|
| 343 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz#83631bf33d9a51df184c2102a069ac0c58c05f18"
|
| 344 |
+
integrity sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==
|
| 345 |
+
dependencies:
|
| 346 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 347 |
+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
| 348 |
+
|
| 349 |
+
"@babel/plugin-proposal-object-rest-spread@^7.14.7":
|
| 350 |
+
version "7.14.7"
|
| 351 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
|
| 352 |
+
integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
|
| 353 |
+
dependencies:
|
| 354 |
+
"@babel/compat-data" "^7.14.7"
|
| 355 |
+
"@babel/helper-compilation-targets" "^7.14.5"
|
| 356 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 357 |
+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
| 358 |
+
"@babel/plugin-transform-parameters" "^7.14.5"
|
| 359 |
+
|
| 360 |
+
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
|
| 361 |
+
version "7.14.5"
|
| 362 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c"
|
| 363 |
+
integrity sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==
|
| 364 |
+
dependencies:
|
| 365 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 366 |
+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
| 367 |
+
|
| 368 |
+
"@babel/plugin-proposal-optional-chaining@^7.14.5":
|
| 369 |
+
version "7.14.5"
|
| 370 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603"
|
| 371 |
+
integrity sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==
|
| 372 |
+
dependencies:
|
| 373 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 374 |
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
|
| 375 |
+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
| 376 |
+
|
| 377 |
+
"@babel/plugin-proposal-private-methods@^7.14.5":
|
| 378 |
+
version "7.14.5"
|
| 379 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz#37446495996b2945f30f5be5b60d5e2aa4f5792d"
|
| 380 |
+
integrity sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==
|
| 381 |
+
dependencies:
|
| 382 |
+
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
| 383 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 384 |
+
|
| 385 |
+
"@babel/plugin-proposal-private-property-in-object@^7.14.5":
|
| 386 |
+
version "7.14.5"
|
| 387 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.14.5.tgz#9f65a4d0493a940b4c01f8aa9d3f1894a587f636"
|
| 388 |
+
integrity sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q==
|
| 389 |
+
dependencies:
|
| 390 |
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
| 391 |
+
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
| 392 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 393 |
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
| 394 |
+
|
| 395 |
+
"@babel/plugin-proposal-unicode-property-regex@^7.14.5", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
|
| 396 |
+
version "7.14.5"
|
| 397 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz#0f95ee0e757a5d647f378daa0eca7e93faa8bbe8"
|
| 398 |
+
integrity sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==
|
| 399 |
+
dependencies:
|
| 400 |
+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
| 401 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 402 |
+
|
| 403 |
+
"@babel/plugin-syntax-async-generators@^7.8.4":
|
| 404 |
+
version "7.8.4"
|
| 405 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
| 406 |
+
integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
|
| 407 |
+
dependencies:
|
| 408 |
+
"@babel/helper-plugin-utils" "^7.8.0"
|
| 409 |
+
|
| 410 |
+
"@babel/plugin-syntax-bigint@^7.8.3":
|
| 411 |
+
version "7.8.3"
|
| 412 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea"
|
| 413 |
+
integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==
|
| 414 |
+
dependencies:
|
| 415 |
+
"@babel/helper-plugin-utils" "^7.8.0"
|
| 416 |
+
|
| 417 |
+
"@babel/plugin-syntax-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3":
|
| 418 |
+
version "7.12.13"
|
| 419 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10"
|
| 420 |
+
integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
|
| 421 |
+
dependencies:
|
| 422 |
+
"@babel/helper-plugin-utils" "^7.12.13"
|
| 423 |
+
|
| 424 |
+
"@babel/plugin-syntax-class-static-block@^7.14.5":
|
| 425 |
+
version "7.14.5"
|
| 426 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406"
|
| 427 |
+
integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
|
| 428 |
+
dependencies:
|
| 429 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 430 |
+
|
| 431 |
+
"@babel/plugin-syntax-dynamic-import@^7.8.3":
|
| 432 |
+
version "7.8.3"
|
| 433 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
|
| 434 |
+
integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
|
| 435 |
+
dependencies:
|
| 436 |
+
"@babel/helper-plugin-utils" "^7.8.0"
|
| 437 |
+
|
| 438 |
+
"@babel/plugin-syntax-export-namespace-from@^7.8.3":
|
| 439 |
+
version "7.8.3"
|
| 440 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a"
|
| 441 |
+
integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
|
| 442 |
+
dependencies:
|
| 443 |
+
"@babel/helper-plugin-utils" "^7.8.3"
|
| 444 |
+
|
| 445 |
+
"@babel/plugin-syntax-import-meta@^7.8.3":
|
| 446 |
+
version "7.10.4"
|
| 447 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
|
| 448 |
+
integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
|
| 449 |
+
dependencies:
|
| 450 |
+
"@babel/helper-plugin-utils" "^7.10.4"
|
| 451 |
+
|
| 452 |
+
"@babel/plugin-syntax-json-strings@^7.8.3":
|
| 453 |
+
version "7.8.3"
|
| 454 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
|
| 455 |
+
integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
|
| 456 |
+
dependencies:
|
| 457 |
+
"@babel/helper-plugin-utils" "^7.8.0"
|
| 458 |
+
|
| 459 |
+
"@babel/plugin-syntax-jsx@^7.14.5":
|
| 460 |
+
version "7.14.5"
|
| 461 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201"
|
| 462 |
+
integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==
|
| 463 |
+
dependencies:
|
| 464 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 465 |
+
|
| 466 |
+
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
|
| 467 |
+
version "7.10.4"
|
| 468 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
|
| 469 |
+
integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
|
| 470 |
+
dependencies:
|
| 471 |
+
"@babel/helper-plugin-utils" "^7.10.4"
|
| 472 |
+
|
| 473 |
+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
|
| 474 |
+
version "7.8.3"
|
| 475 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
|
| 476 |
+
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
|
| 477 |
+
dependencies:
|
| 478 |
+
"@babel/helper-plugin-utils" "^7.8.0"
|
| 479 |
+
|
| 480 |
+
"@babel/plugin-syntax-numeric-separator@^7.10.4", "@babel/plugin-syntax-numeric-separator@^7.8.3":
|
| 481 |
+
version "7.10.4"
|
| 482 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97"
|
| 483 |
+
integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
|
| 484 |
+
dependencies:
|
| 485 |
+
"@babel/helper-plugin-utils" "^7.10.4"
|
| 486 |
+
|
| 487 |
+
"@babel/plugin-syntax-object-rest-spread@^7.8.3":
|
| 488 |
+
version "7.8.3"
|
| 489 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
|
| 490 |
+
integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
|
| 491 |
+
dependencies:
|
| 492 |
+
"@babel/helper-plugin-utils" "^7.8.0"
|
| 493 |
+
|
| 494 |
+
"@babel/plugin-syntax-optional-catch-binding@^7.8.3":
|
| 495 |
+
version "7.8.3"
|
| 496 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1"
|
| 497 |
+
integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
|
| 498 |
+
dependencies:
|
| 499 |
+
"@babel/helper-plugin-utils" "^7.8.0"
|
| 500 |
+
|
| 501 |
+
"@babel/plugin-syntax-optional-chaining@^7.8.3":
|
| 502 |
+
version "7.8.3"
|
| 503 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
|
| 504 |
+
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
|
| 505 |
+
dependencies:
|
| 506 |
+
"@babel/helper-plugin-utils" "^7.8.0"
|
| 507 |
+
|
| 508 |
+
"@babel/plugin-syntax-private-property-in-object@^7.14.5":
|
| 509 |
+
version "7.14.5"
|
| 510 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad"
|
| 511 |
+
integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
|
| 512 |
+
dependencies:
|
| 513 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 514 |
+
|
| 515 |
+
"@babel/plugin-syntax-top-level-await@^7.14.5", "@babel/plugin-syntax-top-level-await@^7.8.3":
|
| 516 |
+
version "7.14.5"
|
| 517 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c"
|
| 518 |
+
integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
|
| 519 |
+
dependencies:
|
| 520 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 521 |
+
|
| 522 |
+
"@babel/plugin-syntax-typescript@^7.14.5":
|
| 523 |
+
version "7.14.5"
|
| 524 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz#b82c6ce471b165b5ce420cf92914d6fb46225716"
|
| 525 |
+
integrity sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==
|
| 526 |
+
dependencies:
|
| 527 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 528 |
+
|
| 529 |
+
"@babel/plugin-transform-arrow-functions@^7.14.5":
|
| 530 |
+
version "7.14.5"
|
| 531 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz#f7187d9588a768dd080bf4c9ffe117ea62f7862a"
|
| 532 |
+
integrity sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==
|
| 533 |
+
dependencies:
|
| 534 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 535 |
+
|
| 536 |
+
"@babel/plugin-transform-async-to-generator@^7.14.5":
|
| 537 |
+
version "7.14.5"
|
| 538 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz#72c789084d8f2094acb945633943ef8443d39e67"
|
| 539 |
+
integrity sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==
|
| 540 |
+
dependencies:
|
| 541 |
+
"@babel/helper-module-imports" "^7.14.5"
|
| 542 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 543 |
+
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
| 544 |
+
|
| 545 |
+
"@babel/plugin-transform-block-scoped-functions@^7.14.5":
|
| 546 |
+
version "7.14.5"
|
| 547 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz#e48641d999d4bc157a67ef336aeb54bc44fd3ad4"
|
| 548 |
+
integrity sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==
|
| 549 |
+
dependencies:
|
| 550 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 551 |
+
|
| 552 |
+
"@babel/plugin-transform-block-scoping@^7.14.5":
|
| 553 |
+
version "7.14.5"
|
| 554 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz#8cc63e61e50f42e078e6f09be775a75f23ef9939"
|
| 555 |
+
integrity sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==
|
| 556 |
+
dependencies:
|
| 557 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 558 |
+
|
| 559 |
+
"@babel/plugin-transform-classes@^7.14.9":
|
| 560 |
+
version "7.14.9"
|
| 561 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
|
| 562 |
+
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
|
| 563 |
+
dependencies:
|
| 564 |
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
| 565 |
+
"@babel/helper-function-name" "^7.14.5"
|
| 566 |
+
"@babel/helper-optimise-call-expression" "^7.14.5"
|
| 567 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 568 |
+
"@babel/helper-replace-supers" "^7.14.5"
|
| 569 |
+
"@babel/helper-split-export-declaration" "^7.14.5"
|
| 570 |
+
globals "^11.1.0"
|
| 571 |
+
|
| 572 |
+
"@babel/plugin-transform-computed-properties@^7.14.5":
|
| 573 |
+
version "7.14.5"
|
| 574 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f"
|
| 575 |
+
integrity sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==
|
| 576 |
+
dependencies:
|
| 577 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 578 |
+
|
| 579 |
+
"@babel/plugin-transform-destructuring@^7.14.7":
|
| 580 |
+
version "7.14.7"
|
| 581 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576"
|
| 582 |
+
integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==
|
| 583 |
+
dependencies:
|
| 584 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 585 |
+
|
| 586 |
+
"@babel/plugin-transform-dotall-regex@^7.14.5", "@babel/plugin-transform-dotall-regex@^7.4.4":
|
| 587 |
+
version "7.14.5"
|
| 588 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz#2f6bf76e46bdf8043b4e7e16cf24532629ba0c7a"
|
| 589 |
+
integrity sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==
|
| 590 |
+
dependencies:
|
| 591 |
+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
| 592 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 593 |
+
|
| 594 |
+
"@babel/plugin-transform-duplicate-keys@^7.14.5":
|
| 595 |
+
version "7.14.5"
|
| 596 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz#365a4844881bdf1501e3a9f0270e7f0f91177954"
|
| 597 |
+
integrity sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==
|
| 598 |
+
dependencies:
|
| 599 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 600 |
+
|
| 601 |
+
"@babel/plugin-transform-exponentiation-operator@^7.14.5":
|
| 602 |
+
version "7.14.5"
|
| 603 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz#5154b8dd6a3dfe6d90923d61724bd3deeb90b493"
|
| 604 |
+
integrity sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==
|
| 605 |
+
dependencies:
|
| 606 |
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
|
| 607 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 608 |
+
|
| 609 |
+
"@babel/plugin-transform-for-of@^7.14.5":
|
| 610 |
+
version "7.14.5"
|
| 611 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz#dae384613de8f77c196a8869cbf602a44f7fc0eb"
|
| 612 |
+
integrity sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==
|
| 613 |
+
dependencies:
|
| 614 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 615 |
+
|
| 616 |
+
"@babel/plugin-transform-function-name@^7.14.5":
|
| 617 |
+
version "7.14.5"
|
| 618 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz#e81c65ecb900746d7f31802f6bed1f52d915d6f2"
|
| 619 |
+
integrity sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==
|
| 620 |
+
dependencies:
|
| 621 |
+
"@babel/helper-function-name" "^7.14.5"
|
| 622 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 623 |
+
|
| 624 |
+
"@babel/plugin-transform-literals@^7.14.5":
|
| 625 |
+
version "7.14.5"
|
| 626 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz#41d06c7ff5d4d09e3cf4587bd3ecf3930c730f78"
|
| 627 |
+
integrity sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==
|
| 628 |
+
dependencies:
|
| 629 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 630 |
+
|
| 631 |
+
"@babel/plugin-transform-member-expression-literals@^7.14.5":
|
| 632 |
+
version "7.14.5"
|
| 633 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz#b39cd5212a2bf235a617d320ec2b48bcc091b8a7"
|
| 634 |
+
integrity sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==
|
| 635 |
+
dependencies:
|
| 636 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 637 |
+
|
| 638 |
+
"@babel/plugin-transform-modules-amd@^7.14.5":
|
| 639 |
+
version "7.14.5"
|
| 640 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz#4fd9ce7e3411cb8b83848480b7041d83004858f7"
|
| 641 |
+
integrity sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==
|
| 642 |
+
dependencies:
|
| 643 |
+
"@babel/helper-module-transforms" "^7.14.5"
|
| 644 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 645 |
+
babel-plugin-dynamic-import-node "^2.3.3"
|
| 646 |
+
|
| 647 |
+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
|
| 648 |
+
version "7.15.0"
|
| 649 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
|
| 650 |
+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
|
| 651 |
+
dependencies:
|
| 652 |
+
"@babel/helper-module-transforms" "^7.15.0"
|
| 653 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 654 |
+
"@babel/helper-simple-access" "^7.14.8"
|
| 655 |
+
babel-plugin-dynamic-import-node "^2.3.3"
|
| 656 |
+
|
| 657 |
+
"@babel/plugin-transform-modules-systemjs@^7.14.5":
|
| 658 |
+
version "7.14.5"
|
| 659 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.14.5.tgz#c75342ef8b30dcde4295d3401aae24e65638ed29"
|
| 660 |
+
integrity sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==
|
| 661 |
+
dependencies:
|
| 662 |
+
"@babel/helper-hoist-variables" "^7.14.5"
|
| 663 |
+
"@babel/helper-module-transforms" "^7.14.5"
|
| 664 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 665 |
+
"@babel/helper-validator-identifier" "^7.14.5"
|
| 666 |
+
babel-plugin-dynamic-import-node "^2.3.3"
|
| 667 |
+
|
| 668 |
+
"@babel/plugin-transform-modules-umd@^7.14.5":
|
| 669 |
+
version "7.14.5"
|
| 670 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz#fb662dfee697cce274a7cda525190a79096aa6e0"
|
| 671 |
+
integrity sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==
|
| 672 |
+
dependencies:
|
| 673 |
+
"@babel/helper-module-transforms" "^7.14.5"
|
| 674 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 675 |
+
|
| 676 |
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
|
| 677 |
+
version "7.14.9"
|
| 678 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
|
| 679 |
+
integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==
|
| 680 |
+
dependencies:
|
| 681 |
+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
| 682 |
+
|
| 683 |
+
"@babel/plugin-transform-new-target@^7.14.5":
|
| 684 |
+
version "7.14.5"
|
| 685 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz#31bdae8b925dc84076ebfcd2a9940143aed7dbf8"
|
| 686 |
+
integrity sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==
|
| 687 |
+
dependencies:
|
| 688 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 689 |
+
|
| 690 |
+
"@babel/plugin-transform-object-super@^7.14.5":
|
| 691 |
+
version "7.14.5"
|
| 692 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz#d0b5faeac9e98597a161a9cf78c527ed934cdc45"
|
| 693 |
+
integrity sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==
|
| 694 |
+
dependencies:
|
| 695 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 696 |
+
"@babel/helper-replace-supers" "^7.14.5"
|
| 697 |
+
|
| 698 |
+
"@babel/plugin-transform-parameters@^7.14.5":
|
| 699 |
+
version "7.14.5"
|
| 700 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz#49662e86a1f3ddccac6363a7dfb1ff0a158afeb3"
|
| 701 |
+
integrity sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==
|
| 702 |
+
dependencies:
|
| 703 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 704 |
+
|
| 705 |
+
"@babel/plugin-transform-property-literals@^7.14.5":
|
| 706 |
+
version "7.14.5"
|
| 707 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"
|
| 708 |
+
integrity sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==
|
| 709 |
+
dependencies:
|
| 710 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 711 |
+
|
| 712 |
+
"@babel/plugin-transform-react-constant-elements@^7.12.1":
|
| 713 |
+
version "7.14.5"
|
| 714 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.14.5.tgz#41790d856f7c5cec82d2bcf5d0e5064d682522ed"
|
| 715 |
+
integrity sha512-NBqLEx1GxllIOXJInJAQbrnwwYJsV3WaMHIcOwD8rhYS0AabTWn7kHdHgPgu5RmHLU0q4DMxhAMu8ue/KampgQ==
|
| 716 |
+
dependencies:
|
| 717 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 718 |
+
|
| 719 |
+
"@babel/plugin-transform-react-display-name@^7.14.5":
|
| 720 |
+
version "7.15.1"
|
| 721 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.15.1.tgz#6aaac6099f1fcf6589d35ae6be1b6e10c8c602b9"
|
| 722 |
+
integrity sha512-yQZ/i/pUCJAHI/LbtZr413S3VT26qNrEm0M5RRxQJA947/YNYwbZbBaXGDrq6CG5QsZycI1VIP6d7pQaBfP+8Q==
|
| 723 |
+
dependencies:
|
| 724 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 725 |
+
|
| 726 |
+
"@babel/plugin-transform-react-jsx-development@^7.14.5":
|
| 727 |
+
version "7.14.5"
|
| 728 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.14.5.tgz#1a6c73e2f7ed2c42eebc3d2ad60b0c7494fcb9af"
|
| 729 |
+
integrity sha512-rdwG/9jC6QybWxVe2UVOa7q6cnTpw8JRRHOxntG/h6g/guAOe6AhtQHJuJh5FwmnXIT1bdm5vC2/5huV8ZOorQ==
|
| 730 |
+
dependencies:
|
| 731 |
+
"@babel/plugin-transform-react-jsx" "^7.14.5"
|
| 732 |
+
|
| 733 |
+
"@babel/plugin-transform-react-jsx@^7.12.7", "@babel/plugin-transform-react-jsx@^7.14.5":
|
| 734 |
+
version "7.14.9"
|
| 735 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.9.tgz#3314b2163033abac5200a869c4de242cd50a914c"
|
| 736 |
+
integrity sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw==
|
| 737 |
+
dependencies:
|
| 738 |
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
| 739 |
+
"@babel/helper-module-imports" "^7.14.5"
|
| 740 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 741 |
+
"@babel/plugin-syntax-jsx" "^7.14.5"
|
| 742 |
+
"@babel/types" "^7.14.9"
|
| 743 |
+
|
| 744 |
+
"@babel/plugin-transform-react-pure-annotations@^7.14.5":
|
| 745 |
+
version "7.14.5"
|
| 746 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.14.5.tgz#18de612b84021e3a9802cbc212c9d9f46d0d11fc"
|
| 747 |
+
integrity sha512-3X4HpBJimNxW4rhUy/SONPyNQHp5YRr0HhJdT2OH1BRp0of7u3Dkirc7x9FRJMKMqTBI079VZ1hzv7Ouuz///g==
|
| 748 |
+
dependencies:
|
| 749 |
+
"@babel/helper-annotate-as-pure" "^7.14.5"
|
| 750 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 751 |
+
|
| 752 |
+
"@babel/plugin-transform-regenerator@^7.14.5":
|
| 753 |
+
version "7.14.5"
|
| 754 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz#9676fd5707ed28f522727c5b3c0aa8544440b04f"
|
| 755 |
+
integrity sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==
|
| 756 |
+
dependencies:
|
| 757 |
+
regenerator-transform "^0.14.2"
|
| 758 |
+
|
| 759 |
+
"@babel/plugin-transform-reserved-words@^7.14.5":
|
| 760 |
+
version "7.14.5"
|
| 761 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz#c44589b661cfdbef8d4300dcc7469dffa92f8304"
|
| 762 |
+
integrity sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==
|
| 763 |
+
dependencies:
|
| 764 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 765 |
+
|
| 766 |
+
"@babel/plugin-transform-runtime@^7.13.10":
|
| 767 |
+
version "7.15.0"
|
| 768 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3"
|
| 769 |
+
integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==
|
| 770 |
+
dependencies:
|
| 771 |
+
"@babel/helper-module-imports" "^7.14.5"
|
| 772 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 773 |
+
babel-plugin-polyfill-corejs2 "^0.2.2"
|
| 774 |
+
babel-plugin-polyfill-corejs3 "^0.2.2"
|
| 775 |
+
babel-plugin-polyfill-regenerator "^0.2.2"
|
| 776 |
+
semver "^6.3.0"
|
| 777 |
+
|
| 778 |
+
"@babel/plugin-transform-shorthand-properties@^7.14.5":
|
| 779 |
+
version "7.14.5"
|
| 780 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz#97f13855f1409338d8cadcbaca670ad79e091a58"
|
| 781 |
+
integrity sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==
|
| 782 |
+
dependencies:
|
| 783 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 784 |
+
|
| 785 |
+
"@babel/plugin-transform-spread@^7.14.6":
|
| 786 |
+
version "7.14.6"
|
| 787 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
|
| 788 |
+
integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
|
| 789 |
+
dependencies:
|
| 790 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 791 |
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
|
| 792 |
+
|
| 793 |
+
"@babel/plugin-transform-sticky-regex@^7.14.5":
|
| 794 |
+
version "7.14.5"
|
| 795 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz#5b617542675e8b7761294381f3c28c633f40aeb9"
|
| 796 |
+
integrity sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==
|
| 797 |
+
dependencies:
|
| 798 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 799 |
+
|
| 800 |
+
"@babel/plugin-transform-template-literals@^7.14.5":
|
| 801 |
+
version "7.14.5"
|
| 802 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz#a5f2bc233937d8453885dc736bdd8d9ffabf3d93"
|
| 803 |
+
integrity sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==
|
| 804 |
+
dependencies:
|
| 805 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 806 |
+
|
| 807 |
+
"@babel/plugin-transform-typeof-symbol@^7.14.5":
|
| 808 |
+
version "7.14.5"
|
| 809 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz#39af2739e989a2bd291bf6b53f16981423d457d4"
|
| 810 |
+
integrity sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==
|
| 811 |
+
dependencies:
|
| 812 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 813 |
+
|
| 814 |
+
"@babel/plugin-transform-typescript@^7.15.0":
|
| 815 |
+
version "7.15.0"
|
| 816 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.0.tgz#553f230b9d5385018716586fc48db10dd228eb7e"
|
| 817 |
+
integrity sha512-WIIEazmngMEEHDaPTx0IZY48SaAmjVWe3TRSX7cmJXn0bEv9midFzAjxiruOWYIVf5iQ10vFx7ASDpgEO08L5w==
|
| 818 |
+
dependencies:
|
| 819 |
+
"@babel/helper-create-class-features-plugin" "^7.15.0"
|
| 820 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 821 |
+
"@babel/plugin-syntax-typescript" "^7.14.5"
|
| 822 |
+
|
| 823 |
+
"@babel/plugin-transform-unicode-escapes@^7.14.5":
|
| 824 |
+
version "7.14.5"
|
| 825 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz#9d4bd2a681e3c5d7acf4f57fa9e51175d91d0c6b"
|
| 826 |
+
integrity sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==
|
| 827 |
+
dependencies:
|
| 828 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 829 |
+
|
| 830 |
+
"@babel/plugin-transform-unicode-regex@^7.14.5":
|
| 831 |
+
version "7.14.5"
|
| 832 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz#4cd09b6c8425dd81255c7ceb3fb1836e7414382e"
|
| 833 |
+
integrity sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==
|
| 834 |
+
dependencies:
|
| 835 |
+
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
| 836 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 837 |
+
|
| 838 |
+
"@babel/preset-env@^7.12.1", "@babel/preset-env@^7.13.10":
|
| 839 |
+
version "7.15.0"
|
| 840 |
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
|
| 841 |
+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
|
| 842 |
+
dependencies:
|
| 843 |
+
"@babel/compat-data" "^7.15.0"
|
| 844 |
+
"@babel/helper-compilation-targets" "^7.15.0"
|
| 845 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 846 |
+
"@babel/helper-validator-option" "^7.14.5"
|
| 847 |
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
|
| 848 |
+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
|
| 849 |
+
"@babel/plugin-proposal-class-properties" "^7.14.5"
|
| 850 |
+
"@babel/plugin-proposal-class-static-block" "^7.14.5"
|
| 851 |
+
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
| 852 |
+
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
|
| 853 |
+
"@babel/plugin-proposal-json-strings" "^7.14.5"
|
| 854 |
+
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
|
| 855 |
+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
|
| 856 |
+
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
|
| 857 |
+
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
|
| 858 |
+
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
|
| 859 |
+
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 860 |
+
"@babel/plugin-proposal-private-methods" "^7.14.5"
|
| 861 |
+
"@babel/plugin-proposal-private-property-in-object" "^7.14.5"
|
| 862 |
+
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
|
| 863 |
+
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
| 864 |
+
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
| 865 |
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
| 866 |
+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
| 867 |
+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
| 868 |
+
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
| 869 |
+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
| 870 |
+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
| 871 |
+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
| 872 |
+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
| 873 |
+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
| 874 |
+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
| 875 |
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
| 876 |
+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
| 877 |
+
"@babel/plugin-transform-arrow-functions" "^7.14.5"
|
| 878 |
+
"@babel/plugin-transform-async-to-generator" "^7.14.5"
|
| 879 |
+
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
|
| 880 |
+
"@babel/plugin-transform-block-scoping" "^7.14.5"
|
| 881 |
+
"@babel/plugin-transform-classes" "^7.14.9"
|
| 882 |
+
"@babel/plugin-transform-computed-properties" "^7.14.5"
|
| 883 |
+
"@babel/plugin-transform-destructuring" "^7.14.7"
|
| 884 |
+
"@babel/plugin-transform-dotall-regex" "^7.14.5"
|
| 885 |
+
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
|
| 886 |
+
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
|
| 887 |
+
"@babel/plugin-transform-for-of" "^7.14.5"
|
| 888 |
+
"@babel/plugin-transform-function-name" "^7.14.5"
|
| 889 |
+
"@babel/plugin-transform-literals" "^7.14.5"
|
| 890 |
+
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
|
| 891 |
+
"@babel/plugin-transform-modules-amd" "^7.14.5"
|
| 892 |
+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
|
| 893 |
+
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
|
| 894 |
+
"@babel/plugin-transform-modules-umd" "^7.14.5"
|
| 895 |
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
|
| 896 |
+
"@babel/plugin-transform-new-target" "^7.14.5"
|
| 897 |
+
"@babel/plugin-transform-object-super" "^7.14.5"
|
| 898 |
+
"@babel/plugin-transform-parameters" "^7.14.5"
|
| 899 |
+
"@babel/plugin-transform-property-literals" "^7.14.5"
|
| 900 |
+
"@babel/plugin-transform-regenerator" "^7.14.5"
|
| 901 |
+
"@babel/plugin-transform-reserved-words" "^7.14.5"
|
| 902 |
+
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
|
| 903 |
+
"@babel/plugin-transform-spread" "^7.14.6"
|
| 904 |
+
"@babel/plugin-transform-sticky-regex" "^7.14.5"
|
| 905 |
+
"@babel/plugin-transform-template-literals" "^7.14.5"
|
| 906 |
+
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
|
| 907 |
+
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
| 908 |
+
"@babel/plugin-transform-unicode-regex" "^7.14.5"
|
| 909 |
+
"@babel/preset-modules" "^0.1.4"
|
| 910 |
+
"@babel/types" "^7.15.0"
|
| 911 |
+
babel-plugin-polyfill-corejs2 "^0.2.2"
|
| 912 |
+
babel-plugin-polyfill-corejs3 "^0.2.2"
|
| 913 |
+
babel-plugin-polyfill-regenerator "^0.2.2"
|
| 914 |
+
core-js-compat "^3.16.0"
|
| 915 |
+
semver "^6.3.0"
|
| 916 |
+
|
| 917 |
+
"@babel/preset-modules@^0.1.4":
|
| 918 |
+
version "0.1.4"
|
| 919 |
+
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c662842970fdb5e254ffc8fc1c2e415e"
|
| 920 |
+
integrity sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==
|
| 921 |
+
dependencies:
|
| 922 |
+
"@babel/helper-plugin-utils" "^7.0.0"
|
| 923 |
+
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
|
| 924 |
+
"@babel/plugin-transform-dotall-regex" "^7.4.4"
|
| 925 |
+
"@babel/types" "^7.4.4"
|
| 926 |
+
esutils "^2.0.2"
|
| 927 |
+
|
| 928 |
+
"@babel/preset-react@^7.12.5":
|
| 929 |
+
version "7.14.5"
|
| 930 |
+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.14.5.tgz#0fbb769513f899c2c56f3a882fa79673c2d4ab3c"
|
| 931 |
+
integrity sha512-XFxBkjyObLvBaAvkx1Ie95Iaq4S/GUEIrejyrntQ/VCMKUYvKLoyKxOBzJ2kjA3b6rC9/KL6KXfDC2GqvLiNqQ==
|
| 932 |
+
dependencies:
|
| 933 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 934 |
+
"@babel/helper-validator-option" "^7.14.5"
|
| 935 |
+
"@babel/plugin-transform-react-display-name" "^7.14.5"
|
| 936 |
+
"@babel/plugin-transform-react-jsx" "^7.14.5"
|
| 937 |
+
"@babel/plugin-transform-react-jsx-development" "^7.14.5"
|
| 938 |
+
"@babel/plugin-transform-react-pure-annotations" "^7.14.5"
|
| 939 |
+
|
| 940 |
+
"@babel/preset-typescript@^7.13.0":
|
| 941 |
+
version "7.15.0"
|
| 942 |
+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945"
|
| 943 |
+
integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==
|
| 944 |
+
dependencies:
|
| 945 |
+
"@babel/helper-plugin-utils" "^7.14.5"
|
| 946 |
+
"@babel/helper-validator-option" "^7.14.5"
|
| 947 |
+
"@babel/plugin-transform-typescript" "^7.15.0"
|
| 948 |
+
|
| 949 |
+
"@babel/runtime-corejs3@^7.10.2":
|
| 950 |
+
version "7.14.9"
|
| 951 |
+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.9.tgz#fb21b1cf11650dcb8fcf4de2e6b3b8cf411da3f3"
|
| 952 |
+
integrity sha512-64RiH2ON4/y8qYtoa8rUiyam/tUVyGqRyNYhe+vCRGmjnV4bUlZvY+mwd0RrmLoCpJpdq3RsrNqKb7SJdw/4kw==
|
| 953 |
+
dependencies:
|
| 954 |
+
core-js-pure "^3.16.0"
|
| 955 |
+
regenerator-runtime "^0.13.4"
|
| 956 |
+
|
| 957 |
+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.8.4":
|
| 958 |
+
version "7.14.8"
|
| 959 |
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446"
|
| 960 |
+
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==
|
| 961 |
+
dependencies:
|
| 962 |
+
regenerator-runtime "^0.13.4"
|
| 963 |
+
|
| 964 |
+
"@babel/template@^7.14.5", "@babel/template@^7.3.3":
|
| 965 |
+
version "7.14.5"
|
| 966 |
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
|
| 967 |
+
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
|
| 968 |
+
dependencies:
|
| 969 |
+
"@babel/code-frame" "^7.14.5"
|
| 970 |
+
"@babel/parser" "^7.14.5"
|
| 971 |
+
"@babel/types" "^7.14.5"
|
| 972 |
+
|
| 973 |
+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.0":
|
| 974 |
+
version "7.15.0"
|
| 975 |
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
|
| 976 |
+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
|
| 977 |
+
dependencies:
|
| 978 |
+
"@babel/code-frame" "^7.14.5"
|
| 979 |
+
"@babel/generator" "^7.15.0"
|
| 980 |
+
"@babel/helper-function-name" "^7.14.5"
|
| 981 |
+
"@babel/helper-hoist-variables" "^7.14.5"
|
| 982 |
+
"@babel/helper-split-export-declaration" "^7.14.5"
|
| 983 |
+
"@babel/parser" "^7.15.0"
|
| 984 |
+
"@babel/types" "^7.15.0"
|
| 985 |
+
debug "^4.1.0"
|
| 986 |
+
globals "^11.1.0"
|
| 987 |
+
|
| 988 |
+
"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
| 989 |
+
version "7.15.0"
|
| 990 |
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
|
| 991 |
+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
|
| 992 |
+
dependencies:
|
| 993 |
+
"@babel/helper-validator-identifier" "^7.14.9"
|
| 994 |
+
to-fast-properties "^2.0.0"
|
| 995 |
+
|
| 996 |
+
"@bcoe/v8-coverage@^0.2.3":
|
| 997 |
+
version "0.2.3"
|
| 998 |
+
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
| 999 |
+
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
|
| 1000 |
+
|
| 1001 |
+
"@cnakazawa/watch@^1.0.3":
|
| 1002 |
+
version "1.0.4"
|
| 1003 |
+
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
|
| 1004 |
+
integrity sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==
|
| 1005 |
+
dependencies:
|
| 1006 |
+
exec-sh "^0.3.2"
|
| 1007 |
+
minimist "^1.2.0"
|
| 1008 |
+
|
| 1009 |
+
"@cypress/request@^2.88.5":
|
| 1010 |
+
version "2.88.5"
|
| 1011 |
+
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-2.88.5.tgz#8d7ecd17b53a849cfd5ab06d5abe7d84976375d7"
|
| 1012 |
+
integrity sha512-TzEC1XMi1hJkywWpRfD2clreTa/Z+lOrXDCxxBTBPEcY5azdPi56A6Xw+O4tWJnaJH3iIE7G5aDXZC6JgRZLcA==
|
| 1013 |
+
dependencies:
|
| 1014 |
+
aws-sign2 "~0.7.0"
|
| 1015 |
+
aws4 "^1.8.0"
|
| 1016 |
+
caseless "~0.12.0"
|
| 1017 |
+
combined-stream "~1.0.6"
|
| 1018 |
+
extend "~3.0.2"
|
| 1019 |
+
forever-agent "~0.6.1"
|
| 1020 |
+
form-data "~2.3.2"
|
| 1021 |
+
har-validator "~5.1.3"
|
| 1022 |
+
http-signature "~1.2.0"
|
| 1023 |
+
is-typedarray "~1.0.0"
|
| 1024 |
+
isstream "~0.1.2"
|
| 1025 |
+
json-stringify-safe "~5.0.1"
|
| 1026 |
+
mime-types "~2.1.19"
|
| 1027 |
+
oauth-sign "~0.9.0"
|
| 1028 |
+
performance-now "^2.1.0"
|
| 1029 |
+
qs "~6.5.2"
|
| 1030 |
+
safe-buffer "^5.1.2"
|
| 1031 |
+
tough-cookie "~2.5.0"
|
| 1032 |
+
tunnel-agent "^0.6.0"
|
| 1033 |
+
uuid "^3.3.2"
|
| 1034 |
+
|
| 1035 |
+
"@cypress/xvfb@^1.2.4":
|
| 1036 |
+
version "1.2.4"
|
| 1037 |
+
resolved "https://registry.yarnpkg.com/@cypress/xvfb/-/xvfb-1.2.4.tgz#2daf42e8275b39f4aa53c14214e557bd14e7748a"
|
| 1038 |
+
integrity sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==
|
| 1039 |
+
dependencies:
|
| 1040 |
+
debug "^3.1.0"
|
| 1041 |
+
lodash.once "^4.1.1"
|
| 1042 |
+
|
| 1043 |
+
"@dabh/diagnostics@^2.0.2":
|
| 1044 |
+
version "2.0.2"
|
| 1045 |
+
resolved "https://registry.yarnpkg.com/@dabh/diagnostics/-/diagnostics-2.0.2.tgz#290d08f7b381b8f94607dc8f471a12c675f9db31"
|
| 1046 |
+
integrity sha512-+A1YivoVDNNVCdfozHSR8v/jyuuLTMXwjWuxPFlFlUapXoGc+Gj9mDlTDDfrwl7rXCl2tNZ0kE8sIBO6YOn96Q==
|
| 1047 |
+
dependencies:
|
| 1048 |
+
colorspace "1.1.x"
|
| 1049 |
+
enabled "2.0.x"
|
| 1050 |
+
kuler "^2.0.0"
|
| 1051 |
+
|
| 1052 |
+
"@es-joy/jsdoccomment@^0.6.0":
|
| 1053 |
+
version "0.6.0"
|
| 1054 |
+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.6.0.tgz#8926a8184df0968860f8c69b3bfc52efa6aeaa30"
|
| 1055 |
+
integrity sha512-zT1EtysKMITJ7vE4RvOJqitxk/Str6It8hq+fykxkwLuTyzgak+TnVuVSIyovT/qrEz3i46ypCSXgNtIDYwNOg==
|
| 1056 |
+
dependencies:
|
| 1057 |
+
comment-parser "^1.1.5"
|
| 1058 |
+
esquery "^1.4.0"
|
| 1059 |
+
jsdoctypeparser "^9.0.0"
|
| 1060 |
+
|
| 1061 |
+
"@eslint/eslintrc@^0.4.3":
|
| 1062 |
+
version "0.4.3"
|
| 1063 |
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
|
| 1064 |
+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
|
| 1065 |
+
dependencies:
|
| 1066 |
+
ajv "^6.12.4"
|
| 1067 |
+
debug "^4.1.1"
|
| 1068 |
+
espree "^7.3.0"
|
| 1069 |
+
globals "^13.9.0"
|
| 1070 |
+
ignore "^4.0.6"
|
| 1071 |
+
import-fresh "^3.2.1"
|
| 1072 |
+
js-yaml "^3.13.1"
|
| 1073 |
+
minimatch "^3.0.4"
|
| 1074 |
+
strip-json-comments "^3.1.1"
|
| 1075 |
+
|
| 1076 |
+
"@hapi/address@2.x.x":
|
| 1077 |
+
version "2.1.4"
|
| 1078 |
+
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
|
| 1079 |
+
integrity sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==
|
| 1080 |
+
|
| 1081 |
+
"@hapi/bourne@1.x.x":
|
| 1082 |
+
version "1.3.2"
|
| 1083 |
+
resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a"
|
| 1084 |
+
integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==
|
| 1085 |
+
|
| 1086 |
+
"@hapi/hoek@8.x.x", "@hapi/hoek@^8.3.0":
|
| 1087 |
+
version "8.5.1"
|
| 1088 |
+
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06"
|
| 1089 |
+
integrity sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==
|
| 1090 |
+
|
| 1091 |
+
"@hapi/hoek@^9.0.0":
|
| 1092 |
+
version "9.2.0"
|
| 1093 |
+
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.0.tgz#f3933a44e365864f4dad5db94158106d511e8131"
|
| 1094 |
+
integrity sha512-sqKVVVOe5ivCaXDWivIJYVSaEgdQK9ul7a4Kity5Iw7u9+wBAPbX1RMSnLLmp7O4Vzj0WOWwMAJsTL00xwaNug==
|
| 1095 |
+
|
| 1096 |
+
"@hapi/joi@^15.0.3":
|
| 1097 |
+
version "15.1.1"
|
| 1098 |
+
resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-15.1.1.tgz#c675b8a71296f02833f8d6d243b34c57b8ce19d7"
|
| 1099 |
+
integrity sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==
|
| 1100 |
+
dependencies:
|
| 1101 |
+
"@hapi/address" "2.x.x"
|
| 1102 |
+
"@hapi/bourne" "1.x.x"
|
| 1103 |
+
"@hapi/hoek" "8.x.x"
|
| 1104 |
+
"@hapi/topo" "3.x.x"
|
| 1105 |
+
|
| 1106 |
+
"@hapi/topo@3.x.x":
|
| 1107 |
+
version "3.1.6"
|
| 1108 |
+
resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-3.1.6.tgz#68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29"
|
| 1109 |
+
integrity sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==
|
| 1110 |
+
dependencies:
|
| 1111 |
+
"@hapi/hoek" "^8.3.0"
|
| 1112 |
+
|
| 1113 |
+
"@hapi/topo@^5.0.0":
|
| 1114 |
+
version "5.1.0"
|
| 1115 |
+
resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012"
|
| 1116 |
+
integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==
|
| 1117 |
+
dependencies:
|
| 1118 |
+
"@hapi/hoek" "^9.0.0"
|
| 1119 |
+
|
| 1120 |
+
"@html-validate/stylish@^2.0.0":
|
| 1121 |
+
version "2.0.1"
|
| 1122 |
+
resolved "https://registry.yarnpkg.com/@html-validate/stylish/-/stylish-2.0.1.tgz#a21dac99e7bbf7d25a564b8560d9d2a17aa84dd4"
|
| 1123 |
+
integrity sha512-iRLjgQnNq66rcsTukun6KwMhPEoUV2R3atPbTSapnEvD1aETjD+pfS+1yYrmaPeJFgXHzfsSYjAuyUVq7EID/Q==
|
| 1124 |
+
dependencies:
|
| 1125 |
+
kleur "^4.0.0"
|
| 1126 |
+
text-table "^0.2.0"
|
| 1127 |
+
|
| 1128 |
+
"@humanwhocodes/config-array@^0.5.0":
|
| 1129 |
+
version "0.5.0"
|
| 1130 |
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
|
| 1131 |
+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
|
| 1132 |
+
dependencies:
|
| 1133 |
+
"@humanwhocodes/object-schema" "^1.2.0"
|
| 1134 |
+
debug "^4.1.1"
|
| 1135 |
+
minimatch "^3.0.4"
|
| 1136 |
+
|
| 1137 |
+
"@humanwhocodes/object-schema@^1.2.0":
|
| 1138 |
+
version "1.2.0"
|
| 1139 |
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
|
| 1140 |
+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
|
| 1141 |
+
|
| 1142 |
+
"@istanbuljs/load-nyc-config@^1.0.0":
|
| 1143 |
+
version "1.1.0"
|
| 1144 |
+
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
|
| 1145 |
+
integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==
|
| 1146 |
+
dependencies:
|
| 1147 |
+
camelcase "^5.3.1"
|
| 1148 |
+
find-up "^4.1.0"
|
| 1149 |
+
get-package-type "^0.1.0"
|
| 1150 |
+
js-yaml "^3.13.1"
|
| 1151 |
+
resolve-from "^5.0.0"
|
| 1152 |
+
|
| 1153 |
+
"@istanbuljs/schema@^0.1.2":
|
| 1154 |
+
version "0.1.3"
|
| 1155 |
+
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
| 1156 |
+
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
| 1157 |
+
|
| 1158 |
+
"@jest/console@^26.6.2":
|
| 1159 |
+
version "26.6.2"
|
| 1160 |
+
resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.6.2.tgz#4e04bc464014358b03ab4937805ee36a0aeb98f2"
|
| 1161 |
+
integrity sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==
|
| 1162 |
+
dependencies:
|
| 1163 |
+
"@jest/types" "^26.6.2"
|
| 1164 |
+
"@types/node" "*"
|
| 1165 |
+
chalk "^4.0.0"
|
| 1166 |
+
jest-message-util "^26.6.2"
|
| 1167 |
+
jest-util "^26.6.2"
|
| 1168 |
+
slash "^3.0.0"
|
| 1169 |
+
|
| 1170 |
+
"@jest/core@^26.6.3":
|
| 1171 |
+
version "26.6.3"
|
| 1172 |
+
resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad"
|
| 1173 |
+
integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==
|
| 1174 |
+
dependencies:
|
| 1175 |
+
"@jest/console" "^26.6.2"
|
| 1176 |
+
"@jest/reporters" "^26.6.2"
|
| 1177 |
+
"@jest/test-result" "^26.6.2"
|
| 1178 |
+
"@jest/transform" "^26.6.2"
|
| 1179 |
+
"@jest/types" "^26.6.2"
|
| 1180 |
+
"@types/node" "*"
|
| 1181 |
+
ansi-escapes "^4.2.1"
|
| 1182 |
+
chalk "^4.0.0"
|
| 1183 |
+
exit "^0.1.2"
|
| 1184 |
+
graceful-fs "^4.2.4"
|
| 1185 |
+
jest-changed-files "^26.6.2"
|
| 1186 |
+
jest-config "^26.6.3"
|
| 1187 |
+
jest-haste-map "^26.6.2"
|
| 1188 |
+
jest-message-util "^26.6.2"
|
| 1189 |
+
jest-regex-util "^26.0.0"
|
| 1190 |
+
jest-resolve "^26.6.2"
|
| 1191 |
+
jest-resolve-dependencies "^26.6.3"
|
| 1192 |
+
jest-runner "^26.6.3"
|
| 1193 |
+
jest-runtime "^26.6.3"
|
| 1194 |
+
jest-snapshot "^26.6.2"
|
| 1195 |
+
jest-util "^26.6.2"
|
| 1196 |
+
jest-validate "^26.6.2"
|
| 1197 |
+
jest-watcher "^26.6.2"
|
| 1198 |
+
micromatch "^4.0.2"
|
| 1199 |
+
p-each-series "^2.1.0"
|
| 1200 |
+
rimraf "^3.0.0"
|
| 1201 |
+
slash "^3.0.0"
|
| 1202 |
+
strip-ansi "^6.0.0"
|
| 1203 |
+
|
| 1204 |
+
"@jest/environment@^26.6.2":
|
| 1205 |
+
version "26.6.2"
|
| 1206 |
+
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c"
|
| 1207 |
+
integrity sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==
|
| 1208 |
+
dependencies:
|
| 1209 |
+
"@jest/fake-timers" "^26.6.2"
|
| 1210 |
+
"@jest/types" "^26.6.2"
|
| 1211 |
+
"@types/node" "*"
|
| 1212 |
+
jest-mock "^26.6.2"
|
| 1213 |
+
|
| 1214 |
+
"@jest/fake-timers@^26.6.2":
|
| 1215 |
+
version "26.6.2"
|
| 1216 |
+
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-26.6.2.tgz#459c329bcf70cee4af4d7e3f3e67848123535aad"
|
| 1217 |
+
integrity sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==
|
| 1218 |
+
dependencies:
|
| 1219 |
+
"@jest/types" "^26.6.2"
|
| 1220 |
+
"@sinonjs/fake-timers" "^6.0.1"
|
| 1221 |
+
"@types/node" "*"
|
| 1222 |
+
jest-message-util "^26.6.2"
|
| 1223 |
+
jest-mock "^26.6.2"
|
| 1224 |
+
jest-util "^26.6.2"
|
| 1225 |
+
|
| 1226 |
+
"@jest/globals@^26.6.2":
|
| 1227 |
+
version "26.6.2"
|
| 1228 |
+
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-26.6.2.tgz#5b613b78a1aa2655ae908eba638cc96a20df720a"
|
| 1229 |
+
integrity sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==
|
| 1230 |
+
dependencies:
|
| 1231 |
+
"@jest/environment" "^26.6.2"
|
| 1232 |
+
"@jest/types" "^26.6.2"
|
| 1233 |
+
expect "^26.6.2"
|
| 1234 |
+
|
| 1235 |
+
"@jest/reporters@^26.6.2":
|
| 1236 |
+
version "26.6.2"
|
| 1237 |
+
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-26.6.2.tgz#1f518b99637a5f18307bd3ecf9275f6882a667f6"
|
| 1238 |
+
integrity sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==
|
| 1239 |
+
dependencies:
|
| 1240 |
+
"@bcoe/v8-coverage" "^0.2.3"
|
| 1241 |
+
"@jest/console" "^26.6.2"
|
| 1242 |
+
"@jest/test-result" "^26.6.2"
|
| 1243 |
+
"@jest/transform" "^26.6.2"
|
| 1244 |
+
"@jest/types" "^26.6.2"
|
| 1245 |
+
chalk "^4.0.0"
|
| 1246 |
+
collect-v8-coverage "^1.0.0"
|
| 1247 |
+
exit "^0.1.2"
|
| 1248 |
+
glob "^7.1.2"
|
| 1249 |
+
graceful-fs "^4.2.4"
|
| 1250 |
+
istanbul-lib-coverage "^3.0.0"
|
| 1251 |
+
istanbul-lib-instrument "^4.0.3"
|
| 1252 |
+
istanbul-lib-report "^3.0.0"
|
| 1253 |
+
istanbul-lib-source-maps "^4.0.0"
|
| 1254 |
+
istanbul-reports "^3.0.2"
|
| 1255 |
+
jest-haste-map "^26.6.2"
|
| 1256 |
+
jest-resolve "^26.6.2"
|
| 1257 |
+
jest-util "^26.6.2"
|
| 1258 |
+
jest-worker "^26.6.2"
|
| 1259 |
+
slash "^3.0.0"
|
| 1260 |
+
source-map "^0.6.0"
|
| 1261 |
+
string-length "^4.0.1"
|
| 1262 |
+
terminal-link "^2.0.0"
|
| 1263 |
+
v8-to-istanbul "^7.0.0"
|
| 1264 |
+
optionalDependencies:
|
| 1265 |
+
node-notifier "^8.0.0"
|
| 1266 |
+
|
| 1267 |
+
"@jest/source-map@^26.6.2":
|
| 1268 |
+
version "26.6.2"
|
| 1269 |
+
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-26.6.2.tgz#29af5e1e2e324cafccc936f218309f54ab69d535"
|
| 1270 |
+
integrity sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==
|
| 1271 |
+
dependencies:
|
| 1272 |
+
callsites "^3.0.0"
|
| 1273 |
+
graceful-fs "^4.2.4"
|
| 1274 |
+
source-map "^0.6.0"
|
| 1275 |
+
|
| 1276 |
+
"@jest/test-result@^26.6.2":
|
| 1277 |
+
version "26.6.2"
|
| 1278 |
+
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.6.2.tgz#55da58b62df134576cc95476efa5f7949e3f5f18"
|
| 1279 |
+
integrity sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==
|
| 1280 |
+
dependencies:
|
| 1281 |
+
"@jest/console" "^26.6.2"
|
| 1282 |
+
"@jest/types" "^26.6.2"
|
| 1283 |
+
"@types/istanbul-lib-coverage" "^2.0.0"
|
| 1284 |
+
collect-v8-coverage "^1.0.0"
|
| 1285 |
+
|
| 1286 |
+
"@jest/test-sequencer@^26.6.3":
|
| 1287 |
+
version "26.6.3"
|
| 1288 |
+
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz#98e8a45100863886d074205e8ffdc5a7eb582b17"
|
| 1289 |
+
integrity sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==
|
| 1290 |
+
dependencies:
|
| 1291 |
+
"@jest/test-result" "^26.6.2"
|
| 1292 |
+
graceful-fs "^4.2.4"
|
| 1293 |
+
jest-haste-map "^26.6.2"
|
| 1294 |
+
jest-runner "^26.6.3"
|
| 1295 |
+
jest-runtime "^26.6.3"
|
| 1296 |
+
|
| 1297 |
+
"@jest/transform@^26.6.2":
|
| 1298 |
+
version "26.6.2"
|
| 1299 |
+
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b"
|
| 1300 |
+
integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==
|
| 1301 |
+
dependencies:
|
| 1302 |
+
"@babel/core" "^7.1.0"
|
| 1303 |
+
"@jest/types" "^26.6.2"
|
| 1304 |
+
babel-plugin-istanbul "^6.0.0"
|
| 1305 |
+
chalk "^4.0.0"
|
| 1306 |
+
convert-source-map "^1.4.0"
|
| 1307 |
+
fast-json-stable-stringify "^2.0.0"
|
| 1308 |
+
graceful-fs "^4.2.4"
|
| 1309 |
+
jest-haste-map "^26.6.2"
|
| 1310 |
+
jest-regex-util "^26.0.0"
|
| 1311 |
+
jest-util "^26.6.2"
|
| 1312 |
+
micromatch "^4.0.2"
|
| 1313 |
+
pirates "^4.0.1"
|
| 1314 |
+
slash "^3.0.0"
|
| 1315 |
+
source-map "^0.6.1"
|
| 1316 |
+
write-file-atomic "^3.0.0"
|
| 1317 |
+
|
| 1318 |
+
"@jest/types@^26.6.2":
|
| 1319 |
+
version "26.6.2"
|
| 1320 |
+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
|
| 1321 |
+
integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
|
| 1322 |
+
dependencies:
|
| 1323 |
+
"@types/istanbul-lib-coverage" "^2.0.0"
|
| 1324 |
+
"@types/istanbul-reports" "^3.0.0"
|
| 1325 |
+
"@types/node" "*"
|
| 1326 |
+
"@types/yargs" "^15.0.0"
|
| 1327 |
+
chalk "^4.0.0"
|
| 1328 |
+
|
| 1329 |
+
"@nodelib/fs.scandir@2.1.5":
|
| 1330 |
+
version "2.1.5"
|
| 1331 |
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
| 1332 |
+
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
|
| 1333 |
+
dependencies:
|
| 1334 |
+
"@nodelib/fs.stat" "2.0.5"
|
| 1335 |
+
run-parallel "^1.1.9"
|
| 1336 |
+
|
| 1337 |
+
"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
|
| 1338 |
+
version "2.0.5"
|
| 1339 |
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
|
| 1340 |
+
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
| 1341 |
+
|
| 1342 |
+
"@nodelib/fs.walk@^1.2.3":
|
| 1343 |
+
version "1.2.8"
|
| 1344 |
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
| 1345 |
+
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
| 1346 |
+
dependencies:
|
| 1347 |
+
"@nodelib/fs.scandir" "2.1.5"
|
| 1348 |
+
fastq "^1.6.0"
|
| 1349 |
+
|
| 1350 |
+
"@npmcli/move-file@^1.0.1":
|
| 1351 |
+
version "1.1.2"
|
| 1352 |
+
resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674"
|
| 1353 |
+
integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
|
| 1354 |
+
dependencies:
|
| 1355 |
+
mkdirp "^1.0.4"
|
| 1356 |
+
rimraf "^3.0.2"
|
| 1357 |
+
|
| 1358 |
+
"@oclif/color@^0.x":
|
| 1359 |
+
version "0.1.2"
|
| 1360 |
+
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-0.1.2.tgz#28b07e2850d9ce814d0b587ce3403b7ad8f7d987"
|
| 1361 |
+
integrity sha512-M9o+DOrb8l603qvgz1FogJBUGLqcMFL1aFg2ZEL0FbXJofiNTLOWIeB4faeZTLwE6dt0xH9GpCVpzksMMzGbmA==
|
| 1362 |
+
dependencies:
|
| 1363 |
+
ansi-styles "^3.2.1"
|
| 1364 |
+
chalk "^3.0.0"
|
| 1365 |
+
strip-ansi "^5.2.0"
|
| 1366 |
+
supports-color "^5.4.0"
|
| 1367 |
+
tslib "^1"
|
| 1368 |
+
|
| 1369 |
+
"@oclif/command@1.5.19":
|
| 1370 |
+
version "1.5.19"
|
| 1371 |
+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.5.19.tgz#13f472450eb83bd6c6871a164c03eadb5e1a07ed"
|
| 1372 |
+
integrity sha512-6+iaCMh/JXJaB2QWikqvGE9//wLEVYYwZd5sud8aLoLKog1Q75naZh2vlGVtg5Mq/NqpqGQvdIjJb3Bm+64AUQ==
|
| 1373 |
+
dependencies:
|
| 1374 |
+
"@oclif/config" "^1"
|
| 1375 |
+
"@oclif/errors" "^1.2.2"
|
| 1376 |
+
"@oclif/parser" "^3.8.3"
|
| 1377 |
+
"@oclif/plugin-help" "^2"
|
| 1378 |
+
debug "^4.1.1"
|
| 1379 |
+
semver "^5.6.0"
|
| 1380 |
+
|
| 1381 |
+
"@oclif/command@^1.5.13", "@oclif/command@^1.5.20", "@oclif/command@^1.6.0":
|
| 1382 |
+
version "1.8.0"
|
| 1383 |
+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.0.tgz#c1a499b10d26e9d1a611190a81005589accbb339"
|
| 1384 |
+
integrity sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==
|
| 1385 |
+
dependencies:
|
| 1386 |
+
"@oclif/config" "^1.15.1"
|
| 1387 |
+
"@oclif/errors" "^1.3.3"
|
| 1388 |
+
"@oclif/parser" "^3.8.3"
|
| 1389 |
+
"@oclif/plugin-help" "^3"
|
| 1390 |
+
debug "^4.1.1"
|
| 1391 |
+
semver "^7.3.2"
|
| 1392 |
+
|
| 1393 |
+
"@oclif/config@^1", "@oclif/config@^1.15.1":
|
| 1394 |
+
version "1.17.0"
|
| 1395 |
+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
|
| 1396 |
+
integrity sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==
|
| 1397 |
+
dependencies:
|
| 1398 |
+
"@oclif/errors" "^1.3.3"
|
| 1399 |
+
"@oclif/parser" "^3.8.0"
|
| 1400 |
+
debug "^4.1.1"
|
| 1401 |
+
globby "^11.0.1"
|
| 1402 |
+
is-wsl "^2.1.1"
|
| 1403 |
+
tslib "^2.0.0"
|
| 1404 |
+
|
| 1405 |
+
"@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3":
|
| 1406 |
+
version "1.3.5"
|
| 1407 |
+
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
|
| 1408 |
+
integrity sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ==
|
| 1409 |
+
dependencies:
|
| 1410 |
+
clean-stack "^3.0.0"
|
| 1411 |
+
fs-extra "^8.1"
|
| 1412 |
+
indent-string "^4.0.0"
|
| 1413 |
+
strip-ansi "^6.0.0"
|
| 1414 |
+
wrap-ansi "^7.0.0"
|
| 1415 |
+
|
| 1416 |
+
"@oclif/linewrap@^1.0.0":
|
| 1417 |
+
version "1.0.0"
|
| 1418 |
+
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
|
| 1419 |
+
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
|
| 1420 |
+
|
| 1421 |
+
"@oclif/parser@^3.8.0", "@oclif/parser@^3.8.3":
|
| 1422 |
+
version "3.8.5"
|
| 1423 |
+
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.5.tgz#c5161766a1efca7343e1f25d769efbefe09f639b"
|
| 1424 |
+
integrity sha512-yojzeEfmSxjjkAvMRj0KzspXlMjCfBzNRPkWw8ZwOSoNWoJn+OCS/m/S+yfV6BvAM4u2lTzX9Y5rCbrFIgkJLg==
|
| 1425 |
+
dependencies:
|
| 1426 |
+
"@oclif/errors" "^1.2.2"
|
| 1427 |
+
"@oclif/linewrap" "^1.0.0"
|
| 1428 |
+
chalk "^2.4.2"
|
| 1429 |
+
tslib "^1.9.3"
|
| 1430 |
+
|
| 1431 |
+
"@oclif/plugin-help@^2":
|
| 1432 |
+
version "2.2.3"
|
| 1433 |
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.2.3.tgz#b993041e92047f0e1762668aab04d6738ac06767"
|
| 1434 |
+
integrity sha512-bGHUdo5e7DjPJ0vTeRBMIrfqTRDBfyR5w0MP41u0n3r7YG5p14lvMmiCXxi6WDaP2Hw5nqx3PnkAIntCKZZN7g==
|
| 1435 |
+
dependencies:
|
| 1436 |
+
"@oclif/command" "^1.5.13"
|
| 1437 |
+
chalk "^2.4.1"
|
| 1438 |
+
indent-string "^4.0.0"
|
| 1439 |
+
lodash.template "^4.4.0"
|
| 1440 |
+
string-width "^3.0.0"
|
| 1441 |
+
strip-ansi "^5.0.0"
|
| 1442 |
+
widest-line "^2.0.1"
|
| 1443 |
+
wrap-ansi "^4.0.0"
|
| 1444 |
+
|
| 1445 |
+
"@oclif/plugin-help@^3":
|
| 1446 |
+
version "3.2.2"
|
| 1447 |
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.2.tgz#063ee08cee556573a5198fbdfdaa32796deba0ed"
|
| 1448 |
+
integrity sha512-SPZ8U8PBYK0n4srFjCLedk0jWU4QlxgEYLCXIBShJgOwPhTTQknkUlsEwaMIevvCU4iCQZhfMX+D8Pz5GZjFgA==
|
| 1449 |
+
dependencies:
|
| 1450 |
+
"@oclif/command" "^1.5.20"
|
| 1451 |
+
"@oclif/config" "^1.15.1"
|
| 1452 |
+
"@oclif/errors" "^1.2.2"
|
| 1453 |
+
chalk "^4.1.0"
|
| 1454 |
+
indent-string "^4.0.0"
|
| 1455 |
+
lodash.template "^4.4.0"
|
| 1456 |
+
string-width "^4.2.0"
|
| 1457 |
+
strip-ansi "^6.0.0"
|
| 1458 |
+
widest-line "^3.1.0"
|
| 1459 |
+
wrap-ansi "^4.0.0"
|
| 1460 |
+
|
| 1461 |
+
"@oclif/plugin-not-found@^1.2":
|
| 1462 |
+
version "1.2.4"
|
| 1463 |
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-1.2.4.tgz#160108c82f0aa10f4fb52cee4e0135af34b7220b"
|
| 1464 |
+
integrity sha512-G440PCuMi/OT8b71aWkR+kCWikngGtyRjOR24sPMDbpUFV4+B3r51fz1fcqeUiiEOYqUpr0Uy/sneUe1O/NfBg==
|
| 1465 |
+
dependencies:
|
| 1466 |
+
"@oclif/color" "^0.x"
|
| 1467 |
+
"@oclif/command" "^1.6.0"
|
| 1468 |
+
cli-ux "^4.9.0"
|
| 1469 |
+
fast-levenshtein "^2.0.6"
|
| 1470 |
+
lodash "^4.17.13"
|
| 1471 |
+
|
| 1472 |
+
"@oclif/screen@^1.0.3":
|
| 1473 |
+
version "1.0.4"
|
| 1474 |
+
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
|
| 1475 |
+
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
|
| 1476 |
+
|
| 1477 |
+
"@percy/agent@~0":
|
| 1478 |
+
version "0.28.6"
|
| 1479 |
+
resolved "https://registry.yarnpkg.com/@percy/agent/-/agent-0.28.6.tgz#b220fab6ddcf63ae4e6c343108ba6955a772ce1c"
|
| 1480 |
+
integrity sha512-SDAyBiUmfQMVTayjvEjQ0IJIA7Y3AoeyWn0jmUxNOMRRIJWo4lQJghfhFCgzCkhXDCm67NMN2nAQAsvXrlIdkQ==
|
| 1481 |
+
dependencies:
|
| 1482 |
+
"@oclif/command" "1.5.19"
|
| 1483 |
+
"@oclif/config" "^1"
|
| 1484 |
+
"@oclif/plugin-help" "^2"
|
| 1485 |
+
"@oclif/plugin-not-found" "^1.2"
|
| 1486 |
+
axios "^0.21.1"
|
| 1487 |
+
body-parser "^1.18.3"
|
| 1488 |
+
colors "^1.3.2"
|
| 1489 |
+
cors "^2.8.4"
|
| 1490 |
+
cosmiconfig "^5.2.1"
|
| 1491 |
+
cross-spawn "^7.0.2"
|
| 1492 |
+
deepmerge "^4.0.0"
|
| 1493 |
+
express "^4.16.3"
|
| 1494 |
+
follow-redirects "1.12.1"
|
| 1495 |
+
generic-pool "^3.7.1"
|
| 1496 |
+
globby "^10.0.1"
|
| 1497 |
+
image-size "^0.8.2"
|
| 1498 |
+
js-yaml "^3.13.1"
|
| 1499 |
+
percy-client "^3.2.0"
|
| 1500 |
+
puppeteer "^5.3.1"
|
| 1501 |
+
retry-axios "^1.0.1"
|
| 1502 |
+
which "^2.0.1"
|
| 1503 |
+
winston "^3.0.0"
|
| 1504 |
+
|
| 1505 |
+
"@percy/cypress@^2.3.4":
|
| 1506 |
+
version "2.3.4"
|
| 1507 |
+
resolved "https://registry.yarnpkg.com/@percy/cypress/-/cypress-2.3.4.tgz#9605fd848ab27aab795515a22a8868078ba57838"
|
| 1508 |
+
integrity sha512-UiVnLdcgRnOD1C5orkQiCQC1OFcb/Kt4CWSOVg61JkWNgeWb03os9HN2vjlwgb11eCR8gLHBs+O7T9MRMy28Qg==
|
| 1509 |
+
dependencies:
|
| 1510 |
+
"@percy/agent" "~0"
|
| 1511 |
+
axios "^0.21.0"
|
| 1512 |
+
|
| 1513 |
+
"@polka/url@^1.0.0-next.15":
|
| 1514 |
+
version "1.0.0-next.15"
|
| 1515 |
+
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.15.tgz#6a9d143f7f4f49db2d782f9e1c8839a29b43ae23"
|
| 1516 |
+
integrity sha512-15spi3V28QdevleWBNXE4pIls3nFZmBbUGrW9IVPwiQczuSb9n76TCB4bsk8TSel+I1OkHEdPhu5QKMfY6rQHA==
|
| 1517 |
+
|
| 1518 |
+
"@sideway/address@^4.1.0":
|
| 1519 |
+
version "4.1.2"
|
| 1520 |
+
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.2.tgz#811b84333a335739d3969cfc434736268170cad1"
|
| 1521 |
+
integrity sha512-idTz8ibqWFrPU8kMirL0CoPH/A29XOzzAzpyN3zQ4kAWnzmNfFmRaoMNN6VI8ske5M73HZyhIaW4OuSFIdM4oA==
|
| 1522 |
+
dependencies:
|
| 1523 |
+
"@hapi/hoek" "^9.0.0"
|
| 1524 |
+
|
| 1525 |
+
"@sideway/formula@^3.0.0":
|
| 1526 |
+
version "3.0.0"
|
| 1527 |
+
resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.0.tgz#fe158aee32e6bd5de85044be615bc08478a0a13c"
|
| 1528 |
+
integrity sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==
|
| 1529 |
+
|
| 1530 |
+
"@sideway/pinpoint@^2.0.0":
|
| 1531 |
+
version "2.0.0"
|
| 1532 |
+
resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
|
| 1533 |
+
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
|
| 1534 |
+
|
| 1535 |
+
"@sidvind/better-ajv-errors@^0.9.0":
|
| 1536 |
+
version "0.9.1"
|
| 1537 |
+
resolved "https://registry.yarnpkg.com/@sidvind/better-ajv-errors/-/better-ajv-errors-0.9.1.tgz#b77f79008ef64c8a0d89dfed4faad109a62bf31f"
|
| 1538 |
+
integrity sha512-V8SE37LhaixX/lb+PxdheLI8EIUi5qesdUp5VUoCN4zOJ/X/R4+Nwgc9ZvRC7/pfLXy0YfMxH2x7TVjSibA8Zg==
|
| 1539 |
+
dependencies:
|
| 1540 |
+
"@babel/code-frame" "^7.0.0"
|
| 1541 |
+
chalk "^4.0.0"
|
| 1542 |
+
json-to-ast "^2.0.3"
|
| 1543 |
+
jsonpointer "^4.1.0"
|
| 1544 |
+
leven "^3.1.0"
|
| 1545 |
+
|
| 1546 |
+
"@sinonjs/commons@^1.7.0":
|
| 1547 |
+
version "1.8.3"
|
| 1548 |
+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
|
| 1549 |
+
integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==
|
| 1550 |
+
dependencies:
|
| 1551 |
+
type-detect "4.0.8"
|
| 1552 |
+
|
| 1553 |
+
"@sinonjs/fake-timers@^6.0.1":
|
| 1554 |
+
version "6.0.1"
|
| 1555 |
+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40"
|
| 1556 |
+
integrity sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==
|
| 1557 |
+
dependencies:
|
| 1558 |
+
"@sinonjs/commons" "^1.7.0"
|
| 1559 |
+
|
| 1560 |
+
"@stylelint/postcss-css-in-js@^0.37.2":
|
| 1561 |
+
version "0.37.2"
|
| 1562 |
+
resolved "https://registry.yarnpkg.com/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.2.tgz#7e5a84ad181f4234a2480803422a47b8749af3d2"
|
| 1563 |
+
integrity sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==
|
| 1564 |
+
dependencies:
|
| 1565 |
+
"@babel/core" ">=7.9.0"
|
| 1566 |
+
|
| 1567 |
+
"@stylelint/postcss-markdown@^0.36.2":
|
| 1568 |
+
version "0.36.2"
|
| 1569 |
+
resolved "https://registry.yarnpkg.com/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz#0a540c4692f8dcdfc13c8e352c17e7bfee2bb391"
|
| 1570 |
+
integrity sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==
|
| 1571 |
+
dependencies:
|
| 1572 |
+
remark "^13.0.0"
|
| 1573 |
+
unist-util-find-all-after "^3.0.2"
|
| 1574 |
+
|
| 1575 |
+
"@svgr/babel-plugin-add-jsx-attribute@^5.4.0":
|
| 1576 |
+
version "5.4.0"
|
| 1577 |
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz#81ef61947bb268eb9d50523446f9c638fb355906"
|
| 1578 |
+
integrity sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==
|
| 1579 |
+
|
| 1580 |
+
"@svgr/babel-plugin-remove-jsx-attribute@^5.4.0":
|
| 1581 |
+
version "5.4.0"
|
| 1582 |
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz#6b2c770c95c874654fd5e1d5ef475b78a0a962ef"
|
| 1583 |
+
integrity sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==
|
| 1584 |
+
|
| 1585 |
+
"@svgr/babel-plugin-remove-jsx-empty-expression@^5.0.1":
|
| 1586 |
+
version "5.0.1"
|
| 1587 |
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz#25621a8915ed7ad70da6cea3d0a6dbc2ea933efd"
|
| 1588 |
+
integrity sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==
|
| 1589 |
+
|
| 1590 |
+
"@svgr/babel-plugin-replace-jsx-attribute-value@^5.0.1":
|
| 1591 |
+
version "5.0.1"
|
| 1592 |
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz#0b221fc57f9fcd10e91fe219e2cd0dd03145a897"
|
| 1593 |
+
integrity sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==
|
| 1594 |
+
|
| 1595 |
+
"@svgr/babel-plugin-svg-dynamic-title@^5.4.0":
|
| 1596 |
+
version "5.4.0"
|
| 1597 |
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz#139b546dd0c3186b6e5db4fefc26cb0baea729d7"
|
| 1598 |
+
integrity sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==
|
| 1599 |
+
|
| 1600 |
+
"@svgr/babel-plugin-svg-em-dimensions@^5.4.0":
|
| 1601 |
+
version "5.4.0"
|
| 1602 |
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz#6543f69526632a133ce5cabab965deeaea2234a0"
|
| 1603 |
+
integrity sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==
|
| 1604 |
+
|
| 1605 |
+
"@svgr/babel-plugin-transform-react-native-svg@^5.4.0":
|
| 1606 |
+
version "5.4.0"
|
| 1607 |
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz#00bf9a7a73f1cad3948cdab1f8dfb774750f8c80"
|
| 1608 |
+
integrity sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==
|
| 1609 |
+
|
| 1610 |
+
"@svgr/babel-plugin-transform-svg-component@^5.5.0":
|
| 1611 |
+
version "5.5.0"
|
| 1612 |
+
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz#583a5e2a193e214da2f3afeb0b9e8d3250126b4a"
|
| 1613 |
+
integrity sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==
|
| 1614 |
+
|
| 1615 |
+
"@svgr/babel-preset@^5.5.0":
|
| 1616 |
+
version "5.5.0"
|
| 1617 |
+
resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-5.5.0.tgz#8af54f3e0a8add7b1e2b0fcd5a882c55393df327"
|
| 1618 |
+
integrity sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==
|
| 1619 |
+
dependencies:
|
| 1620 |
+
"@svgr/babel-plugin-add-jsx-attribute" "^5.4.0"
|
| 1621 |
+
"@svgr/babel-plugin-remove-jsx-attribute" "^5.4.0"
|
| 1622 |
+
"@svgr/babel-plugin-remove-jsx-empty-expression" "^5.0.1"
|
| 1623 |
+
"@svgr/babel-plugin-replace-jsx-attribute-value" "^5.0.1"
|
| 1624 |
+
"@svgr/babel-plugin-svg-dynamic-title" "^5.4.0"
|
| 1625 |
+
"@svgr/babel-plugin-svg-em-dimensions" "^5.4.0"
|
| 1626 |
+
"@svgr/babel-plugin-transform-react-native-svg" "^5.4.0"
|
| 1627 |
+
"@svgr/babel-plugin-transform-svg-component" "^5.5.0"
|
| 1628 |
+
|
| 1629 |
+
"@svgr/core@^5.5.0":
|
| 1630 |
+
version "5.5.0"
|
| 1631 |
+
resolved "https://registry.yarnpkg.com/@svgr/core/-/core-5.5.0.tgz#82e826b8715d71083120fe8f2492ec7d7874a579"
|
| 1632 |
+
integrity sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==
|
| 1633 |
+
dependencies:
|
| 1634 |
+
"@svgr/plugin-jsx" "^5.5.0"
|
| 1635 |
+
camelcase "^6.2.0"
|
| 1636 |
+
cosmiconfig "^7.0.0"
|
| 1637 |
+
|
| 1638 |
+
"@svgr/hast-util-to-babel-ast@^5.5.0":
|
| 1639 |
+
version "5.5.0"
|
| 1640 |
+
resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz#5ee52a9c2533f73e63f8f22b779f93cd432a5461"
|
| 1641 |
+
integrity sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==
|
| 1642 |
+
dependencies:
|
| 1643 |
+
"@babel/types" "^7.12.6"
|
| 1644 |
+
|
| 1645 |
+
"@svgr/plugin-jsx@^5.5.0":
|
| 1646 |
+
version "5.5.0"
|
| 1647 |
+
resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz#1aa8cd798a1db7173ac043466d7b52236b369000"
|
| 1648 |
+
integrity sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==
|
| 1649 |
+
dependencies:
|
| 1650 |
+
"@babel/core" "^7.12.3"
|
| 1651 |
+
"@svgr/babel-preset" "^5.5.0"
|
| 1652 |
+
"@svgr/hast-util-to-babel-ast" "^5.5.0"
|
| 1653 |
+
svg-parser "^2.0.2"
|
| 1654 |
+
|
| 1655 |
+
"@svgr/plugin-svgo@^5.5.0":
|
| 1656 |
+
version "5.5.0"
|
| 1657 |
+
resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz#02da55d85320549324e201c7b2e53bf431fcc246"
|
| 1658 |
+
integrity sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==
|
| 1659 |
+
dependencies:
|
| 1660 |
+
cosmiconfig "^7.0.0"
|
| 1661 |
+
deepmerge "^4.2.2"
|
| 1662 |
+
svgo "^1.2.2"
|
| 1663 |
+
|
| 1664 |
+
"@svgr/webpack@^5.2.0":
|
| 1665 |
+
version "5.5.0"
|
| 1666 |
+
resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-5.5.0.tgz#aae858ee579f5fa8ce6c3166ef56c6a1b381b640"
|
| 1667 |
+
integrity sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==
|
| 1668 |
+
dependencies:
|
| 1669 |
+
"@babel/core" "^7.12.3"
|
| 1670 |
+
"@babel/plugin-transform-react-constant-elements" "^7.12.1"
|
| 1671 |
+
"@babel/preset-env" "^7.12.1"
|
| 1672 |
+
"@babel/preset-react" "^7.12.5"
|
| 1673 |
+
"@svgr/core" "^5.5.0"
|
| 1674 |
+
"@svgr/plugin-jsx" "^5.5.0"
|
| 1675 |
+
"@svgr/plugin-svgo" "^5.5.0"
|
| 1676 |
+
loader-utils "^2.0.0"
|
| 1677 |
+
|
| 1678 |
+
"@testing-library/cypress@^7.0.6":
|
| 1679 |
+
version "7.0.7"
|
| 1680 |
+
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-7.0.7.tgz#b3e8696e707bcaa1664f5f9452f96f87cb90f438"
|
| 1681 |
+
integrity sha512-4yavolmN9o4Lmtrff6sbOTNFW9VqRRqDrP6gS2hkqLri4+lKURRYblg8kjOlcni/5h/qctFych+gkUOkpgypxw==
|
| 1682 |
+
dependencies:
|
| 1683 |
+
"@babel/runtime" "^7.12.5"
|
| 1684 |
+
"@testing-library/dom" "^7.29.6"
|
| 1685 |
+
|
| 1686 |
+
"@testing-library/dom@^7.29.6":
|
| 1687 |
+
version "7.31.2"
|
| 1688 |
+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.31.2.tgz#df361db38f5212b88555068ab8119f5d841a8c4a"
|
| 1689 |
+
integrity sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==
|
| 1690 |
+
dependencies:
|
| 1691 |
+
"@babel/code-frame" "^7.10.4"
|
| 1692 |
+
"@babel/runtime" "^7.12.5"
|
| 1693 |
+
"@types/aria-query" "^4.2.0"
|
| 1694 |
+
aria-query "^4.2.2"
|
| 1695 |
+
chalk "^4.1.0"
|
| 1696 |
+
dom-accessibility-api "^0.5.6"
|
| 1697 |
+
lz-string "^1.4.4"
|
| 1698 |
+
pretty-format "^26.6.2"
|
| 1699 |
+
|
| 1700 |
+
"@tootallnate/once@1":
|
| 1701 |
+
version "1.1.2"
|
| 1702 |
+
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
|
| 1703 |
+
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
|
| 1704 |
+
|
| 1705 |
+
"@types/aria-query@^4.2.0":
|
| 1706 |
+
version "4.2.2"
|
| 1707 |
+
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.2.tgz#ed4e0ad92306a704f9fb132a0cfcf77486dbe2bc"
|
| 1708 |
+
integrity sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==
|
| 1709 |
+
|
| 1710 |
+
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
|
| 1711 |
+
version "7.1.15"
|
| 1712 |
+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.15.tgz#2ccfb1ad55a02c83f8e0ad327cbc332f55eb1024"
|
| 1713 |
+
integrity sha512-bxlMKPDbY8x5h6HBwVzEOk2C8fb6SLfYQ5Jw3uBYuYF1lfWk/kbLd81la82vrIkBb0l+JdmrZaDikPrNxpS/Ew==
|
| 1714 |
+
dependencies:
|
| 1715 |
+
"@babel/parser" "^7.1.0"
|
| 1716 |
+
"@babel/types" "^7.0.0"
|
| 1717 |
+
"@types/babel__generator" "*"
|
| 1718 |
+
"@types/babel__template" "*"
|
| 1719 |
+
"@types/babel__traverse" "*"
|
| 1720 |
+
|
| 1721 |
+
"@types/babel__generator@*":
|
| 1722 |
+
version "7.6.3"
|
| 1723 |
+
resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.3.tgz#f456b4b2ce79137f768aa130d2423d2f0ccfaba5"
|
| 1724 |
+
integrity sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==
|
| 1725 |
+
dependencies:
|
| 1726 |
+
"@babel/types" "^7.0.0"
|
| 1727 |
+
|
| 1728 |
+
"@types/babel__template@*":
|
| 1729 |
+
version "7.4.1"
|
| 1730 |
+
resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969"
|
| 1731 |
+
integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==
|
| 1732 |
+
dependencies:
|
| 1733 |
+
"@babel/parser" "^7.1.0"
|
| 1734 |
+
"@babel/types" "^7.0.0"
|
| 1735 |
+
|
| 1736 |
+
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6":
|
| 1737 |
+
version "7.14.2"
|
| 1738 |
+
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.14.2.tgz#ffcd470bbb3f8bf30481678fb5502278ca833a43"
|
| 1739 |
+
integrity sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==
|
| 1740 |
+
dependencies:
|
| 1741 |
+
"@babel/types" "^7.3.0"
|
| 1742 |
+
|
| 1743 |
+
"@types/cheerio@^0.22.22":
|
| 1744 |
+
version "0.22.30"
|
| 1745 |
+
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.30.tgz#6c1ded70d20d890337f0f5144be2c5e9ce0936e6"
|
| 1746 |
+
integrity sha512-t7ZVArWZlq3dFa9Yt33qFBQIK4CQd1Q3UJp0V+UhP6vgLWLM6Qug7vZuRSGXg45zXeB1Fm5X2vmBkEX58LV2Tw==
|
| 1747 |
+
dependencies:
|
| 1748 |
+
"@types/node" "*"
|
| 1749 |
+
|
| 1750 |
+
"@types/glob@^7.1.1":
|
| 1751 |
+
version "7.1.4"
|
| 1752 |
+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.4.tgz#ea59e21d2ee5c517914cb4bc8e4153b99e566672"
|
| 1753 |
+
integrity sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA==
|
| 1754 |
+
dependencies:
|
| 1755 |
+
"@types/minimatch" "*"
|
| 1756 |
+
"@types/node" "*"
|
| 1757 |
+
|
| 1758 |
+
"@types/graceful-fs@^4.1.2":
|
| 1759 |
+
version "4.1.5"
|
| 1760 |
+
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
|
| 1761 |
+
integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==
|
| 1762 |
+
dependencies:
|
| 1763 |
+
"@types/node" "*"
|
| 1764 |
+
|
| 1765 |
+
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
|
| 1766 |
+
version "2.0.3"
|
| 1767 |
+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
|
| 1768 |
+
integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==
|
| 1769 |
+
|
| 1770 |
+
"@types/istanbul-lib-report@*":
|
| 1771 |
+
version "3.0.0"
|
| 1772 |
+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686"
|
| 1773 |
+
integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==
|
| 1774 |
+
dependencies:
|
| 1775 |
+
"@types/istanbul-lib-coverage" "*"
|
| 1776 |
+
|
| 1777 |
+
"@types/istanbul-reports@^3.0.0":
|
| 1778 |
+
version "3.0.1"
|
| 1779 |
+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff"
|
| 1780 |
+
integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==
|
| 1781 |
+
dependencies:
|
| 1782 |
+
"@types/istanbul-lib-report" "*"
|
| 1783 |
+
|
| 1784 |
+
"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
|
| 1785 |
+
version "7.0.9"
|
| 1786 |
+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
|
| 1787 |
+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
|
| 1788 |
+
|
| 1789 |
+
"@types/mdast@^3.0.0":
|
| 1790 |
+
version "3.0.7"
|
| 1791 |
+
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.7.tgz#cba63d0cc11eb1605cea5c0ad76e02684394166b"
|
| 1792 |
+
integrity sha512-YwR7OK8aPmaBvMMUi+pZXBNoW2unbVbfok4YRqGMJBe1dpDlzpRkJrYEYmvjxgs5JhuQmKfDexrN98u941Zasg==
|
| 1793 |
+
dependencies:
|
| 1794 |
+
"@types/unist" "*"
|
| 1795 |
+
|
| 1796 |
+
"@types/minimatch@*":
|
| 1797 |
+
version "3.0.5"
|
| 1798 |
+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
|
| 1799 |
+
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
|
| 1800 |
+
|
| 1801 |
+
"@types/minimist@^1.2.0":
|
| 1802 |
+
version "1.2.2"
|
| 1803 |
+
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
| 1804 |
+
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
| 1805 |
+
|
| 1806 |
+
"@types/node@*":
|
| 1807 |
+
version "16.4.13"
|
| 1808 |
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.13.tgz#7dfd9c14661edc65cccd43a29eb454174642370d"
|
| 1809 |
+
integrity sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg==
|
| 1810 |
+
|
| 1811 |
+
"@types/node@^14.14.31":
|
| 1812 |
+
version "14.17.9"
|
| 1813 |
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.9.tgz#b97c057e6138adb7b720df2bd0264b03c9f504fd"
|
| 1814 |
+
integrity sha512-CMjgRNsks27IDwI785YMY0KLt3co/c0cQ5foxHYv/shC2w8oOnVwz5Ubq1QG5KzrcW+AXk6gzdnxIkDnTvzu3g==
|
| 1815 |
+
|
| 1816 |
+
"@types/normalize-package-data@^2.4.0":
|
| 1817 |
+
version "2.4.1"
|
| 1818 |
+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
| 1819 |
+
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
|
| 1820 |
+
|
| 1821 |
+
"@types/parse-json@^4.0.0":
|
| 1822 |
+
version "4.0.0"
|
| 1823 |
+
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
|
| 1824 |
+
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
|
| 1825 |
+
|
| 1826 |
+
"@types/prettier@^2.0.0":
|
| 1827 |
+
version "2.3.2"
|
| 1828 |
+
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.2.tgz#fc8c2825e4ed2142473b4a81064e6e081463d1b3"
|
| 1829 |
+
integrity sha512-eI5Yrz3Qv4KPUa/nSIAi0h+qX0XyewOliug5F2QAtuRg6Kjg6jfmxe1GIwoIRhZspD1A0RP8ANrPwvEXXtRFog==
|
| 1830 |
+
|
| 1831 |
+
"@types/prop-types@*":
|
| 1832 |
+
version "15.7.4"
|
| 1833 |
+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
|
| 1834 |
+
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
|
| 1835 |
+
|
| 1836 |
+
"@types/q@^1.5.1":
|
| 1837 |
+
version "1.5.5"
|
| 1838 |
+
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df"
|
| 1839 |
+
integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==
|
| 1840 |
+
|
| 1841 |
+
"@types/react-dom@^16.9.0":
|
| 1842 |
+
version "16.9.14"
|
| 1843 |
+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.14.tgz#674b8f116645fe5266b40b525777fc6bb8eb3bcd"
|
| 1844 |
+
integrity sha512-FIX2AVmPTGP30OUJ+0vadeIFJJ07Mh1m+U0rxfgyW34p3rTlXI+nlenvAxNn4BP36YyI9IJ/+UJ7Wu22N1pI7A==
|
| 1845 |
+
dependencies:
|
| 1846 |
+
"@types/react" "^16"
|
| 1847 |
+
|
| 1848 |
+
"@types/react@^16", "@types/react@^16.9.0":
|
| 1849 |
+
version "16.14.12"
|
| 1850 |
+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.12.tgz#1e38e2114e568f6541f88628a207f72630ee161f"
|
| 1851 |
+
integrity sha512-7nOJgNsRbARhZhvwPm7cnzahtzEi5VJ9OvcQk8ExEEb1t+zaFklwLVkJz7G1kfxX4X/mDa/icTmzE0vTmqsqBg==
|
| 1852 |
+
dependencies:
|
| 1853 |
+
"@types/prop-types" "*"
|
| 1854 |
+
"@types/scheduler" "*"
|
| 1855 |
+
csstype "^3.0.2"
|
| 1856 |
+
|
| 1857 |
+
"@types/scheduler@*":
|
| 1858 |
+
version "0.16.2"
|
| 1859 |
+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
|
| 1860 |
+
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
|
| 1861 |
+
|
| 1862 |
+
"@types/sinonjs__fake-timers@^6.0.2":
|
| 1863 |
+
version "6.0.3"
|
| 1864 |
+
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.3.tgz#79df6f358ae8f79e628fe35a63608a0ea8e7cf08"
|
| 1865 |
+
integrity sha512-E1dU4fzC9wN2QK2Cr1MLCfyHM8BoNnRFvuf45LYMPNDA+WqbNzC45S4UzPxvp1fFJ1rvSGU0bPvdd35VLmXG8g==
|
| 1866 |
+
|
| 1867 |
+
"@types/sizzle@^2.3.2":
|
| 1868 |
+
version "2.3.3"
|
| 1869 |
+
resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.3.tgz#ff5e2f1902969d305225a047c8a0fd5c915cebef"
|
| 1870 |
+
integrity sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==
|
| 1871 |
+
|
| 1872 |
+
"@types/source-list-map@*":
|
| 1873 |
+
version "0.1.2"
|
| 1874 |
+
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
|
| 1875 |
+
integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==
|
| 1876 |
+
|
| 1877 |
+
"@types/stack-utils@^2.0.0":
|
| 1878 |
+
version "2.0.1"
|
| 1879 |
+
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
|
| 1880 |
+
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
|
| 1881 |
+
|
| 1882 |
+
"@types/tapable@^1":
|
| 1883 |
+
version "1.0.8"
|
| 1884 |
+
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310"
|
| 1885 |
+
integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==
|
| 1886 |
+
|
| 1887 |
+
"@types/uglify-js@*":
|
| 1888 |
+
version "3.13.1"
|
| 1889 |
+
resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.1.tgz#5e889e9e81e94245c75b6450600e1c5ea2878aea"
|
| 1890 |
+
integrity sha512-O3MmRAk6ZuAKa9CHgg0Pr0+lUOqoMLpc9AS4R8ano2auvsg7IE8syF3Xh/NPr26TWklxYcqoEEFdzLLs1fV9PQ==
|
| 1891 |
+
dependencies:
|
| 1892 |
+
source-map "^0.6.1"
|
| 1893 |
+
|
| 1894 |
+
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
|
| 1895 |
+
version "2.0.6"
|
| 1896 |
+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
|
| 1897 |
+
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
|
| 1898 |
+
|
| 1899 |
+
"@types/webpack-sources@*":
|
| 1900 |
+
version "3.2.0"
|
| 1901 |
+
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.0.tgz#16d759ba096c289034b26553d2df1bf45248d38b"
|
| 1902 |
+
integrity sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==
|
| 1903 |
+
dependencies:
|
| 1904 |
+
"@types/node" "*"
|
| 1905 |
+
"@types/source-list-map" "*"
|
| 1906 |
+
source-map "^0.7.3"
|
| 1907 |
+
|
| 1908 |
+
"@types/webpack@^4.4.31":
|
| 1909 |
+
version "4.41.30"
|
| 1910 |
+
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.30.tgz#fd3db6d0d41e145a8eeeafcd3c4a7ccde9068ddc"
|
| 1911 |
+
integrity sha512-GUHyY+pfuQ6haAfzu4S14F+R5iGRwN6b2FRNJY7U0NilmFAqbsOfK6j1HwuLBAqwRIT+pVdNDJGJ6e8rpp0KHA==
|
| 1912 |
+
dependencies:
|
| 1913 |
+
"@types/node" "*"
|
| 1914 |
+
"@types/tapable" "^1"
|
| 1915 |
+
"@types/uglify-js" "*"
|
| 1916 |
+
"@types/webpack-sources" "*"
|
| 1917 |
+
anymatch "^3.0.0"
|
| 1918 |
+
source-map "^0.6.0"
|
| 1919 |
+
|
| 1920 |
+
"@types/yargs-parser@*":
|
| 1921 |
+
version "20.2.1"
|
| 1922 |
+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
|
| 1923 |
+
integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
|
| 1924 |
+
|
| 1925 |
+
"@types/yargs@^15.0.0":
|
| 1926 |
+
version "15.0.14"
|
| 1927 |
+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06"
|
| 1928 |
+
integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==
|
| 1929 |
+
dependencies:
|
| 1930 |
+
"@types/yargs-parser" "*"
|
| 1931 |
+
|
| 1932 |
+
"@types/yauzl@^2.9.1":
|
| 1933 |
+
version "2.9.2"
|
| 1934 |
+
resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.9.2.tgz#c48e5d56aff1444409e39fa164b0b4d4552a7b7a"
|
| 1935 |
+
integrity sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==
|
| 1936 |
+
dependencies:
|
| 1937 |
+
"@types/node" "*"
|
| 1938 |
+
|
| 1939 |
+
"@typescript-eslint/eslint-plugin@^4.15.0", "@typescript-eslint/eslint-plugin@^4.19.0":
|
| 1940 |
+
version "4.29.1"
|
| 1941 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b"
|
| 1942 |
+
integrity sha512-AHqIU+SqZZgBEiWOrtN94ldR3ZUABV5dUG94j8Nms9rQnHFc8fvDOue/58K4CFz6r8OtDDc35Pw9NQPWo0Ayrw==
|
| 1943 |
+
dependencies:
|
| 1944 |
+
"@typescript-eslint/experimental-utils" "4.29.1"
|
| 1945 |
+
"@typescript-eslint/scope-manager" "4.29.1"
|
| 1946 |
+
debug "^4.3.1"
|
| 1947 |
+
functional-red-black-tree "^1.0.1"
|
| 1948 |
+
regexpp "^3.1.0"
|
| 1949 |
+
semver "^7.3.5"
|
| 1950 |
+
tsutils "^3.21.0"
|
| 1951 |
+
|
| 1952 |
+
"@typescript-eslint/experimental-utils@4.29.1", "@typescript-eslint/experimental-utils@^4.0.1":
|
| 1953 |
+
version "4.29.1"
|
| 1954 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.1.tgz#0af2b17b0296b60c6b207f11062119fa9c5a8994"
|
| 1955 |
+
integrity sha512-kl6QG6qpzZthfd2bzPNSJB2YcZpNOrP6r9jueXupcZHnL74WiuSjaft7WSu17J9+ae9zTlk0KJMXPUj0daBxMw==
|
| 1956 |
+
dependencies:
|
| 1957 |
+
"@types/json-schema" "^7.0.7"
|
| 1958 |
+
"@typescript-eslint/scope-manager" "4.29.1"
|
| 1959 |
+
"@typescript-eslint/types" "4.29.1"
|
| 1960 |
+
"@typescript-eslint/typescript-estree" "4.29.1"
|
| 1961 |
+
eslint-scope "^5.1.1"
|
| 1962 |
+
eslint-utils "^3.0.0"
|
| 1963 |
+
|
| 1964 |
+
"@typescript-eslint/parser@^4.15.0", "@typescript-eslint/parser@^4.19.0":
|
| 1965 |
+
version "4.29.1"
|
| 1966 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.1.tgz#17dfbb45c9032ffa0fe15881d20fbc2a4bdeb02d"
|
| 1967 |
+
integrity sha512-3fL5iN20hzX3Q4OkG7QEPFjZV2qsVGiDhEwwh+EkmE/w7oteiOvUNzmpu5eSwGJX/anCryONltJ3WDmAzAoCMg==
|
| 1968 |
+
dependencies:
|
| 1969 |
+
"@typescript-eslint/scope-manager" "4.29.1"
|
| 1970 |
+
"@typescript-eslint/types" "4.29.1"
|
| 1971 |
+
"@typescript-eslint/typescript-estree" "4.29.1"
|
| 1972 |
+
debug "^4.3.1"
|
| 1973 |
+
|
| 1974 |
+
"@typescript-eslint/scope-manager@4.29.1":
|
| 1975 |
+
version "4.29.1"
|
| 1976 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.1.tgz#f25da25bc6512812efa2ce5ebd36619d68e61358"
|
| 1977 |
+
integrity sha512-Hzv/uZOa9zrD/W5mftZa54Jd5Fed3tL6b4HeaOpwVSabJK8CJ+2MkDasnX/XK4rqP5ZTWngK1ZDeCi6EnxPQ7A==
|
| 1978 |
+
dependencies:
|
| 1979 |
+
"@typescript-eslint/types" "4.29.1"
|
| 1980 |
+
"@typescript-eslint/visitor-keys" "4.29.1"
|
| 1981 |
+
|
| 1982 |
+
"@typescript-eslint/types@4.29.1":
|
| 1983 |
+
version "4.29.1"
|
| 1984 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"
|
| 1985 |
+
integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA==
|
| 1986 |
+
|
| 1987 |
+
"@typescript-eslint/typescript-estree@4.29.1":
|
| 1988 |
+
version "4.29.1"
|
| 1989 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f"
|
| 1990 |
+
integrity sha512-lIkkrR9E4lwZkzPiRDNq0xdC3f2iVCUjw/7WPJ4S2Sl6C3nRWkeE1YXCQ0+KsiaQRbpY16jNaokdWnm9aUIsfw==
|
| 1991 |
+
dependencies:
|
| 1992 |
+
"@typescript-eslint/types" "4.29.1"
|
| 1993 |
+
"@typescript-eslint/visitor-keys" "4.29.1"
|
| 1994 |
+
debug "^4.3.1"
|
| 1995 |
+
globby "^11.0.3"
|
| 1996 |
+
is-glob "^4.0.1"
|
| 1997 |
+
semver "^7.3.5"
|
| 1998 |
+
tsutils "^3.21.0"
|
| 1999 |
+
|
| 2000 |
+
"@typescript-eslint/visitor-keys@4.29.1":
|
| 2001 |
+
version "4.29.1"
|
| 2002 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d"
|
| 2003 |
+
integrity sha512-zLqtjMoXvgdZY/PG6gqA73V8BjqPs4af1v2kiiETBObp+uC6gRYnJLmJHxC0QyUrrHDLJPIWNYxoBV3wbcRlag==
|
| 2004 |
+
dependencies:
|
| 2005 |
+
"@typescript-eslint/types" "4.29.1"
|
| 2006 |
+
eslint-visitor-keys "^2.0.0"
|
| 2007 |
+
|
| 2008 |
+
"@webassemblyjs/ast@1.9.0":
|
| 2009 |
+
version "1.9.0"
|
| 2010 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
|
| 2011 |
+
integrity sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==
|
| 2012 |
+
dependencies:
|
| 2013 |
+
"@webassemblyjs/helper-module-context" "1.9.0"
|
| 2014 |
+
"@webassemblyjs/helper-wasm-bytecode" "1.9.0"
|
| 2015 |
+
"@webassemblyjs/wast-parser" "1.9.0"
|
| 2016 |
+
|
| 2017 |
+
"@webassemblyjs/floating-point-hex-parser@1.9.0":
|
| 2018 |
+
version "1.9.0"
|
| 2019 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4"
|
| 2020 |
+
integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==
|
| 2021 |
+
|
| 2022 |
+
"@webassemblyjs/helper-api-error@1.9.0":
|
| 2023 |
+
version "1.9.0"
|
| 2024 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2"
|
| 2025 |
+
integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==
|
| 2026 |
+
|
| 2027 |
+
"@webassemblyjs/helper-buffer@1.9.0":
|
| 2028 |
+
version "1.9.0"
|
| 2029 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00"
|
| 2030 |
+
integrity sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==
|
| 2031 |
+
|
| 2032 |
+
"@webassemblyjs/helper-code-frame@1.9.0":
|
| 2033 |
+
version "1.9.0"
|
| 2034 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#647f8892cd2043a82ac0c8c5e75c36f1d9159f27"
|
| 2035 |
+
integrity sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==
|
| 2036 |
+
dependencies:
|
| 2037 |
+
"@webassemblyjs/wast-printer" "1.9.0"
|
| 2038 |
+
|
| 2039 |
+
"@webassemblyjs/helper-fsm@1.9.0":
|
| 2040 |
+
version "1.9.0"
|
| 2041 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#c05256b71244214671f4b08ec108ad63b70eddb8"
|
| 2042 |
+
integrity sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==
|
| 2043 |
+
|
| 2044 |
+
"@webassemblyjs/helper-module-context@1.9.0":
|
| 2045 |
+
version "1.9.0"
|
| 2046 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#25d8884b76839871a08a6c6f806c3979ef712f07"
|
| 2047 |
+
integrity sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==
|
| 2048 |
+
dependencies:
|
| 2049 |
+
"@webassemblyjs/ast" "1.9.0"
|
| 2050 |
+
|
| 2051 |
+
"@webassemblyjs/helper-wasm-bytecode@1.9.0":
|
| 2052 |
+
version "1.9.0"
|
| 2053 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790"
|
| 2054 |
+
integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==
|
| 2055 |
+
|
| 2056 |
+
"@webassemblyjs/helper-wasm-section@1.9.0":
|
| 2057 |
+
version "1.9.0"
|
| 2058 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346"
|
| 2059 |
+
integrity sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==
|
| 2060 |
+
dependencies:
|
| 2061 |
+
"@webassemblyjs/ast" "1.9.0"
|
| 2062 |
+
"@webassemblyjs/helper-buffer" "1.9.0"
|
| 2063 |
+
"@webassemblyjs/helper-wasm-bytecode" "1.9.0"
|
| 2064 |
+
"@webassemblyjs/wasm-gen" "1.9.0"
|
| 2065 |
+
|
| 2066 |
+
"@webassemblyjs/ieee754@1.9.0":
|
| 2067 |
+
version "1.9.0"
|
| 2068 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4"
|
| 2069 |
+
integrity sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==
|
| 2070 |
+
dependencies:
|
| 2071 |
+
"@xtuc/ieee754" "^1.2.0"
|
| 2072 |
+
|
| 2073 |
+
"@webassemblyjs/leb128@1.9.0":
|
| 2074 |
+
version "1.9.0"
|
| 2075 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95"
|
| 2076 |
+
integrity sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==
|
| 2077 |
+
dependencies:
|
| 2078 |
+
"@xtuc/long" "4.2.2"
|
| 2079 |
+
|
| 2080 |
+
"@webassemblyjs/utf8@1.9.0":
|
| 2081 |
+
version "1.9.0"
|
| 2082 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab"
|
| 2083 |
+
integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==
|
| 2084 |
+
|
| 2085 |
+
"@webassemblyjs/wasm-edit@1.9.0":
|
| 2086 |
+
version "1.9.0"
|
| 2087 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf"
|
| 2088 |
+
integrity sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==
|
| 2089 |
+
dependencies:
|
| 2090 |
+
"@webassemblyjs/ast" "1.9.0"
|
| 2091 |
+
"@webassemblyjs/helper-buffer" "1.9.0"
|
| 2092 |
+
"@webassemblyjs/helper-wasm-bytecode" "1.9.0"
|
| 2093 |
+
"@webassemblyjs/helper-wasm-section" "1.9.0"
|
| 2094 |
+
"@webassemblyjs/wasm-gen" "1.9.0"
|
| 2095 |
+
"@webassemblyjs/wasm-opt" "1.9.0"
|
| 2096 |
+
"@webassemblyjs/wasm-parser" "1.9.0"
|
| 2097 |
+
"@webassemblyjs/wast-printer" "1.9.0"
|
| 2098 |
+
|
| 2099 |
+
"@webassemblyjs/wasm-gen@1.9.0":
|
| 2100 |
+
version "1.9.0"
|
| 2101 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c"
|
| 2102 |
+
integrity sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==
|
| 2103 |
+
dependencies:
|
| 2104 |
+
"@webassemblyjs/ast" "1.9.0"
|
| 2105 |
+
"@webassemblyjs/helper-wasm-bytecode" "1.9.0"
|
| 2106 |
+
"@webassemblyjs/ieee754" "1.9.0"
|
| 2107 |
+
"@webassemblyjs/leb128" "1.9.0"
|
| 2108 |
+
"@webassemblyjs/utf8" "1.9.0"
|
| 2109 |
+
|
| 2110 |
+
"@webassemblyjs/wasm-opt@1.9.0":
|
| 2111 |
+
version "1.9.0"
|
| 2112 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61"
|
| 2113 |
+
integrity sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==
|
| 2114 |
+
dependencies:
|
| 2115 |
+
"@webassemblyjs/ast" "1.9.0"
|
| 2116 |
+
"@webassemblyjs/helper-buffer" "1.9.0"
|
| 2117 |
+
"@webassemblyjs/wasm-gen" "1.9.0"
|
| 2118 |
+
"@webassemblyjs/wasm-parser" "1.9.0"
|
| 2119 |
+
|
| 2120 |
+
"@webassemblyjs/wasm-parser@1.9.0":
|
| 2121 |
+
version "1.9.0"
|
| 2122 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e"
|
| 2123 |
+
integrity sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==
|
| 2124 |
+
dependencies:
|
| 2125 |
+
"@webassemblyjs/ast" "1.9.0"
|
| 2126 |
+
"@webassemblyjs/helper-api-error" "1.9.0"
|
| 2127 |
+
"@webassemblyjs/helper-wasm-bytecode" "1.9.0"
|
| 2128 |
+
"@webassemblyjs/ieee754" "1.9.0"
|
| 2129 |
+
"@webassemblyjs/leb128" "1.9.0"
|
| 2130 |
+
"@webassemblyjs/utf8" "1.9.0"
|
| 2131 |
+
|
| 2132 |
+
"@webassemblyjs/wast-parser@1.9.0":
|
| 2133 |
+
version "1.9.0"
|
| 2134 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#3031115d79ac5bd261556cecc3fa90a3ef451914"
|
| 2135 |
+
integrity sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==
|
| 2136 |
+
dependencies:
|
| 2137 |
+
"@webassemblyjs/ast" "1.9.0"
|
| 2138 |
+
"@webassemblyjs/floating-point-hex-parser" "1.9.0"
|
| 2139 |
+
"@webassemblyjs/helper-api-error" "1.9.0"
|
| 2140 |
+
"@webassemblyjs/helper-code-frame" "1.9.0"
|
| 2141 |
+
"@webassemblyjs/helper-fsm" "1.9.0"
|
| 2142 |
+
"@xtuc/long" "4.2.2"
|
| 2143 |
+
|
| 2144 |
+
"@webassemblyjs/wast-printer@1.9.0":
|
| 2145 |
+
version "1.9.0"
|
| 2146 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899"
|
| 2147 |
+
integrity sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==
|
| 2148 |
+
dependencies:
|
| 2149 |
+
"@webassemblyjs/ast" "1.9.0"
|
| 2150 |
+
"@webassemblyjs/wast-parser" "1.9.0"
|
| 2151 |
+
"@xtuc/long" "4.2.2"
|
| 2152 |
+
|
| 2153 |
+
"@wojtekmaj/enzyme-adapter-react-17@^0.6.1":
|
| 2154 |
+
version "0.6.3"
|
| 2155 |
+
resolved "https://registry.yarnpkg.com/@wojtekmaj/enzyme-adapter-react-17/-/enzyme-adapter-react-17-0.6.3.tgz#bf7cd6007d99996bd7d98c843644b213a3ecc74e"
|
| 2156 |
+
integrity sha512-Kp1ZJxtHkKEnUksaWrcMABNTOgL4wOt8VI6k2xOek2aH9PtZcWRXJNUEgnKrdJrqg5UqIjRslbVF9uUqwQJtFg==
|
| 2157 |
+
dependencies:
|
| 2158 |
+
"@wojtekmaj/enzyme-adapter-utils" "^0.1.1"
|
| 2159 |
+
enzyme-shallow-equal "^1.0.0"
|
| 2160 |
+
has "^1.0.0"
|
| 2161 |
+
object.assign "^4.1.0"
|
| 2162 |
+
object.values "^1.1.0"
|
| 2163 |
+
prop-types "^15.7.0"
|
| 2164 |
+
react-is "^17.0.2"
|
| 2165 |
+
react-test-renderer "^17.0.0"
|
| 2166 |
+
|
| 2167 |
+
"@wojtekmaj/enzyme-adapter-utils@^0.1.1":
|
| 2168 |
+
version "0.1.1"
|
| 2169 |
+
resolved "https://registry.yarnpkg.com/@wojtekmaj/enzyme-adapter-utils/-/enzyme-adapter-utils-0.1.1.tgz#17773cf264570fbcfc0d33bb74e4002c17f2f1ec"
|
| 2170 |
+
integrity sha512-bNPWtN/d8huKOkC6j1E3EkSamnRrHHT7YuR6f9JppAQqtoAm3v4/vERe4J14jQKmHLCyEBHXrlgb7H6l817hVg==
|
| 2171 |
+
dependencies:
|
| 2172 |
+
function.prototype.name "^1.1.0"
|
| 2173 |
+
has "^1.0.0"
|
| 2174 |
+
object.assign "^4.1.0"
|
| 2175 |
+
object.fromentries "^2.0.0"
|
| 2176 |
+
prop-types "^15.7.0"
|
| 2177 |
+
|
| 2178 |
+
"@wordpress/babel-plugin-import-jsx-pragma@^3.0.3":
|
| 2179 |
+
version "3.1.0"
|
| 2180 |
+
resolved "https://registry.yarnpkg.com/@wordpress/babel-plugin-import-jsx-pragma/-/babel-plugin-import-jsx-pragma-3.1.0.tgz#0a1be89a64bb938f91b733c31bfebd89519c2548"
|
| 2181 |
+
integrity sha512-518mL3goaSeXtJCQcPK9OYHUUiA0sjXuoGWHBwRalkyTIQZZy5ZZzlwrlSc9ESZcOw9BZ+Uo8CJRjV2OWnx+Zw==
|
| 2182 |
+
|
| 2183 |
+
"@wordpress/babel-preset-default@^5.2.1":
|
| 2184 |
+
version "5.2.2"
|
| 2185 |
+
resolved "https://registry.yarnpkg.com/@wordpress/babel-preset-default/-/babel-preset-default-5.2.2.tgz#d94a056dfb599f5cdbf2891bcacf2d57a0b245d0"
|
| 2186 |
+
integrity sha512-xn/uOJRrkXBZoVv/iR4vc6GOAmmBpNSujO+ZoJzdy0zSJqV8vgzt7y/uZZetpJuyZAD8lR3aHxL7MUWos2PtfA==
|
| 2187 |
+
dependencies:
|
| 2188 |
+
"@babel/core" "^7.13.10"
|
| 2189 |
+
"@babel/plugin-transform-react-jsx" "^7.12.7"
|
| 2190 |
+
"@babel/plugin-transform-runtime" "^7.13.10"
|
| 2191 |
+
"@babel/preset-env" "^7.13.10"
|
| 2192 |
+
"@babel/preset-typescript" "^7.13.0"
|
| 2193 |
+
"@babel/runtime" "^7.13.10"
|
| 2194 |
+
"@wordpress/babel-plugin-import-jsx-pragma" "^3.0.3"
|
| 2195 |
+
"@wordpress/browserslist-config" "^3.0.3"
|
| 2196 |
+
"@wordpress/element" "^2.20.3"
|
| 2197 |
+
"@wordpress/warning" "^1.4.2"
|
| 2198 |
+
core-js "^3.6.4"
|
| 2199 |
+
|
| 2200 |
+
"@wordpress/base-styles@^3.4.2":
|
| 2201 |
+
version "3.6.0"
|
| 2202 |
+
resolved "https://registry.yarnpkg.com/@wordpress/base-styles/-/base-styles-3.6.0.tgz#ef4d4472457496d1703e35e482c895b4e6e1a18d"
|
| 2203 |
+
integrity sha512-6/vXAmc9FSX7Y17UjKgUJoVU++Pv1U1G8uMx7iClRUaLetc7/jj2DD9PTyX/cdJjHr32e3yXuLVT9wfEbo6SEg==
|
| 2204 |
+
|
| 2205 |
+
"@wordpress/browserslist-config@^3.0.3":
|
| 2206 |
+
version "3.0.3"
|
| 2207 |
+
resolved "https://registry.yarnpkg.com/@wordpress/browserslist-config/-/browserslist-config-3.0.3.tgz#9d8599b2745f871f0da3bb94d768906c84a0d357"
|
| 2208 |
+
integrity sha512-hbGJt0+EKiVaa1VhVnm4nwWEzXH7/KMJVsEwk3IZjoYTqKLOWw3zQa6E7eh+jdJifEFrPkQNZs4QcICv6Z+1kQ==
|
| 2209 |
+
|
| 2210 |
+
"@wordpress/dependency-extraction-webpack-plugin@^3.1.2":
|
| 2211 |
+
version "3.2.1"
|
| 2212 |
+
resolved "https://registry.yarnpkg.com/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-3.2.1.tgz#258873f0a76fba1fc2690e92dae063bbca4b4520"
|
| 2213 |
+
integrity sha512-Ltd+1CJb7PMh6iN2Mse+3yN/oMORug5qXSj/3xmuZERzZO2SO6xNEJGml8yK9ev747cbHktEpitK4H+8VO3Ekg==
|
| 2214 |
+
dependencies:
|
| 2215 |
+
json2php "^0.0.4"
|
| 2216 |
+
webpack-sources "^2.2.0"
|
| 2217 |
+
|
| 2218 |
+
"@wordpress/element@^2.20.3":
|
| 2219 |
+
version "2.20.3"
|
| 2220 |
+
resolved "https://registry.yarnpkg.com/@wordpress/element/-/element-2.20.3.tgz#a86a20e90be41d6fe4ea1f0ce580f7f2f1d839e7"
|
| 2221 |
+
integrity sha512-f4ZPTDf9CxiiOXiMxc4v1K7jcBMT4dsiehVOpkKzCDKboNXp4qVf8oe5PE23VGZNEjcOj5Mkg9hB57R0nqvMTw==
|
| 2222 |
+
dependencies:
|
| 2223 |
+
"@babel/runtime" "^7.13.10"
|
| 2224 |
+
"@types/react" "^16.9.0"
|
| 2225 |
+
"@types/react-dom" "^16.9.0"
|
| 2226 |
+
"@wordpress/escape-html" "^1.12.2"
|
| 2227 |
+
lodash "^4.17.19"
|
| 2228 |
+
react "^16.13.1"
|
| 2229 |
+
react-dom "^16.13.1"
|
| 2230 |
+
|
| 2231 |
+
"@wordpress/escape-html@^1.12.2":
|
| 2232 |
+
version "1.12.2"
|
| 2233 |
+
resolved "https://registry.yarnpkg.com/@wordpress/escape-html/-/escape-html-1.12.2.tgz#dcc92178bacc69952cde9bb8fb1cbbea9deb2cc3"
|
| 2234 |
+
integrity sha512-FabgSwznhdaUwe6hr1CsGpgxQbzqEoGevv73WIL1B9GvlZ6csRWodgHfWh4P6fYqpzxFL4WYB8wPJ1PdO32XFA==
|
| 2235 |
+
dependencies:
|
| 2236 |
+
"@babel/runtime" "^7.13.10"
|
| 2237 |
+
|
| 2238 |
+
"@wordpress/eslint-plugin@^9.0.3":
|
| 2239 |
+
version "9.1.0"
|
| 2240 |
+
resolved "https://registry.yarnpkg.com/@wordpress/eslint-plugin/-/eslint-plugin-9.1.0.tgz#da4236f6a5f267eb35d9d1e9d97d5d5ed458addb"
|
| 2241 |
+
integrity sha512-8cWeU17xXdZLXO4okvlOdBvGIxoO1AGd/YSMn23Jd4dqA8eG3IIn4/MzuoMMZhE4VPLMFlcQ3iK1tkqV11VqDw==
|
| 2242 |
+
dependencies:
|
| 2243 |
+
"@typescript-eslint/eslint-plugin" "^4.15.0"
|
| 2244 |
+
"@typescript-eslint/parser" "^4.15.0"
|
| 2245 |
+
"@wordpress/prettier-config" "^1.1.0"
|
| 2246 |
+
babel-eslint "^10.1.0"
|
| 2247 |
+
cosmiconfig "^7.0.0"
|
| 2248 |
+
eslint-config-prettier "^7.1.0"
|
| 2249 |
+
eslint-plugin-import "^2.23.4"
|
| 2250 |
+
eslint-plugin-jest "^24.1.3"
|
| 2251 |
+
eslint-plugin-jsdoc "^34.1.0"
|
| 2252 |
+
eslint-plugin-jsx-a11y "^6.4.1"
|
| 2253 |
+
eslint-plugin-prettier "^3.3.0"
|
| 2254 |
+
eslint-plugin-react "^7.22.0"
|
| 2255 |
+
eslint-plugin-react-hooks "^4.2.0"
|
| 2256 |
+
globals "^12.0.0"
|
| 2257 |
+
prettier "npm:wp-prettier@2.2.1-beta-1"
|
| 2258 |
+
requireindex "^1.2.0"
|
| 2259 |
+
|
| 2260 |
+
"@wordpress/jest-console@^4.1.0":
|
| 2261 |
+
version "4.1.0"
|
| 2262 |
+
resolved "https://registry.yarnpkg.com/@wordpress/jest-console/-/jest-console-4.1.0.tgz#464b82fba0c4d46b0e37a55f9459f087995af6bd"
|
| 2263 |
+
integrity sha512-MAbEfYUH+odlYYtPNKoKnWzSZKZjSc2r2kvFJ7FR920ZdteEgSAPIOvjyv4r4UbJy3ZuKemnXHuVtcTAKca5Tw==
|
| 2264 |
+
dependencies:
|
| 2265 |
+
"@babel/runtime" "^7.13.10"
|
| 2266 |
+
jest-matcher-utils "^26.6.2"
|
| 2267 |
+
lodash "^4.17.21"
|
| 2268 |
+
|
| 2269 |
+
"@wordpress/jest-preset-default@^7.0.3":
|
| 2270 |
+
version "7.1.0"
|
| 2271 |
+
resolved "https://registry.yarnpkg.com/@wordpress/jest-preset-default/-/jest-preset-default-7.1.0.tgz#1c09e02a1f69d9afe5c3f70844f63affa11ee523"
|
| 2272 |
+
integrity sha512-N6OwVfvNodRTgIkmBor6YOGx3FbLdvPp9ZTGHJ1uw1u+HUuPwVWN9nhcGTnuP8Ht2RWyN5VpN2Peo5+dz5gp0w==
|
| 2273 |
+
dependencies:
|
| 2274 |
+
"@wojtekmaj/enzyme-adapter-react-17" "^0.6.1"
|
| 2275 |
+
"@wordpress/jest-console" "^4.1.0"
|
| 2276 |
+
babel-jest "^26.6.3"
|
| 2277 |
+
enzyme "^3.11.0"
|
| 2278 |
+
enzyme-to-json "^3.4.4"
|
| 2279 |
+
|
| 2280 |
+
"@wordpress/npm-package-json-lint-config@^4.0.3":
|
| 2281 |
+
version "4.1.0"
|
| 2282 |
+
resolved "https://registry.yarnpkg.com/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-4.1.0.tgz#3ea6ea89fef58b506b1fe25a3905d67317594785"
|
| 2283 |
+
integrity sha512-FjXL5GbpmI/wXXcpCf2sKosVIVuWjUuHmDbwcMzd0SClcudo9QjDRdVe35We+js8eQLPgB9hsG4Cty6cAFFxsQ==
|
| 2284 |
+
|
| 2285 |
+
"@wordpress/postcss-plugins-preset@^2.1.2":
|
| 2286 |
+
version "2.1.2"
|
| 2287 |
+
resolved "https://registry.yarnpkg.com/@wordpress/postcss-plugins-preset/-/postcss-plugins-preset-2.1.2.tgz#186202185cbf40c5f373a58832c9391b03b34f2e"
|
| 2288 |
+
integrity sha512-y5W7NcT5CK3V6mEco36fMURJtR4cEibmV42ZzQ9mZdln1zzdrpnJUsMj4CscO4eSMv9hzNaYT97SCQWB8j5NVg==
|
| 2289 |
+
dependencies:
|
| 2290 |
+
"@wordpress/base-styles" "^3.4.2"
|
| 2291 |
+
"@wordpress/postcss-themes" "^3.0.3"
|
| 2292 |
+
autoprefixer "^9.8.6"
|
| 2293 |
+
postcss-custom-properties "^10.0.0"
|
| 2294 |
+
|
| 2295 |
+
"@wordpress/postcss-themes@^3.0.3":
|
| 2296 |
+
version "3.0.3"
|
| 2297 |
+
resolved "https://registry.yarnpkg.com/@wordpress/postcss-themes/-/postcss-themes-3.0.3.tgz#608536f8b74c06a6489dc578eac3613f20aae308"
|
| 2298 |
+
integrity sha512-Af6sCRK3twS3snx6nZIVDsycZypzyf2FgWRAEVmmQgI4ITLcxr0t7yqNLIkvdkKuPqKxgJ/NzUHPzqqovR7oXg==
|
| 2299 |
+
dependencies:
|
| 2300 |
+
postcss "^7.0.32"
|
| 2301 |
+
|
| 2302 |
+
"@wordpress/prettier-config@^1.0.3", "@wordpress/prettier-config@^1.1.0":
|
| 2303 |
+
version "1.1.0"
|
| 2304 |
+
resolved "https://registry.yarnpkg.com/@wordpress/prettier-config/-/prettier-config-1.1.0.tgz#958957120df2b27f496641629e392388a83cb57d"
|
| 2305 |
+
integrity sha512-cMYc/dtuiRo9VAb+m8S2Mvv/jELvoJAtcPsq6HT6XMppXC9slZ5z0q1A4PNf3ewMvvHtodjwkl2oHbO+vaAYzg==
|
| 2306 |
+
|
| 2307 |
+
"@wordpress/scripts@^14.0.1":
|
| 2308 |
+
version "14.1.1"
|
| 2309 |
+
resolved "https://registry.yarnpkg.com/@wordpress/scripts/-/scripts-14.1.1.tgz#28468d2df297887110a920faa5ebad793bf85e26"
|
| 2310 |
+
integrity sha512-BaYVzUXWy6Bx9Bx1mtAtg4UQyl+pNmRMLpukU97Jo4SITOEsBzagdcJBCTwuLuE3FqmfZMxuYuUeBJftIngXEQ==
|
| 2311 |
+
dependencies:
|
| 2312 |
+
"@svgr/webpack" "^5.2.0"
|
| 2313 |
+
"@wordpress/babel-preset-default" "^5.2.1"
|
| 2314 |
+
"@wordpress/dependency-extraction-webpack-plugin" "^3.1.2"
|
| 2315 |
+
"@wordpress/eslint-plugin" "^9.0.3"
|
| 2316 |
+
"@wordpress/jest-preset-default" "^7.0.3"
|
| 2317 |
+
"@wordpress/npm-package-json-lint-config" "^4.0.3"
|
| 2318 |
+
"@wordpress/postcss-plugins-preset" "^2.1.2"
|
| 2319 |
+
"@wordpress/prettier-config" "^1.0.3"
|
| 2320 |
+
"@wordpress/stylelint-config" "^19.0.3"
|
| 2321 |
+
babel-jest "^26.6.3"
|
| 2322 |
+
babel-loader "^8.2.2"
|
| 2323 |
+
chalk "^4.0.0"
|
| 2324 |
+
check-node-version "^4.1.0"
|
| 2325 |
+
clean-webpack-plugin "^3.0.0"
|
| 2326 |
+
cross-spawn "^5.1.0"
|
| 2327 |
+
css-loader "^3.5.2"
|
| 2328 |
+
cwd "^0.10.0"
|
| 2329 |
+
dir-glob "^3.0.1"
|
| 2330 |
+
eslint "^7.17.0"
|
| 2331 |
+
eslint-plugin-markdown "^1.0.2"
|
| 2332 |
+
expect-puppeteer "^4.4.0"
|
| 2333 |
+
file-loader "^6.2.0"
|
| 2334 |
+
ignore-emit-webpack-plugin "^2.0.6"
|
| 2335 |
+
jest "^26.6.3"
|
| 2336 |
+
jest-dev-server "^4.4.0"
|
| 2337 |
+
jest-environment-node "^26.6.2"
|
| 2338 |
+
markdownlint "^0.18.0"
|
| 2339 |
+
markdownlint-cli "^0.21.0"
|
| 2340 |
+
merge-deep "^3.0.3"
|
| 2341 |
+
mini-css-extract-plugin "^0.9.0"
|
| 2342 |
+
minimist "^1.2.0"
|
| 2343 |
+
npm-package-json-lint "^5.0.0"
|
| 2344 |
+
postcss-loader "^3.0.0"
|
| 2345 |
+
prettier "npm:wp-prettier@2.2.1-beta-1"
|
| 2346 |
+
puppeteer-core "^5.5.0"
|
| 2347 |
+
read-pkg-up "^1.0.1"
|
| 2348 |
+
resolve-bin "^0.4.0"
|
| 2349 |
+
sass "^1.26.11"
|
| 2350 |
+
sass-loader "^8.0.2"
|
| 2351 |
+
source-map-loader "^0.2.4"
|
| 2352 |
+
stylelint "^13.8.0"
|
| 2353 |
+
terser-webpack-plugin "^3.0.3"
|
| 2354 |
+
thread-loader "^2.1.3"
|
| 2355 |
+
url-loader "^3.0.0"
|
| 2356 |
+
webpack "^4.42.0"
|
| 2357 |
+
webpack-bundle-analyzer "^4.2.0"
|
| 2358 |
+
webpack-cli "^3.3.11"
|
| 2359 |
+
webpack-livereload-plugin "^2.3.0"
|
| 2360 |
+
webpack-sources "^2.2.0"
|
| 2361 |
+
|
| 2362 |
+
"@wordpress/stylelint-config@^19.0.3":
|
| 2363 |
+
version "19.1.0"
|
| 2364 |
+
resolved "https://registry.yarnpkg.com/@wordpress/stylelint-config/-/stylelint-config-19.1.0.tgz#ec023dfd265e1f8ae20e5c760f67aee9ba85a1e5"
|
| 2365 |
+
integrity sha512-K/wB9rhB+pH5WvDh3fV3DN5C3Bud+jPGXmnPY8fOXKMYI3twCFozK/j6sVuaJHqGp/0kKEF0hkkGh+HhD30KGQ==
|
| 2366 |
+
dependencies:
|
| 2367 |
+
stylelint-config-recommended "^3.0.0"
|
| 2368 |
+
stylelint-config-recommended-scss "^4.2.0"
|
| 2369 |
+
stylelint-scss "^3.17.2"
|
| 2370 |
+
|
| 2371 |
+
"@wordpress/warning@^1.4.2":
|
| 2372 |
+
version "1.4.2"
|
| 2373 |
+
resolved "https://registry.yarnpkg.com/@wordpress/warning/-/warning-1.4.2.tgz#433e5b2b711cac5b954bafbe1b5bfc626f933b08"
|
| 2374 |
+
integrity sha512-MjrkSp6Jyfx+92AE32A83P503noUtGb6//BYUH4GiWzzzSNhDHgbQ0UcOJwJaEYK166DxSNpMk/JXc4YENi1Cw==
|
| 2375 |
+
|
| 2376 |
+
"@xtuc/ieee754@^1.2.0":
|
| 2377 |
+
version "1.2.0"
|
| 2378 |
+
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
|
| 2379 |
+
integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==
|
| 2380 |
+
|
| 2381 |
+
"@xtuc/long@4.2.2":
|
| 2382 |
+
version "4.2.2"
|
| 2383 |
+
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
|
| 2384 |
+
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
|
| 2385 |
+
|
| 2386 |
+
abab@^2.0.3, abab@^2.0.5:
|
| 2387 |
+
version "2.0.5"
|
| 2388 |
+
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
|
| 2389 |
+
integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
|
| 2390 |
+
|
| 2391 |
+
accepts@~1.3.7:
|
| 2392 |
+
version "1.3.7"
|
| 2393 |
+
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
|
| 2394 |
+
integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==
|
| 2395 |
+
dependencies:
|
| 2396 |
+
mime-types "~2.1.24"
|
| 2397 |
+
negotiator "0.6.2"
|
| 2398 |
+
|
| 2399 |
+
acorn-globals@^6.0.0:
|
| 2400 |
+
version "6.0.0"
|
| 2401 |
+
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45"
|
| 2402 |
+
integrity sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==
|
| 2403 |
+
dependencies:
|
| 2404 |
+
acorn "^7.1.1"
|
| 2405 |
+
acorn-walk "^7.1.1"
|
| 2406 |
+
|
| 2407 |
+
acorn-jsx@^5.3.1:
|
| 2408 |
+
version "5.3.2"
|
| 2409 |
+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
|
| 2410 |
+
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
|
| 2411 |
+
|
| 2412 |
+
acorn-walk@^7.1.1:
|
| 2413 |
+
version "7.2.0"
|
| 2414 |
+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
|
| 2415 |
+
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
|
| 2416 |
+
|
| 2417 |
+
acorn-walk@^8.0.0:
|
| 2418 |
+
version "8.1.1"
|
| 2419 |
+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.1.1.tgz#3ddab7f84e4a7e2313f6c414c5b7dac85f4e3ebc"
|
| 2420 |
+
integrity sha512-FbJdceMlPHEAWJOILDk1fXD8lnTlEIWFkqtfk+MvmL5q/qlHfN7GEHcsFZWt/Tea9jRNPWUZG4G976nqAAmU9w==
|
| 2421 |
+
|
| 2422 |
+
acorn@^6.4.1:
|
| 2423 |
+
version "6.4.2"
|
| 2424 |
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
|
| 2425 |
+
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
|
| 2426 |
+
|
| 2427 |
+
acorn@^7.1.1, acorn@^7.4.0:
|
| 2428 |
+
version "7.4.1"
|
| 2429 |
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
|
| 2430 |
+
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
|
| 2431 |
+
|
| 2432 |
+
acorn@^8.0.4, acorn@^8.2.4:
|
| 2433 |
+
version "8.4.1"
|
| 2434 |
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
|
| 2435 |
+
integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
|
| 2436 |
+
|
| 2437 |
+
agent-base@5:
|
| 2438 |
+
version "5.1.1"
|
| 2439 |
+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c"
|
| 2440 |
+
integrity sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==
|
| 2441 |
+
|
| 2442 |
+
agent-base@6:
|
| 2443 |
+
version "6.0.2"
|
| 2444 |
+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
|
| 2445 |
+
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
|
| 2446 |
+
dependencies:
|
| 2447 |
+
debug "4"
|
| 2448 |
+
|
| 2449 |
+
aggregate-error@^3.0.0:
|
| 2450 |
+
version "3.1.0"
|
| 2451 |
+
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
|
| 2452 |
+
integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
|
| 2453 |
+
dependencies:
|
| 2454 |
+
clean-stack "^2.0.0"
|
| 2455 |
+
indent-string "^4.0.0"
|
| 2456 |
+
|
| 2457 |
+
ajv-errors@^1.0.0, ajv-errors@^1.0.1:
|
| 2458 |
+
version "1.0.1"
|
| 2459 |
+
resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
|
| 2460 |
+
integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
|
| 2461 |
+
|
| 2462 |
+
ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
|
| 2463 |
+
version "3.5.2"
|
| 2464 |
+
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
|
| 2465 |
+
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
|
| 2466 |
+
|
| 2467 |
+
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.12.6:
|
| 2468 |
+
version "6.12.6"
|
| 2469 |
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
| 2470 |
+
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
|
| 2471 |
+
dependencies:
|
| 2472 |
+
fast-deep-equal "^3.1.1"
|
| 2473 |
+
fast-json-stable-stringify "^2.0.0"
|
| 2474 |
+
json-schema-traverse "^0.4.1"
|
| 2475 |
+
uri-js "^4.2.2"
|
| 2476 |
+
|
| 2477 |
+
ajv@^8.0.0, ajv@^8.0.1:
|
| 2478 |
+
version "8.6.2"
|
| 2479 |
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571"
|
| 2480 |
+
integrity sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==
|
| 2481 |
+
dependencies:
|
| 2482 |
+
fast-deep-equal "^3.1.1"
|
| 2483 |
+
json-schema-traverse "^1.0.0"
|
| 2484 |
+
require-from-string "^2.0.2"
|
| 2485 |
+
uri-js "^4.2.2"
|
| 2486 |
+
|
| 2487 |
+
ansi-colors@^4.1.1:
|
| 2488 |
+
version "4.1.1"
|
| 2489 |
+
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
| 2490 |
+
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
| 2491 |
+
|
| 2492 |
+
ansi-escapes@^3.1.0:
|
| 2493 |
+
version "3.2.0"
|
| 2494 |
+
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
|
| 2495 |
+
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
|
| 2496 |
+
|
| 2497 |
+
ansi-escapes@^4.2.1, ansi-escapes@^4.3.0:
|
| 2498 |
+
version "4.3.2"
|
| 2499 |
+
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
| 2500 |
+
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
|
| 2501 |
+
dependencies:
|
| 2502 |
+
type-fest "^0.21.3"
|
| 2503 |
+
|
| 2504 |
+
ansi-regex@^3.0.0:
|
| 2505 |
+
version "3.0.0"
|
| 2506 |
+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
|
| 2507 |
+
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
|
| 2508 |
+
|
| 2509 |
+
ansi-regex@^4.1.0:
|
| 2510 |
+
version "4.1.0"
|
| 2511 |
+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
|
| 2512 |
+
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
|
| 2513 |
+
|
| 2514 |
+
ansi-regex@^5.0.0:
|
| 2515 |
+
version "5.0.0"
|
| 2516 |
+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
|
| 2517 |
+
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
|
| 2518 |
+
|
| 2519 |
+
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
|
| 2520 |
+
version "3.2.1"
|
| 2521 |
+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
| 2522 |
+
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
|
| 2523 |
+
dependencies:
|
| 2524 |
+
color-convert "^1.9.0"
|
| 2525 |
+
|
| 2526 |
+
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
|
| 2527 |
+
version "4.3.0"
|
| 2528 |
+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
|
| 2529 |
+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
|
| 2530 |
+
dependencies:
|
| 2531 |
+
color-convert "^2.0.1"
|
| 2532 |
+
|
| 2533 |
+
ansicolors@~0.3.2:
|
| 2534 |
+
version "0.3.2"
|
| 2535 |
+
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
|
| 2536 |
+
integrity sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=
|
| 2537 |
+
|
| 2538 |
+
anymatch@^2.0.0:
|
| 2539 |
+
version "2.0.0"
|
| 2540 |
+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
|
| 2541 |
+
integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==
|
| 2542 |
+
dependencies:
|
| 2543 |
+
micromatch "^3.1.4"
|
| 2544 |
+
normalize-path "^2.1.1"
|
| 2545 |
+
|
| 2546 |
+
anymatch@^3.0.0, anymatch@^3.0.3, anymatch@^3.1.1, anymatch@~3.1.2:
|
| 2547 |
+
version "3.1.2"
|
| 2548 |
+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
|
| 2549 |
+
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
|
| 2550 |
+
dependencies:
|
| 2551 |
+
normalize-path "^3.0.0"
|
| 2552 |
+
picomatch "^2.0.4"
|
| 2553 |
+
|
| 2554 |
+
aproba@^1.1.1:
|
| 2555 |
+
version "1.2.0"
|
| 2556 |
+
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
|
| 2557 |
+
integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
|
| 2558 |
+
|
| 2559 |
+
arch@^2.2.0:
|
| 2560 |
+
version "2.2.0"
|
| 2561 |
+
resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11"
|
| 2562 |
+
integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==
|
| 2563 |
+
|
| 2564 |
+
argparse@^1.0.7:
|
| 2565 |
+
version "1.0.10"
|
| 2566 |
+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
|
| 2567 |
+
integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
|
| 2568 |
+
dependencies:
|
| 2569 |
+
sprintf-js "~1.0.2"
|
| 2570 |
+
|
| 2571 |
+
aria-query@^4.2.2:
|
| 2572 |
+
version "4.2.2"
|
| 2573 |
+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
|
| 2574 |
+
integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
|
| 2575 |
+
dependencies:
|
| 2576 |
+
"@babel/runtime" "^7.10.2"
|
| 2577 |
+
"@babel/runtime-corejs3" "^7.10.2"
|
| 2578 |
+
|
| 2579 |
+
arr-diff@^4.0.0:
|
| 2580 |
+
version "4.0.0"
|
| 2581 |
+
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
|
| 2582 |
+
integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=
|
| 2583 |
+
|
| 2584 |
+
arr-flatten@^1.1.0:
|
| 2585 |
+
version "1.1.0"
|
| 2586 |
+
resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
|
| 2587 |
+
integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==
|
| 2588 |
+
|
| 2589 |
+
arr-union@^3.1.0:
|
| 2590 |
+
version "3.1.0"
|
| 2591 |
+
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
|
| 2592 |
+
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
|
| 2593 |
+
|
| 2594 |
+
array-flatten@1.1.1:
|
| 2595 |
+
version "1.1.1"
|
| 2596 |
+
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
|
| 2597 |
+
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
|
| 2598 |
+
|
| 2599 |
+
array-includes@^3.1.1, array-includes@^3.1.2, array-includes@^3.1.3:
|
| 2600 |
+
version "3.1.3"
|
| 2601 |
+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a"
|
| 2602 |
+
integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==
|
| 2603 |
+
dependencies:
|
| 2604 |
+
call-bind "^1.0.2"
|
| 2605 |
+
define-properties "^1.1.3"
|
| 2606 |
+
es-abstract "^1.18.0-next.2"
|
| 2607 |
+
get-intrinsic "^1.1.1"
|
| 2608 |
+
is-string "^1.0.5"
|
| 2609 |
+
|
| 2610 |
+
array-union@^1.0.1:
|
| 2611 |
+
version "1.0.2"
|
| 2612 |
+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
|
| 2613 |
+
integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=
|
| 2614 |
+
dependencies:
|
| 2615 |
+
array-uniq "^1.0.1"
|
| 2616 |
+
|
| 2617 |
+
array-union@^2.1.0:
|
| 2618 |
+
version "2.1.0"
|
| 2619 |
+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
| 2620 |
+
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
| 2621 |
+
|
| 2622 |
+
array-uniq@^1.0.1:
|
| 2623 |
+
version "1.0.3"
|
| 2624 |
+
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
|
| 2625 |
+
integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
|
| 2626 |
+
|
| 2627 |
+
array-unique@^0.3.2:
|
| 2628 |
+
version "0.3.2"
|
| 2629 |
+
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
|
| 2630 |
+
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
|
| 2631 |
+
|
| 2632 |
+
array.prototype.filter@^1.0.0:
|
| 2633 |
+
version "1.0.0"
|
| 2634 |
+
resolved "https://registry.yarnpkg.com/array.prototype.filter/-/array.prototype.filter-1.0.0.tgz#24d63e38983cdc6bf023a3c574b2f2a3f384c301"
|
| 2635 |
+
integrity sha512-TfO1gz+tLm+Bswq0FBOXPqAchtCr2Rn48T8dLJoRFl8NoEosjZmzptmuo1X8aZBzZcqsR1W8U761tjACJtngTQ==
|
| 2636 |
+
dependencies:
|
| 2637 |
+
call-bind "^1.0.2"
|
| 2638 |
+
define-properties "^1.1.3"
|
| 2639 |
+
es-abstract "^1.18.0"
|
| 2640 |
+
es-array-method-boxes-properly "^1.0.0"
|
| 2641 |
+
is-string "^1.0.5"
|
| 2642 |
+
|
| 2643 |
+
array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.4:
|
| 2644 |
+
version "1.2.4"
|
| 2645 |
+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
|
| 2646 |
+
integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
|
| 2647 |
+
dependencies:
|
| 2648 |
+
call-bind "^1.0.0"
|
| 2649 |
+
define-properties "^1.1.3"
|
| 2650 |
+
es-abstract "^1.18.0-next.1"
|
| 2651 |
+
|
| 2652 |
+
array.prototype.flatmap@^1.2.4:
|
| 2653 |
+
version "1.2.4"
|
| 2654 |
+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz#94cfd47cc1556ec0747d97f7c7738c58122004c9"
|
| 2655 |
+
integrity sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==
|
| 2656 |
+
dependencies:
|
| 2657 |
+
call-bind "^1.0.0"
|
| 2658 |
+
define-properties "^1.1.3"
|
| 2659 |
+
es-abstract "^1.18.0-next.1"
|
| 2660 |
+
function-bind "^1.1.1"
|
| 2661 |
+
|
| 2662 |
+
arrify@^1.0.1:
|
| 2663 |
+
version "1.0.1"
|
| 2664 |
+
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
|
| 2665 |
+
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
|
| 2666 |
+
|
| 2667 |
+
asn1.js@^5.2.0:
|
| 2668 |
+
version "5.4.1"
|
| 2669 |
+
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07"
|
| 2670 |
+
integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==
|
| 2671 |
+
dependencies:
|
| 2672 |
+
bn.js "^4.0.0"
|
| 2673 |
+
inherits "^2.0.1"
|
| 2674 |
+
minimalistic-assert "^1.0.0"
|
| 2675 |
+
safer-buffer "^2.1.0"
|
| 2676 |
+
|
| 2677 |
+
asn1@~0.2.3:
|
| 2678 |
+
version "0.2.4"
|
| 2679 |
+
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
|
| 2680 |
+
integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==
|
| 2681 |
+
dependencies:
|
| 2682 |
+
safer-buffer "~2.1.0"
|
| 2683 |
+
|
| 2684 |
+
assert-plus@1.0.0, assert-plus@^1.0.0:
|
| 2685 |
+
version "1.0.0"
|
| 2686 |
+
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
|
| 2687 |
+
integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
|
| 2688 |
+
|
| 2689 |
+
assert@^1.1.1:
|
| 2690 |
+
version "1.5.0"
|
| 2691 |
+
resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb"
|
| 2692 |
+
integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==
|
| 2693 |
+
dependencies:
|
| 2694 |
+
object-assign "^4.1.1"
|
| 2695 |
+
util "0.10.3"
|
| 2696 |
+
|
| 2697 |
+
assign-symbols@^1.0.0:
|
| 2698 |
+
version "1.0.0"
|
| 2699 |
+
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
|
| 2700 |
+
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
|
| 2701 |
+
|
| 2702 |
+
ast-types-flow@^0.0.7:
|
| 2703 |
+
version "0.0.7"
|
| 2704 |
+
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
|
| 2705 |
+
integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0=
|
| 2706 |
+
|
| 2707 |
+
astral-regex@^2.0.0:
|
| 2708 |
+
version "2.0.0"
|
| 2709 |
+
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
|
| 2710 |
+
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
|
| 2711 |
+
|
| 2712 |
+
async-each@^1.0.1:
|
| 2713 |
+
version "1.0.3"
|
| 2714 |
+
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
|
| 2715 |
+
integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
|
| 2716 |
+
|
| 2717 |
+
async@^2.5.0, async@^2.6.2:
|
| 2718 |
+
version "2.6.3"
|
| 2719 |
+
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
|
| 2720 |
+
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
|
| 2721 |
+
dependencies:
|
| 2722 |
+
lodash "^4.17.14"
|
| 2723 |
+
|
| 2724 |
+
async@^3.1.0, async@^3.2.0:
|
| 2725 |
+
version "3.2.1"
|
| 2726 |
+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.1.tgz#d3274ec66d107a47476a4c49136aacdb00665fc8"
|
| 2727 |
+
integrity sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg==
|
| 2728 |
+
|
| 2729 |
+
asynckit@^0.4.0:
|
| 2730 |
+
version "0.4.0"
|
| 2731 |
+
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
|
| 2732 |
+
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
|
| 2733 |
+
|
| 2734 |
+
at-least-node@^1.0.0:
|
| 2735 |
+
version "1.0.0"
|
| 2736 |
+
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
|
| 2737 |
+
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
|
| 2738 |
+
|
| 2739 |
+
atob@^2.1.2:
|
| 2740 |
+
version "2.1.2"
|
| 2741 |
+
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
| 2742 |
+
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
| 2743 |
+
|
| 2744 |
+
autoprefixer@^9.8.6:
|
| 2745 |
+
version "9.8.6"
|
| 2746 |
+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
|
| 2747 |
+
integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==
|
| 2748 |
+
dependencies:
|
| 2749 |
+
browserslist "^4.12.0"
|
| 2750 |
+
caniuse-lite "^1.0.30001109"
|
| 2751 |
+
colorette "^1.2.1"
|
| 2752 |
+
normalize-range "^0.1.2"
|
| 2753 |
+
num2fraction "^1.2.2"
|
| 2754 |
+
postcss "^7.0.32"
|
| 2755 |
+
postcss-value-parser "^4.1.0"
|
| 2756 |
+
|
| 2757 |
+
aws-sign2@~0.7.0:
|
| 2758 |
+
version "0.7.0"
|
| 2759 |
+
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
|
| 2760 |
+
integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
|
| 2761 |
+
|
| 2762 |
+
aws4@^1.8.0:
|
| 2763 |
+
version "1.11.0"
|
| 2764 |
+
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
|
| 2765 |
+
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
|
| 2766 |
+
|
| 2767 |
+
axe-core@^4.0.2:
|
| 2768 |
+
version "4.3.2"
|
| 2769 |
+
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.2.tgz#fcf8777b82c62cfc69c7e9f32c0d2226287680e7"
|
| 2770 |
+
integrity sha512-5LMaDRWm8ZFPAEdzTYmgjjEdj1YnQcpfrVajO/sn/LhbpGp0Y0H64c2hLZI1gRMxfA+w1S71Uc/nHaOXgcCvGg==
|
| 2771 |
+
|
| 2772 |
+
axios@^0.21.0, axios@^0.21.1:
|
| 2773 |
+
version "0.21.1"
|
| 2774 |
+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
|
| 2775 |
+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
|
| 2776 |
+
dependencies:
|
| 2777 |
+
follow-redirects "^1.10.0"
|
| 2778 |
+
|
| 2779 |
+
axobject-query@^2.2.0:
|
| 2780 |
+
version "2.2.0"
|
| 2781 |
+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
|
| 2782 |
+
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
|
| 2783 |
+
|
| 2784 |
+
babel-eslint@^10.1.0:
|
| 2785 |
+
version "10.1.0"
|
| 2786 |
+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
|
| 2787 |
+
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
|
| 2788 |
+
dependencies:
|
| 2789 |
+
"@babel/code-frame" "^7.0.0"
|
| 2790 |
+
"@babel/parser" "^7.7.0"
|
| 2791 |
+
"@babel/traverse" "^7.7.0"
|
| 2792 |
+
"@babel/types" "^7.7.0"
|
| 2793 |
+
eslint-visitor-keys "^1.0.0"
|
| 2794 |
+
resolve "^1.12.0"
|
| 2795 |
+
|
| 2796 |
+
babel-jest@^26.6.3:
|
| 2797 |
+
version "26.6.3"
|
| 2798 |
+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056"
|
| 2799 |
+
integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==
|
| 2800 |
+
dependencies:
|
| 2801 |
+
"@jest/transform" "^26.6.2"
|
| 2802 |
+
"@jest/types" "^26.6.2"
|
| 2803 |
+
"@types/babel__core" "^7.1.7"
|
| 2804 |
+
babel-plugin-istanbul "^6.0.0"
|
| 2805 |
+
babel-preset-jest "^26.6.2"
|
| 2806 |
+
chalk "^4.0.0"
|
| 2807 |
+
graceful-fs "^4.2.4"
|
| 2808 |
+
slash "^3.0.0"
|
| 2809 |
+
|
| 2810 |
+
babel-loader@^8.2.2:
|
| 2811 |
+
version "8.2.2"
|
| 2812 |
+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81"
|
| 2813 |
+
integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==
|
| 2814 |
+
dependencies:
|
| 2815 |
+
find-cache-dir "^3.3.1"
|
| 2816 |
+
loader-utils "^1.4.0"
|
| 2817 |
+
make-dir "^3.1.0"
|
| 2818 |
+
schema-utils "^2.6.5"
|
| 2819 |
+
|
| 2820 |
+
babel-plugin-dynamic-import-node@^2.3.3:
|
| 2821 |
+
version "2.3.3"
|
| 2822 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
|
| 2823 |
+
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
|
| 2824 |
+
dependencies:
|
| 2825 |
+
object.assign "^4.1.0"
|
| 2826 |
+
|
| 2827 |
+
babel-plugin-istanbul@^6.0.0:
|
| 2828 |
+
version "6.0.0"
|
| 2829 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz#e159ccdc9af95e0b570c75b4573b7c34d671d765"
|
| 2830 |
+
integrity sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==
|
| 2831 |
+
dependencies:
|
| 2832 |
+
"@babel/helper-plugin-utils" "^7.0.0"
|
| 2833 |
+
"@istanbuljs/load-nyc-config" "^1.0.0"
|
| 2834 |
+
"@istanbuljs/schema" "^0.1.2"
|
| 2835 |
+
istanbul-lib-instrument "^4.0.0"
|
| 2836 |
+
test-exclude "^6.0.0"
|
| 2837 |
+
|
| 2838 |
+
babel-plugin-jest-hoist@^26.6.2:
|
| 2839 |
+
version "26.6.2"
|
| 2840 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d"
|
| 2841 |
+
integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==
|
| 2842 |
+
dependencies:
|
| 2843 |
+
"@babel/template" "^7.3.3"
|
| 2844 |
+
"@babel/types" "^7.3.3"
|
| 2845 |
+
"@types/babel__core" "^7.0.0"
|
| 2846 |
+
"@types/babel__traverse" "^7.0.6"
|
| 2847 |
+
|
| 2848 |
+
babel-plugin-polyfill-corejs2@^0.2.2:
|
| 2849 |
+
version "0.2.2"
|
| 2850 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327"
|
| 2851 |
+
integrity sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==
|
| 2852 |
+
dependencies:
|
| 2853 |
+
"@babel/compat-data" "^7.13.11"
|
| 2854 |
+
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
| 2855 |
+
semver "^6.1.1"
|
| 2856 |
+
|
| 2857 |
+
babel-plugin-polyfill-corejs3@^0.2.2:
|
| 2858 |
+
version "0.2.4"
|
| 2859 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.4.tgz#68cb81316b0e8d9d721a92e0009ec6ecd4cd2ca9"
|
| 2860 |
+
integrity sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ==
|
| 2861 |
+
dependencies:
|
| 2862 |
+
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
| 2863 |
+
core-js-compat "^3.14.0"
|
| 2864 |
+
|
| 2865 |
+
babel-plugin-polyfill-regenerator@^0.2.2:
|
| 2866 |
+
version "0.2.2"
|
| 2867 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077"
|
| 2868 |
+
integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==
|
| 2869 |
+
dependencies:
|
| 2870 |
+
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
| 2871 |
+
|
| 2872 |
+
babel-preset-current-node-syntax@^1.0.0:
|
| 2873 |
+
version "1.0.1"
|
| 2874 |
+
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
|
| 2875 |
+
integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==
|
| 2876 |
+
dependencies:
|
| 2877 |
+
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
| 2878 |
+
"@babel/plugin-syntax-bigint" "^7.8.3"
|
| 2879 |
+
"@babel/plugin-syntax-class-properties" "^7.8.3"
|
| 2880 |
+
"@babel/plugin-syntax-import-meta" "^7.8.3"
|
| 2881 |
+
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
| 2882 |
+
"@babel/plugin-syntax-logical-assignment-operators" "^7.8.3"
|
| 2883 |
+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
| 2884 |
+
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
| 2885 |
+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
| 2886 |
+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
| 2887 |
+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
| 2888 |
+
"@babel/plugin-syntax-top-level-await" "^7.8.3"
|
| 2889 |
+
|
| 2890 |
+
babel-preset-jest@^26.6.2:
|
| 2891 |
+
version "26.6.2"
|
| 2892 |
+
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee"
|
| 2893 |
+
integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==
|
| 2894 |
+
dependencies:
|
| 2895 |
+
babel-plugin-jest-hoist "^26.6.2"
|
| 2896 |
+
babel-preset-current-node-syntax "^1.0.0"
|
| 2897 |
+
|
| 2898 |
+
bail@^1.0.0:
|
| 2899 |
+
version "1.0.5"
|
| 2900 |
+
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776"
|
| 2901 |
+
integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==
|
| 2902 |
+
|
| 2903 |
+
balanced-match@^1.0.0:
|
| 2904 |
+
version "1.0.2"
|
| 2905 |
+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
| 2906 |
+
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
|
| 2907 |
+
|
| 2908 |
+
balanced-match@^2.0.0:
|
| 2909 |
+
version "2.0.0"
|
| 2910 |
+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-2.0.0.tgz#dc70f920d78db8b858535795867bf48f820633d9"
|
| 2911 |
+
integrity sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==
|
| 2912 |
+
|
| 2913 |
+
base64-js@^1.0.2, base64-js@^1.3.1:
|
| 2914 |
+
version "1.5.1"
|
| 2915 |
+
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
| 2916 |
+
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
|
| 2917 |
+
|
| 2918 |
+
base@^0.11.1:
|
| 2919 |
+
version "0.11.2"
|
| 2920 |
+
resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
|
| 2921 |
+
integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==
|
| 2922 |
+
dependencies:
|
| 2923 |
+
cache-base "^1.0.1"
|
| 2924 |
+
class-utils "^0.3.5"
|
| 2925 |
+
component-emitter "^1.2.1"
|
| 2926 |
+
define-property "^1.0.0"
|
| 2927 |
+
isobject "^3.0.1"
|
| 2928 |
+
mixin-deep "^1.2.0"
|
| 2929 |
+
pascalcase "^0.1.1"
|
| 2930 |
+
|
| 2931 |
+
bcrypt-pbkdf@^1.0.0:
|
| 2932 |
+
version "1.0.2"
|
| 2933 |
+
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
|
| 2934 |
+
integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
|
| 2935 |
+
dependencies:
|
| 2936 |
+
tweetnacl "^0.14.3"
|
| 2937 |
+
|
| 2938 |
+
big.js@^5.2.2:
|
| 2939 |
+
version "5.2.2"
|
| 2940 |
+
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
|
| 2941 |
+
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
|
| 2942 |
+
|
| 2943 |
+
binary-extensions@^1.0.0:
|
| 2944 |
+
version "1.13.1"
|
| 2945 |
+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
|
| 2946 |
+
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
|
| 2947 |
+
|
| 2948 |
+
binary-extensions@^2.0.0:
|
| 2949 |
+
version "2.2.0"
|
| 2950 |
+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
|
| 2951 |
+
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
|
| 2952 |
+
|
| 2953 |
+
bindings@^1.5.0:
|
| 2954 |
+
version "1.5.0"
|
| 2955 |
+
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
|
| 2956 |
+
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
|
| 2957 |
+
dependencies:
|
| 2958 |
+
file-uri-to-path "1.0.0"
|
| 2959 |
+
|
| 2960 |
+
bl@^4.0.3:
|
| 2961 |
+
version "4.1.0"
|
| 2962 |
+
resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
|
| 2963 |
+
integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
|
| 2964 |
+
dependencies:
|
| 2965 |
+
buffer "^5.5.0"
|
| 2966 |
+
inherits "^2.0.4"
|
| 2967 |
+
readable-stream "^3.4.0"
|
| 2968 |
+
|
| 2969 |
+
blob-util@^2.0.2:
|
| 2970 |
+
version "2.0.2"
|
| 2971 |
+
resolved "https://registry.yarnpkg.com/blob-util/-/blob-util-2.0.2.tgz#3b4e3c281111bb7f11128518006cdc60b403a1eb"
|
| 2972 |
+
integrity sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==
|
| 2973 |
+
|
| 2974 |
+
bluebird-retry@^0.11.0:
|
| 2975 |
+
version "0.11.0"
|
| 2976 |
+
resolved "https://registry.yarnpkg.com/bluebird-retry/-/bluebird-retry-0.11.0.tgz#1289ab22cbbc3a02587baad35595351dd0c1c047"
|
| 2977 |
+
integrity sha1-EomrIsu8OgJYe6rTVZU1HdDBwEc=
|
| 2978 |
+
|
| 2979 |
+
bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.5, bluebird@^3.7.2:
|
| 2980 |
+
version "3.7.2"
|
| 2981 |
+
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
|
| 2982 |
+
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
|
| 2983 |
+
|
| 2984 |
+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9:
|
| 2985 |
+
version "4.12.0"
|
| 2986 |
+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
|
| 2987 |
+
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
|
| 2988 |
+
|
| 2989 |
+
bn.js@^5.0.0, bn.js@^5.1.1:
|
| 2990 |
+
version "5.2.0"
|
| 2991 |
+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002"
|
| 2992 |
+
integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==
|
| 2993 |
+
|
| 2994 |
+
body-parser@1.19.0, body-parser@^1.18.3:
|
| 2995 |
+
version "1.19.0"
|
| 2996 |
+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
|
| 2997 |
+
integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==
|
| 2998 |
+
dependencies:
|
| 2999 |
+
bytes "3.1.0"
|
| 3000 |
+
content-type "~1.0.4"
|
| 3001 |
+
debug "2.6.9"
|
| 3002 |
+
depd "~1.1.2"
|
| 3003 |
+
http-errors "1.7.2"
|
| 3004 |
+
iconv-lite "0.4.24"
|
| 3005 |
+
on-finished "~2.3.0"
|
| 3006 |
+
qs "6.7.0"
|
| 3007 |
+
raw-body "2.4.0"
|
| 3008 |
+
type-is "~1.6.17"
|
| 3009 |
+
|
| 3010 |
+
body@^5.1.0:
|
| 3011 |
+
version "5.1.0"
|
| 3012 |
+
resolved "https://registry.yarnpkg.com/body/-/body-5.1.0.tgz#e4ba0ce410a46936323367609ecb4e6553125069"
|
| 3013 |
+
integrity sha1-5LoM5BCkaTYyM2dgnstOZVMSUGk=
|
| 3014 |
+
dependencies:
|
| 3015 |
+
continuable-cache "^0.3.1"
|
| 3016 |
+
error "^7.0.0"
|
| 3017 |
+
raw-body "~1.1.0"
|
| 3018 |
+
safe-json-parse "~1.0.1"
|
| 3019 |
+
|
| 3020 |
+
boolbase@^1.0.0, boolbase@~1.0.0:
|
| 3021 |
+
version "1.0.0"
|
| 3022 |
+
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
| 3023 |
+
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
|
| 3024 |
+
|
| 3025 |
+
brace-expansion@^1.1.7:
|
| 3026 |
+
version "1.1.11"
|
| 3027 |
+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
|
| 3028 |
+
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
|
| 3029 |
+
dependencies:
|
| 3030 |
+
balanced-match "^1.0.0"
|
| 3031 |
+
concat-map "0.0.1"
|
| 3032 |
+
|
| 3033 |
+
braces@^2.3.1, braces@^2.3.2:
|
| 3034 |
+
version "2.3.2"
|
| 3035 |
+
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
|
| 3036 |
+
integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
|
| 3037 |
+
dependencies:
|
| 3038 |
+
arr-flatten "^1.1.0"
|
| 3039 |
+
array-unique "^0.3.2"
|
| 3040 |
+
extend-shallow "^2.0.1"
|
| 3041 |
+
fill-range "^4.0.0"
|
| 3042 |
+
isobject "^3.0.1"
|
| 3043 |
+
repeat-element "^1.1.2"
|
| 3044 |
+
snapdragon "^0.8.1"
|
| 3045 |
+
snapdragon-node "^2.0.1"
|
| 3046 |
+
split-string "^3.0.2"
|
| 3047 |
+
to-regex "^3.0.1"
|
| 3048 |
+
|
| 3049 |
+
braces@^3.0.1, braces@~3.0.2:
|
| 3050 |
+
version "3.0.2"
|
| 3051 |
+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
|
| 3052 |
+
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
|
| 3053 |
+
dependencies:
|
| 3054 |
+
fill-range "^7.0.1"
|
| 3055 |
+
|
| 3056 |
+
brorand@^1.0.1, brorand@^1.1.0:
|
| 3057 |
+
version "1.1.0"
|
| 3058 |
+
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
|
| 3059 |
+
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
|
| 3060 |
+
|
| 3061 |
+
browser-process-hrtime@^1.0.0:
|
| 3062 |
+
version "1.0.0"
|
| 3063 |
+
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
|
| 3064 |
+
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
|
| 3065 |
+
|
| 3066 |
+
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
|
| 3067 |
+
version "1.2.0"
|
| 3068 |
+
resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48"
|
| 3069 |
+
integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==
|
| 3070 |
+
dependencies:
|
| 3071 |
+
buffer-xor "^1.0.3"
|
| 3072 |
+
cipher-base "^1.0.0"
|
| 3073 |
+
create-hash "^1.1.0"
|
| 3074 |
+
evp_bytestokey "^1.0.3"
|
| 3075 |
+
inherits "^2.0.1"
|
| 3076 |
+
safe-buffer "^5.0.1"
|
| 3077 |
+
|
| 3078 |
+
browserify-cipher@^1.0.0:
|
| 3079 |
+
version "1.0.1"
|
| 3080 |
+
resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0"
|
| 3081 |
+
integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==
|
| 3082 |
+
dependencies:
|
| 3083 |
+
browserify-aes "^1.0.4"
|
| 3084 |
+
browserify-des "^1.0.0"
|
| 3085 |
+
evp_bytestokey "^1.0.0"
|
| 3086 |
+
|
| 3087 |
+
browserify-des@^1.0.0:
|
| 3088 |
+
version "1.0.2"
|
| 3089 |
+
resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c"
|
| 3090 |
+
integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==
|
| 3091 |
+
dependencies:
|
| 3092 |
+
cipher-base "^1.0.1"
|
| 3093 |
+
des.js "^1.0.0"
|
| 3094 |
+
inherits "^2.0.1"
|
| 3095 |
+
safe-buffer "^5.1.2"
|
| 3096 |
+
|
| 3097 |
+
browserify-rsa@^4.0.0, browserify-rsa@^4.0.1:
|
| 3098 |
+
version "4.1.0"
|
| 3099 |
+
resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d"
|
| 3100 |
+
integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==
|
| 3101 |
+
dependencies:
|
| 3102 |
+
bn.js "^5.0.0"
|
| 3103 |
+
randombytes "^2.0.1"
|
| 3104 |
+
|
| 3105 |
+
browserify-sign@^4.0.0:
|
| 3106 |
+
version "4.2.1"
|
| 3107 |
+
resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3"
|
| 3108 |
+
integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==
|
| 3109 |
+
dependencies:
|
| 3110 |
+
bn.js "^5.1.1"
|
| 3111 |
+
browserify-rsa "^4.0.1"
|
| 3112 |
+
create-hash "^1.2.0"
|
| 3113 |
+
create-hmac "^1.1.7"
|
| 3114 |
+
elliptic "^6.5.3"
|
| 3115 |
+
inherits "^2.0.4"
|
| 3116 |
+
parse-asn1 "^5.1.5"
|
| 3117 |
+
readable-stream "^3.6.0"
|
| 3118 |
+
safe-buffer "^5.2.0"
|
| 3119 |
+
|
| 3120 |
+
browserify-zlib@^0.2.0:
|
| 3121 |
+
version "0.2.0"
|
| 3122 |
+
resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f"
|
| 3123 |
+
integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==
|
| 3124 |
+
dependencies:
|
| 3125 |
+
pako "~1.0.5"
|
| 3126 |
+
|
| 3127 |
+
browserslist@^4.12.0, browserslist@^4.16.6, browserslist@^4.16.7:
|
| 3128 |
+
version "4.16.7"
|
| 3129 |
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.7.tgz#108b0d1ef33c4af1b587c54f390e7041178e4335"
|
| 3130 |
+
integrity sha512-7I4qVwqZltJ7j37wObBe3SoTz+nS8APaNcrBOlgoirb6/HbEU2XxW/LpUDTCngM6iauwFqmRTuOMfyKnFGY5JA==
|
| 3131 |
+
dependencies:
|
| 3132 |
+
caniuse-lite "^1.0.30001248"
|
| 3133 |
+
colorette "^1.2.2"
|
| 3134 |
+
electron-to-chromium "^1.3.793"
|
| 3135 |
+
escalade "^3.1.1"
|
| 3136 |
+
node-releases "^1.1.73"
|
| 3137 |
+
|
| 3138 |
+
bser@2.1.1:
|
| 3139 |
+
version "2.1.1"
|
| 3140 |
+
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
|
| 3141 |
+
integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==
|
| 3142 |
+
dependencies:
|
| 3143 |
+
node-int64 "^0.4.0"
|
| 3144 |
+
|
| 3145 |
+
buffer-crc32@~0.2.3:
|
| 3146 |
+
version "0.2.13"
|
| 3147 |
+
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
|
| 3148 |
+
integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
|
| 3149 |
+
|
| 3150 |
+
buffer-from@^1.0.0:
|
| 3151 |
+
version "1.1.2"
|
| 3152 |
+
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
| 3153 |
+
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
|
| 3154 |
+
|
| 3155 |
+
buffer-xor@^1.0.3:
|
| 3156 |
+
version "1.0.3"
|
| 3157 |
+
resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
|
| 3158 |
+
integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=
|
| 3159 |
+
|
| 3160 |
+
buffer@^4.3.0:
|
| 3161 |
+
version "4.9.2"
|
| 3162 |
+
resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8"
|
| 3163 |
+
integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==
|
| 3164 |
+
dependencies:
|
| 3165 |
+
base64-js "^1.0.2"
|
| 3166 |
+
ieee754 "^1.1.4"
|
| 3167 |
+
isarray "^1.0.0"
|
| 3168 |
+
|
| 3169 |
+
buffer@^5.2.1, buffer@^5.5.0:
|
| 3170 |
+
version "5.7.1"
|
| 3171 |
+
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
|
| 3172 |
+
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
|
| 3173 |
+
dependencies:
|
| 3174 |
+
base64-js "^1.3.1"
|
| 3175 |
+
ieee754 "^1.1.13"
|
| 3176 |
+
|
| 3177 |
+
builtin-status-codes@^3.0.0:
|
| 3178 |
+
version "3.0.0"
|
| 3179 |
+
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
|
| 3180 |
+
integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
|
| 3181 |
+
|
| 3182 |
+
bytes@1:
|
| 3183 |
+
version "1.0.0"
|
| 3184 |
+
resolved "https://registry.yarnpkg.com/bytes/-/bytes-1.0.0.tgz#3569ede8ba34315fab99c3e92cb04c7220de1fa8"
|
| 3185 |
+
integrity sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=
|
| 3186 |
+
|
| 3187 |
+
bytes@3.1.0:
|
| 3188 |
+
version "3.1.0"
|
| 3189 |
+
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
|
| 3190 |
+
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
|
| 3191 |
+
|
| 3192 |
+
cacache@^12.0.2:
|
| 3193 |
+
version "12.0.4"
|
| 3194 |
+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c"
|
| 3195 |
+
integrity sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==
|
| 3196 |
+
dependencies:
|
| 3197 |
+
bluebird "^3.5.5"
|
| 3198 |
+
chownr "^1.1.1"
|
| 3199 |
+
figgy-pudding "^3.5.1"
|
| 3200 |
+
glob "^7.1.4"
|
| 3201 |
+
graceful-fs "^4.1.15"
|
| 3202 |
+
infer-owner "^1.0.3"
|
| 3203 |
+
lru-cache "^5.1.1"
|
| 3204 |
+
mississippi "^3.0.0"
|
| 3205 |
+
mkdirp "^0.5.1"
|
| 3206 |
+
move-concurrently "^1.0.1"
|
| 3207 |
+
promise-inflight "^1.0.1"
|
| 3208 |
+
rimraf "^2.6.3"
|
| 3209 |
+
ssri "^6.0.1"
|
| 3210 |
+
unique-filename "^1.1.1"
|
| 3211 |
+
y18n "^4.0.0"
|
| 3212 |
+
|
| 3213 |
+
cacache@^15.0.5:
|
| 3214 |
+
version "15.2.0"
|
| 3215 |
+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.2.0.tgz#73af75f77c58e72d8c630a7a2858cb18ef523389"
|
| 3216 |
+
integrity sha512-uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw==
|
| 3217 |
+
dependencies:
|
| 3218 |
+
"@npmcli/move-file" "^1.0.1"
|
| 3219 |
+
chownr "^2.0.0"
|
| 3220 |
+
fs-minipass "^2.0.0"
|
| 3221 |
+
glob "^7.1.4"
|
| 3222 |
+
infer-owner "^1.0.4"
|
| 3223 |
+
lru-cache "^6.0.0"
|
| 3224 |
+
minipass "^3.1.1"
|
| 3225 |
+
minipass-collect "^1.0.2"
|
| 3226 |
+
minipass-flush "^1.0.5"
|
| 3227 |
+
minipass-pipeline "^1.2.2"
|
| 3228 |
+
mkdirp "^1.0.3"
|
| 3229 |
+
p-map "^4.0.0"
|
| 3230 |
+
promise-inflight "^1.0.1"
|
| 3231 |
+
rimraf "^3.0.2"
|
| 3232 |
+
ssri "^8.0.1"
|
| 3233 |
+
tar "^6.0.2"
|
| 3234 |
+
unique-filename "^1.1.1"
|
| 3235 |
+
|
| 3236 |
+
cache-base@^1.0.1:
|
| 3237 |
+
version "1.0.1"
|
| 3238 |
+
resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
|
| 3239 |
+
integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==
|
| 3240 |
+
dependencies:
|
| 3241 |
+
collection-visit "^1.0.0"
|
| 3242 |
+
component-emitter "^1.2.1"
|
| 3243 |
+
get-value "^2.0.6"
|
| 3244 |
+
has-value "^1.0.0"
|
| 3245 |
+
isobject "^3.0.1"
|
| 3246 |
+
set-value "^2.0.0"
|
| 3247 |
+
to-object-path "^0.3.0"
|
| 3248 |
+
union-value "^1.0.0"
|
| 3249 |
+
unset-value "^1.0.0"
|
| 3250 |
+
|
| 3251 |
+
cachedir@^2.3.0:
|
| 3252 |
+
version "2.3.0"
|
| 3253 |
+
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.3.0.tgz#0c75892a052198f0b21c7c1804d8331edfcae0e8"
|
| 3254 |
+
integrity sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==
|
| 3255 |
+
|
| 3256 |
+
call-bind@^1.0.0, call-bind@^1.0.2:
|
| 3257 |
+
version "1.0.2"
|
| 3258 |
+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
|
| 3259 |
+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
|
| 3260 |
+
dependencies:
|
| 3261 |
+
function-bind "^1.1.1"
|
| 3262 |
+
get-intrinsic "^1.0.2"
|
| 3263 |
+
|
| 3264 |
+
caller-callsite@^2.0.0:
|
| 3265 |
+
version "2.0.0"
|
| 3266 |
+
resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
|
| 3267 |
+
integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=
|
| 3268 |
+
dependencies:
|
| 3269 |
+
callsites "^2.0.0"
|
| 3270 |
+
|
| 3271 |
+
caller-path@^2.0.0:
|
| 3272 |
+
version "2.0.0"
|
| 3273 |
+
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
|
| 3274 |
+
integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=
|
| 3275 |
+
dependencies:
|
| 3276 |
+
caller-callsite "^2.0.0"
|
| 3277 |
+
|
| 3278 |
+
callsites@^2.0.0:
|
| 3279 |
+
version "2.0.0"
|
| 3280 |
+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
|
| 3281 |
+
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
|
| 3282 |
+
|
| 3283 |
+
callsites@^3.0.0:
|
| 3284 |
+
version "3.1.0"
|
| 3285 |
+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
|
| 3286 |
+
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
|
| 3287 |
+
|
| 3288 |
+
camelcase-keys@^6.2.2:
|
| 3289 |
+
version "6.2.2"
|
| 3290 |
+
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0"
|
| 3291 |
+
integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==
|
| 3292 |
+
dependencies:
|
| 3293 |
+
camelcase "^5.3.1"
|
| 3294 |
+
map-obj "^4.0.0"
|
| 3295 |
+
quick-lru "^4.0.1"
|
| 3296 |
+
|
| 3297 |
+
camelcase@^5.0.0, camelcase@^5.3.1:
|
| 3298 |
+
version "5.3.1"
|
| 3299 |
+
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
| 3300 |
+
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
| 3301 |
+
|
| 3302 |
+
camelcase@^6.0.0, camelcase@^6.2.0:
|
| 3303 |
+
version "6.2.0"
|
| 3304 |
+
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
|
| 3305 |
+
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
|
| 3306 |
+
|
| 3307 |
+
caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001248:
|
| 3308 |
+
version "1.0.30001249"
|
| 3309 |
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001249.tgz#90a330057f8ff75bfe97a94d047d5e14fabb2ee8"
|
| 3310 |
+
integrity sha512-vcX4U8lwVXPdqzPWi6cAJ3FnQaqXbBqy/GZseKNQzRj37J7qZdGcBtxq/QLFNLLlfsoXLUdHw8Iwenri86Tagw==
|
| 3311 |
+
|
| 3312 |
+
capture-exit@^2.0.0:
|
| 3313 |
+
version "2.0.0"
|
| 3314 |
+
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
|
| 3315 |
+
integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==
|
| 3316 |
+
dependencies:
|
| 3317 |
+
rsvp "^4.8.4"
|
| 3318 |
+
|
| 3319 |
+
cardinal@^2.1.1:
|
| 3320 |
+
version "2.1.1"
|
| 3321 |
+
resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-2.1.1.tgz#7cc1055d822d212954d07b085dea251cc7bc5505"
|
| 3322 |
+
integrity sha1-fMEFXYItISlU0HsIXeolHMe8VQU=
|
| 3323 |
+
dependencies:
|
| 3324 |
+
ansicolors "~0.3.2"
|
| 3325 |
+
redeyed "~2.1.0"
|
| 3326 |
+
|
| 3327 |
+
caseless@~0.12.0:
|
| 3328 |
+
version "0.12.0"
|
| 3329 |
+
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
| 3330 |
+
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
|
| 3331 |
+
|
| 3332 |
+
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
|
| 3333 |
+
version "2.4.2"
|
| 3334 |
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
| 3335 |
+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
| 3336 |
+
dependencies:
|
| 3337 |
+
ansi-styles "^3.2.1"
|
| 3338 |
+
escape-string-regexp "^1.0.5"
|
| 3339 |
+
supports-color "^5.3.0"
|
| 3340 |
+
|
| 3341 |
+
chalk@^3.0.0:
|
| 3342 |
+
version "3.0.0"
|
| 3343 |
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
|
| 3344 |
+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
|
| 3345 |
+
dependencies:
|
| 3346 |
+
ansi-styles "^4.1.0"
|
| 3347 |
+
supports-color "^7.1.0"
|
| 3348 |
+
|
| 3349 |
+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
|
| 3350 |
+
version "4.1.2"
|
| 3351 |
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
| 3352 |
+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
| 3353 |
+
dependencies:
|
| 3354 |
+
ansi-styles "^4.1.0"
|
| 3355 |
+
supports-color "^7.1.0"
|
| 3356 |
+
|
| 3357 |
+
char-regex@^1.0.2:
|
| 3358 |
+
version "1.0.2"
|
| 3359 |
+
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
|
| 3360 |
+
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
|
| 3361 |
+
|
| 3362 |
+
character-entities-legacy@^1.0.0:
|
| 3363 |
+
version "1.1.4"
|
| 3364 |
+
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"
|
| 3365 |
+
integrity sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==
|
| 3366 |
+
|
| 3367 |
+
character-entities@^1.0.0:
|
| 3368 |
+
version "1.2.4"
|
| 3369 |
+
resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b"
|
| 3370 |
+
integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==
|
| 3371 |
+
|
| 3372 |
+
character-reference-invalid@^1.0.0:
|
| 3373 |
+
version "1.1.4"
|
| 3374 |
+
resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560"
|
| 3375 |
+
integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==
|
| 3376 |
+
|
| 3377 |
+
check-more-types@^2.24.0:
|
| 3378 |
+
version "2.24.0"
|
| 3379 |
+
resolved "https://registry.yarnpkg.com/check-more-types/-/check-more-types-2.24.0.tgz#1420ffb10fd444dcfc79b43891bbfffd32a84600"
|
| 3380 |
+
integrity sha1-FCD/sQ/URNz8ebQ4kbv//TKoRgA=
|
| 3381 |
+
|
| 3382 |
+
check-node-version@^4.1.0:
|
| 3383 |
+
version "4.1.0"
|
| 3384 |
+
resolved "https://registry.yarnpkg.com/check-node-version/-/check-node-version-4.1.0.tgz#12ff45bfeb8dd591700a0ab848c21b2d8ceeeb94"
|
| 3385 |
+
integrity sha512-TSXGsyfW5/xY2QseuJn8/hleO2AU7HxVCdkc900jp1vcfzF840GkjvRT7CHl8sRtWn23n3X3k0cwH9RXeRwhfw==
|
| 3386 |
+
dependencies:
|
| 3387 |
+
chalk "^3.0.0"
|
| 3388 |
+
map-values "^1.0.1"
|
| 3389 |
+
minimist "^1.2.0"
|
| 3390 |
+
object-filter "^1.0.2"
|
| 3391 |
+
run-parallel "^1.1.4"
|
| 3392 |
+
semver "^6.3.0"
|
| 3393 |
+
|
| 3394 |
+
cheerio-select@^1.5.0:
|
| 3395 |
+
version "1.5.0"
|
| 3396 |
+
resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-1.5.0.tgz#faf3daeb31b17c5e1a9dabcee288aaf8aafa5823"
|
| 3397 |
+
integrity sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==
|
| 3398 |
+
dependencies:
|
| 3399 |
+
css-select "^4.1.3"
|
| 3400 |
+
css-what "^5.0.1"
|
| 3401 |
+
domelementtype "^2.2.0"
|
| 3402 |
+
domhandler "^4.2.0"
|
| 3403 |
+
domutils "^2.7.0"
|
| 3404 |
+
|
| 3405 |
+
cheerio@^1.0.0-rc.3:
|
| 3406 |
+
version "1.0.0-rc.10"
|
| 3407 |
+
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e"
|
| 3408 |
+
integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==
|
| 3409 |
+
dependencies:
|
| 3410 |
+
cheerio-select "^1.5.0"
|
| 3411 |
+
dom-serializer "^1.3.2"
|
| 3412 |
+
domhandler "^4.2.0"
|
| 3413 |
+
htmlparser2 "^6.1.0"
|
| 3414 |
+
parse5 "^6.0.1"
|
| 3415 |
+
parse5-htmlparser2-tree-adapter "^6.0.1"
|
| 3416 |
+
tslib "^2.2.0"
|
| 3417 |
+
|
| 3418 |
+
"chokidar@>=3.0.0 <4.0.0", chokidar@^3.4.1:
|
| 3419 |
+
version "3.5.2"
|
| 3420 |
+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
|
| 3421 |
+
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
|
| 3422 |
+
dependencies:
|
| 3423 |
+
anymatch "~3.1.2"
|
| 3424 |
+
braces "~3.0.2"
|
| 3425 |
+
glob-parent "~5.1.2"
|
| 3426 |
+
is-binary-path "~2.1.0"
|
| 3427 |
+
is-glob "~4.0.1"
|
| 3428 |
+
normalize-path "~3.0.0"
|
| 3429 |
+
readdirp "~3.6.0"
|
| 3430 |
+
optionalDependencies:
|
| 3431 |
+
fsevents "~2.3.2"
|
| 3432 |
+
|
| 3433 |
+
chokidar@^2.1.8:
|
| 3434 |
+
version "2.1.8"
|
| 3435 |
+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
|
| 3436 |
+
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
|
| 3437 |
+
dependencies:
|
| 3438 |
+
anymatch "^2.0.0"
|
| 3439 |
+
async-each "^1.0.1"
|
| 3440 |
+
braces "^2.3.2"
|
| 3441 |
+
glob-parent "^3.1.0"
|
| 3442 |
+
inherits "^2.0.3"
|
| 3443 |
+
is-binary-path "^1.0.0"
|
| 3444 |
+
is-glob "^4.0.0"
|
| 3445 |
+
normalize-path "^3.0.0"
|
| 3446 |
+
path-is-absolute "^1.0.0"
|
| 3447 |
+
readdirp "^2.2.1"
|
| 3448 |
+
upath "^1.1.1"
|
| 3449 |
+
optionalDependencies:
|
| 3450 |
+
fsevents "^1.2.7"
|
| 3451 |
+
|
| 3452 |
+
chownr@^1.1.1:
|
| 3453 |
+
version "1.1.4"
|
| 3454 |
+
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
|
| 3455 |
+
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
|
| 3456 |
+
|
| 3457 |
+
chownr@^2.0.0:
|
| 3458 |
+
version "2.0.0"
|
| 3459 |
+
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
|
| 3460 |
+
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
|
| 3461 |
+
|
| 3462 |
+
chrome-trace-event@^1.0.2:
|
| 3463 |
+
version "1.0.3"
|
| 3464 |
+
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
|
| 3465 |
+
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
|
| 3466 |
+
|
| 3467 |
+
ci-info@^2.0.0:
|
| 3468 |
+
version "2.0.0"
|
| 3469 |
+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
|
| 3470 |
+
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
|
| 3471 |
+
|
| 3472 |
+
ci-info@^3.1.1:
|
| 3473 |
+
version "3.2.0"
|
| 3474 |
+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
|
| 3475 |
+
integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==
|
| 3476 |
+
|
| 3477 |
+
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
|
| 3478 |
+
version "1.0.4"
|
| 3479 |
+
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
|
| 3480 |
+
integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
|
| 3481 |
+
dependencies:
|
| 3482 |
+
inherits "^2.0.1"
|
| 3483 |
+
safe-buffer "^5.0.1"
|
| 3484 |
+
|
| 3485 |
+
cjs-module-lexer@^0.6.0:
|
| 3486 |
+
version "0.6.0"
|
| 3487 |
+
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f"
|
| 3488 |
+
integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==
|
| 3489 |
+
|
| 3490 |
+
class-utils@^0.3.5:
|
| 3491 |
+
version "0.3.6"
|
| 3492 |
+
resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
|
| 3493 |
+
integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==
|
| 3494 |
+
dependencies:
|
| 3495 |
+
arr-union "^3.1.0"
|
| 3496 |
+
define-property "^0.2.5"
|
| 3497 |
+
isobject "^3.0.0"
|
| 3498 |
+
static-extend "^0.1.1"
|
| 3499 |
+
|
| 3500 |
+
clean-stack@^2.0.0:
|
| 3501 |
+
version "2.2.0"
|
| 3502 |
+
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
|
| 3503 |
+
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
|
| 3504 |
+
|
| 3505 |
+
clean-stack@^3.0.0:
|
| 3506 |
+
version "3.0.1"
|
| 3507 |
+
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-3.0.1.tgz#155bf0b2221bf5f4fba89528d24c5953f17fe3a8"
|
| 3508 |
+
integrity sha512-lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg==
|
| 3509 |
+
dependencies:
|
| 3510 |
+
escape-string-regexp "4.0.0"
|
| 3511 |
+
|
| 3512 |
+
clean-webpack-plugin@^3.0.0:
|
| 3513 |
+
version "3.0.0"
|
| 3514 |
+
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz#a99d8ec34c1c628a4541567aa7b457446460c62b"
|
| 3515 |
+
integrity sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A==
|
| 3516 |
+
dependencies:
|
| 3517 |
+
"@types/webpack" "^4.4.31"
|
| 3518 |
+
del "^4.1.1"
|
| 3519 |
+
|
| 3520 |
+
cli-cursor@^3.1.0:
|
| 3521 |
+
version "3.1.0"
|
| 3522 |
+
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"
|
| 3523 |
+
integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==
|
| 3524 |
+
dependencies:
|
| 3525 |
+
restore-cursor "^3.1.0"
|
| 3526 |
+
|
| 3527 |
+
cli-table3@~0.6.0:
|
| 3528 |
+
version "0.6.0"
|
| 3529 |
+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.0.tgz#b7b1bc65ca8e7b5cef9124e13dc2b21e2ce4faee"
|
| 3530 |
+
integrity sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==
|
| 3531 |
+
dependencies:
|
| 3532 |
+
object-assign "^4.1.0"
|
| 3533 |
+
string-width "^4.2.0"
|
| 3534 |
+
optionalDependencies:
|
| 3535 |
+
colors "^1.1.2"
|
| 3536 |
+
|
| 3537 |
+
cli-truncate@^2.1.0:
|
| 3538 |
+
version "2.1.0"
|
| 3539 |
+
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7"
|
| 3540 |
+
integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==
|
| 3541 |
+
dependencies:
|
| 3542 |
+
slice-ansi "^3.0.0"
|
| 3543 |
+
string-width "^4.2.0"
|
| 3544 |
+
|
| 3545 |
+
cli-ux@^4.9.0:
|
| 3546 |
+
version "4.9.3"
|
| 3547 |
+
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.9.3.tgz#4c3e070c1ea23eef010bbdb041192e0661be84ce"
|
| 3548 |
+
integrity sha512-/1owvF0SZ5Gn54cgrikJ0QskgTzeg30HGjkmjFoaHDJzAqFpuX1DBpFR8aLvsE1J5s9MgeYRENQK4BFwOag5VA==
|
| 3549 |
+
dependencies:
|
| 3550 |
+
"@oclif/errors" "^1.2.2"
|
| 3551 |
+
"@oclif/linewrap" "^1.0.0"
|
| 3552 |
+
"@oclif/screen" "^1.0.3"
|
| 3553 |
+
ansi-escapes "^3.1.0"
|
| 3554 |
+
ansi-styles "^3.2.1"
|
| 3555 |
+
cardinal "^2.1.1"
|
| 3556 |
+
chalk "^2.4.1"
|
| 3557 |
+
clean-stack "^2.0.0"
|
| 3558 |
+
extract-stack "^1.0.0"
|
| 3559 |
+
fs-extra "^7.0.0"
|
| 3560 |
+
hyperlinker "^1.0.0"
|
| 3561 |
+
indent-string "^3.2.0"
|
| 3562 |
+
is-wsl "^1.1.0"
|
| 3563 |
+
lodash "^4.17.11"
|
| 3564 |
+
password-prompt "^1.0.7"
|
| 3565 |
+
semver "^5.6.0"
|
| 3566 |
+
strip-ansi "^5.0.0"
|
| 3567 |
+
supports-color "^5.5.0"
|
| 3568 |
+
supports-hyperlinks "^1.0.1"
|
| 3569 |
+
treeify "^1.1.0"
|
| 3570 |
+
tslib "^1.9.3"
|
| 3571 |
+
|
| 3572 |
+
cliui@^5.0.0:
|
| 3573 |
+
version "5.0.0"
|
| 3574 |
+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
|
| 3575 |
+
integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
|
| 3576 |
+
dependencies:
|
| 3577 |
+
string-width "^3.1.0"
|
| 3578 |
+
strip-ansi "^5.2.0"
|
| 3579 |
+
wrap-ansi "^5.1.0"
|
| 3580 |
+
|
| 3581 |
+
cliui@^6.0.0:
|
| 3582 |
+
version "6.0.0"
|
| 3583 |
+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
| 3584 |
+
integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
|
| 3585 |
+
dependencies:
|
| 3586 |
+
string-width "^4.2.0"
|
| 3587 |
+
strip-ansi "^6.0.0"
|
| 3588 |
+
wrap-ansi "^6.2.0"
|
| 3589 |
+
|
| 3590 |
+
clone-deep@^0.2.4:
|
| 3591 |
+
version "0.2.4"
|
| 3592 |
+
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-0.2.4.tgz#4e73dd09e9fb971cc38670c5dced9c1896481cc6"
|
| 3593 |
+
integrity sha1-TnPdCen7lxzDhnDF3O2cGJZIHMY=
|
| 3594 |
+
dependencies:
|
| 3595 |
+
for-own "^0.1.3"
|
| 3596 |
+
is-plain-object "^2.0.1"
|
| 3597 |
+
kind-of "^3.0.2"
|
| 3598 |
+
lazy-cache "^1.0.3"
|
| 3599 |
+
shallow-clone "^0.1.2"
|
| 3600 |
+
|
| 3601 |
+
clone-deep@^4.0.1:
|
| 3602 |
+
version "4.0.1"
|
| 3603 |
+
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
|
| 3604 |
+
integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==
|
| 3605 |
+
dependencies:
|
| 3606 |
+
is-plain-object "^2.0.4"
|
| 3607 |
+
kind-of "^6.0.2"
|
| 3608 |
+
shallow-clone "^3.0.0"
|
| 3609 |
+
|
| 3610 |
+
clone-regexp@^2.1.0:
|
| 3611 |
+
version "2.2.0"
|
| 3612 |
+
resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-2.2.0.tgz#7d65e00885cd8796405c35a737e7a86b7429e36f"
|
| 3613 |
+
integrity sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==
|
| 3614 |
+
dependencies:
|
| 3615 |
+
is-regexp "^2.0.0"
|
| 3616 |
+
|
| 3617 |
+
co@^4.6.0:
|
| 3618 |
+
version "4.6.0"
|
| 3619 |
+
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
|
| 3620 |
+
integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
|
| 3621 |
+
|
| 3622 |
+
coa@^2.0.2:
|
| 3623 |
+
version "2.0.2"
|
| 3624 |
+
resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3"
|
| 3625 |
+
integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==
|
| 3626 |
+
dependencies:
|
| 3627 |
+
"@types/q" "^1.5.1"
|
| 3628 |
+
chalk "^2.4.1"
|
| 3629 |
+
q "^1.1.2"
|
| 3630 |
+
|
| 3631 |
+
code-error-fragment@0.0.230:
|
| 3632 |
+
version "0.0.230"
|
| 3633 |
+
resolved "https://registry.yarnpkg.com/code-error-fragment/-/code-error-fragment-0.0.230.tgz#d736d75c832445342eca1d1fedbf17d9618b14d7"
|
| 3634 |
+
integrity sha512-cadkfKp6932H8UkhzE/gcUqhRMNf8jHzkAN7+5Myabswaghu4xABTgPHDCjW+dBAJxj/SpkTYokpzDqY4pCzQw==
|
| 3635 |
+
|
| 3636 |
+
collapse-white-space@^1.0.2:
|
| 3637 |
+
version "1.0.6"
|
| 3638 |
+
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287"
|
| 3639 |
+
integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==
|
| 3640 |
+
|
| 3641 |
+
collect-v8-coverage@^1.0.0:
|
| 3642 |
+
version "1.0.1"
|
| 3643 |
+
resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59"
|
| 3644 |
+
integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==
|
| 3645 |
+
|
| 3646 |
+
collection-visit@^1.0.0:
|
| 3647 |
+
version "1.0.0"
|
| 3648 |
+
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
|
| 3649 |
+
integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=
|
| 3650 |
+
dependencies:
|
| 3651 |
+
map-visit "^1.0.0"
|
| 3652 |
+
object-visit "^1.0.0"
|
| 3653 |
+
|
| 3654 |
+
color-convert@^1.9.0, color-convert@^1.9.1:
|
| 3655 |
+
version "1.9.3"
|
| 3656 |
+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
|
| 3657 |
+
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
|
| 3658 |
+
dependencies:
|
| 3659 |
+
color-name "1.1.3"
|
| 3660 |
+
|
| 3661 |
+
color-convert@^2.0.1:
|
| 3662 |
+
version "2.0.1"
|
| 3663 |
+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
|
| 3664 |
+
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
|
| 3665 |
+
dependencies:
|
| 3666 |
+
color-name "~1.1.4"
|
| 3667 |
+
|
| 3668 |
+
color-name@1.1.3:
|
| 3669 |
+
version "1.1.3"
|
| 3670 |
+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
| 3671 |
+
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
| 3672 |
+
|
| 3673 |
+
color-name@^1.0.0, color-name@^1.1.4, color-name@~1.1.4:
|
| 3674 |
+
version "1.1.4"
|
| 3675 |
+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
| 3676 |
+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
| 3677 |
+
|
| 3678 |
+
color-string@^1.5.2:
|
| 3679 |
+
version "1.6.0"
|
| 3680 |
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.6.0.tgz#c3915f61fe267672cb7e1e064c9d692219f6c312"
|
| 3681 |
+
integrity sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA==
|
| 3682 |
+
dependencies:
|
| 3683 |
+
color-name "^1.0.0"
|
| 3684 |
+
simple-swizzle "^0.2.2"
|
| 3685 |
+
|
| 3686 |
+
color@3.0.x:
|
| 3687 |
+
version "3.0.0"
|
| 3688 |
+
resolved "https://registry.yarnpkg.com/color/-/color-3.0.0.tgz#d920b4328d534a3ac8295d68f7bd4ba6c427be9a"
|
| 3689 |
+
integrity sha512-jCpd5+s0s0t7p3pHQKpnJ0TpQKKdleP71LWcA0aqiljpiuAkOSUFN/dyH8ZwF0hRmFlrIuRhufds1QyEP9EB+w==
|
| 3690 |
+
dependencies:
|
| 3691 |
+
color-convert "^1.9.1"
|
| 3692 |
+
color-string "^1.5.2"
|
| 3693 |
+
|
| 3694 |
+
colorette@^1.2.1, colorette@^1.2.2:
|
| 3695 |
+
version "1.2.2"
|
| 3696 |
+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
|
| 3697 |
+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
|
| 3698 |
+
|
| 3699 |
+
colors@^1.1.2, colors@^1.2.1, colors@^1.3.2:
|
| 3700 |
+
version "1.4.0"
|
| 3701 |
+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
|
| 3702 |
+
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
|
| 3703 |
+
|
| 3704 |
+
colorspace@1.1.x:
|
| 3705 |
+
version "1.1.2"
|
| 3706 |
+
resolved "https://registry.yarnpkg.com/colorspace/-/colorspace-1.1.2.tgz#e0128950d082b86a2168580796a0aa5d6c68d8c5"
|
| 3707 |
+
integrity sha512-vt+OoIP2d76xLhjwbBaucYlNSpPsrJWPlBTtwCpQKIu6/CSMutyzX93O/Do0qzpH3YoHEes8YEFXyZ797rEhzQ==
|
| 3708 |
+
dependencies:
|
| 3709 |
+
color "3.0.x"
|
| 3710 |
+
text-hex "1.0.x"
|
| 3711 |
+
|
| 3712 |
+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
|
| 3713 |
+
version "1.0.8"
|
| 3714 |
+
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
|
| 3715 |
+
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
|
| 3716 |
+
dependencies:
|
| 3717 |
+
delayed-stream "~1.0.0"
|
| 3718 |
+
|
| 3719 |
+
commander@^2.19.0, commander@^2.20.0:
|
| 3720 |
+
version "2.20.3"
|
| 3721 |
+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
| 3722 |
+
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
| 3723 |
+
|
| 3724 |
+
commander@^3.0.2:
|
| 3725 |
+
version "3.0.2"
|
| 3726 |
+
resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.2.tgz#6837c3fb677ad9933d1cfba42dd14d5117d6b39e"
|
| 3727 |
+
integrity sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==
|
| 3728 |
+
|
| 3729 |
+
commander@^5.1.0:
|
| 3730 |
+
version "5.1.0"
|
| 3731 |
+
resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
|
| 3732 |
+
integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
|
| 3733 |
+
|
| 3734 |
+
commander@^6.2.0:
|
| 3735 |
+
version "6.2.1"
|
| 3736 |
+
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
|
| 3737 |
+
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
|
| 3738 |
+
|
| 3739 |
+
commander@~2.9.0:
|
| 3740 |
+
version "2.9.0"
|
| 3741 |
+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
|
| 3742 |
+
integrity sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=
|
| 3743 |
+
dependencies:
|
| 3744 |
+
graceful-readlink ">= 1.0.0"
|
| 3745 |
+
|
| 3746 |
+
comment-parser@1.1.5:
|
| 3747 |
+
version "1.1.5"
|
| 3748 |
+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.5.tgz#453627ef8f67dbcec44e79a9bd5baa37f0bce9b2"
|
| 3749 |
+
integrity sha512-RePCE4leIhBlmrqiYTvaqEeGYg7qpSl4etaIabKtdOQVi+mSTIBBklGUwIr79GXYnl3LpMwmDw4KeR2stNc6FA==
|
| 3750 |
+
|
| 3751 |
+
comment-parser@^1.1.5:
|
| 3752 |
+
version "1.2.3"
|
| 3753 |
+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.2.3.tgz#303a7eb99c9b2632efd594e183ccbd32042caf69"
|
| 3754 |
+
integrity sha512-vnqDwBSXSsdAkGS5NjwMIPelE47q+UkEgWKHvCDNhVIIaQSUFY6sNnEYGzdoPGMdpV+7KR3ZkRd7oyWIjtuvJg==
|
| 3755 |
+
|
| 3756 |
+
common-tags@^1.8.0:
|
| 3757 |
+
version "1.8.0"
|
| 3758 |
+
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
|
| 3759 |
+
integrity sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==
|
| 3760 |
+
|
| 3761 |
+
commondir@^1.0.1:
|
| 3762 |
+
version "1.0.1"
|
| 3763 |
+
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
| 3764 |
+
integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
|
| 3765 |
+
|
| 3766 |
+
component-emitter@^1.2.1:
|
| 3767 |
+
version "1.3.0"
|
| 3768 |
+
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
|
| 3769 |
+
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
|
| 3770 |
+
|
| 3771 |
+
concat-map@0.0.1:
|
| 3772 |
+
version "0.0.1"
|
| 3773 |
+
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
|
| 3774 |
+
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
|
| 3775 |
+
|
| 3776 |
+
concat-stream@^1.5.0:
|
| 3777 |
+
version "1.6.2"
|
| 3778 |
+
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
|
| 3779 |
+
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
|
| 3780 |
+
dependencies:
|
| 3781 |
+
buffer-from "^1.0.0"
|
| 3782 |
+
inherits "^2.0.3"
|
| 3783 |
+
readable-stream "^2.2.2"
|
| 3784 |
+
typedarray "^0.0.6"
|
| 3785 |
+
|
| 3786 |
+
console-browserify@^1.1.0:
|
| 3787 |
+
version "1.2.0"
|
| 3788 |
+
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
|
| 3789 |
+
integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==
|
| 3790 |
+
|
| 3791 |
+
constants-browserify@^1.0.0:
|
| 3792 |
+
version "1.0.0"
|
| 3793 |
+
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
|
| 3794 |
+
integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
|
| 3795 |
+
|
| 3796 |
+
content-disposition@0.5.3:
|
| 3797 |
+
version "0.5.3"
|
| 3798 |
+
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
|
| 3799 |
+
integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==
|
| 3800 |
+
dependencies:
|
| 3801 |
+
safe-buffer "5.1.2"
|
| 3802 |
+
|
| 3803 |
+
content-type@~1.0.4:
|
| 3804 |
+
version "1.0.4"
|
| 3805 |
+
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
|
| 3806 |
+
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
|
| 3807 |
+
|
| 3808 |
+
continuable-cache@^0.3.1:
|
| 3809 |
+
version "0.3.1"
|
| 3810 |
+
resolved "https://registry.yarnpkg.com/continuable-cache/-/continuable-cache-0.3.1.tgz#bd727a7faed77e71ff3985ac93351a912733ad0f"
|
| 3811 |
+
integrity sha1-vXJ6f67XfnH/OYWskzUakSczrQ8=
|
| 3812 |
+
|
| 3813 |
+
convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
|
| 3814 |
+
version "1.8.0"
|
| 3815 |
+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
|
| 3816 |
+
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
| 3817 |
+
dependencies:
|
| 3818 |
+
safe-buffer "~5.1.1"
|
| 3819 |
+
|
| 3820 |
+
cookie-signature@1.0.6:
|
| 3821 |
+
version "1.0.6"
|
| 3822 |
+
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
|
| 3823 |
+
integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
|
| 3824 |
+
|
| 3825 |
+
cookie@0.4.0:
|
| 3826 |
+
version "0.4.0"
|
| 3827 |
+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
|
| 3828 |
+
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
|
| 3829 |
+
|
| 3830 |
+
copy-concurrently@^1.0.0:
|
| 3831 |
+
version "1.0.5"
|
| 3832 |
+
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
|
| 3833 |
+
integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==
|
| 3834 |
+
dependencies:
|
| 3835 |
+
aproba "^1.1.1"
|
| 3836 |
+
fs-write-stream-atomic "^1.0.8"
|
| 3837 |
+
iferr "^0.1.5"
|
| 3838 |
+
mkdirp "^0.5.1"
|
| 3839 |
+
rimraf "^2.5.4"
|
| 3840 |
+
run-queue "^1.0.0"
|
| 3841 |
+
|
| 3842 |
+
copy-descriptor@^0.1.0:
|
| 3843 |
+
version "0.1.1"
|
| 3844 |
+
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
| 3845 |
+
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
| 3846 |
+
|
| 3847 |
+
core-js-compat@^3.14.0, core-js-compat@^3.16.0:
|
| 3848 |
+
version "3.16.1"
|
| 3849 |
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.1.tgz#c44b7caa2dcb94b673a98f27eee1c8312f55bc2d"
|
| 3850 |
+
integrity sha512-NHXQXvRbd4nxp9TEmooTJLUf94ySUG6+DSsscBpTftN1lQLQ4LjnWvc7AoIo4UjDsFF3hB8Uh5LLCRRdaiT5MQ==
|
| 3851 |
+
dependencies:
|
| 3852 |
+
browserslist "^4.16.7"
|
| 3853 |
+
semver "7.0.0"
|
| 3854 |
+
|
| 3855 |
+
core-js-pure@^3.16.0:
|
| 3856 |
+
version "3.16.1"
|
| 3857 |
+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.16.1.tgz#b997df2669c957a5b29f06e95813a171f993592e"
|
| 3858 |
+
integrity sha512-TyofCdMzx0KMhi84mVRS8rL1XsRk2SPUNz2azmth53iRN0/08Uim9fdhQTaZTG1LqaXHYVci4RDHka6WrXfnvg==
|
| 3859 |
+
|
| 3860 |
+
core-js@^2.6.5:
|
| 3861 |
+
version "2.6.12"
|
| 3862 |
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
|
| 3863 |
+
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
|
| 3864 |
+
|
| 3865 |
+
core-js@^3.6.4:
|
| 3866 |
+
version "3.16.1"
|
| 3867 |
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.1.tgz#f4485ce5c9f3c6a7cb18fa80488e08d362097249"
|
| 3868 |
+
integrity sha512-AAkP8i35EbefU+JddyWi12AWE9f2N/qr/pwnDtWz4nyUIBGMJPX99ANFFRSw6FefM374lDujdtLDyhN2A/btHw==
|
| 3869 |
+
|
| 3870 |
+
core-util-is@1.0.2, core-util-is@~1.0.0:
|
| 3871 |
+
version "1.0.2"
|
| 3872 |
+
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
| 3873 |
+
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
|
| 3874 |
+
|
| 3875 |
+
cors@^2.8.4:
|
| 3876 |
+
version "2.8.5"
|
| 3877 |
+
resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29"
|
| 3878 |
+
integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==
|
| 3879 |
+
dependencies:
|
| 3880 |
+
object-assign "^4"
|
| 3881 |
+
vary "^1"
|
| 3882 |
+
|
| 3883 |
+
cosmiconfig@^5.0.0, cosmiconfig@^5.2.1:
|
| 3884 |
+
version "5.2.1"
|
| 3885 |
+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
|
| 3886 |
+
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
|
| 3887 |
+
dependencies:
|
| 3888 |
+
import-fresh "^2.0.0"
|
| 3889 |
+
is-directory "^0.3.1"
|
| 3890 |
+
js-yaml "^3.13.1"
|
| 3891 |
+
parse-json "^4.0.0"
|
| 3892 |
+
|
| 3893 |
+
cosmiconfig@^6.0.0:
|
| 3894 |
+
version "6.0.0"
|
| 3895 |
+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
|
| 3896 |
+
integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==
|
| 3897 |
+
dependencies:
|
| 3898 |
+
"@types/parse-json" "^4.0.0"
|
| 3899 |
+
import-fresh "^3.1.0"
|
| 3900 |
+
parse-json "^5.0.0"
|
| 3901 |
+
path-type "^4.0.0"
|
| 3902 |
+
yaml "^1.7.2"
|
| 3903 |
+
|
| 3904 |
+
cosmiconfig@^7.0.0:
|
| 3905 |
+
version "7.0.0"
|
| 3906 |
+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
|
| 3907 |
+
integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==
|
| 3908 |
+
dependencies:
|
| 3909 |
+
"@types/parse-json" "^4.0.0"
|
| 3910 |
+
import-fresh "^3.2.1"
|
| 3911 |
+
parse-json "^5.0.0"
|
| 3912 |
+
path-type "^4.0.0"
|
| 3913 |
+
yaml "^1.10.0"
|
| 3914 |
+
|
| 3915 |
+
create-ecdh@^4.0.0:
|
| 3916 |
+
version "4.0.4"
|
| 3917 |
+
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e"
|
| 3918 |
+
integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==
|
| 3919 |
+
dependencies:
|
| 3920 |
+
bn.js "^4.1.0"
|
| 3921 |
+
elliptic "^6.5.3"
|
| 3922 |
+
|
| 3923 |
+
create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
|
| 3924 |
+
version "1.2.0"
|
| 3925 |
+
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
|
| 3926 |
+
integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
|
| 3927 |
+
dependencies:
|
| 3928 |
+
cipher-base "^1.0.1"
|
| 3929 |
+
inherits "^2.0.1"
|
| 3930 |
+
md5.js "^1.3.4"
|
| 3931 |
+
ripemd160 "^2.0.1"
|
| 3932 |
+
sha.js "^2.4.0"
|
| 3933 |
+
|
| 3934 |
+
create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
|
| 3935 |
+
version "1.1.7"
|
| 3936 |
+
resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
|
| 3937 |
+
integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
|
| 3938 |
+
dependencies:
|
| 3939 |
+
cipher-base "^1.0.3"
|
| 3940 |
+
create-hash "^1.1.0"
|
| 3941 |
+
inherits "^2.0.1"
|
| 3942 |
+
ripemd160 "^2.0.0"
|
| 3943 |
+
safe-buffer "^5.0.1"
|
| 3944 |
+
sha.js "^2.4.8"
|
| 3945 |
+
|
| 3946 |
+
cross-spawn@^5.1.0:
|
| 3947 |
+
version "5.1.0"
|
| 3948 |
+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
|
| 3949 |
+
integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=
|
| 3950 |
+
dependencies:
|
| 3951 |
+
lru-cache "^4.0.1"
|
| 3952 |
+
shebang-command "^1.2.0"
|
| 3953 |
+
which "^1.2.9"
|
| 3954 |
+
|
| 3955 |
+
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
|
| 3956 |
+
version "6.0.5"
|
| 3957 |
+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
| 3958 |
+
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
|
| 3959 |
+
dependencies:
|
| 3960 |
+
nice-try "^1.0.4"
|
| 3961 |
+
path-key "^2.0.1"
|
| 3962 |
+
semver "^5.5.0"
|
| 3963 |
+
shebang-command "^1.2.0"
|
| 3964 |
+
which "^1.2.9"
|
| 3965 |
+
|
| 3966 |
+
cross-spawn@^7.0.0, cross-spawn@^7.0.2:
|
| 3967 |
+
version "7.0.3"
|
| 3968 |
+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
| 3969 |
+
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
|
| 3970 |
+
dependencies:
|
| 3971 |
+
path-key "^3.1.0"
|
| 3972 |
+
shebang-command "^2.0.0"
|
| 3973 |
+
which "^2.0.1"
|
| 3974 |
+
|
| 3975 |
+
crypto-browserify@^3.11.0:
|
| 3976 |
+
version "3.12.0"
|
| 3977 |
+
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
|
| 3978 |
+
integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==
|
| 3979 |
+
dependencies:
|
| 3980 |
+
browserify-cipher "^1.0.0"
|
| 3981 |
+
browserify-sign "^4.0.0"
|
| 3982 |
+
create-ecdh "^4.0.0"
|
| 3983 |
+
create-hash "^1.1.0"
|
| 3984 |
+
create-hmac "^1.1.0"
|
| 3985 |
+
diffie-hellman "^5.0.0"
|
| 3986 |
+
inherits "^2.0.1"
|
| 3987 |
+
pbkdf2 "^3.0.3"
|
| 3988 |
+
public-encrypt "^4.0.0"
|
| 3989 |
+
randombytes "^2.0.0"
|
| 3990 |
+
randomfill "^1.0.3"
|
| 3991 |
+
|
| 3992 |
+
css-loader@^3.5.2:
|
| 3993 |
+
version "3.6.0"
|
| 3994 |
+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
|
| 3995 |
+
integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==
|
| 3996 |
+
dependencies:
|
| 3997 |
+
camelcase "^5.3.1"
|
| 3998 |
+
cssesc "^3.0.0"
|
| 3999 |
+
icss-utils "^4.1.1"
|
| 4000 |
+
loader-utils "^1.2.3"
|
| 4001 |
+
normalize-path "^3.0.0"
|
| 4002 |
+
postcss "^7.0.32"
|
| 4003 |
+
postcss-modules-extract-imports "^2.0.0"
|
| 4004 |
+
postcss-modules-local-by-default "^3.0.2"
|
| 4005 |
+
postcss-modules-scope "^2.2.0"
|
| 4006 |
+
postcss-modules-values "^3.0.0"
|
| 4007 |
+
postcss-value-parser "^4.1.0"
|
| 4008 |
+
schema-utils "^2.7.0"
|
| 4009 |
+
semver "^6.3.0"
|
| 4010 |
+
|
| 4011 |
+
css-select-base-adapter@^0.1.1:
|
| 4012 |
+
version "0.1.1"
|
| 4013 |
+
resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7"
|
| 4014 |
+
integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==
|
| 4015 |
+
|
| 4016 |
+
css-select@^2.0.0:
|
| 4017 |
+
version "2.1.0"
|
| 4018 |
+
resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef"
|
| 4019 |
+
integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==
|
| 4020 |
+
dependencies:
|
| 4021 |
+
boolbase "^1.0.0"
|
| 4022 |
+
css-what "^3.2.1"
|
| 4023 |
+
domutils "^1.7.0"
|
| 4024 |
+
nth-check "^1.0.2"
|
| 4025 |
+
|
| 4026 |
+
css-select@^4.1.3:
|
| 4027 |
+
version "4.1.3"
|
| 4028 |
+
resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.1.3.tgz#a70440f70317f2669118ad74ff105e65849c7067"
|
| 4029 |
+
integrity sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==
|
| 4030 |
+
dependencies:
|
| 4031 |
+
boolbase "^1.0.0"
|
| 4032 |
+
css-what "^5.0.0"
|
| 4033 |
+
domhandler "^4.2.0"
|
| 4034 |
+
domutils "^2.6.0"
|
| 4035 |
+
nth-check "^2.0.0"
|
| 4036 |
+
|
| 4037 |
+
css-tree@1.0.0-alpha.37:
|
| 4038 |
+
version "1.0.0-alpha.37"
|
| 4039 |
+
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22"
|
| 4040 |
+
integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==
|
| 4041 |
+
dependencies:
|
| 4042 |
+
mdn-data "2.0.4"
|
| 4043 |
+
source-map "^0.6.1"
|
| 4044 |
+
|
| 4045 |
+
css-tree@^1.1.2:
|
| 4046 |
+
version "1.1.3"
|
| 4047 |
+
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d"
|
| 4048 |
+
integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==
|
| 4049 |
+
dependencies:
|
| 4050 |
+
mdn-data "2.0.14"
|
| 4051 |
+
source-map "^0.6.1"
|
| 4052 |
+
|
| 4053 |
+
css-what@^3.2.1:
|
| 4054 |
+
version "3.4.2"
|
| 4055 |
+
resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4"
|
| 4056 |
+
integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==
|
| 4057 |
+
|
| 4058 |
+
css-what@^5.0.0, css-what@^5.0.1:
|
| 4059 |
+
version "5.0.1"
|
| 4060 |
+
resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad"
|
| 4061 |
+
integrity sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==
|
| 4062 |
+
|
| 4063 |
+
cssesc@^3.0.0:
|
| 4064 |
+
version "3.0.0"
|
| 4065 |
+
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
|
| 4066 |
+
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
|
| 4067 |
+
|
| 4068 |
+
csso@^4.0.2:
|
| 4069 |
+
version "4.2.0"
|
| 4070 |
+
resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529"
|
| 4071 |
+
integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==
|
| 4072 |
+
dependencies:
|
| 4073 |
+
css-tree "^1.1.2"
|
| 4074 |
+
|
| 4075 |
+
cssom@^0.4.4:
|
| 4076 |
+
version "0.4.4"
|
| 4077 |
+
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"
|
| 4078 |
+
integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==
|
| 4079 |
+
|
| 4080 |
+
cssom@~0.3.6:
|
| 4081 |
+
version "0.3.8"
|
| 4082 |
+
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a"
|
| 4083 |
+
integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==
|
| 4084 |
+
|
| 4085 |
+
cssstyle@^2.3.0:
|
| 4086 |
+
version "2.3.0"
|
| 4087 |
+
resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852"
|
| 4088 |
+
integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==
|
| 4089 |
+
dependencies:
|
| 4090 |
+
cssom "~0.3.6"
|
| 4091 |
+
|
| 4092 |
+
csstype@^3.0.2:
|
| 4093 |
+
version "3.0.8"
|
| 4094 |
+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.8.tgz#d2266a792729fb227cd216fb572f43728e1ad340"
|
| 4095 |
+
integrity sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==
|
| 4096 |
+
|
| 4097 |
+
cwd@^0.10.0:
|
| 4098 |
+
version "0.10.0"
|
| 4099 |
+
resolved "https://registry.yarnpkg.com/cwd/-/cwd-0.10.0.tgz#172400694057c22a13b0cf16162c7e4b7a7fe567"
|
| 4100 |
+
integrity sha1-FyQAaUBXwioTsM8WFix+S3p/5Wc=
|
| 4101 |
+
dependencies:
|
| 4102 |
+
find-pkg "^0.1.2"
|
| 4103 |
+
fs-exists-sync "^0.1.0"
|
| 4104 |
+
|
| 4105 |
+
cyclist@^1.0.1:
|
| 4106 |
+
version "1.0.1"
|
| 4107 |
+
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
|
| 4108 |
+
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
|
| 4109 |
+
|
| 4110 |
+
cypress-file-upload@^5.0.3:
|
| 4111 |
+
version "5.0.8"
|
| 4112 |
+
resolved "https://registry.yarnpkg.com/cypress-file-upload/-/cypress-file-upload-5.0.8.tgz#d8824cbeaab798e44be8009769f9a6c9daa1b4a1"
|
| 4113 |
+
integrity sha512-+8VzNabRk3zG6x8f8BWArF/xA/W0VK4IZNx3MV0jFWrJS/qKn8eHfa5nU73P9fOQAgwHFJx7zjg4lwOnljMO8g==
|
| 4114 |
+
|
| 4115 |
+
cypress-html-validate@^2.0.2:
|
| 4116 |
+
version "2.0.2"
|
| 4117 |
+
resolved "https://registry.yarnpkg.com/cypress-html-validate/-/cypress-html-validate-2.0.2.tgz#61d33e2eacdf0d06a32b23f68f39aff8dc281139"
|
| 4118 |
+
integrity sha512-2A0E5sCt7diJ3+QjitmcoQNQ5telJ4aa4IosKsl1Fyialmb79wzCd+t+1PQGoJSMNz3CdII3CrjYhmVVO+mDcw==
|
| 4119 |
+
dependencies:
|
| 4120 |
+
deepmerge "^4.0.0"
|
| 4121 |
+
kleur "^4.0.0"
|
| 4122 |
+
|
| 4123 |
+
cypress-localstorage-commands@^1.4.1:
|
| 4124 |
+
version "1.5.0"
|
| 4125 |
+
resolved "https://registry.yarnpkg.com/cypress-localstorage-commands/-/cypress-localstorage-commands-1.5.0.tgz#53d67c1ce491dcbe39794151749b943227e65cd7"
|
| 4126 |
+
integrity sha512-gl1uKeviYdyJG4dLcZ9hfoUjLciwkkfbaQ3gvRtmipsPxC612ZBJhSjbunnJcUGwkryaM+82VrY9ij0tLSg7LA==
|
| 4127 |
+
|
| 4128 |
+
cypress-nv-commands@^1.0.20:
|
| 4129 |
+
version "1.0.25"
|
| 4130 |
+
resolved "https://registry.yarnpkg.com/cypress-nv-commands/-/cypress-nv-commands-1.0.25.tgz#5d80271a58bd55b72289556421b1b48f017fba24"
|
| 4131 |
+
integrity sha512-Su5u2PLJNx1jTigdzPrdqTU4dU6AxJAzB+w8ORU7eiyZSOt8XgdalqCqH9dPCgf9XJ2SuQUs/sPMVqFabSYJ9Q==
|
| 4132 |
+
|
| 4133 |
+
cypress-real-events@^1.5.1:
|
| 4134 |
+
version "1.5.1"
|
| 4135 |
+
resolved "https://registry.yarnpkg.com/cypress-real-events/-/cypress-real-events-1.5.1.tgz#5eeb86d2a7aad9aa6d5271e288a23e46373915cd"
|
| 4136 |
+
integrity sha512-Jwi/IJePcZrKyhdtVddaf+mqJrj3y1vpREMDgtWwz+oxvj5FbBpeU0ASu9zpB3bMbsMo7g//buopZIe4jx3iSA==
|
| 4137 |
+
|
| 4138 |
+
cypress-storybook@^0.5.1:
|
| 4139 |
+
version "0.5.1"
|
| 4140 |
+
resolved "https://registry.yarnpkg.com/cypress-storybook/-/cypress-storybook-0.5.1.tgz#e71b14ecfbe16a70b9f003c8294143ef466db78f"
|
| 4141 |
+
integrity sha512-+CNDdcrFD3QRvHrjwpVclFpLtseyXA0NxeB3PDTheisvg/OJjLkP96t0I9R66IkZRYUUE3mLhqZpmpsv59FIIw==
|
| 4142 |
+
|
| 4143 |
+
cypress@^8.2.0:
|
| 4144 |
+
version "8.2.0"
|
| 4145 |
+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.2.0.tgz#1e4e9f6218324e82a95c1b9cad7f3965ba663d7f"
|
| 4146 |
+
integrity sha512-jg7S5VxxslwsgEyAkCE9ZCkFADxOUY1bSWScp1cWnga88K0TZgFQ0zdxyG9Mw/4spLGuvkriIZ62am+TR6C04w==
|
| 4147 |
+
dependencies:
|
| 4148 |
+
"@cypress/request" "^2.88.5"
|
| 4149 |
+
"@cypress/xvfb" "^1.2.4"
|
| 4150 |
+
"@types/node" "^14.14.31"
|
| 4151 |
+
"@types/sinonjs__fake-timers" "^6.0.2"
|
| 4152 |
+
"@types/sizzle" "^2.3.2"
|
| 4153 |
+
arch "^2.2.0"
|
| 4154 |
+
blob-util "^2.0.2"
|
| 4155 |
+
bluebird "^3.7.2"
|
| 4156 |
+
cachedir "^2.3.0"
|
| 4157 |
+
chalk "^4.1.0"
|
| 4158 |
+
check-more-types "^2.24.0"
|
| 4159 |
+
cli-cursor "^3.1.0"
|
| 4160 |
+
cli-table3 "~0.6.0"
|
| 4161 |
+
commander "^5.1.0"
|
| 4162 |
+
common-tags "^1.8.0"
|
| 4163 |
+
dayjs "^1.10.4"
|
| 4164 |
+
debug "^4.3.2"
|
| 4165 |
+
enquirer "^2.3.6"
|
| 4166 |
+
eventemitter2 "^6.4.3"
|
| 4167 |
+
execa "4.1.0"
|
| 4168 |
+
executable "^4.1.1"
|
| 4169 |
+
extract-zip "2.0.1"
|
| 4170 |
+
figures "^3.2.0"
|
| 4171 |
+
fs-extra "^9.1.0"
|
| 4172 |
+
getos "^3.2.1"
|
| 4173 |
+
is-ci "^3.0.0"
|
| 4174 |
+
is-installed-globally "~0.4.0"
|
| 4175 |
+
lazy-ass "^1.6.0"
|
| 4176 |
+
listr2 "^3.8.3"
|
| 4177 |
+
lodash "^4.17.21"
|
| 4178 |
+
log-symbols "^4.0.0"
|
| 4179 |
+
minimist "^1.2.5"
|
| 4180 |
+
ospath "^1.2.2"
|
| 4181 |
+
pretty-bytes "^5.6.0"
|
| 4182 |
+
ramda "~0.27.1"
|
| 4183 |
+
request-progress "^3.0.0"
|
| 4184 |
+
supports-color "^8.1.1"
|
| 4185 |
+
tmp "~0.2.1"
|
| 4186 |
+
untildify "^4.0.0"
|
| 4187 |
+
url "^0.11.0"
|
| 4188 |
+
yauzl "^2.10.0"
|
| 4189 |
+
|
| 4190 |
+
damerau-levenshtein@^1.0.6:
|
| 4191 |
+
version "1.0.7"
|
| 4192 |
+
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz#64368003512a1a6992593741a09a9d31a836f55d"
|
| 4193 |
+
integrity sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw==
|
| 4194 |
+
|
| 4195 |
+
dashdash@^1.12.0:
|
| 4196 |
+
version "1.14.1"
|
| 4197 |
+
resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
|
| 4198 |
+
integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
|
| 4199 |
+
dependencies:
|
| 4200 |
+
assert-plus "^1.0.0"
|
| 4201 |
+
|
| 4202 |
+
data-urls@^2.0.0:
|
| 4203 |
+
version "2.0.0"
|
| 4204 |
+
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
|
| 4205 |
+
integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==
|
| 4206 |
+
dependencies:
|
| 4207 |
+
abab "^2.0.3"
|
| 4208 |
+
whatwg-mimetype "^2.3.0"
|
| 4209 |
+
whatwg-url "^8.0.0"
|
| 4210 |
+
|
| 4211 |
+
dayjs@^1.10.4:
|
| 4212 |
+
version "1.10.6"
|
| 4213 |
+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.6.tgz#288b2aa82f2d8418a6c9d4df5898c0737ad02a63"
|
| 4214 |
+
integrity sha512-AztC/IOW4L1Q41A86phW5Thhcrco3xuAA+YX/BLpLWWjRcTj5TOt/QImBLmCKlrF7u7k47arTnOyL6GnbG8Hvw==
|
| 4215 |
+
|
| 4216 |
+
debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
|
| 4217 |
+
version "2.6.9"
|
| 4218 |
+
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
|
| 4219 |
+
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
|
| 4220 |
+
dependencies:
|
| 4221 |
+
ms "2.0.0"
|
| 4222 |
+
|
| 4223 |
+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
|
| 4224 |
+
version "4.3.2"
|
| 4225 |
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
|
| 4226 |
+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
|
| 4227 |
+
dependencies:
|
| 4228 |
+
ms "2.1.2"
|
| 4229 |
+
|
| 4230 |
+
debug@^3.1.0, debug@^3.1.1, debug@^3.2.7:
|
| 4231 |
+
version "3.2.7"
|
| 4232 |
+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
|
| 4233 |
+
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
|
| 4234 |
+
dependencies:
|
| 4235 |
+
ms "^2.1.1"
|
| 4236 |
+
|
| 4237 |
+
decamelize-keys@^1.1.0:
|
| 4238 |
+
version "1.1.0"
|
| 4239 |
+
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
|
| 4240 |
+
integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=
|
| 4241 |
+
dependencies:
|
| 4242 |
+
decamelize "^1.1.0"
|
| 4243 |
+
map-obj "^1.0.0"
|
| 4244 |
+
|
| 4245 |
+
decamelize@^1.1.0, decamelize@^1.2.0:
|
| 4246 |
+
version "1.2.0"
|
| 4247 |
+
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
|
| 4248 |
+
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
|
| 4249 |
+
|
| 4250 |
+
decimal.js@^10.2.1:
|
| 4251 |
+
version "10.3.1"
|
| 4252 |
+
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
|
| 4253 |
+
integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==
|
| 4254 |
+
|
| 4255 |
+
decode-uri-component@^0.2.0:
|
| 4256 |
+
version "0.2.0"
|
| 4257 |
+
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
|
| 4258 |
+
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
|
| 4259 |
+
|
| 4260 |
+
deep-extend@^0.6.0:
|
| 4261 |
+
version "0.6.0"
|
| 4262 |
+
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
|
| 4263 |
+
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
|
| 4264 |
+
|
| 4265 |
+
deep-extend@~0.5.1:
|
| 4266 |
+
version "0.5.1"
|
| 4267 |
+
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.5.1.tgz#b894a9dd90d3023fbf1c55a394fb858eb2066f1f"
|
| 4268 |
+
integrity sha512-N8vBdOa+DF7zkRrDCsaOXoCs/E2fJfx9B9MrKnnSiHNh4ws7eSys6YQE4KvT1cecKmOASYQBhbKjeuDD9lT81w==
|
| 4269 |
+
|
| 4270 |
+
deep-is@^0.1.3, deep-is@~0.1.3:
|
| 4271 |
+
version "0.1.3"
|
| 4272 |
+
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
|
| 4273 |
+
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
|
| 4274 |
+
|
| 4275 |
+
deepmerge@^4.0.0, deepmerge@^4.2.0, deepmerge@^4.2.2:
|
| 4276 |
+
version "4.2.2"
|
| 4277 |
+
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
|
| 4278 |
+
integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
|
| 4279 |
+
|
| 4280 |
+
define-properties@^1.1.3:
|
| 4281 |
+
version "1.1.3"
|
| 4282 |
+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
|
| 4283 |
+
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
|
| 4284 |
+
dependencies:
|
| 4285 |
+
object-keys "^1.0.12"
|
| 4286 |
+
|
| 4287 |
+
define-property@^0.2.5:
|
| 4288 |
+
version "0.2.5"
|
| 4289 |
+
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
|
| 4290 |
+
integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=
|
| 4291 |
+
dependencies:
|
| 4292 |
+
is-descriptor "^0.1.0"
|
| 4293 |
+
|
| 4294 |
+
define-property@^1.0.0:
|
| 4295 |
+
version "1.0.0"
|
| 4296 |
+
resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
|
| 4297 |
+
integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY=
|
| 4298 |
+
dependencies:
|
| 4299 |
+
is-descriptor "^1.0.0"
|
| 4300 |
+
|
| 4301 |
+
define-property@^2.0.2:
|
| 4302 |
+
version "2.0.2"
|
| 4303 |
+
resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d"
|
| 4304 |
+
integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==
|
| 4305 |
+
dependencies:
|
| 4306 |
+
is-descriptor "^1.0.2"
|
| 4307 |
+
isobject "^3.0.1"
|
| 4308 |
+
|
| 4309 |
+
del@^4.1.1:
|
| 4310 |
+
version "4.1.1"
|
| 4311 |
+
resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4"
|
| 4312 |
+
integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==
|
| 4313 |
+
dependencies:
|
| 4314 |
+
"@types/glob" "^7.1.1"
|
| 4315 |
+
globby "^6.1.0"
|
| 4316 |
+
is-path-cwd "^2.0.0"
|
| 4317 |
+
is-path-in-cwd "^2.0.0"
|
| 4318 |
+
p-map "^2.0.0"
|
| 4319 |
+
pify "^4.0.1"
|
| 4320 |
+
rimraf "^2.6.3"
|
| 4321 |
+
|
| 4322 |
+
delayed-stream@~1.0.0:
|
| 4323 |
+
version "1.0.0"
|
| 4324 |
+
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
|
| 4325 |
+
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
|
| 4326 |
+
|
| 4327 |
+
depd@~1.1.2:
|
| 4328 |
+
version "1.1.2"
|
| 4329 |
+
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
|
| 4330 |
+
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
|
| 4331 |
+
|
| 4332 |
+
des.js@^1.0.0:
|
| 4333 |
+
version "1.0.1"
|
| 4334 |
+
resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843"
|
| 4335 |
+
integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==
|
| 4336 |
+
dependencies:
|
| 4337 |
+
inherits "^2.0.1"
|
| 4338 |
+
minimalistic-assert "^1.0.0"
|
| 4339 |
+
|
| 4340 |
+
destroy@~1.0.4:
|
| 4341 |
+
version "1.0.4"
|
| 4342 |
+
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
|
| 4343 |
+
integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
|
| 4344 |
+
|
| 4345 |
+
detect-file@^1.0.0:
|
| 4346 |
+
version "1.0.0"
|
| 4347 |
+
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
|
| 4348 |
+
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
|
| 4349 |
+
|
| 4350 |
+
detect-newline@^3.0.0:
|
| 4351 |
+
version "3.1.0"
|
| 4352 |
+
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
|
| 4353 |
+
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
|
| 4354 |
+
|
| 4355 |
+
devtools-protocol@0.0.818844:
|
| 4356 |
+
version "0.0.818844"
|
| 4357 |
+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.818844.tgz#d1947278ec85b53e4c8ca598f607a28fa785ba9e"
|
| 4358 |
+
integrity sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==
|
| 4359 |
+
|
| 4360 |
+
diff-sequences@^26.6.2:
|
| 4361 |
+
version "26.6.2"
|
| 4362 |
+
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
|
| 4363 |
+
integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==
|
| 4364 |
+
|
| 4365 |
+
diffie-hellman@^5.0.0:
|
| 4366 |
+
version "5.0.3"
|
| 4367 |
+
resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
|
| 4368 |
+
integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==
|
| 4369 |
+
dependencies:
|
| 4370 |
+
bn.js "^4.1.0"
|
| 4371 |
+
miller-rabin "^4.0.0"
|
| 4372 |
+
randombytes "^2.0.0"
|
| 4373 |
+
|
| 4374 |
+
dir-glob@^3.0.1:
|
| 4375 |
+
version "3.0.1"
|
| 4376 |
+
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
|
| 4377 |
+
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
|
| 4378 |
+
dependencies:
|
| 4379 |
+
path-type "^4.0.0"
|
| 4380 |
+
|
| 4381 |
+
discontinuous-range@1.0.0:
|
| 4382 |
+
version "1.0.0"
|
| 4383 |
+
resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
|
| 4384 |
+
integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=
|
| 4385 |
+
|
| 4386 |
+
doctrine@^2.1.0:
|
| 4387 |
+
version "2.1.0"
|
| 4388 |
+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
|
| 4389 |
+
integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==
|
| 4390 |
+
dependencies:
|
| 4391 |
+
esutils "^2.0.2"
|
| 4392 |
+
|
| 4393 |
+
doctrine@^3.0.0:
|
| 4394 |
+
version "3.0.0"
|
| 4395 |
+
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
|
| 4396 |
+
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
|
| 4397 |
+
dependencies:
|
| 4398 |
+
esutils "^2.0.2"
|
| 4399 |
+
|
| 4400 |
+
dom-accessibility-api@^0.5.6:
|
| 4401 |
+
version "0.5.7"
|
| 4402 |
+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.7.tgz#8c2aa6325968f2933160a0b7dbb380893ddf3e7d"
|
| 4403 |
+
integrity sha512-ml3lJIq9YjUfM9TUnEPvEYWFSwivwIGBPKpewX7tii7fwCazA8yCioGdqQcNsItPpfFvSJ3VIdMQPj60LJhcQA==
|
| 4404 |
+
|
| 4405 |
+
dom-serializer@0:
|
| 4406 |
+
version "0.2.2"
|
| 4407 |
+
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51"
|
| 4408 |
+
integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==
|
| 4409 |
+
dependencies:
|
| 4410 |
+
domelementtype "^2.0.1"
|
| 4411 |
+
entities "^2.0.0"
|
| 4412 |
+
|
| 4413 |
+
dom-serializer@^1.0.1, dom-serializer@^1.3.2:
|
| 4414 |
+
version "1.3.2"
|
| 4415 |
+
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91"
|
| 4416 |
+
integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==
|
| 4417 |
+
dependencies:
|
| 4418 |
+
domelementtype "^2.0.1"
|
| 4419 |
+
domhandler "^4.2.0"
|
| 4420 |
+
entities "^2.0.0"
|
| 4421 |
+
|
| 4422 |
+
domain-browser@^1.1.1:
|
| 4423 |
+
version "1.2.0"
|
| 4424 |
+
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
|
| 4425 |
+
integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==
|
| 4426 |
+
|
| 4427 |
+
domelementtype@1, domelementtype@^1.3.1:
|
| 4428 |
+
version "1.3.1"
|
| 4429 |
+
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
|
| 4430 |
+
integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
|
| 4431 |
+
|
| 4432 |
+
domelementtype@^2.0.1, domelementtype@^2.2.0:
|
| 4433 |
+
version "2.2.0"
|
| 4434 |
+
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57"
|
| 4435 |
+
integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==
|
| 4436 |
+
|
| 4437 |
+
domexception@^2.0.1:
|
| 4438 |
+
version "2.0.1"
|
| 4439 |
+
resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"
|
| 4440 |
+
integrity sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==
|
| 4441 |
+
dependencies:
|
| 4442 |
+
webidl-conversions "^5.0.0"
|
| 4443 |
+
|
| 4444 |
+
domhandler@^2.3.0:
|
| 4445 |
+
version "2.4.2"
|
| 4446 |
+
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803"
|
| 4447 |
+
integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==
|
| 4448 |
+
dependencies:
|
| 4449 |
+
domelementtype "1"
|
| 4450 |
+
|
| 4451 |
+
domhandler@^4.0.0, domhandler@^4.2.0:
|
| 4452 |
+
version "4.2.0"
|
| 4453 |
+
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.0.tgz#f9768a5f034be60a89a27c2e4d0f74eba0d8b059"
|
| 4454 |
+
integrity sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==
|
| 4455 |
+
dependencies:
|
| 4456 |
+
domelementtype "^2.2.0"
|
| 4457 |
+
|
| 4458 |
+
domutils@^1.5.1, domutils@^1.7.0:
|
| 4459 |
+
version "1.7.0"
|
| 4460 |
+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
|
| 4461 |
+
integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==
|
| 4462 |
+
dependencies:
|
| 4463 |
+
dom-serializer "0"
|
| 4464 |
+
domelementtype "1"
|
| 4465 |
+
|
| 4466 |
+
domutils@^2.5.2, domutils@^2.6.0, domutils@^2.7.0:
|
| 4467 |
+
version "2.7.0"
|
| 4468 |
+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.7.0.tgz#8ebaf0c41ebafcf55b0b72ec31c56323712c5442"
|
| 4469 |
+
integrity sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==
|
| 4470 |
+
dependencies:
|
| 4471 |
+
dom-serializer "^1.0.1"
|
| 4472 |
+
domelementtype "^2.2.0"
|
| 4473 |
+
domhandler "^4.2.0"
|
| 4474 |
+
|
| 4475 |
+
dotenv@^8.1.0:
|
| 4476 |
+
version "8.6.0"
|
| 4477 |
+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
|
| 4478 |
+
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
|
| 4479 |
+
|
| 4480 |
+
duplexer@^0.1.2:
|
| 4481 |
+
version "0.1.2"
|
| 4482 |
+
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
|
| 4483 |
+
integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
|
| 4484 |
+
|
| 4485 |
+
duplexify@^3.4.2, duplexify@^3.6.0:
|
| 4486 |
+
version "3.7.1"
|
| 4487 |
+
resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"
|
| 4488 |
+
integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==
|
| 4489 |
+
dependencies:
|
| 4490 |
+
end-of-stream "^1.0.0"
|
| 4491 |
+
inherits "^2.0.1"
|
| 4492 |
+
readable-stream "^2.0.0"
|
| 4493 |
+
stream-shift "^1.0.0"
|
| 4494 |
+
|
| 4495 |
+
ecc-jsbn@~0.1.1:
|
| 4496 |
+
version "0.1.2"
|
| 4497 |
+
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
|
| 4498 |
+
integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
|
| 4499 |
+
dependencies:
|
| 4500 |
+
jsbn "~0.1.0"
|
| 4501 |
+
safer-buffer "^2.1.0"
|
| 4502 |
+
|
| 4503 |
+
ee-first@1.1.1:
|
| 4504 |
+
version "1.1.1"
|
| 4505 |
+
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
| 4506 |
+
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
| 4507 |
+
|
| 4508 |
+
electron-to-chromium@^1.3.793:
|
| 4509 |
+
version "1.3.800"
|
| 4510 |
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.800.tgz#8efbb11e88b0a072d5c0250e6249123d3a76cb9a"
|
| 4511 |
+
integrity sha512-qagikPjZJSDWP85uWoxs32oK/xk/y3MhDZELfKRCWI7pBc0ZFlmjnXb+3+aNMaiqboeDJJa0v7CJd5cO1HKwEQ==
|
| 4512 |
+
|
| 4513 |
+
elliptic@^6.5.3:
|
| 4514 |
+
version "6.5.4"
|
| 4515 |
+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
|
| 4516 |
+
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
|
| 4517 |
+
dependencies:
|
| 4518 |
+
bn.js "^4.11.9"
|
| 4519 |
+
brorand "^1.1.0"
|
| 4520 |
+
hash.js "^1.0.0"
|
| 4521 |
+
hmac-drbg "^1.0.1"
|
| 4522 |
+
inherits "^2.0.4"
|
| 4523 |
+
minimalistic-assert "^1.0.1"
|
| 4524 |
+
minimalistic-crypto-utils "^1.0.1"
|
| 4525 |
+
|
| 4526 |
+
emittery@^0.7.1:
|
| 4527 |
+
version "0.7.2"
|
| 4528 |
+
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82"
|
| 4529 |
+
integrity sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==
|
| 4530 |
+
|
| 4531 |
+
emoji-regex@^7.0.1:
|
| 4532 |
+
version "7.0.3"
|
| 4533 |
+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
|
| 4534 |
+
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
|
| 4535 |
+
|
| 4536 |
+
emoji-regex@^8.0.0:
|
| 4537 |
+
version "8.0.0"
|
| 4538 |
+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
|
| 4539 |
+
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
|
| 4540 |
+
|
| 4541 |
+
emoji-regex@^9.0.0:
|
| 4542 |
+
version "9.2.2"
|
| 4543 |
+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
|
| 4544 |
+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
|
| 4545 |
+
|
| 4546 |
+
emojis-list@^3.0.0:
|
| 4547 |
+
version "3.0.0"
|
| 4548 |
+
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
|
| 4549 |
+
integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
|
| 4550 |
+
|
| 4551 |
+
enabled@2.0.x:
|
| 4552 |
+
version "2.0.0"
|
| 4553 |
+
resolved "https://registry.yarnpkg.com/enabled/-/enabled-2.0.0.tgz#f9dd92ec2d6f4bbc0d5d1e64e21d61cd4665e7c2"
|
| 4554 |
+
integrity sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==
|
| 4555 |
+
|
| 4556 |
+
encodeurl@~1.0.2:
|
| 4557 |
+
version "1.0.2"
|
| 4558 |
+
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
|
| 4559 |
+
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
|
| 4560 |
+
|
| 4561 |
+
end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1:
|
| 4562 |
+
version "1.4.4"
|
| 4563 |
+
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
|
| 4564 |
+
integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
|
| 4565 |
+
dependencies:
|
| 4566 |
+
once "^1.4.0"
|
| 4567 |
+
|
| 4568 |
+
enhanced-resolve@^4.1.1, enhanced-resolve@^4.5.0:
|
| 4569 |
+
version "4.5.0"
|
| 4570 |
+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec"
|
| 4571 |
+
integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==
|
| 4572 |
+
dependencies:
|
| 4573 |
+
graceful-fs "^4.1.2"
|
| 4574 |
+
memory-fs "^0.5.0"
|
| 4575 |
+
tapable "^1.0.0"
|
| 4576 |
+
|
| 4577 |
+
enquirer@^2.3.5, enquirer@^2.3.6:
|
| 4578 |
+
version "2.3.6"
|
| 4579 |
+
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
|
| 4580 |
+
integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
|
| 4581 |
+
dependencies:
|
| 4582 |
+
ansi-colors "^4.1.1"
|
| 4583 |
+
|
| 4584 |
+
entities@^1.1.1:
|
| 4585 |
+
version "1.1.2"
|
| 4586 |
+
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
|
| 4587 |
+
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
|
| 4588 |
+
|
| 4589 |
+
entities@^2.0.0:
|
| 4590 |
+
version "2.2.0"
|
| 4591 |
+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
|
| 4592 |
+
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
|
| 4593 |
+
|
| 4594 |
+
entities@~2.0.0:
|
| 4595 |
+
version "2.0.3"
|
| 4596 |
+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f"
|
| 4597 |
+
integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
|
| 4598 |
+
|
| 4599 |
+
enzyme-shallow-equal@^1.0.0, enzyme-shallow-equal@^1.0.1:
|
| 4600 |
+
version "1.0.4"
|
| 4601 |
+
resolved "https://registry.yarnpkg.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.4.tgz#b9256cb25a5f430f9bfe073a84808c1d74fced2e"
|
| 4602 |
+
integrity sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q==
|
| 4603 |
+
dependencies:
|
| 4604 |
+
has "^1.0.3"
|
| 4605 |
+
object-is "^1.1.2"
|
| 4606 |
+
|
| 4607 |
+
enzyme-to-json@^3.4.4:
|
| 4608 |
+
version "3.6.2"
|
| 4609 |
+
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.2.tgz#94f85c413bcae8ab67be53b0a94b69a560e27823"
|
| 4610 |
+
integrity sha512-Ynm6Z6R6iwQ0g2g1YToz6DWhxVnt8Dy1ijR2zynRKxTyBGA8rCDXU3rs2Qc4OKvUvc2Qoe1bcFK6bnPs20TrTg==
|
| 4611 |
+
dependencies:
|
| 4612 |
+
"@types/cheerio" "^0.22.22"
|
| 4613 |
+
lodash "^4.17.21"
|
| 4614 |
+
react-is "^16.12.0"
|
| 4615 |
+
|
| 4616 |
+
enzyme@^3.11.0:
|
| 4617 |
+
version "3.11.0"
|
| 4618 |
+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.11.0.tgz#71d680c580fe9349f6f5ac6c775bc3e6b7a79c28"
|
| 4619 |
+
integrity sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==
|
| 4620 |
+
dependencies:
|
| 4621 |
+
array.prototype.flat "^1.2.3"
|
| 4622 |
+
cheerio "^1.0.0-rc.3"
|
| 4623 |
+
enzyme-shallow-equal "^1.0.1"
|
| 4624 |
+
function.prototype.name "^1.1.2"
|
| 4625 |
+
has "^1.0.3"
|
| 4626 |
+
html-element-map "^1.2.0"
|
| 4627 |
+
is-boolean-object "^1.0.1"
|
| 4628 |
+
is-callable "^1.1.5"
|
| 4629 |
+
is-number-object "^1.0.4"
|
| 4630 |
+
is-regex "^1.0.5"
|
| 4631 |
+
is-string "^1.0.5"
|
| 4632 |
+
is-subset "^0.1.1"
|
| 4633 |
+
lodash.escape "^4.0.1"
|
| 4634 |
+
lodash.isequal "^4.5.0"
|
| 4635 |
+
object-inspect "^1.7.0"
|
| 4636 |
+
object-is "^1.0.2"
|
| 4637 |
+
object.assign "^4.1.0"
|
| 4638 |
+
object.entries "^1.1.1"
|
| 4639 |
+
object.values "^1.1.1"
|
| 4640 |
+
raf "^3.4.1"
|
| 4641 |
+
rst-selector-parser "^2.2.3"
|
| 4642 |
+
string.prototype.trim "^1.2.1"
|
| 4643 |
+
|
| 4644 |
+
errno@^0.1.3, errno@~0.1.7:
|
| 4645 |
+
version "0.1.8"
|
| 4646 |
+
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
|
| 4647 |
+
integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==
|
| 4648 |
+
dependencies:
|
| 4649 |
+
prr "~1.0.1"
|
| 4650 |
+
|
| 4651 |
+
error-ex@^1.2.0, error-ex@^1.3.1:
|
| 4652 |
+
version "1.3.2"
|
| 4653 |
+
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
|
| 4654 |
+
integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
|
| 4655 |
+
dependencies:
|
| 4656 |
+
is-arrayish "^0.2.1"
|
| 4657 |
+
|
| 4658 |
+
error@^7.0.0:
|
| 4659 |
+
version "7.2.1"
|
| 4660 |
+
resolved "https://registry.yarnpkg.com/error/-/error-7.2.1.tgz#eab21a4689b5f684fc83da84a0e390de82d94894"
|
| 4661 |
+
integrity sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==
|
| 4662 |
+
dependencies:
|
| 4663 |
+
string-template "~0.2.1"
|
| 4664 |
+
|
| 4665 |
+
es-abstract@^1.17.2, es-abstract@^1.18.0, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
|
| 4666 |
+
version "1.18.5"
|
| 4667 |
+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.5.tgz#9b10de7d4c206a3581fd5b2124233e04db49ae19"
|
| 4668 |
+
integrity sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==
|
| 4669 |
+
dependencies:
|
| 4670 |
+
call-bind "^1.0.2"
|
| 4671 |
+
es-to-primitive "^1.2.1"
|
| 4672 |
+
function-bind "^1.1.1"
|
| 4673 |
+
get-intrinsic "^1.1.1"
|
| 4674 |
+
has "^1.0.3"
|
| 4675 |
+
has-symbols "^1.0.2"
|
| 4676 |
+
internal-slot "^1.0.3"
|
| 4677 |
+
is-callable "^1.2.3"
|
| 4678 |
+
is-negative-zero "^2.0.1"
|
| 4679 |
+
is-regex "^1.1.3"
|
| 4680 |
+
is-string "^1.0.6"
|
| 4681 |
+
object-inspect "^1.11.0"
|
| 4682 |
+
object-keys "^1.1.1"
|
| 4683 |
+
object.assign "^4.1.2"
|
| 4684 |
+
string.prototype.trimend "^1.0.4"
|
| 4685 |
+
string.prototype.trimstart "^1.0.4"
|
| 4686 |
+
unbox-primitive "^1.0.1"
|
| 4687 |
+
|
| 4688 |
+
es-array-method-boxes-properly@^1.0.0:
|
| 4689 |
+
version "1.0.0"
|
| 4690 |
+
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
|
| 4691 |
+
integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==
|
| 4692 |
+
|
| 4693 |
+
es-to-primitive@^1.2.1:
|
| 4694 |
+
version "1.2.1"
|
| 4695 |
+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
|
| 4696 |
+
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
|
| 4697 |
+
dependencies:
|
| 4698 |
+
is-callable "^1.1.4"
|
| 4699 |
+
is-date-object "^1.0.1"
|
| 4700 |
+
is-symbol "^1.0.2"
|
| 4701 |
+
|
| 4702 |
+
es6-promise-pool@^2.5.0:
|
| 4703 |
+
version "2.5.0"
|
| 4704 |
+
resolved "https://registry.yarnpkg.com/es6-promise-pool/-/es6-promise-pool-2.5.0.tgz#147c612b36b47f105027f9d2bf54a598a99d9ccb"
|
| 4705 |
+
integrity sha1-FHxhKza0fxBQJ/nSv1SlmKmdnMs=
|
| 4706 |
+
|
| 4707 |
+
escalade@^3.1.1:
|
| 4708 |
+
version "3.1.1"
|
| 4709 |
+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
| 4710 |
+
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
| 4711 |
+
|
| 4712 |
+
escape-html@~1.0.3:
|
| 4713 |
+
version "1.0.3"
|
| 4714 |
+
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
| 4715 |
+
integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
|
| 4716 |
+
|
| 4717 |
+
escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0:
|
| 4718 |
+
version "4.0.0"
|
| 4719 |
+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
|
| 4720 |
+
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
|
| 4721 |
+
|
| 4722 |
+
escape-string-regexp@^1.0.5:
|
| 4723 |
+
version "1.0.5"
|
| 4724 |
+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
| 4725 |
+
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
| 4726 |
+
|
| 4727 |
+
escape-string-regexp@^2.0.0:
|
| 4728 |
+
version "2.0.0"
|
| 4729 |
+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
|
| 4730 |
+
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
|
| 4731 |
+
|
| 4732 |
+
escodegen@^2.0.0:
|
| 4733 |
+
version "2.0.0"
|
| 4734 |
+
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd"
|
| 4735 |
+
integrity sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==
|
| 4736 |
+
dependencies:
|
| 4737 |
+
esprima "^4.0.1"
|
| 4738 |
+
estraverse "^5.2.0"
|
| 4739 |
+
esutils "^2.0.2"
|
| 4740 |
+
optionator "^0.8.1"
|
| 4741 |
+
optionalDependencies:
|
| 4742 |
+
source-map "~0.6.1"
|
| 4743 |
+
|
| 4744 |
+
eslint-config-prettier@^7.1.0:
|
| 4745 |
+
version "7.2.0"
|
| 4746 |
+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9"
|
| 4747 |
+
integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==
|
| 4748 |
+
|
| 4749 |
+
eslint-config-prettier@^8.1.0:
|
| 4750 |
+
version "8.3.0"
|
| 4751 |
+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
|
| 4752 |
+
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
|
| 4753 |
+
|
| 4754 |
+
eslint-import-resolver-node@^0.3.5:
|
| 4755 |
+
version "0.3.5"
|
| 4756 |
+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.5.tgz#939bbb0f74e179e757ca87f7a4a890dabed18ac4"
|
| 4757 |
+
integrity sha512-XMoPKjSpXbkeJ7ZZ9icLnJMTY5Mc1kZbCakHquaFsXPpyWOwK0TK6CODO+0ca54UoM9LKOxyUNnoVZRl8TeaAg==
|
| 4758 |
+
dependencies:
|
| 4759 |
+
debug "^3.2.7"
|
| 4760 |
+
resolve "^1.20.0"
|
| 4761 |
+
|
| 4762 |
+
eslint-module-utils@^2.6.2:
|
| 4763 |
+
version "2.6.2"
|
| 4764 |
+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
|
| 4765 |
+
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
|
| 4766 |
+
dependencies:
|
| 4767 |
+
debug "^3.2.7"
|
| 4768 |
+
pkg-dir "^2.0.0"
|
| 4769 |
+
|
| 4770 |
+
eslint-plugin-chai-friendly@^0.6.0:
|
| 4771 |
+
version "0.6.0"
|
| 4772 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-0.6.0.tgz#54052fab79302ed0cea76ab997351ea4809bfb77"
|
| 4773 |
+
integrity sha512-Uvvv1gkbRGp/qfN15B0kQyQWg+oFA8buDSqrwmW3egNSk/FpqH2MjQqKOuKwmEL6w4QIQrIjDp+gg6kGGmD3oQ==
|
| 4774 |
+
|
| 4775 |
+
eslint-plugin-cypress@^2.11.2:
|
| 4776 |
+
version "2.11.3"
|
| 4777 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.3.tgz#54ee4067aa8192aa62810cd35080eb577e191ab7"
|
| 4778 |
+
integrity sha512-hOoAid+XNFtpvOzZSNWP5LDrQBEJwbZwjib4XJ1KcRYKjeVj0mAmPmucG4Egli4j/aruv+Ow/acacoloWWCl9Q==
|
| 4779 |
+
dependencies:
|
| 4780 |
+
globals "^11.12.0"
|
| 4781 |
+
|
| 4782 |
+
eslint-plugin-import@^2.23.4:
|
| 4783 |
+
version "2.24.0"
|
| 4784 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.0.tgz#697ffd263e24da5e84e03b282f5fb62251777177"
|
| 4785 |
+
integrity sha512-Kc6xqT9hiYi2cgybOc0I2vC9OgAYga5o/rAFinam/yF/t5uBqxQbauNPMC6fgb640T/89P0gFoO27FOilJ/Cqg==
|
| 4786 |
+
dependencies:
|
| 4787 |
+
array-includes "^3.1.3"
|
| 4788 |
+
array.prototype.flat "^1.2.4"
|
| 4789 |
+
debug "^2.6.9"
|
| 4790 |
+
doctrine "^2.1.0"
|
| 4791 |
+
eslint-import-resolver-node "^0.3.5"
|
| 4792 |
+
eslint-module-utils "^2.6.2"
|
| 4793 |
+
find-up "^2.0.0"
|
| 4794 |
+
has "^1.0.3"
|
| 4795 |
+
is-core-module "^2.4.0"
|
| 4796 |
+
minimatch "^3.0.4"
|
| 4797 |
+
object.values "^1.1.3"
|
| 4798 |
+
pkg-up "^2.0.0"
|
| 4799 |
+
read-pkg-up "^3.0.0"
|
| 4800 |
+
resolve "^1.20.0"
|
| 4801 |
+
tsconfig-paths "^3.9.0"
|
| 4802 |
+
|
| 4803 |
+
eslint-plugin-jest@^24.1.3:
|
| 4804 |
+
version "24.4.0"
|
| 4805 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.4.0.tgz#fa4b614dbd46a98b652d830377971f097bda9262"
|
| 4806 |
+
integrity sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg==
|
| 4807 |
+
dependencies:
|
| 4808 |
+
"@typescript-eslint/experimental-utils" "^4.0.1"
|
| 4809 |
+
|
| 4810 |
+
eslint-plugin-jsdoc@^34.1.0:
|
| 4811 |
+
version "34.8.2"
|
| 4812 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-34.8.2.tgz#94708429667e165f722aa50b98e863920f9ba14e"
|
| 4813 |
+
integrity sha512-UOU9A40Cl806JMtla2vF+RM6sNqfLPbhLv9FZqhcC7+LmChD3DVaWqM7ADxpF0kMyZNWe1QKUnqGnXaA3NTn+w==
|
| 4814 |
+
dependencies:
|
| 4815 |
+
"@es-joy/jsdoccomment" "^0.6.0"
|
| 4816 |
+
comment-parser "1.1.5"
|
| 4817 |
+
debug "^4.3.1"
|
| 4818 |
+
esquery "^1.4.0"
|
| 4819 |
+
jsdoctypeparser "^9.0.0"
|
| 4820 |
+
lodash "^4.17.21"
|
| 4821 |
+
regextras "^0.7.1"
|
| 4822 |
+
semver "^7.3.5"
|
| 4823 |
+
spdx-expression-parse "^3.0.1"
|
| 4824 |
+
|
| 4825 |
+
eslint-plugin-jsx-a11y@^6.4.1:
|
| 4826 |
+
version "6.4.1"
|
| 4827 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz#a2d84caa49756942f42f1ffab9002436391718fd"
|
| 4828 |
+
integrity sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==
|
| 4829 |
+
dependencies:
|
| 4830 |
+
"@babel/runtime" "^7.11.2"
|
| 4831 |
+
aria-query "^4.2.2"
|
| 4832 |
+
array-includes "^3.1.1"
|
| 4833 |
+
ast-types-flow "^0.0.7"
|
| 4834 |
+
axe-core "^4.0.2"
|
| 4835 |
+
axobject-query "^2.2.0"
|
| 4836 |
+
damerau-levenshtein "^1.0.6"
|
| 4837 |
+
emoji-regex "^9.0.0"
|
| 4838 |
+
has "^1.0.3"
|
| 4839 |
+
jsx-ast-utils "^3.1.0"
|
| 4840 |
+
language-tags "^1.0.5"
|
| 4841 |
+
|
| 4842 |
+
eslint-plugin-markdown@^1.0.2:
|
| 4843 |
+
version "1.0.2"
|
| 4844 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-markdown/-/eslint-plugin-markdown-1.0.2.tgz#79274bf17ce3ead48e4a55cbcb6d7ce735754280"
|
| 4845 |
+
integrity sha512-BfvXKsO0K+zvdarNc801jsE/NTLmig4oKhZ1U3aSUgTf2dB/US5+CrfGxMsCK2Ki1vS1R3HPok+uYpufFndhzw==
|
| 4846 |
+
dependencies:
|
| 4847 |
+
object-assign "^4.0.1"
|
| 4848 |
+
remark-parse "^5.0.0"
|
| 4849 |
+
unified "^6.1.2"
|
| 4850 |
+
|
| 4851 |
+
eslint-plugin-prettier@^3.3.0, eslint-plugin-prettier@^3.4.0:
|
| 4852 |
+
version "3.4.0"
|
| 4853 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7"
|
| 4854 |
+
integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==
|
| 4855 |
+
dependencies:
|
| 4856 |
+
prettier-linter-helpers "^1.0.0"
|
| 4857 |
+
|
| 4858 |
+
eslint-plugin-react-hooks@^4.2.0:
|
| 4859 |
+
version "4.2.0"
|
| 4860 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
|
| 4861 |
+
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
|
| 4862 |
+
|
| 4863 |
+
eslint-plugin-react@^7.22.0:
|
| 4864 |
+
version "7.24.0"
|
| 4865 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
|
| 4866 |
+
integrity sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==
|
| 4867 |
+
dependencies:
|
| 4868 |
+
array-includes "^3.1.3"
|
| 4869 |
+
array.prototype.flatmap "^1.2.4"
|
| 4870 |
+
doctrine "^2.1.0"
|
| 4871 |
+
has "^1.0.3"
|
| 4872 |
+
jsx-ast-utils "^2.4.1 || ^3.0.0"
|
| 4873 |
+
minimatch "^3.0.4"
|
| 4874 |
+
object.entries "^1.1.4"
|
| 4875 |
+
object.fromentries "^2.0.4"
|
| 4876 |
+
object.values "^1.1.4"
|
| 4877 |
+
prop-types "^15.7.2"
|
| 4878 |
+
resolve "^2.0.0-next.3"
|
| 4879 |
+
string.prototype.matchall "^4.0.5"
|
| 4880 |
+
|
| 4881 |
+
eslint-scope@^4.0.3:
|
| 4882 |
+
version "4.0.3"
|
| 4883 |
+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
|
| 4884 |
+
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
|
| 4885 |
+
dependencies:
|
| 4886 |
+
esrecurse "^4.1.0"
|
| 4887 |
+
estraverse "^4.1.1"
|
| 4888 |
+
|
| 4889 |
+
eslint-scope@^5.1.1:
|
| 4890 |
+
version "5.1.1"
|
| 4891 |
+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
|
| 4892 |
+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
| 4893 |
+
dependencies:
|
| 4894 |
+
esrecurse "^4.3.0"
|
| 4895 |
+
estraverse "^4.1.1"
|
| 4896 |
+
|
| 4897 |
+
eslint-utils@^2.1.0:
|
| 4898 |
+
version "2.1.0"
|
| 4899 |
+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
|
| 4900 |
+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
|
| 4901 |
+
dependencies:
|
| 4902 |
+
eslint-visitor-keys "^1.1.0"
|
| 4903 |
+
|
| 4904 |
+
eslint-utils@^3.0.0:
|
| 4905 |
+
version "3.0.0"
|
| 4906 |
+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
|
| 4907 |
+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
|
| 4908 |
+
dependencies:
|
| 4909 |
+
eslint-visitor-keys "^2.0.0"
|
| 4910 |
+
|
| 4911 |
+
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
|
| 4912 |
+
version "1.3.0"
|
| 4913 |
+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
|
| 4914 |
+
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
|
| 4915 |
+
|
| 4916 |
+
eslint-visitor-keys@^2.0.0:
|
| 4917 |
+
version "2.1.0"
|
| 4918 |
+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
|
| 4919 |
+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
|
| 4920 |
+
|
| 4921 |
+
eslint@^7.17.0, eslint@^7.22.0:
|
| 4922 |
+
version "7.32.0"
|
| 4923 |
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
|
| 4924 |
+
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
|
| 4925 |
+
dependencies:
|
| 4926 |
+
"@babel/code-frame" "7.12.11"
|
| 4927 |
+
"@eslint/eslintrc" "^0.4.3"
|
| 4928 |
+
"@humanwhocodes/config-array" "^0.5.0"
|
| 4929 |
+
ajv "^6.10.0"
|
| 4930 |
+
chalk "^4.0.0"
|
| 4931 |
+
cross-spawn "^7.0.2"
|
| 4932 |
+
debug "^4.0.1"
|
| 4933 |
+
doctrine "^3.0.0"
|
| 4934 |
+
enquirer "^2.3.5"
|
| 4935 |
+
escape-string-regexp "^4.0.0"
|
| 4936 |
+
eslint-scope "^5.1.1"
|
| 4937 |
+
eslint-utils "^2.1.0"
|
| 4938 |
+
eslint-visitor-keys "^2.0.0"
|
| 4939 |
+
espree "^7.3.1"
|
| 4940 |
+
esquery "^1.4.0"
|
| 4941 |
+
esutils "^2.0.2"
|
| 4942 |
+
fast-deep-equal "^3.1.3"
|
| 4943 |
+
file-entry-cache "^6.0.1"
|
| 4944 |
+
functional-red-black-tree "^1.0.1"
|
| 4945 |
+
glob-parent "^5.1.2"
|
| 4946 |
+
globals "^13.6.0"
|
| 4947 |
+
ignore "^4.0.6"
|
| 4948 |
+
import-fresh "^3.0.0"
|
| 4949 |
+
imurmurhash "^0.1.4"
|
| 4950 |
+
is-glob "^4.0.0"
|
| 4951 |
+
js-yaml "^3.13.1"
|
| 4952 |
+
json-stable-stringify-without-jsonify "^1.0.1"
|
| 4953 |
+
levn "^0.4.1"
|
| 4954 |
+
lodash.merge "^4.6.2"
|
| 4955 |
+
minimatch "^3.0.4"
|
| 4956 |
+
natural-compare "^1.4.0"
|
| 4957 |
+
optionator "^0.9.1"
|
| 4958 |
+
progress "^2.0.0"
|
| 4959 |
+
regexpp "^3.1.0"
|
| 4960 |
+
semver "^7.2.1"
|
| 4961 |
+
strip-ansi "^6.0.0"
|
| 4962 |
+
strip-json-comments "^3.1.0"
|
| 4963 |
+
table "^6.0.9"
|
| 4964 |
+
text-table "^0.2.0"
|
| 4965 |
+
v8-compile-cache "^2.0.3"
|
| 4966 |
+
|
| 4967 |
+
espree@^7.3.0, espree@^7.3.1:
|
| 4968 |
+
version "7.3.1"
|
| 4969 |
+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
|
| 4970 |
+
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
|
| 4971 |
+
dependencies:
|
| 4972 |
+
acorn "^7.4.0"
|
| 4973 |
+
acorn-jsx "^5.3.1"
|
| 4974 |
+
eslint-visitor-keys "^1.3.0"
|
| 4975 |
+
|
| 4976 |
+
esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
|
| 4977 |
+
version "4.0.1"
|
| 4978 |
+
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
| 4979 |
+
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
| 4980 |
+
|
| 4981 |
+
esquery@^1.4.0:
|
| 4982 |
+
version "1.4.0"
|
| 4983 |
+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
|
| 4984 |
+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
|
| 4985 |
+
dependencies:
|
| 4986 |
+
estraverse "^5.1.0"
|
| 4987 |
+
|
| 4988 |
+
esrecurse@^4.1.0, esrecurse@^4.3.0:
|
| 4989 |
+
version "4.3.0"
|
| 4990 |
+
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
|
| 4991 |
+
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
|
| 4992 |
+
dependencies:
|
| 4993 |
+
estraverse "^5.2.0"
|
| 4994 |
+
|
| 4995 |
+
estraverse@^4.1.1:
|
| 4996 |
+
version "4.3.0"
|
| 4997 |
+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
| 4998 |
+
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
| 4999 |
+
|
| 5000 |
+
estraverse@^5.1.0, estraverse@^5.2.0:
|
| 5001 |
+
version "5.2.0"
|
| 5002 |
+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
|
| 5003 |
+
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
|
| 5004 |
+
|
| 5005 |
+
esutils@^2.0.2:
|
| 5006 |
+
version "2.0.3"
|
| 5007 |
+
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
|
| 5008 |
+
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
|
| 5009 |
+
|
| 5010 |
+
etag@~1.8.1:
|
| 5011 |
+
version "1.8.1"
|
| 5012 |
+
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
|
| 5013 |
+
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
|
| 5014 |
+
|
| 5015 |
+
eventemitter2@^6.4.3:
|
| 5016 |
+
version "6.4.4"
|
| 5017 |
+
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.4.tgz#aa96e8275c4dbeb017a5d0e03780c65612a1202b"
|
| 5018 |
+
integrity sha512-HLU3NDY6wARrLCEwyGKRBvuWYyvW6mHYv72SJJAH3iJN3a6eVUvkjFkcxah1bcTgGVBBrFdIopBJPhCQFMLyXw==
|
| 5019 |
+
|
| 5020 |
+
events@^3.0.0:
|
| 5021 |
+
version "3.3.0"
|
| 5022 |
+
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
|
| 5023 |
+
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
|
| 5024 |
+
|
| 5025 |
+
evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
|
| 5026 |
+
version "1.0.3"
|
| 5027 |
+
resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02"
|
| 5028 |
+
integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==
|
| 5029 |
+
dependencies:
|
| 5030 |
+
md5.js "^1.3.4"
|
| 5031 |
+
safe-buffer "^5.1.1"
|
| 5032 |
+
|
| 5033 |
+
exec-sh@^0.3.2:
|
| 5034 |
+
version "0.3.6"
|
| 5035 |
+
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc"
|
| 5036 |
+
integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==
|
| 5037 |
+
|
| 5038 |
+
execa@4.1.0, execa@^4.0.0:
|
| 5039 |
+
version "4.1.0"
|
| 5040 |
+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
|
| 5041 |
+
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
|
| 5042 |
+
dependencies:
|
| 5043 |
+
cross-spawn "^7.0.0"
|
| 5044 |
+
get-stream "^5.0.0"
|
| 5045 |
+
human-signals "^1.1.1"
|
| 5046 |
+
is-stream "^2.0.0"
|
| 5047 |
+
merge-stream "^2.0.0"
|
| 5048 |
+
npm-run-path "^4.0.0"
|
| 5049 |
+
onetime "^5.1.0"
|
| 5050 |
+
signal-exit "^3.0.2"
|
| 5051 |
+
strip-final-newline "^2.0.0"
|
| 5052 |
+
|
| 5053 |
+
execa@^1.0.0:
|
| 5054 |
+
version "1.0.0"
|
| 5055 |
+
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
|
| 5056 |
+
integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
|
| 5057 |
+
dependencies:
|
| 5058 |
+
cross-spawn "^6.0.0"
|
| 5059 |
+
get-stream "^4.0.0"
|
| 5060 |
+
is-stream "^1.1.0"
|
| 5061 |
+
npm-run-path "^2.0.0"
|
| 5062 |
+
p-finally "^1.0.0"
|
| 5063 |
+
signal-exit "^3.0.0"
|
| 5064 |
+
strip-eof "^1.0.0"
|
| 5065 |
+
|
| 5066 |
+
execall@^2.0.0:
|
| 5067 |
+
version "2.0.0"
|
| 5068 |
+
resolved "https://registry.yarnpkg.com/execall/-/execall-2.0.0.tgz#16a06b5fe5099df7d00be5d9c06eecded1663b45"
|
| 5069 |
+
integrity sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==
|
| 5070 |
+
dependencies:
|
| 5071 |
+
clone-regexp "^2.1.0"
|
| 5072 |
+
|
| 5073 |
+
executable@^4.1.1:
|
| 5074 |
+
version "4.1.1"
|
| 5075 |
+
resolved "https://registry.yarnpkg.com/executable/-/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c"
|
| 5076 |
+
integrity sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==
|
| 5077 |
+
dependencies:
|
| 5078 |
+
pify "^2.2.0"
|
| 5079 |
+
|
| 5080 |
+
exit@^0.1.2:
|
| 5081 |
+
version "0.1.2"
|
| 5082 |
+
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
|
| 5083 |
+
integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
|
| 5084 |
+
|
| 5085 |
+
expand-brackets@^2.1.4:
|
| 5086 |
+
version "2.1.4"
|
| 5087 |
+
resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
|
| 5088 |
+
integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI=
|
| 5089 |
+
dependencies:
|
| 5090 |
+
debug "^2.3.3"
|
| 5091 |
+
define-property "^0.2.5"
|
| 5092 |
+
extend-shallow "^2.0.1"
|
| 5093 |
+
posix-character-classes "^0.1.0"
|
| 5094 |
+
regex-not "^1.0.0"
|
| 5095 |
+
snapdragon "^0.8.1"
|
| 5096 |
+
to-regex "^3.0.1"
|
| 5097 |
+
|
| 5098 |
+
expand-tilde@^1.2.2:
|
| 5099 |
+
version "1.2.2"
|
| 5100 |
+
resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-1.2.2.tgz#0b81eba897e5a3d31d1c3d102f8f01441e559449"
|
| 5101 |
+
integrity sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=
|
| 5102 |
+
dependencies:
|
| 5103 |
+
os-homedir "^1.0.1"
|
| 5104 |
+
|
| 5105 |
+
expand-tilde@^2.0.0, expand-tilde@^2.0.2:
|
| 5106 |
+
version "2.0.2"
|
| 5107 |
+
resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502"
|
| 5108 |
+
integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=
|
| 5109 |
+
dependencies:
|
| 5110 |
+
homedir-polyfill "^1.0.1"
|
| 5111 |
+
|
| 5112 |
+
expect-puppeteer@^4.4.0:
|
| 5113 |
+
version "4.4.0"
|
| 5114 |
+
resolved "https://registry.yarnpkg.com/expect-puppeteer/-/expect-puppeteer-4.4.0.tgz#1c948af08acdd6c8cbdb7f90e617f44d86888886"
|
| 5115 |
+
integrity sha512-6Ey4Xy2xvmuQu7z7YQtMsaMV0EHJRpVxIDOd5GRrm04/I3nkTKIutELfECsLp6le+b3SSa3cXhPiw6PgqzxYWA==
|
| 5116 |
+
|
| 5117 |
+
expect@^26.6.2:
|
| 5118 |
+
version "26.6.2"
|
| 5119 |
+
resolved "https://registry.yarnpkg.com/expect/-/expect-26.6.2.tgz#c6b996bf26bf3fe18b67b2d0f51fc981ba934417"
|
| 5120 |
+
integrity sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==
|
| 5121 |
+
dependencies:
|
| 5122 |
+
"@jest/types" "^26.6.2"
|
| 5123 |
+
ansi-styles "^4.0.0"
|
| 5124 |
+
jest-get-type "^26.3.0"
|
| 5125 |
+
jest-matcher-utils "^26.6.2"
|
| 5126 |
+
jest-message-util "^26.6.2"
|
| 5127 |
+
jest-regex-util "^26.0.0"
|
| 5128 |
+
|
| 5129 |
+
express@^4.16.3:
|
| 5130 |
+
version "4.17.1"
|
| 5131 |
+
resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"
|
| 5132 |
+
integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==
|
| 5133 |
+
dependencies:
|
| 5134 |
+
accepts "~1.3.7"
|
| 5135 |
+
array-flatten "1.1.1"
|
| 5136 |
+
body-parser "1.19.0"
|
| 5137 |
+
content-disposition "0.5.3"
|
| 5138 |
+
content-type "~1.0.4"
|
| 5139 |
+
cookie "0.4.0"
|
| 5140 |
+
cookie-signature "1.0.6"
|
| 5141 |
+
debug "2.6.9"
|
| 5142 |
+
depd "~1.1.2"
|
| 5143 |
+
encodeurl "~1.0.2"
|
| 5144 |
+
escape-html "~1.0.3"
|
| 5145 |
+
etag "~1.8.1"
|
| 5146 |
+
finalhandler "~1.1.2"
|
| 5147 |
+
fresh "0.5.2"
|
| 5148 |
+
merge-descriptors "1.0.1"
|
| 5149 |
+
methods "~1.1.2"
|
| 5150 |
+
on-finished "~2.3.0"
|
| 5151 |
+
parseurl "~1.3.3"
|
| 5152 |
+
path-to-regexp "0.1.7"
|
| 5153 |
+
proxy-addr "~2.0.5"
|
| 5154 |
+
qs "6.7.0"
|
| 5155 |
+
range-parser "~1.2.1"
|
| 5156 |
+
safe-buffer "5.1.2"
|
| 5157 |
+
send "0.17.1"
|
| 5158 |
+
serve-static "1.14.1"
|
| 5159 |
+
setprototypeof "1.1.1"
|
| 5160 |
+
statuses "~1.5.0"
|
| 5161 |
+
type-is "~1.6.18"
|
| 5162 |
+
utils-merge "1.0.1"
|
| 5163 |
+
vary "~1.1.2"
|
| 5164 |
+
|
| 5165 |
+
extend-shallow@^2.0.1:
|
| 5166 |
+
version "2.0.1"
|
| 5167 |
+
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
|
| 5168 |
+
integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=
|
| 5169 |
+
dependencies:
|
| 5170 |
+
is-extendable "^0.1.0"
|
| 5171 |
+
|
| 5172 |
+
extend-shallow@^3.0.0, extend-shallow@^3.0.2:
|
| 5173 |
+
version "3.0.2"
|
| 5174 |
+
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8"
|
| 5175 |
+
integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=
|
| 5176 |
+
dependencies:
|
| 5177 |
+
assign-symbols "^1.0.0"
|
| 5178 |
+
is-extendable "^1.0.1"
|
| 5179 |
+
|
| 5180 |
+
extend@^3.0.0, extend@~3.0.2:
|
| 5181 |
+
version "3.0.2"
|
| 5182 |
+
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
|
| 5183 |
+
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
|
| 5184 |
+
|
| 5185 |
+
extglob@^2.0.4:
|
| 5186 |
+
version "2.0.4"
|
| 5187 |
+
resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543"
|
| 5188 |
+
integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==
|
| 5189 |
+
dependencies:
|
| 5190 |
+
array-unique "^0.3.2"
|
| 5191 |
+
define-property "^1.0.0"
|
| 5192 |
+
expand-brackets "^2.1.4"
|
| 5193 |
+
extend-shallow "^2.0.1"
|
| 5194 |
+
fragment-cache "^0.2.1"
|
| 5195 |
+
regex-not "^1.0.0"
|
| 5196 |
+
snapdragon "^0.8.1"
|
| 5197 |
+
to-regex "^3.0.1"
|
| 5198 |
+
|
| 5199 |
+
extract-stack@^1.0.0:
|
| 5200 |
+
version "1.0.0"
|
| 5201 |
+
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"
|
| 5202 |
+
integrity sha1-uXrK+UQe6iMyUpYktzL8WhyBZfo=
|
| 5203 |
+
|
| 5204 |
+
extract-zip@2.0.1, extract-zip@^2.0.0:
|
| 5205 |
+
version "2.0.1"
|
| 5206 |
+
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
|
| 5207 |
+
integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
|
| 5208 |
+
dependencies:
|
| 5209 |
+
debug "^4.1.1"
|
| 5210 |
+
get-stream "^5.1.0"
|
| 5211 |
+
yauzl "^2.10.0"
|
| 5212 |
+
optionalDependencies:
|
| 5213 |
+
"@types/yauzl" "^2.9.1"
|
| 5214 |
+
|
| 5215 |
+
extsprintf@1.3.0:
|
| 5216 |
+
version "1.3.0"
|
| 5217 |
+
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
|
| 5218 |
+
integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
|
| 5219 |
+
|
| 5220 |
+
extsprintf@^1.2.0:
|
| 5221 |
+
version "1.4.0"
|
| 5222 |
+
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
|
| 5223 |
+
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
|
| 5224 |
+
|
| 5225 |
+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
| 5226 |
+
version "3.1.3"
|
| 5227 |
+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
| 5228 |
+
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
| 5229 |
+
|
| 5230 |
+
fast-diff@^1.1.2:
|
| 5231 |
+
version "1.2.0"
|
| 5232 |
+
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
|
| 5233 |
+
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
|
| 5234 |
+
|
| 5235 |
+
fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.5:
|
| 5236 |
+
version "3.2.7"
|
| 5237 |
+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
|
| 5238 |
+
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
|
| 5239 |
+
dependencies:
|
| 5240 |
+
"@nodelib/fs.stat" "^2.0.2"
|
| 5241 |
+
"@nodelib/fs.walk" "^1.2.3"
|
| 5242 |
+
glob-parent "^5.1.2"
|
| 5243 |
+
merge2 "^1.3.0"
|
| 5244 |
+
micromatch "^4.0.4"
|
| 5245 |
+
|
| 5246 |
+
fast-json-stable-stringify@^2.0.0:
|
| 5247 |
+
version "2.1.0"
|
| 5248 |
+
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
|
| 5249 |
+
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
|
| 5250 |
+
|
| 5251 |
+
fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
|
| 5252 |
+
version "2.0.6"
|
| 5253 |
+
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
|
| 5254 |
+
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
|
| 5255 |
+
|
| 5256 |
+
fast-safe-stringify@^2.0.4:
|
| 5257 |
+
version "2.0.8"
|
| 5258 |
+
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.8.tgz#dc2af48c46cf712b683e849b2bbd446b32de936f"
|
| 5259 |
+
integrity sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag==
|
| 5260 |
+
|
| 5261 |
+
fastest-levenshtein@^1.0.12:
|
| 5262 |
+
version "1.0.12"
|
| 5263 |
+
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz#9990f7d3a88cc5a9ffd1f1745745251700d497e2"
|
| 5264 |
+
integrity sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==
|
| 5265 |
+
|
| 5266 |
+
fastq@^1.6.0:
|
| 5267 |
+
version "1.11.1"
|
| 5268 |
+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.11.1.tgz#5d8175aae17db61947f8b162cfc7f63264d22807"
|
| 5269 |
+
integrity sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==
|
| 5270 |
+
dependencies:
|
| 5271 |
+
reusify "^1.0.4"
|
| 5272 |
+
|
| 5273 |
+
faye-websocket@~0.10.0:
|
| 5274 |
+
version "0.10.0"
|
| 5275 |
+
resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4"
|
| 5276 |
+
integrity sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=
|
| 5277 |
+
dependencies:
|
| 5278 |
+
websocket-driver ">=0.5.1"
|
| 5279 |
+
|
| 5280 |
+
fb-watchman@^2.0.0:
|
| 5281 |
+
version "2.0.1"
|
| 5282 |
+
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
|
| 5283 |
+
integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==
|
| 5284 |
+
dependencies:
|
| 5285 |
+
bser "2.1.1"
|
| 5286 |
+
|
| 5287 |
+
fd-slicer@~1.1.0:
|
| 5288 |
+
version "1.1.0"
|
| 5289 |
+
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
|
| 5290 |
+
integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=
|
| 5291 |
+
dependencies:
|
| 5292 |
+
pend "~1.2.0"
|
| 5293 |
+
|
| 5294 |
+
fecha@^4.2.0:
|
| 5295 |
+
version "4.2.1"
|
| 5296 |
+
resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.1.tgz#0a83ad8f86ef62a091e22bb5a039cd03d23eecce"
|
| 5297 |
+
integrity sha512-MMMQ0ludy/nBs1/o0zVOiKTpG7qMbonKUzjJgQFEuvq6INZ1OraKPRAWkBq5vlKLOUMpmNYG1JoN3oDPUQ9m3Q==
|
| 5298 |
+
|
| 5299 |
+
figgy-pudding@^3.5.1:
|
| 5300 |
+
version "3.5.2"
|
| 5301 |
+
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
|
| 5302 |
+
integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==
|
| 5303 |
+
|
| 5304 |
+
figures@^3.2.0:
|
| 5305 |
+
version "3.2.0"
|
| 5306 |
+
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
| 5307 |
+
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
| 5308 |
+
dependencies:
|
| 5309 |
+
escape-string-regexp "^1.0.5"
|
| 5310 |
+
|
| 5311 |
+
file-entry-cache@^6.0.1:
|
| 5312 |
+
version "6.0.1"
|
| 5313 |
+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
|
| 5314 |
+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
|
| 5315 |
+
dependencies:
|
| 5316 |
+
flat-cache "^3.0.4"
|
| 5317 |
+
|
| 5318 |
+
file-loader@^6.2.0:
|
| 5319 |
+
version "6.2.0"
|
| 5320 |
+
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
|
| 5321 |
+
integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
|
| 5322 |
+
dependencies:
|
| 5323 |
+
loader-utils "^2.0.0"
|
| 5324 |
+
schema-utils "^3.0.0"
|
| 5325 |
+
|
| 5326 |
+
file-uri-to-path@1.0.0:
|
| 5327 |
+
version "1.0.0"
|
| 5328 |
+
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
|
| 5329 |
+
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
|
| 5330 |
+
|
| 5331 |
+
fill-range@^4.0.0:
|
| 5332 |
+
version "4.0.0"
|
| 5333 |
+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
|
| 5334 |
+
integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=
|
| 5335 |
+
dependencies:
|
| 5336 |
+
extend-shallow "^2.0.1"
|
| 5337 |
+
is-number "^3.0.0"
|
| 5338 |
+
repeat-string "^1.6.1"
|
| 5339 |
+
to-regex-range "^2.1.0"
|
| 5340 |
+
|
| 5341 |
+
fill-range@^7.0.1:
|
| 5342 |
+
version "7.0.1"
|
| 5343 |
+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
|
| 5344 |
+
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
|
| 5345 |
+
dependencies:
|
| 5346 |
+
to-regex-range "^5.0.1"
|
| 5347 |
+
|
| 5348 |
+
finalhandler@~1.1.2:
|
| 5349 |
+
version "1.1.2"
|
| 5350 |
+
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
|
| 5351 |
+
integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==
|
| 5352 |
+
dependencies:
|
| 5353 |
+
debug "2.6.9"
|
| 5354 |
+
encodeurl "~1.0.2"
|
| 5355 |
+
escape-html "~1.0.3"
|
| 5356 |
+
on-finished "~2.3.0"
|
| 5357 |
+
parseurl "~1.3.3"
|
| 5358 |
+
statuses "~1.5.0"
|
| 5359 |
+
unpipe "~1.0.0"
|
| 5360 |
+
|
| 5361 |
+
find-cache-dir@^2.1.0:
|
| 5362 |
+
version "2.1.0"
|
| 5363 |
+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
|
| 5364 |
+
integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
|
| 5365 |
+
dependencies:
|
| 5366 |
+
commondir "^1.0.1"
|
| 5367 |
+
make-dir "^2.0.0"
|
| 5368 |
+
pkg-dir "^3.0.0"
|
| 5369 |
+
|
| 5370 |
+
find-cache-dir@^3.3.1:
|
| 5371 |
+
version "3.3.1"
|
| 5372 |
+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880"
|
| 5373 |
+
integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==
|
| 5374 |
+
dependencies:
|
| 5375 |
+
commondir "^1.0.1"
|
| 5376 |
+
make-dir "^3.0.2"
|
| 5377 |
+
pkg-dir "^4.1.0"
|
| 5378 |
+
|
| 5379 |
+
find-file-up@^0.1.2:
|
| 5380 |
+
version "0.1.3"
|
| 5381 |
+
resolved "https://registry.yarnpkg.com/find-file-up/-/find-file-up-0.1.3.tgz#cf68091bcf9f300a40da411b37da5cce5a2fbea0"
|
| 5382 |
+
integrity sha1-z2gJG8+fMApA2kEbN9pczlovvqA=
|
| 5383 |
+
dependencies:
|
| 5384 |
+
fs-exists-sync "^0.1.0"
|
| 5385 |
+
resolve-dir "^0.1.0"
|
| 5386 |
+
|
| 5387 |
+
find-parent-dir@~0.3.0:
|
| 5388 |
+
version "0.3.1"
|
| 5389 |
+
resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.1.tgz#c5c385b96858c3351f95d446cab866cbf9f11125"
|
| 5390 |
+
integrity sha512-o4UcykWV/XN9wm+jMEtWLPlV8RXCZnMhQI6F6OdHeSez7iiJWePw8ijOlskJZMsaQoGR/b7dH6lO02HhaTN7+A==
|
| 5391 |
+
|
| 5392 |
+
find-pkg@^0.1.2:
|
| 5393 |
+
version "0.1.2"
|
| 5394 |
+
resolved "https://registry.yarnpkg.com/find-pkg/-/find-pkg-0.1.2.tgz#1bdc22c06e36365532e2a248046854b9788da557"
|
| 5395 |
+
integrity sha1-G9wiwG42NlUy4qJIBGhUuXiNpVc=
|
| 5396 |
+
dependencies:
|
| 5397 |
+
find-file-up "^0.1.2"
|
| 5398 |
+
|
| 5399 |
+
find-process@^1.4.3:
|
| 5400 |
+
version "1.4.4"
|
| 5401 |
+
resolved "https://registry.yarnpkg.com/find-process/-/find-process-1.4.4.tgz#52820561162fda0d1feef9aed5d56b3787f0fd6e"
|
| 5402 |
+
integrity sha512-rRSuT1LE4b+BFK588D2V8/VG9liW0Ark1XJgroxZXI0LtwmQJOb490DvDYvbm+Hek9ETFzTutGfJ90gumITPhQ==
|
| 5403 |
+
dependencies:
|
| 5404 |
+
chalk "^4.0.0"
|
| 5405 |
+
commander "^5.1.0"
|
| 5406 |
+
debug "^4.1.1"
|
| 5407 |
+
|
| 5408 |
+
find-up@^1.0.0:
|
| 5409 |
+
version "1.1.2"
|
| 5410 |
+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
|
| 5411 |
+
integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=
|
| 5412 |
+
dependencies:
|
| 5413 |
+
path-exists "^2.0.0"
|
| 5414 |
+
pinkie-promise "^2.0.0"
|
| 5415 |
+
|
| 5416 |
+
find-up@^2.0.0, find-up@^2.1.0:
|
| 5417 |
+
version "2.1.0"
|
| 5418 |
+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
|
| 5419 |
+
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
|
| 5420 |
+
dependencies:
|
| 5421 |
+
locate-path "^2.0.0"
|
| 5422 |
+
|
| 5423 |
+
find-up@^3.0.0:
|
| 5424 |
+
version "3.0.0"
|
| 5425 |
+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
|
| 5426 |
+
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
|
| 5427 |
+
dependencies:
|
| 5428 |
+
locate-path "^3.0.0"
|
| 5429 |
+
|
| 5430 |
+
find-up@^4.0.0, find-up@^4.1.0:
|
| 5431 |
+
version "4.1.0"
|
| 5432 |
+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
|
| 5433 |
+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
|
| 5434 |
+
dependencies:
|
| 5435 |
+
locate-path "^5.0.0"
|
| 5436 |
+
path-exists "^4.0.0"
|
| 5437 |
+
|
| 5438 |
+
findup-sync@^3.0.0:
|
| 5439 |
+
version "3.0.0"
|
| 5440 |
+
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1"
|
| 5441 |
+
integrity sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==
|
| 5442 |
+
dependencies:
|
| 5443 |
+
detect-file "^1.0.0"
|
| 5444 |
+
is-glob "^4.0.0"
|
| 5445 |
+
micromatch "^3.0.4"
|
| 5446 |
+
resolve-dir "^1.0.1"
|
| 5447 |
+
|
| 5448 |
+
flat-cache@^3.0.4:
|
| 5449 |
+
version "3.0.4"
|
| 5450 |
+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
|
| 5451 |
+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
|
| 5452 |
+
dependencies:
|
| 5453 |
+
flatted "^3.1.0"
|
| 5454 |
+
rimraf "^3.0.2"
|
| 5455 |
+
|
| 5456 |
+
flatted@^3.1.0:
|
| 5457 |
+
version "3.2.2"
|
| 5458 |
+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
|
| 5459 |
+
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
|
| 5460 |
+
|
| 5461 |
+
flush-write-stream@^1.0.0:
|
| 5462 |
+
version "1.1.1"
|
| 5463 |
+
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8"
|
| 5464 |
+
integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==
|
| 5465 |
+
dependencies:
|
| 5466 |
+
inherits "^2.0.3"
|
| 5467 |
+
readable-stream "^2.3.6"
|
| 5468 |
+
|
| 5469 |
+
fn.name@1.x.x:
|
| 5470 |
+
version "1.1.0"
|
| 5471 |
+
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
|
| 5472 |
+
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
|
| 5473 |
+
|
| 5474 |
+
follow-redirects@1.12.1:
|
| 5475 |
+
version "1.12.1"
|
| 5476 |
+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.12.1.tgz#de54a6205311b93d60398ebc01cf7015682312b6"
|
| 5477 |
+
integrity sha512-tmRv0AVuR7ZyouUHLeNSiO6pqulF7dYa3s19c6t+wz9LD69/uSzdMxJ2S91nTI9U3rt/IldxpzMOFejp6f0hjg==
|
| 5478 |
+
|
| 5479 |
+
follow-redirects@^1.10.0:
|
| 5480 |
+
version "1.14.1"
|
| 5481 |
+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
|
| 5482 |
+
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
|
| 5483 |
+
|
| 5484 |
+
for-in@^0.1.3:
|
| 5485 |
+
version "0.1.8"
|
| 5486 |
+
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"
|
| 5487 |
+
integrity sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE=
|
| 5488 |
+
|
| 5489 |
+
for-in@^1.0.1, for-in@^1.0.2:
|
| 5490 |
+
version "1.0.2"
|
| 5491 |
+
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
|
| 5492 |
+
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
|
| 5493 |
+
|
| 5494 |
+
for-own@^0.1.3:
|
| 5495 |
+
version "0.1.5"
|
| 5496 |
+
resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce"
|
| 5497 |
+
integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=
|
| 5498 |
+
dependencies:
|
| 5499 |
+
for-in "^1.0.1"
|
| 5500 |
+
|
| 5501 |
+
foreachasync@^3.0.0:
|
| 5502 |
+
version "3.0.0"
|
| 5503 |
+
resolved "https://registry.yarnpkg.com/foreachasync/-/foreachasync-3.0.0.tgz#5502987dc8714be3392097f32e0071c9dee07cf6"
|
| 5504 |
+
integrity sha1-VQKYfchxS+M5IJfzLgBxyd7gfPY=
|
| 5505 |
+
|
| 5506 |
+
forever-agent@~0.6.1:
|
| 5507 |
+
version "0.6.1"
|
| 5508 |
+
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
|
| 5509 |
+
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
|
| 5510 |
+
|
| 5511 |
+
form-data@^3.0.0:
|
| 5512 |
+
version "3.0.1"
|
| 5513 |
+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
|
| 5514 |
+
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
|
| 5515 |
+
dependencies:
|
| 5516 |
+
asynckit "^0.4.0"
|
| 5517 |
+
combined-stream "^1.0.8"
|
| 5518 |
+
mime-types "^2.1.12"
|
| 5519 |
+
|
| 5520 |
+
form-data@~2.3.2:
|
| 5521 |
+
version "2.3.3"
|
| 5522 |
+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
|
| 5523 |
+
integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
|
| 5524 |
+
dependencies:
|
| 5525 |
+
asynckit "^0.4.0"
|
| 5526 |
+
combined-stream "^1.0.6"
|
| 5527 |
+
mime-types "^2.1.12"
|
| 5528 |
+
|
| 5529 |
+
forwarded@0.2.0:
|
| 5530 |
+
version "0.2.0"
|
| 5531 |
+
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
|
| 5532 |
+
integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
|
| 5533 |
+
|
| 5534 |
+
fragment-cache@^0.2.1:
|
| 5535 |
+
version "0.2.1"
|
| 5536 |
+
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
|
| 5537 |
+
integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=
|
| 5538 |
+
dependencies:
|
| 5539 |
+
map-cache "^0.2.2"
|
| 5540 |
+
|
| 5541 |
+
fresh@0.5.2:
|
| 5542 |
+
version "0.5.2"
|
| 5543 |
+
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
|
| 5544 |
+
integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
|
| 5545 |
+
|
| 5546 |
+
from2@^2.1.0:
|
| 5547 |
+
version "2.3.0"
|
| 5548 |
+
resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af"
|
| 5549 |
+
integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=
|
| 5550 |
+
dependencies:
|
| 5551 |
+
inherits "^2.0.1"
|
| 5552 |
+
readable-stream "^2.0.0"
|
| 5553 |
+
|
| 5554 |
+
fs-constants@^1.0.0:
|
| 5555 |
+
version "1.0.0"
|
| 5556 |
+
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
|
| 5557 |
+
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
|
| 5558 |
+
|
| 5559 |
+
fs-exists-sync@^0.1.0:
|
| 5560 |
+
version "0.1.0"
|
| 5561 |
+
resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add"
|
| 5562 |
+
integrity sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=
|
| 5563 |
+
|
| 5564 |
+
fs-extra@^7.0.0:
|
| 5565 |
+
version "7.0.1"
|
| 5566 |
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
|
| 5567 |
+
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
|
| 5568 |
+
dependencies:
|
| 5569 |
+
graceful-fs "^4.1.2"
|
| 5570 |
+
jsonfile "^4.0.0"
|
| 5571 |
+
universalify "^0.1.0"
|
| 5572 |
+
|
| 5573 |
+
fs-extra@^8.1:
|
| 5574 |
+
version "8.1.0"
|
| 5575 |
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
|
| 5576 |
+
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
|
| 5577 |
+
dependencies:
|
| 5578 |
+
graceful-fs "^4.2.0"
|
| 5579 |
+
jsonfile "^4.0.0"
|
| 5580 |
+
universalify "^0.1.0"
|
| 5581 |
+
|
| 5582 |
+
fs-extra@^9.1.0:
|
| 5583 |
+
version "9.1.0"
|
| 5584 |
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
|
| 5585 |
+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
|
| 5586 |
+
dependencies:
|
| 5587 |
+
at-least-node "^1.0.0"
|
| 5588 |
+
graceful-fs "^4.2.0"
|
| 5589 |
+
jsonfile "^6.0.1"
|
| 5590 |
+
universalify "^2.0.0"
|
| 5591 |
+
|
| 5592 |
+
fs-minipass@^2.0.0:
|
| 5593 |
+
version "2.1.0"
|
| 5594 |
+
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"
|
| 5595 |
+
integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==
|
| 5596 |
+
dependencies:
|
| 5597 |
+
minipass "^3.0.0"
|
| 5598 |
+
|
| 5599 |
+
fs-write-stream-atomic@^1.0.8:
|
| 5600 |
+
version "1.0.10"
|
| 5601 |
+
resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
|
| 5602 |
+
integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=
|
| 5603 |
+
dependencies:
|
| 5604 |
+
graceful-fs "^4.1.2"
|
| 5605 |
+
iferr "^0.1.5"
|
| 5606 |
+
imurmurhash "^0.1.4"
|
| 5607 |
+
readable-stream "1 || 2"
|
| 5608 |
+
|
| 5609 |
+
fs.realpath@^1.0.0:
|
| 5610 |
+
version "1.0.0"
|
| 5611 |
+
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
| 5612 |
+
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
|
| 5613 |
+
|
| 5614 |
+
fsevents@^1.2.7:
|
| 5615 |
+
version "1.2.13"
|
| 5616 |
+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
|
| 5617 |
+
integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
|
| 5618 |
+
dependencies:
|
| 5619 |
+
bindings "^1.5.0"
|
| 5620 |
+
nan "^2.12.1"
|
| 5621 |
+
|
| 5622 |
+
fsevents@^2.1.2, fsevents@~2.3.2:
|
| 5623 |
+
version "2.3.2"
|
| 5624 |
+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
|
| 5625 |
+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
|
| 5626 |
+
|
| 5627 |
+
function-bind@^1.1.1:
|
| 5628 |
+
version "1.1.1"
|
| 5629 |
+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
| 5630 |
+
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
| 5631 |
+
|
| 5632 |
+
function.prototype.name@^1.1.0, function.prototype.name@^1.1.2:
|
| 5633 |
+
version "1.1.4"
|
| 5634 |
+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.4.tgz#e4ea839b9d3672ae99d0efd9f38d9191c5eaac83"
|
| 5635 |
+
integrity sha512-iqy1pIotY/RmhdFZygSSlW0wko2yxkSCKqsuv4pr8QESohpYyG/Z7B/XXvPRKTJS//960rgguE5mSRUsDdaJrQ==
|
| 5636 |
+
dependencies:
|
| 5637 |
+
call-bind "^1.0.2"
|
| 5638 |
+
define-properties "^1.1.3"
|
| 5639 |
+
es-abstract "^1.18.0-next.2"
|
| 5640 |
+
functions-have-names "^1.2.2"
|
| 5641 |
+
|
| 5642 |
+
functional-red-black-tree@^1.0.1:
|
| 5643 |
+
version "1.0.1"
|
| 5644 |
+
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
|
| 5645 |
+
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
|
| 5646 |
+
|
| 5647 |
+
functions-have-names@^1.2.2:
|
| 5648 |
+
version "1.2.2"
|
| 5649 |
+
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.2.tgz#98d93991c39da9361f8e50b337c4f6e41f120e21"
|
| 5650 |
+
integrity sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==
|
| 5651 |
+
|
| 5652 |
+
generic-pool@^3.7.1:
|
| 5653 |
+
version "3.8.2"
|
| 5654 |
+
resolved "https://registry.yarnpkg.com/generic-pool/-/generic-pool-3.8.2.tgz#aab4f280adb522fdfbdc5e5b64d718d3683f04e9"
|
| 5655 |
+
integrity sha512-nGToKy6p3PAbYQ7p1UlWl6vSPwfwU6TMSWK7TTu+WUY4ZjyZQGniGGt2oNVvyNSpyZYSB43zMXVLcBm08MTMkg==
|
| 5656 |
+
|
| 5657 |
+
gensync@^1.0.0-beta.2:
|
| 5658 |
+
version "1.0.0-beta.2"
|
| 5659 |
+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
|
| 5660 |
+
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
|
| 5661 |
+
|
| 5662 |
+
get-caller-file@^2.0.1:
|
| 5663 |
+
version "2.0.5"
|
| 5664 |
+
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
|
| 5665 |
+
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
| 5666 |
+
|
| 5667 |
+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
|
| 5668 |
+
version "1.1.1"
|
| 5669 |
+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
|
| 5670 |
+
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
|
| 5671 |
+
dependencies:
|
| 5672 |
+
function-bind "^1.1.1"
|
| 5673 |
+
has "^1.0.3"
|
| 5674 |
+
has-symbols "^1.0.1"
|
| 5675 |
+
|
| 5676 |
+
get-package-type@^0.1.0:
|
| 5677 |
+
version "0.1.0"
|
| 5678 |
+
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
|
| 5679 |
+
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
|
| 5680 |
+
|
| 5681 |
+
get-stdin@^8.0.0:
|
| 5682 |
+
version "8.0.0"
|
| 5683 |
+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
|
| 5684 |
+
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
|
| 5685 |
+
|
| 5686 |
+
get-stdin@~5.0.1:
|
| 5687 |
+
version "5.0.1"
|
| 5688 |
+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
|
| 5689 |
+
integrity sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=
|
| 5690 |
+
|
| 5691 |
+
get-stream@^4.0.0:
|
| 5692 |
+
version "4.1.0"
|
| 5693 |
+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
|
| 5694 |
+
integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
|
| 5695 |
+
dependencies:
|
| 5696 |
+
pump "^3.0.0"
|
| 5697 |
+
|
| 5698 |
+
get-stream@^5.0.0, get-stream@^5.1.0:
|
| 5699 |
+
version "5.2.0"
|
| 5700 |
+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
|
| 5701 |
+
integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
|
| 5702 |
+
dependencies:
|
| 5703 |
+
pump "^3.0.0"
|
| 5704 |
+
|
| 5705 |
+
get-value@^2.0.3, get-value@^2.0.6:
|
| 5706 |
+
version "2.0.6"
|
| 5707 |
+
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
|
| 5708 |
+
integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
|
| 5709 |
+
|
| 5710 |
+
getos@^3.2.1:
|
| 5711 |
+
version "3.2.1"
|
| 5712 |
+
resolved "https://registry.yarnpkg.com/getos/-/getos-3.2.1.tgz#0134d1f4e00eb46144c5a9c0ac4dc087cbb27dc5"
|
| 5713 |
+
integrity sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==
|
| 5714 |
+
dependencies:
|
| 5715 |
+
async "^3.2.0"
|
| 5716 |
+
|
| 5717 |
+
getpass@^0.1.1:
|
| 5718 |
+
version "0.1.7"
|
| 5719 |
+
resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
|
| 5720 |
+
integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=
|
| 5721 |
+
dependencies:
|
| 5722 |
+
assert-plus "^1.0.0"
|
| 5723 |
+
|
| 5724 |
+
glob-parent@^3.1.0:
|
| 5725 |
+
version "3.1.0"
|
| 5726 |
+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
|
| 5727 |
+
integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=
|
| 5728 |
+
dependencies:
|
| 5729 |
+
is-glob "^3.1.0"
|
| 5730 |
+
path-dirname "^1.0.0"
|
| 5731 |
+
|
| 5732 |
+
glob-parent@^5.1.2, glob-parent@~5.1.2:
|
| 5733 |
+
version "5.1.2"
|
| 5734 |
+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
|
| 5735 |
+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
|
| 5736 |
+
dependencies:
|
| 5737 |
+
is-glob "^4.0.1"
|
| 5738 |
+
|
| 5739 |
+
glob@^7.0.3, glob@^7.1.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.2:
|
| 5740 |
+
version "7.1.7"
|
| 5741 |
+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
|
| 5742 |
+
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
|
| 5743 |
+
dependencies:
|
| 5744 |
+
fs.realpath "^1.0.0"
|
| 5745 |
+
inflight "^1.0.4"
|
| 5746 |
+
inherits "2"
|
| 5747 |
+
minimatch "^3.0.4"
|
| 5748 |
+
once "^1.3.0"
|
| 5749 |
+
path-is-absolute "^1.0.0"
|
| 5750 |
+
|
| 5751 |
+
global-dirs@^3.0.0:
|
| 5752 |
+
version "3.0.0"
|
| 5753 |
+
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.0.tgz#70a76fe84ea315ab37b1f5576cbde7d48ef72686"
|
| 5754 |
+
integrity sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==
|
| 5755 |
+
dependencies:
|
| 5756 |
+
ini "2.0.0"
|
| 5757 |
+
|
| 5758 |
+
global-modules@^0.2.3:
|
| 5759 |
+
version "0.2.3"
|
| 5760 |
+
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-0.2.3.tgz#ea5a3bed42c6d6ce995a4f8a1269b5dae223828d"
|
| 5761 |
+
integrity sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=
|
| 5762 |
+
dependencies:
|
| 5763 |
+
global-prefix "^0.1.4"
|
| 5764 |
+
is-windows "^0.2.0"
|
| 5765 |
+
|
| 5766 |
+
global-modules@^1.0.0:
|
| 5767 |
+
version "1.0.0"
|
| 5768 |
+
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
|
| 5769 |
+
integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==
|
| 5770 |
+
dependencies:
|
| 5771 |
+
global-prefix "^1.0.1"
|
| 5772 |
+
is-windows "^1.0.1"
|
| 5773 |
+
resolve-dir "^1.0.0"
|
| 5774 |
+
|
| 5775 |
+
global-modules@^2.0.0:
|
| 5776 |
+
version "2.0.0"
|
| 5777 |
+
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780"
|
| 5778 |
+
integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==
|
| 5779 |
+
dependencies:
|
| 5780 |
+
global-prefix "^3.0.0"
|
| 5781 |
+
|
| 5782 |
+
global-prefix@^0.1.4:
|
| 5783 |
+
version "0.1.5"
|
| 5784 |
+
resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-0.1.5.tgz#8d3bc6b8da3ca8112a160d8d496ff0462bfef78f"
|
| 5785 |
+
integrity sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=
|
| 5786 |
+
dependencies:
|
| 5787 |
+
homedir-polyfill "^1.0.0"
|
| 5788 |
+
ini "^1.3.4"
|
| 5789 |
+
is-windows "^0.2.0"
|
| 5790 |
+
which "^1.2.12"
|
| 5791 |
+
|
| 5792 |
+
global-prefix@^1.0.1:
|
| 5793 |
+
version "1.0.2"
|
| 5794 |
+
resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe"
|
| 5795 |
+
integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=
|
| 5796 |
+
dependencies:
|
| 5797 |
+
expand-tilde "^2.0.2"
|
| 5798 |
+
homedir-polyfill "^1.0.1"
|
| 5799 |
+
ini "^1.3.4"
|
| 5800 |
+
is-windows "^1.0.1"
|
| 5801 |
+
which "^1.2.14"
|
| 5802 |
+
|
| 5803 |
+
global-prefix@^3.0.0:
|
| 5804 |
+
version "3.0.0"
|
| 5805 |
+
resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97"
|
| 5806 |
+
integrity sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==
|
| 5807 |
+
dependencies:
|
| 5808 |
+
ini "^1.3.5"
|
| 5809 |
+
kind-of "^6.0.2"
|
| 5810 |
+
which "^1.3.1"
|
| 5811 |
+
|
| 5812 |
+
globals@^11.1.0, globals@^11.12.0:
|
| 5813 |
+
version "11.12.0"
|
| 5814 |
+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
| 5815 |
+
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
| 5816 |
+
|
| 5817 |
+
globals@^12.0.0:
|
| 5818 |
+
version "12.4.0"
|
| 5819 |
+
resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8"
|
| 5820 |
+
integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==
|
| 5821 |
+
dependencies:
|
| 5822 |
+
type-fest "^0.8.1"
|
| 5823 |
+
|
| 5824 |
+
globals@^13.6.0, globals@^13.9.0:
|
| 5825 |
+
version "13.10.0"
|
| 5826 |
+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.10.0.tgz#60ba56c3ac2ca845cfbf4faeca727ad9dd204676"
|
| 5827 |
+
integrity sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==
|
| 5828 |
+
dependencies:
|
| 5829 |
+
type-fest "^0.20.2"
|
| 5830 |
+
|
| 5831 |
+
globby@^10.0.1:
|
| 5832 |
+
version "10.0.2"
|
| 5833 |
+
resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
|
| 5834 |
+
integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==
|
| 5835 |
+
dependencies:
|
| 5836 |
+
"@types/glob" "^7.1.1"
|
| 5837 |
+
array-union "^2.1.0"
|
| 5838 |
+
dir-glob "^3.0.1"
|
| 5839 |
+
fast-glob "^3.0.3"
|
| 5840 |
+
glob "^7.1.3"
|
| 5841 |
+
ignore "^5.1.1"
|
| 5842 |
+
merge2 "^1.2.3"
|
| 5843 |
+
slash "^3.0.0"
|
| 5844 |
+
|
| 5845 |
+
globby@^11.0.1, globby@^11.0.3, globby@^11.0.4:
|
| 5846 |
+
version "11.0.4"
|
| 5847 |
+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
|
| 5848 |
+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
|
| 5849 |
+
dependencies:
|
| 5850 |
+
array-union "^2.1.0"
|
| 5851 |
+
dir-glob "^3.0.1"
|
| 5852 |
+
fast-glob "^3.1.1"
|
| 5853 |
+
ignore "^5.1.4"
|
| 5854 |
+
merge2 "^1.3.0"
|
| 5855 |
+
slash "^3.0.0"
|
| 5856 |
+
|
| 5857 |
+
globby@^6.1.0:
|
| 5858 |
+
version "6.1.0"
|
| 5859 |
+
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
|
| 5860 |
+
integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=
|
| 5861 |
+
dependencies:
|
| 5862 |
+
array-union "^1.0.1"
|
| 5863 |
+
glob "^7.0.3"
|
| 5864 |
+
object-assign "^4.0.1"
|
| 5865 |
+
pify "^2.0.0"
|
| 5866 |
+
pinkie-promise "^2.0.0"
|
| 5867 |
+
|
| 5868 |
+
globjoin@^0.1.4:
|
| 5869 |
+
version "0.1.4"
|
| 5870 |
+
resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
|
| 5871 |
+
integrity sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=
|
| 5872 |
+
|
| 5873 |
+
gonzales-pe@^4.3.0:
|
| 5874 |
+
version "4.3.0"
|
| 5875 |
+
resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.3.0.tgz#fe9dec5f3c557eead09ff868c65826be54d067b3"
|
| 5876 |
+
integrity sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==
|
| 5877 |
+
dependencies:
|
| 5878 |
+
minimist "^1.2.5"
|
| 5879 |
+
|
| 5880 |
+
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
|
| 5881 |
+
version "4.2.8"
|
| 5882 |
+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
|
| 5883 |
+
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
|
| 5884 |
+
|
| 5885 |
+
"graceful-readlink@>= 1.0.0":
|
| 5886 |
+
version "1.0.1"
|
| 5887 |
+
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
|
| 5888 |
+
integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=
|
| 5889 |
+
|
| 5890 |
+
grapheme-splitter@^1.0.4:
|
| 5891 |
+
version "1.0.4"
|
| 5892 |
+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
|
| 5893 |
+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
|
| 5894 |
+
|
| 5895 |
+
growly@^1.3.0:
|
| 5896 |
+
version "1.3.0"
|
| 5897 |
+
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
|
| 5898 |
+
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
|
| 5899 |
+
|
| 5900 |
+
gzip-size@^6.0.0:
|
| 5901 |
+
version "6.0.0"
|
| 5902 |
+
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"
|
| 5903 |
+
integrity sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==
|
| 5904 |
+
dependencies:
|
| 5905 |
+
duplexer "^0.1.2"
|
| 5906 |
+
|
| 5907 |
+
har-schema@^2.0.0:
|
| 5908 |
+
version "2.0.0"
|
| 5909 |
+
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
|
| 5910 |
+
integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
|
| 5911 |
+
|
| 5912 |
+
har-validator@~5.1.3:
|
| 5913 |
+
version "5.1.5"
|
| 5914 |
+
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd"
|
| 5915 |
+
integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==
|
| 5916 |
+
dependencies:
|
| 5917 |
+
ajv "^6.12.3"
|
| 5918 |
+
har-schema "^2.0.0"
|
| 5919 |
+
|
| 5920 |
+
hard-rejection@^2.1.0:
|
| 5921 |
+
version "2.1.0"
|
| 5922 |
+
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
|
| 5923 |
+
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
|
| 5924 |
+
|
| 5925 |
+
has-bigints@^1.0.1:
|
| 5926 |
+
version "1.0.1"
|
| 5927 |
+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
|
| 5928 |
+
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
|
| 5929 |
+
|
| 5930 |
+
has-flag@^2.0.0:
|
| 5931 |
+
version "2.0.0"
|
| 5932 |
+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
|
| 5933 |
+
integrity sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=
|
| 5934 |
+
|
| 5935 |
+
has-flag@^3.0.0:
|
| 5936 |
+
version "3.0.0"
|
| 5937 |
+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
| 5938 |
+
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
|
| 5939 |
+
|
| 5940 |
+
has-flag@^4.0.0:
|
| 5941 |
+
version "4.0.0"
|
| 5942 |
+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
|
| 5943 |
+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
|
| 5944 |
+
|
| 5945 |
+
has-symbols@^1.0.1, has-symbols@^1.0.2:
|
| 5946 |
+
version "1.0.2"
|
| 5947 |
+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
|
| 5948 |
+
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
|
| 5949 |
+
|
| 5950 |
+
has-tostringtag@^1.0.0:
|
| 5951 |
+
version "1.0.0"
|
| 5952 |
+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
|
| 5953 |
+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
|
| 5954 |
+
dependencies:
|
| 5955 |
+
has-symbols "^1.0.2"
|
| 5956 |
+
|
| 5957 |
+
has-value@^0.3.1:
|
| 5958 |
+
version "0.3.1"
|
| 5959 |
+
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
|
| 5960 |
+
integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=
|
| 5961 |
+
dependencies:
|
| 5962 |
+
get-value "^2.0.3"
|
| 5963 |
+
has-values "^0.1.4"
|
| 5964 |
+
isobject "^2.0.0"
|
| 5965 |
+
|
| 5966 |
+
has-value@^1.0.0:
|
| 5967 |
+
version "1.0.0"
|
| 5968 |
+
resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177"
|
| 5969 |
+
integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=
|
| 5970 |
+
dependencies:
|
| 5971 |
+
get-value "^2.0.6"
|
| 5972 |
+
has-values "^1.0.0"
|
| 5973 |
+
isobject "^3.0.0"
|
| 5974 |
+
|
| 5975 |
+
has-values@^0.1.4:
|
| 5976 |
+
version "0.1.4"
|
| 5977 |
+
resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771"
|
| 5978 |
+
integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E=
|
| 5979 |
+
|
| 5980 |
+
has-values@^1.0.0:
|
| 5981 |
+
version "1.0.0"
|
| 5982 |
+
resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f"
|
| 5983 |
+
integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=
|
| 5984 |
+
dependencies:
|
| 5985 |
+
is-number "^3.0.0"
|
| 5986 |
+
kind-of "^4.0.0"
|
| 5987 |
+
|
| 5988 |
+
has@^1.0.0, has@^1.0.3:
|
| 5989 |
+
version "1.0.3"
|
| 5990 |
+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
|
| 5991 |
+
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
|
| 5992 |
+
dependencies:
|
| 5993 |
+
function-bind "^1.1.1"
|
| 5994 |
+
|
| 5995 |
+
hash-base@^3.0.0:
|
| 5996 |
+
version "3.1.0"
|
| 5997 |
+
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33"
|
| 5998 |
+
integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==
|
| 5999 |
+
dependencies:
|
| 6000 |
+
inherits "^2.0.4"
|
| 6001 |
+
readable-stream "^3.6.0"
|
| 6002 |
+
safe-buffer "^5.2.0"
|
| 6003 |
+
|
| 6004 |
+
hash.js@^1.0.0, hash.js@^1.0.3:
|
| 6005 |
+
version "1.1.7"
|
| 6006 |
+
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
|
| 6007 |
+
integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
|
| 6008 |
+
dependencies:
|
| 6009 |
+
inherits "^2.0.3"
|
| 6010 |
+
minimalistic-assert "^1.0.1"
|
| 6011 |
+
|
| 6012 |
+
hmac-drbg@^1.0.1:
|
| 6013 |
+
version "1.0.1"
|
| 6014 |
+
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
|
| 6015 |
+
integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
|
| 6016 |
+
dependencies:
|
| 6017 |
+
hash.js "^1.0.3"
|
| 6018 |
+
minimalistic-assert "^1.0.0"
|
| 6019 |
+
minimalistic-crypto-utils "^1.0.1"
|
| 6020 |
+
|
| 6021 |
+
homedir-polyfill@^1.0.0, homedir-polyfill@^1.0.1:
|
| 6022 |
+
version "1.0.3"
|
| 6023 |
+
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
|
| 6024 |
+
integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==
|
| 6025 |
+
dependencies:
|
| 6026 |
+
parse-passwd "^1.0.0"
|
| 6027 |
+
|
| 6028 |
+
hosted-git-info@^2.1.4:
|
| 6029 |
+
version "2.8.9"
|
| 6030 |
+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
|
| 6031 |
+
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
|
| 6032 |
+
|
| 6033 |
+
hosted-git-info@^4.0.1:
|
| 6034 |
+
version "4.0.2"
|
| 6035 |
+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
|
| 6036 |
+
integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
|
| 6037 |
+
dependencies:
|
| 6038 |
+
lru-cache "^6.0.0"
|
| 6039 |
+
|
| 6040 |
+
html-element-map@^1.2.0:
|
| 6041 |
+
version "1.3.1"
|
| 6042 |
+
resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.3.1.tgz#44b2cbcfa7be7aa4ff59779e47e51012e1c73c08"
|
| 6043 |
+
integrity sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==
|
| 6044 |
+
dependencies:
|
| 6045 |
+
array.prototype.filter "^1.0.0"
|
| 6046 |
+
call-bind "^1.0.2"
|
| 6047 |
+
|
| 6048 |
+
html-encoding-sniffer@^2.0.1:
|
| 6049 |
+
version "2.0.1"
|
| 6050 |
+
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3"
|
| 6051 |
+
integrity sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==
|
| 6052 |
+
dependencies:
|
| 6053 |
+
whatwg-encoding "^1.0.5"
|
| 6054 |
+
|
| 6055 |
+
html-escaper@^2.0.0:
|
| 6056 |
+
version "2.0.2"
|
| 6057 |
+
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
|
| 6058 |
+
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
|
| 6059 |
+
|
| 6060 |
+
html-tags@^3.1.0:
|
| 6061 |
+
version "3.1.0"
|
| 6062 |
+
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140"
|
| 6063 |
+
integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==
|
| 6064 |
+
|
| 6065 |
+
html-validate@^5.2.0:
|
| 6066 |
+
version "5.2.1"
|
| 6067 |
+
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-5.2.1.tgz#b4db855cfe2a6b450d8b79edca8d6547ef15345f"
|
| 6068 |
+
integrity sha512-rdlrBo+tylEI4KNKGUBg4M/gpJ16hj95kN4ALc/BvuyIKanadx9GRUSHYYt7ROabxAmQ+rs4C0krPbKfakzZKQ==
|
| 6069 |
+
dependencies:
|
| 6070 |
+
"@babel/code-frame" "^7.10.0"
|
| 6071 |
+
"@html-validate/stylish" "^2.0.0"
|
| 6072 |
+
"@sidvind/better-ajv-errors" "^0.9.0"
|
| 6073 |
+
acorn-walk "^8.0.0"
|
| 6074 |
+
ajv "^8.0.0"
|
| 6075 |
+
deepmerge "^4.2.0"
|
| 6076 |
+
espree "^7.3.0"
|
| 6077 |
+
glob "^7.1.0"
|
| 6078 |
+
ignore "^5.0.0"
|
| 6079 |
+
json-merge-patch "^1.0.0"
|
| 6080 |
+
kleur "^4.1.0"
|
| 6081 |
+
minimist "^1.2.0"
|
| 6082 |
+
prompts "^2.0.0"
|
| 6083 |
+
semver "^7.0.0"
|
| 6084 |
+
|
| 6085 |
+
htmlparser2@^3.10.0:
|
| 6086 |
+
version "3.10.1"
|
| 6087 |
+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f"
|
| 6088 |
+
integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==
|
| 6089 |
+
dependencies:
|
| 6090 |
+
domelementtype "^1.3.1"
|
| 6091 |
+
domhandler "^2.3.0"
|
| 6092 |
+
domutils "^1.5.1"
|
| 6093 |
+
entities "^1.1.1"
|
| 6094 |
+
inherits "^2.0.1"
|
| 6095 |
+
readable-stream "^3.1.1"
|
| 6096 |
+
|
| 6097 |
+
htmlparser2@^6.1.0:
|
| 6098 |
+
version "6.1.0"
|
| 6099 |
+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7"
|
| 6100 |
+
integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==
|
| 6101 |
+
dependencies:
|
| 6102 |
+
domelementtype "^2.0.1"
|
| 6103 |
+
domhandler "^4.0.0"
|
| 6104 |
+
domutils "^2.5.2"
|
| 6105 |
+
entities "^2.0.0"
|
| 6106 |
+
|
| 6107 |
+
http-errors@1.7.2:
|
| 6108 |
+
version "1.7.2"
|
| 6109 |
+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
|
| 6110 |
+
integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==
|
| 6111 |
+
dependencies:
|
| 6112 |
+
depd "~1.1.2"
|
| 6113 |
+
inherits "2.0.3"
|
| 6114 |
+
setprototypeof "1.1.1"
|
| 6115 |
+
statuses ">= 1.5.0 < 2"
|
| 6116 |
+
toidentifier "1.0.0"
|
| 6117 |
+
|
| 6118 |
+
http-errors@~1.7.2:
|
| 6119 |
+
version "1.7.3"
|
| 6120 |
+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
|
| 6121 |
+
integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
|
| 6122 |
+
dependencies:
|
| 6123 |
+
depd "~1.1.2"
|
| 6124 |
+
inherits "2.0.4"
|
| 6125 |
+
setprototypeof "1.1.1"
|
| 6126 |
+
statuses ">= 1.5.0 < 2"
|
| 6127 |
+
toidentifier "1.0.0"
|
| 6128 |
+
|
| 6129 |
+
http-parser-js@>=0.5.1:
|
| 6130 |
+
version "0.5.3"
|
| 6131 |
+
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.3.tgz#01d2709c79d41698bb01d4decc5e9da4e4a033d9"
|
| 6132 |
+
integrity sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==
|
| 6133 |
+
|
| 6134 |
+
http-proxy-agent@^4.0.1:
|
| 6135 |
+
version "4.0.1"
|
| 6136 |
+
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"
|
| 6137 |
+
integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==
|
| 6138 |
+
dependencies:
|
| 6139 |
+
"@tootallnate/once" "1"
|
| 6140 |
+
agent-base "6"
|
| 6141 |
+
debug "4"
|
| 6142 |
+
|
| 6143 |
+
http-signature@~1.2.0:
|
| 6144 |
+
version "1.2.0"
|
| 6145 |
+
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
|
| 6146 |
+
integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=
|
| 6147 |
+
dependencies:
|
| 6148 |
+
assert-plus "^1.0.0"
|
| 6149 |
+
jsprim "^1.2.2"
|
| 6150 |
+
sshpk "^1.7.0"
|
| 6151 |
+
|
| 6152 |
+
https-browserify@^1.0.0:
|
| 6153 |
+
version "1.0.0"
|
| 6154 |
+
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
|
| 6155 |
+
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
|
| 6156 |
+
|
| 6157 |
+
https-proxy-agent@^4.0.0:
|
| 6158 |
+
version "4.0.0"
|
| 6159 |
+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-4.0.0.tgz#702b71fb5520a132a66de1f67541d9e62154d82b"
|
| 6160 |
+
integrity sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==
|
| 6161 |
+
dependencies:
|
| 6162 |
+
agent-base "5"
|
| 6163 |
+
debug "4"
|
| 6164 |
+
|
| 6165 |
+
https-proxy-agent@^5.0.0:
|
| 6166 |
+
version "5.0.0"
|
| 6167 |
+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
|
| 6168 |
+
integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
|
| 6169 |
+
dependencies:
|
| 6170 |
+
agent-base "6"
|
| 6171 |
+
debug "4"
|
| 6172 |
+
|
| 6173 |
+
human-signals@^1.1.1:
|
| 6174 |
+
version "1.1.1"
|
| 6175 |
+
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
|
| 6176 |
+
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
|
| 6177 |
+
|
| 6178 |
+
hyperlinker@^1.0.0:
|
| 6179 |
+
version "1.0.0"
|
| 6180 |
+
resolved "https://registry.yarnpkg.com/hyperlinker/-/hyperlinker-1.0.0.tgz#23dc9e38a206b208ee49bc2d6c8ef47027df0c0e"
|
| 6181 |
+
integrity sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==
|
| 6182 |
+
|
| 6183 |
+
iconv-lite@0.4.24:
|
| 6184 |
+
version "0.4.24"
|
| 6185 |
+
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
| 6186 |
+
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
|
| 6187 |
+
dependencies:
|
| 6188 |
+
safer-buffer ">= 2.1.2 < 3"
|
| 6189 |
+
|
| 6190 |
+
icss-utils@^4.0.0, icss-utils@^4.1.1:
|
| 6191 |
+
version "4.1.1"
|
| 6192 |
+
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467"
|
| 6193 |
+
integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==
|
| 6194 |
+
dependencies:
|
| 6195 |
+
postcss "^7.0.14"
|
| 6196 |
+
|
| 6197 |
+
ieee754@^1.1.13, ieee754@^1.1.4:
|
| 6198 |
+
version "1.2.1"
|
| 6199 |
+
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
|
| 6200 |
+
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
|
| 6201 |
+
|
| 6202 |
+
iferr@^0.1.5:
|
| 6203 |
+
version "0.1.5"
|
| 6204 |
+
resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501"
|
| 6205 |
+
integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE=
|
| 6206 |
+
|
| 6207 |
+
ignore-emit-webpack-plugin@^2.0.6:
|
| 6208 |
+
version "2.0.6"
|
| 6209 |
+
resolved "https://registry.yarnpkg.com/ignore-emit-webpack-plugin/-/ignore-emit-webpack-plugin-2.0.6.tgz#570c30a08ee4c2ce6060f80d4bc4c5c5fec4d606"
|
| 6210 |
+
integrity sha512-/zC18RWCC2wz4ZwnS4UoujGWzvSKy28DLjtE+jrGBOXej6YdmityhBDzE8E0NlktEqi4tgdNbydX8B6G4haHSQ==
|
| 6211 |
+
|
| 6212 |
+
ignore@^4.0.6:
|
| 6213 |
+
version "4.0.6"
|
| 6214 |
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
|
| 6215 |
+
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
|
| 6216 |
+
|
| 6217 |
+
ignore@^5.0.0, ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8, ignore@~5.1.4:
|
| 6218 |
+
version "5.1.8"
|
| 6219 |
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
|
| 6220 |
+
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
|
| 6221 |
+
|
| 6222 |
+
image-size@^0.8.2:
|
| 6223 |
+
version "0.8.3"
|
| 6224 |
+
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.8.3.tgz#f0b568857e034f29baffd37013587f2c0cad8b46"
|
| 6225 |
+
integrity sha512-SMtq1AJ+aqHB45c3FsB4ERK0UCiA2d3H1uq8s+8T0Pf8A3W4teyBQyaFaktH6xvZqh+npwlKU7i4fJo0r7TYTg==
|
| 6226 |
+
dependencies:
|
| 6227 |
+
queue "6.0.1"
|
| 6228 |
+
|
| 6229 |
+
import-cwd@^2.0.0:
|
| 6230 |
+
version "2.1.0"
|
| 6231 |
+
resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
|
| 6232 |
+
integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=
|
| 6233 |
+
dependencies:
|
| 6234 |
+
import-from "^2.1.0"
|
| 6235 |
+
|
| 6236 |
+
import-fresh@^2.0.0:
|
| 6237 |
+
version "2.0.0"
|
| 6238 |
+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
|
| 6239 |
+
integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY=
|
| 6240 |
+
dependencies:
|
| 6241 |
+
caller-path "^2.0.0"
|
| 6242 |
+
resolve-from "^3.0.0"
|
| 6243 |
+
|
| 6244 |
+
import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1:
|
| 6245 |
+
version "3.3.0"
|
| 6246 |
+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
| 6247 |
+
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
|
| 6248 |
+
dependencies:
|
| 6249 |
+
parent-module "^1.0.0"
|
| 6250 |
+
resolve-from "^4.0.0"
|
| 6251 |
+
|
| 6252 |
+
import-from@^2.1.0:
|
| 6253 |
+
version "2.1.0"
|
| 6254 |
+
resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
|
| 6255 |
+
integrity sha1-M1238qev/VOqpHHUuAId7ja387E=
|
| 6256 |
+
dependencies:
|
| 6257 |
+
resolve-from "^3.0.0"
|
| 6258 |
+
|
| 6259 |
+
import-lazy@^4.0.0:
|
| 6260 |
+
version "4.0.0"
|
| 6261 |
+
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153"
|
| 6262 |
+
integrity sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==
|
| 6263 |
+
|
| 6264 |
+
import-local@^2.0.0:
|
| 6265 |
+
version "2.0.0"
|
| 6266 |
+
resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d"
|
| 6267 |
+
integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==
|
| 6268 |
+
dependencies:
|
| 6269 |
+
pkg-dir "^3.0.0"
|
| 6270 |
+
resolve-cwd "^2.0.0"
|
| 6271 |
+
|
| 6272 |
+
import-local@^3.0.2:
|
| 6273 |
+
version "3.0.2"
|
| 6274 |
+
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6"
|
| 6275 |
+
integrity sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==
|
| 6276 |
+
dependencies:
|
| 6277 |
+
pkg-dir "^4.2.0"
|
| 6278 |
+
resolve-cwd "^3.0.0"
|
| 6279 |
+
|
| 6280 |
+
imurmurhash@^0.1.4:
|
| 6281 |
+
version "0.1.4"
|
| 6282 |
+
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
|
| 6283 |
+
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
|
| 6284 |
+
|
| 6285 |
+
indent-string@^3.2.0:
|
| 6286 |
+
version "3.2.0"
|
| 6287 |
+
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
|
| 6288 |
+
integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=
|
| 6289 |
+
|
| 6290 |
+
indent-string@^4.0.0:
|
| 6291 |
+
version "4.0.0"
|
| 6292 |
+
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
|
| 6293 |
+
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
|
| 6294 |
+
|
| 6295 |
+
infer-owner@^1.0.3, infer-owner@^1.0.4:
|
| 6296 |
+
version "1.0.4"
|
| 6297 |
+
resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
|
| 6298 |
+
integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
|
| 6299 |
+
|
| 6300 |
+
inflight@^1.0.4:
|
| 6301 |
+
version "1.0.6"
|
| 6302 |
+
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
|
| 6303 |
+
integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
|
| 6304 |
+
dependencies:
|
| 6305 |
+
once "^1.3.0"
|
| 6306 |
+
wrappy "1"
|
| 6307 |
+
|
| 6308 |
+
inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
|
| 6309 |
+
version "2.0.4"
|
| 6310 |
+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
|
| 6311 |
+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
|
| 6312 |
+
|
| 6313 |
+
inherits@2.0.1:
|
| 6314 |
+
version "2.0.1"
|
| 6315 |
+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
|
| 6316 |
+
integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
|
| 6317 |
+
|
| 6318 |
+
inherits@2.0.3:
|
| 6319 |
+
version "2.0.3"
|
| 6320 |
+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
|
| 6321 |
+
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
|
| 6322 |
+
|
| 6323 |
+
ini@2.0.0:
|
| 6324 |
+
version "2.0.0"
|
| 6325 |
+
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
|
| 6326 |
+
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
|
| 6327 |
+
|
| 6328 |
+
ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
|
| 6329 |
+
version "1.3.8"
|
| 6330 |
+
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
|
| 6331 |
+
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
|
| 6332 |
+
|
| 6333 |
+
internal-slot@^1.0.3:
|
| 6334 |
+
version "1.0.3"
|
| 6335 |
+
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
|
| 6336 |
+
integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==
|
| 6337 |
+
dependencies:
|
| 6338 |
+
get-intrinsic "^1.1.0"
|
| 6339 |
+
has "^1.0.3"
|
| 6340 |
+
side-channel "^1.0.4"
|
| 6341 |
+
|
| 6342 |
+
interpret@^1.4.0:
|
| 6343 |
+
version "1.4.0"
|
| 6344 |
+
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
|
| 6345 |
+
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
| 6346 |
+
|
| 6347 |
+
ipaddr.js@1.9.1:
|
| 6348 |
+
version "1.9.1"
|
| 6349 |
+
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
|
| 6350 |
+
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
|
| 6351 |
+
|
| 6352 |
+
irregular-plurals@^3.2.0:
|
| 6353 |
+
version "3.3.0"
|
| 6354 |
+
resolved "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-3.3.0.tgz#67d0715d4361a60d9fd9ee80af3881c631a31ee2"
|
| 6355 |
+
integrity sha512-MVBLKUTangM3EfRPFROhmWQQKRDsrgI83J8GS3jXy+OwYqiR2/aoWndYQ5416jLE3uaGgLH7ncme3X9y09gZ3g==
|
| 6356 |
+
|
| 6357 |
+
is-accessor-descriptor@^0.1.6:
|
| 6358 |
+
version "0.1.6"
|
| 6359 |
+
resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
|
| 6360 |
+
integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=
|
| 6361 |
+
dependencies:
|
| 6362 |
+
kind-of "^3.0.2"
|
| 6363 |
+
|
| 6364 |
+
is-accessor-descriptor@^1.0.0:
|
| 6365 |
+
version "1.0.0"
|
| 6366 |
+
resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656"
|
| 6367 |
+
integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==
|
| 6368 |
+
dependencies:
|
| 6369 |
+
kind-of "^6.0.0"
|
| 6370 |
+
|
| 6371 |
+
is-alphabetical@^1.0.0:
|
| 6372 |
+
version "1.0.4"
|
| 6373 |
+
resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d"
|
| 6374 |
+
integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==
|
| 6375 |
+
|
| 6376 |
+
is-alphanumerical@^1.0.0:
|
| 6377 |
+
version "1.0.4"
|
| 6378 |
+
resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf"
|
| 6379 |
+
integrity sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==
|
| 6380 |
+
dependencies:
|
| 6381 |
+
is-alphabetical "^1.0.0"
|
| 6382 |
+
is-decimal "^1.0.0"
|
| 6383 |
+
|
| 6384 |
+
is-arrayish@^0.2.1:
|
| 6385 |
+
version "0.2.1"
|
| 6386 |
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
| 6387 |
+
integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
|
| 6388 |
+
|
| 6389 |
+
is-arrayish@^0.3.1:
|
| 6390 |
+
version "0.3.2"
|
| 6391 |
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
| 6392 |
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
| 6393 |
+
|
| 6394 |
+
is-bigint@^1.0.1:
|
| 6395 |
+
version "1.0.3"
|
| 6396 |
+
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.3.tgz#fc9d9e364210480675653ddaea0518528d49a581"
|
| 6397 |
+
integrity sha512-ZU538ajmYJmzysE5yU4Y7uIrPQ2j704u+hXFiIPQExpqzzUbpe5jCPdTfmz7jXRxZdvjY3KZ3ZNenoXQovX+Dg==
|
| 6398 |
+
|
| 6399 |
+
is-binary-path@^1.0.0:
|
| 6400 |
+
version "1.0.1"
|
| 6401 |
+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
|
| 6402 |
+
integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=
|
| 6403 |
+
dependencies:
|
| 6404 |
+
binary-extensions "^1.0.0"
|
| 6405 |
+
|
| 6406 |
+
is-binary-path@~2.1.0:
|
| 6407 |
+
version "2.1.0"
|
| 6408 |
+
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
|
| 6409 |
+
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
|
| 6410 |
+
dependencies:
|
| 6411 |
+
binary-extensions "^2.0.0"
|
| 6412 |
+
|
| 6413 |
+
is-boolean-object@^1.0.1, is-boolean-object@^1.1.0:
|
| 6414 |
+
version "1.1.2"
|
| 6415 |
+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719"
|
| 6416 |
+
integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==
|
| 6417 |
+
dependencies:
|
| 6418 |
+
call-bind "^1.0.2"
|
| 6419 |
+
has-tostringtag "^1.0.0"
|
| 6420 |
+
|
| 6421 |
+
is-buffer@^1.0.2, is-buffer@^1.1.4, is-buffer@^1.1.5:
|
| 6422 |
+
version "1.1.6"
|
| 6423 |
+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
| 6424 |
+
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
|
| 6425 |
+
|
| 6426 |
+
is-buffer@^2.0.0:
|
| 6427 |
+
version "2.0.5"
|
| 6428 |
+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
|
| 6429 |
+
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
|
| 6430 |
+
|
| 6431 |
+
is-callable@^1.1.4, is-callable@^1.1.5, is-callable@^1.2.3:
|
| 6432 |
+
version "1.2.4"
|
| 6433 |
+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
|
| 6434 |
+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
|
| 6435 |
+
|
| 6436 |
+
is-ci@^2.0.0:
|
| 6437 |
+
version "2.0.0"
|
| 6438 |
+
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
|
| 6439 |
+
integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==
|
| 6440 |
+
dependencies:
|
| 6441 |
+
ci-info "^2.0.0"
|
| 6442 |
+
|
| 6443 |
+
is-ci@^3.0.0:
|
| 6444 |
+
version "3.0.0"
|
| 6445 |
+
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994"
|
| 6446 |
+
integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==
|
| 6447 |
+
dependencies:
|
| 6448 |
+
ci-info "^3.1.1"
|
| 6449 |
+
|
| 6450 |
+
is-core-module@^2.2.0, is-core-module@^2.4.0:
|
| 6451 |
+
version "2.5.0"
|
| 6452 |
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.5.0.tgz#f754843617c70bfd29b7bd87327400cda5c18491"
|
| 6453 |
+
integrity sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==
|
| 6454 |
+
dependencies:
|
| 6455 |
+
has "^1.0.3"
|
| 6456 |
+
|
| 6457 |
+
is-data-descriptor@^0.1.4:
|
| 6458 |
+
version "0.1.4"
|
| 6459 |
+
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
|
| 6460 |
+
integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=
|
| 6461 |
+
dependencies:
|
| 6462 |
+
kind-of "^3.0.2"
|
| 6463 |
+
|
| 6464 |
+
is-data-descriptor@^1.0.0:
|
| 6465 |
+
version "1.0.0"
|
| 6466 |
+
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7"
|
| 6467 |
+
integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==
|
| 6468 |
+
dependencies:
|
| 6469 |
+
kind-of "^6.0.0"
|
| 6470 |
+
|
| 6471 |
+
is-date-object@^1.0.1:
|
| 6472 |
+
version "1.0.5"
|
| 6473 |
+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
|
| 6474 |
+
integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
|
| 6475 |
+
dependencies:
|
| 6476 |
+
has-tostringtag "^1.0.0"
|
| 6477 |
+
|
| 6478 |
+
is-decimal@^1.0.0:
|
| 6479 |
+
version "1.0.4"
|
| 6480 |
+
resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5"
|
| 6481 |
+
integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==
|
| 6482 |
+
|
| 6483 |
+
is-descriptor@^0.1.0:
|
| 6484 |
+
version "0.1.6"
|
| 6485 |
+
resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca"
|
| 6486 |
+
integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==
|
| 6487 |
+
dependencies:
|
| 6488 |
+
is-accessor-descriptor "^0.1.6"
|
| 6489 |
+
is-data-descriptor "^0.1.4"
|
| 6490 |
+
kind-of "^5.0.0"
|
| 6491 |
+
|
| 6492 |
+
is-descriptor@^1.0.0, is-descriptor@^1.0.2:
|
| 6493 |
+
version "1.0.2"
|
| 6494 |
+
resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec"
|
| 6495 |
+
integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==
|
| 6496 |
+
dependencies:
|
| 6497 |
+
is-accessor-descriptor "^1.0.0"
|
| 6498 |
+
is-data-descriptor "^1.0.0"
|
| 6499 |
+
kind-of "^6.0.2"
|
| 6500 |
+
|
| 6501 |
+
is-directory@^0.3.1:
|
| 6502 |
+
version "0.3.1"
|
| 6503 |
+
resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
|
| 6504 |
+
integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=
|
| 6505 |
+
|
| 6506 |
+
is-docker@^2.0.0:
|
| 6507 |
+
version "2.2.1"
|
| 6508 |
+
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
|
| 6509 |
+
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
|
| 6510 |
+
|
| 6511 |
+
is-extendable@^0.1.0, is-extendable@^0.1.1:
|
| 6512 |
+
version "0.1.1"
|
| 6513 |
+
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
|
| 6514 |
+
integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=
|
| 6515 |
+
|
| 6516 |
+
is-extendable@^1.0.1:
|
| 6517 |
+
version "1.0.1"
|
| 6518 |
+
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
|
| 6519 |
+
integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==
|
| 6520 |
+
dependencies:
|
| 6521 |
+
is-plain-object "^2.0.4"
|
| 6522 |
+
|
| 6523 |
+
is-extglob@^2.1.0, is-extglob@^2.1.1:
|
| 6524 |
+
version "2.1.1"
|
| 6525 |
+
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
|
| 6526 |
+
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
|
| 6527 |
+
|
| 6528 |
+
is-fullwidth-code-point@^2.0.0:
|
| 6529 |
+
version "2.0.0"
|
| 6530 |
+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
|
| 6531 |
+
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
|
| 6532 |
+
|
| 6533 |
+
is-fullwidth-code-point@^3.0.0:
|
| 6534 |
+
version "3.0.0"
|
| 6535 |
+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
|
| 6536 |
+
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
|
| 6537 |
+
|
| 6538 |
+
is-generator-fn@^2.0.0:
|
| 6539 |
+
version "2.1.0"
|
| 6540 |
+
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
|
| 6541 |
+
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
|
| 6542 |
+
|
| 6543 |
+
is-glob@^3.1.0:
|
| 6544 |
+
version "3.1.0"
|
| 6545 |
+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
|
| 6546 |
+
integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=
|
| 6547 |
+
dependencies:
|
| 6548 |
+
is-extglob "^2.1.0"
|
| 6549 |
+
|
| 6550 |
+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
|
| 6551 |
+
version "4.0.1"
|
| 6552 |
+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
|
| 6553 |
+
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
|
| 6554 |
+
dependencies:
|
| 6555 |
+
is-extglob "^2.1.1"
|
| 6556 |
+
|
| 6557 |
+
is-hexadecimal@^1.0.0:
|
| 6558 |
+
version "1.0.4"
|
| 6559 |
+
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
|
| 6560 |
+
integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==
|
| 6561 |
+
|
| 6562 |
+
is-installed-globally@~0.4.0:
|
| 6563 |
+
version "0.4.0"
|
| 6564 |
+
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520"
|
| 6565 |
+
integrity sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==
|
| 6566 |
+
dependencies:
|
| 6567 |
+
global-dirs "^3.0.0"
|
| 6568 |
+
is-path-inside "^3.0.2"
|
| 6569 |
+
|
| 6570 |
+
is-negative-zero@^2.0.1:
|
| 6571 |
+
version "2.0.1"
|
| 6572 |
+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
|
| 6573 |
+
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
|
| 6574 |
+
|
| 6575 |
+
is-number-object@^1.0.4:
|
| 6576 |
+
version "1.0.6"
|
| 6577 |
+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.6.tgz#6a7aaf838c7f0686a50b4553f7e54a96494e89f0"
|
| 6578 |
+
integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==
|
| 6579 |
+
dependencies:
|
| 6580 |
+
has-tostringtag "^1.0.0"
|
| 6581 |
+
|
| 6582 |
+
is-number@^3.0.0:
|
| 6583 |
+
version "3.0.0"
|
| 6584 |
+
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
|
| 6585 |
+
integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=
|
| 6586 |
+
dependencies:
|
| 6587 |
+
kind-of "^3.0.2"
|
| 6588 |
+
|
| 6589 |
+
is-number@^7.0.0:
|
| 6590 |
+
version "7.0.0"
|
| 6591 |
+
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
|
| 6592 |
+
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
| 6593 |
+
|
| 6594 |
+
is-path-cwd@^2.0.0:
|
| 6595 |
+
version "2.2.0"
|
| 6596 |
+
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
|
| 6597 |
+
integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==
|
| 6598 |
+
|
| 6599 |
+
is-path-in-cwd@^2.0.0:
|
| 6600 |
+
version "2.1.0"
|
| 6601 |
+
resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb"
|
| 6602 |
+
integrity sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==
|
| 6603 |
+
dependencies:
|
| 6604 |
+
is-path-inside "^2.1.0"
|
| 6605 |
+
|
| 6606 |
+
is-path-inside@^2.1.0:
|
| 6607 |
+
version "2.1.0"
|
| 6608 |
+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2"
|
| 6609 |
+
integrity sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==
|
| 6610 |
+
dependencies:
|
| 6611 |
+
path-is-inside "^1.0.2"
|
| 6612 |
+
|
| 6613 |
+
is-path-inside@^3.0.2:
|
| 6614 |
+
version "3.0.3"
|
| 6615 |
+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
|
| 6616 |
+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
|
| 6617 |
+
|
| 6618 |
+
is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
|
| 6619 |
+
version "1.1.0"
|
| 6620 |
+
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
|
| 6621 |
+
integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
|
| 6622 |
+
|
| 6623 |
+
is-plain-obj@^2.0.0:
|
| 6624 |
+
version "2.1.0"
|
| 6625 |
+
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
|
| 6626 |
+
integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==
|
| 6627 |
+
|
| 6628 |
+
is-plain-obj@^3.0.0:
|
| 6629 |
+
version "3.0.0"
|
| 6630 |
+
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7"
|
| 6631 |
+
integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==
|
| 6632 |
+
|
| 6633 |
+
is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
|
| 6634 |
+
version "2.0.4"
|
| 6635 |
+
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
|
| 6636 |
+
integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
|
| 6637 |
+
dependencies:
|
| 6638 |
+
isobject "^3.0.1"
|
| 6639 |
+
|
| 6640 |
+
is-potential-custom-element-name@^1.0.1:
|
| 6641 |
+
version "1.0.1"
|
| 6642 |
+
resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5"
|
| 6643 |
+
integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==
|
| 6644 |
+
|
| 6645 |
+
is-regex@^1.0.5, is-regex@^1.1.3:
|
| 6646 |
+
version "1.1.4"
|
| 6647 |
+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
|
| 6648 |
+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
|
| 6649 |
+
dependencies:
|
| 6650 |
+
call-bind "^1.0.2"
|
| 6651 |
+
has-tostringtag "^1.0.0"
|
| 6652 |
+
|
| 6653 |
+
is-regexp@^2.0.0:
|
| 6654 |
+
version "2.1.0"
|
| 6655 |
+
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-2.1.0.tgz#cd734a56864e23b956bf4e7c66c396a4c0b22c2d"
|
| 6656 |
+
integrity sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==
|
| 6657 |
+
|
| 6658 |
+
is-stream@^1.1.0:
|
| 6659 |
+
version "1.1.0"
|
| 6660 |
+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
|
| 6661 |
+
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
|
| 6662 |
+
|
| 6663 |
+
is-stream@^2.0.0:
|
| 6664 |
+
version "2.0.1"
|
| 6665 |
+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
|
| 6666 |
+
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
|
| 6667 |
+
|
| 6668 |
+
is-string@^1.0.5, is-string@^1.0.6:
|
| 6669 |
+
version "1.0.7"
|
| 6670 |
+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
|
| 6671 |
+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
|
| 6672 |
+
dependencies:
|
| 6673 |
+
has-tostringtag "^1.0.0"
|
| 6674 |
+
|
| 6675 |
+
is-subset@^0.1.1:
|
| 6676 |
+
version "0.1.1"
|
| 6677 |
+
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
|
| 6678 |
+
integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=
|
| 6679 |
+
|
| 6680 |
+
is-symbol@^1.0.2, is-symbol@^1.0.3:
|
| 6681 |
+
version "1.0.4"
|
| 6682 |
+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
|
| 6683 |
+
integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==
|
| 6684 |
+
dependencies:
|
| 6685 |
+
has-symbols "^1.0.2"
|
| 6686 |
+
|
| 6687 |
+
is-typedarray@^1.0.0, is-typedarray@~1.0.0:
|
| 6688 |
+
version "1.0.0"
|
| 6689 |
+
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
|
| 6690 |
+
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
|
| 6691 |
+
|
| 6692 |
+
is-unicode-supported@^0.1.0:
|
| 6693 |
+
version "0.1.0"
|
| 6694 |
+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
|
| 6695 |
+
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
|
| 6696 |
+
|
| 6697 |
+
is-url-superb@^4.0.0:
|
| 6698 |
+
version "4.0.0"
|
| 6699 |
+
resolved "https://registry.yarnpkg.com/is-url-superb/-/is-url-superb-4.0.0.tgz#b54d1d2499bb16792748ac967aa3ecb41a33a8c2"
|
| 6700 |
+
integrity sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA==
|
| 6701 |
+
|
| 6702 |
+
is-utf8@^0.2.0:
|
| 6703 |
+
version "0.2.1"
|
| 6704 |
+
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
|
| 6705 |
+
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
|
| 6706 |
+
|
| 6707 |
+
is-whitespace-character@^1.0.0:
|
| 6708 |
+
version "1.0.4"
|
| 6709 |
+
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
|
| 6710 |
+
integrity sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==
|
| 6711 |
+
|
| 6712 |
+
is-windows@^0.2.0:
|
| 6713 |
+
version "0.2.0"
|
| 6714 |
+
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-0.2.0.tgz#de1aa6d63ea29dd248737b69f1ff8b8002d2108c"
|
| 6715 |
+
integrity sha1-3hqm1j6indJIc3tp8f+LgALSEIw=
|
| 6716 |
+
|
| 6717 |
+
is-windows@^1.0.1, is-windows@^1.0.2:
|
| 6718 |
+
version "1.0.2"
|
| 6719 |
+
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
|
| 6720 |
+
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
|
| 6721 |
+
|
| 6722 |
+
is-word-character@^1.0.0:
|
| 6723 |
+
version "1.0.4"
|
| 6724 |
+
resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.4.tgz#ce0e73216f98599060592f62ff31354ddbeb0230"
|
| 6725 |
+
integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==
|
| 6726 |
+
|
| 6727 |
+
is-wsl@^1.1.0:
|
| 6728 |
+
version "1.1.0"
|
| 6729 |
+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
|
| 6730 |
+
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
|
| 6731 |
+
|
| 6732 |
+
is-wsl@^2.1.1, is-wsl@^2.2.0:
|
| 6733 |
+
version "2.2.0"
|
| 6734 |
+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
|
| 6735 |
+
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
|
| 6736 |
+
dependencies:
|
| 6737 |
+
is-docker "^2.0.0"
|
| 6738 |
+
|
| 6739 |
+
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
|
| 6740 |
+
version "1.0.0"
|
| 6741 |
+
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
|
| 6742 |
+
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
|
| 6743 |
+
|
| 6744 |
+
isexe@^2.0.0:
|
| 6745 |
+
version "2.0.0"
|
| 6746 |
+
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
| 6747 |
+
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
|
| 6748 |
+
|
| 6749 |
+
isobject@^2.0.0:
|
| 6750 |
+
version "2.1.0"
|
| 6751 |
+
resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
|
| 6752 |
+
integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=
|
| 6753 |
+
dependencies:
|
| 6754 |
+
isarray "1.0.0"
|
| 6755 |
+
|
| 6756 |
+
isobject@^3.0.0, isobject@^3.0.1:
|
| 6757 |
+
version "3.0.1"
|
| 6758 |
+
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
|
| 6759 |
+
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
|
| 6760 |
+
|
| 6761 |
+
isstream@~0.1.2:
|
| 6762 |
+
version "0.1.2"
|
| 6763 |
+
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
|
| 6764 |
+
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
|
| 6765 |
+
|
| 6766 |
+
istanbul-lib-coverage@^3.0.0:
|
| 6767 |
+
version "3.0.0"
|
| 6768 |
+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
|
| 6769 |
+
integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
|
| 6770 |
+
|
| 6771 |
+
istanbul-lib-instrument@^4.0.0, istanbul-lib-instrument@^4.0.3:
|
| 6772 |
+
version "4.0.3"
|
| 6773 |
+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
|
| 6774 |
+
integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
|
| 6775 |
+
dependencies:
|
| 6776 |
+
"@babel/core" "^7.7.5"
|
| 6777 |
+
"@istanbuljs/schema" "^0.1.2"
|
| 6778 |
+
istanbul-lib-coverage "^3.0.0"
|
| 6779 |
+
semver "^6.3.0"
|
| 6780 |
+
|
| 6781 |
+
istanbul-lib-report@^3.0.0:
|
| 6782 |
+
version "3.0.0"
|
| 6783 |
+
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6"
|
| 6784 |
+
integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==
|
| 6785 |
+
dependencies:
|
| 6786 |
+
istanbul-lib-coverage "^3.0.0"
|
| 6787 |
+
make-dir "^3.0.0"
|
| 6788 |
+
supports-color "^7.1.0"
|
| 6789 |
+
|
| 6790 |
+
istanbul-lib-source-maps@^4.0.0:
|
| 6791 |
+
version "4.0.0"
|
| 6792 |
+
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz#75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9"
|
| 6793 |
+
integrity sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==
|
| 6794 |
+
dependencies:
|
| 6795 |
+
debug "^4.1.1"
|
| 6796 |
+
istanbul-lib-coverage "^3.0.0"
|
| 6797 |
+
source-map "^0.6.1"
|
| 6798 |
+
|
| 6799 |
+
istanbul-reports@^3.0.2:
|
| 6800 |
+
version "3.0.2"
|
| 6801 |
+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz#d593210e5000683750cb09fc0644e4b6e27fd53b"
|
| 6802 |
+
integrity sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==
|
| 6803 |
+
dependencies:
|
| 6804 |
+
html-escaper "^2.0.0"
|
| 6805 |
+
istanbul-lib-report "^3.0.0"
|
| 6806 |
+
|
| 6807 |
+
jest-changed-files@^26.6.2:
|
| 6808 |
+
version "26.6.2"
|
| 6809 |
+
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-26.6.2.tgz#f6198479e1cc66f22f9ae1e22acaa0b429c042d0"
|
| 6810 |
+
integrity sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==
|
| 6811 |
+
dependencies:
|
| 6812 |
+
"@jest/types" "^26.6.2"
|
| 6813 |
+
execa "^4.0.0"
|
| 6814 |
+
throat "^5.0.0"
|
| 6815 |
+
|
| 6816 |
+
jest-cli@^26.6.3:
|
| 6817 |
+
version "26.6.3"
|
| 6818 |
+
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a"
|
| 6819 |
+
integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==
|
| 6820 |
+
dependencies:
|
| 6821 |
+
"@jest/core" "^26.6.3"
|
| 6822 |
+
"@jest/test-result" "^26.6.2"
|
| 6823 |
+
"@jest/types" "^26.6.2"
|
| 6824 |
+
chalk "^4.0.0"
|
| 6825 |
+
exit "^0.1.2"
|
| 6826 |
+
graceful-fs "^4.2.4"
|
| 6827 |
+
import-local "^3.0.2"
|
| 6828 |
+
is-ci "^2.0.0"
|
| 6829 |
+
jest-config "^26.6.3"
|
| 6830 |
+
jest-util "^26.6.2"
|
| 6831 |
+
jest-validate "^26.6.2"
|
| 6832 |
+
prompts "^2.0.1"
|
| 6833 |
+
yargs "^15.4.1"
|
| 6834 |
+
|
| 6835 |
+
jest-config@^26.6.3:
|
| 6836 |
+
version "26.6.3"
|
| 6837 |
+
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.6.3.tgz#64f41444eef9eb03dc51d5c53b75c8c71f645349"
|
| 6838 |
+
integrity sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==
|
| 6839 |
+
dependencies:
|
| 6840 |
+
"@babel/core" "^7.1.0"
|
| 6841 |
+
"@jest/test-sequencer" "^26.6.3"
|
| 6842 |
+
"@jest/types" "^26.6.2"
|
| 6843 |
+
babel-jest "^26.6.3"
|
| 6844 |
+
chalk "^4.0.0"
|
| 6845 |
+
deepmerge "^4.2.2"
|
| 6846 |
+
glob "^7.1.1"
|
| 6847 |
+
graceful-fs "^4.2.4"
|
| 6848 |
+
jest-environment-jsdom "^26.6.2"
|
| 6849 |
+
jest-environment-node "^26.6.2"
|
| 6850 |
+
jest-get-type "^26.3.0"
|
| 6851 |
+
jest-jasmine2 "^26.6.3"
|
| 6852 |
+
jest-regex-util "^26.0.0"
|
| 6853 |
+
jest-resolve "^26.6.2"
|
| 6854 |
+
jest-util "^26.6.2"
|
| 6855 |
+
jest-validate "^26.6.2"
|
| 6856 |
+
micromatch "^4.0.2"
|
| 6857 |
+
pretty-format "^26.6.2"
|
| 6858 |
+
|
| 6859 |
+
jest-dev-server@^4.4.0:
|
| 6860 |
+
version "4.4.0"
|
| 6861 |
+
resolved "https://registry.yarnpkg.com/jest-dev-server/-/jest-dev-server-4.4.0.tgz#557113faae2877452162696aa94c1e44491ab011"
|
| 6862 |
+
integrity sha512-STEHJ3iPSC8HbrQ3TME0ozGX2KT28lbT4XopPxUm2WimsX3fcB3YOptRh12YphQisMhfqNSNTZUmWyT3HEXS2A==
|
| 6863 |
+
dependencies:
|
| 6864 |
+
chalk "^3.0.0"
|
| 6865 |
+
cwd "^0.10.0"
|
| 6866 |
+
find-process "^1.4.3"
|
| 6867 |
+
prompts "^2.3.0"
|
| 6868 |
+
spawnd "^4.4.0"
|
| 6869 |
+
tree-kill "^1.2.2"
|
| 6870 |
+
wait-on "^3.3.0"
|
| 6871 |
+
|
| 6872 |
+
jest-diff@^26.6.2:
|
| 6873 |
+
version "26.6.2"
|
| 6874 |
+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
|
| 6875 |
+
integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
|
| 6876 |
+
dependencies:
|
| 6877 |
+
chalk "^4.0.0"
|
| 6878 |
+
diff-sequences "^26.6.2"
|
| 6879 |
+
jest-get-type "^26.3.0"
|
| 6880 |
+
pretty-format "^26.6.2"
|
| 6881 |
+
|
| 6882 |
+
jest-docblock@^26.0.0:
|
| 6883 |
+
version "26.0.0"
|
| 6884 |
+
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-26.0.0.tgz#3e2fa20899fc928cb13bd0ff68bd3711a36889b5"
|
| 6885 |
+
integrity sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==
|
| 6886 |
+
dependencies:
|
| 6887 |
+
detect-newline "^3.0.0"
|
| 6888 |
+
|
| 6889 |
+
jest-each@^26.6.2:
|
| 6890 |
+
version "26.6.2"
|
| 6891 |
+
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-26.6.2.tgz#02526438a77a67401c8a6382dfe5999952c167cb"
|
| 6892 |
+
integrity sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==
|
| 6893 |
+
dependencies:
|
| 6894 |
+
"@jest/types" "^26.6.2"
|
| 6895 |
+
chalk "^4.0.0"
|
| 6896 |
+
jest-get-type "^26.3.0"
|
| 6897 |
+
jest-util "^26.6.2"
|
| 6898 |
+
pretty-format "^26.6.2"
|
| 6899 |
+
|
| 6900 |
+
jest-environment-jsdom@^26.6.2:
|
| 6901 |
+
version "26.6.2"
|
| 6902 |
+
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz#78d09fe9cf019a357009b9b7e1f101d23bd1da3e"
|
| 6903 |
+
integrity sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==
|
| 6904 |
+
dependencies:
|
| 6905 |
+
"@jest/environment" "^26.6.2"
|
| 6906 |
+
"@jest/fake-timers" "^26.6.2"
|
| 6907 |
+
"@jest/types" "^26.6.2"
|
| 6908 |
+
"@types/node" "*"
|
| 6909 |
+
jest-mock "^26.6.2"
|
| 6910 |
+
jest-util "^26.6.2"
|
| 6911 |
+
jsdom "^16.4.0"
|
| 6912 |
+
|
| 6913 |
+
jest-environment-node@^26.6.2:
|
| 6914 |
+
version "26.6.2"
|
| 6915 |
+
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-26.6.2.tgz#824e4c7fb4944646356f11ac75b229b0035f2b0c"
|
| 6916 |
+
integrity sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==
|
| 6917 |
+
dependencies:
|
| 6918 |
+
"@jest/environment" "^26.6.2"
|
| 6919 |
+
"@jest/fake-timers" "^26.6.2"
|
| 6920 |
+
"@jest/types" "^26.6.2"
|
| 6921 |
+
"@types/node" "*"
|
| 6922 |
+
jest-mock "^26.6.2"
|
| 6923 |
+
jest-util "^26.6.2"
|
| 6924 |
+
|
| 6925 |
+
jest-get-type@^26.3.0:
|
| 6926 |
+
version "26.3.0"
|
| 6927 |
+
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
|
| 6928 |
+
integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
|
| 6929 |
+
|
| 6930 |
+
jest-haste-map@^26.6.2:
|
| 6931 |
+
version "26.6.2"
|
| 6932 |
+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa"
|
| 6933 |
+
integrity sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==
|
| 6934 |
+
dependencies:
|
| 6935 |
+
"@jest/types" "^26.6.2"
|
| 6936 |
+
"@types/graceful-fs" "^4.1.2"
|
| 6937 |
+
"@types/node" "*"
|
| 6938 |
+
anymatch "^3.0.3"
|
| 6939 |
+
fb-watchman "^2.0.0"
|
| 6940 |
+
graceful-fs "^4.2.4"
|
| 6941 |
+
jest-regex-util "^26.0.0"
|
| 6942 |
+
jest-serializer "^26.6.2"
|
| 6943 |
+
jest-util "^26.6.2"
|
| 6944 |
+
jest-worker "^26.6.2"
|
| 6945 |
+
micromatch "^4.0.2"
|
| 6946 |
+
sane "^4.0.3"
|
| 6947 |
+
walker "^1.0.7"
|
| 6948 |
+
optionalDependencies:
|
| 6949 |
+
fsevents "^2.1.2"
|
| 6950 |
+
|
| 6951 |
+
jest-jasmine2@^26.6.3:
|
| 6952 |
+
version "26.6.3"
|
| 6953 |
+
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd"
|
| 6954 |
+
integrity sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==
|
| 6955 |
+
dependencies:
|
| 6956 |
+
"@babel/traverse" "^7.1.0"
|
| 6957 |
+
"@jest/environment" "^26.6.2"
|
| 6958 |
+
"@jest/source-map" "^26.6.2"
|
| 6959 |
+
"@jest/test-result" "^26.6.2"
|
| 6960 |
+
"@jest/types" "^26.6.2"
|
| 6961 |
+
"@types/node" "*"
|
| 6962 |
+
chalk "^4.0.0"
|
| 6963 |
+
co "^4.6.0"
|
| 6964 |
+
expect "^26.6.2"
|
| 6965 |
+
is-generator-fn "^2.0.0"
|
| 6966 |
+
jest-each "^26.6.2"
|
| 6967 |
+
jest-matcher-utils "^26.6.2"
|
| 6968 |
+
jest-message-util "^26.6.2"
|
| 6969 |
+
jest-runtime "^26.6.3"
|
| 6970 |
+
jest-snapshot "^26.6.2"
|
| 6971 |
+
jest-util "^26.6.2"
|
| 6972 |
+
pretty-format "^26.6.2"
|
| 6973 |
+
throat "^5.0.0"
|
| 6974 |
+
|
| 6975 |
+
jest-leak-detector@^26.6.2:
|
| 6976 |
+
version "26.6.2"
|
| 6977 |
+
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz#7717cf118b92238f2eba65054c8a0c9c653a91af"
|
| 6978 |
+
integrity sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==
|
| 6979 |
+
dependencies:
|
| 6980 |
+
jest-get-type "^26.3.0"
|
| 6981 |
+
pretty-format "^26.6.2"
|
| 6982 |
+
|
| 6983 |
+
jest-matcher-utils@^26.6.2:
|
| 6984 |
+
version "26.6.2"
|
| 6985 |
+
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz#8e6fd6e863c8b2d31ac6472eeb237bc595e53e7a"
|
| 6986 |
+
integrity sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==
|
| 6987 |
+
dependencies:
|
| 6988 |
+
chalk "^4.0.0"
|
| 6989 |
+
jest-diff "^26.6.2"
|
| 6990 |
+
jest-get-type "^26.3.0"
|
| 6991 |
+
pretty-format "^26.6.2"
|
| 6992 |
+
|
| 6993 |
+
jest-message-util@^26.6.2:
|
| 6994 |
+
version "26.6.2"
|
| 6995 |
+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.6.2.tgz#58173744ad6fc0506b5d21150b9be56ef001ca07"
|
| 6996 |
+
integrity sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==
|
| 6997 |
+
dependencies:
|
| 6998 |
+
"@babel/code-frame" "^7.0.0"
|
| 6999 |
+
"@jest/types" "^26.6.2"
|
| 7000 |
+
"@types/stack-utils" "^2.0.0"
|
| 7001 |
+
chalk "^4.0.0"
|
| 7002 |
+
graceful-fs "^4.2.4"
|
| 7003 |
+
micromatch "^4.0.2"
|
| 7004 |
+
pretty-format "^26.6.2"
|
| 7005 |
+
slash "^3.0.0"
|
| 7006 |
+
stack-utils "^2.0.2"
|
| 7007 |
+
|
| 7008 |
+
jest-mock@^26.6.2:
|
| 7009 |
+
version "26.6.2"
|
| 7010 |
+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-26.6.2.tgz#d6cb712b041ed47fe0d9b6fc3474bc6543feb302"
|
| 7011 |
+
integrity sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==
|
| 7012 |
+
dependencies:
|
| 7013 |
+
"@jest/types" "^26.6.2"
|
| 7014 |
+
"@types/node" "*"
|
| 7015 |
+
|
| 7016 |
+
jest-pnp-resolver@^1.2.2:
|
| 7017 |
+
version "1.2.2"
|
| 7018 |
+
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c"
|
| 7019 |
+
integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==
|
| 7020 |
+
|
| 7021 |
+
jest-regex-util@^26.0.0:
|
| 7022 |
+
version "26.0.0"
|
| 7023 |
+
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28"
|
| 7024 |
+
integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==
|
| 7025 |
+
|
| 7026 |
+
jest-resolve-dependencies@^26.6.3:
|
| 7027 |
+
version "26.6.3"
|
| 7028 |
+
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6"
|
| 7029 |
+
integrity sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==
|
| 7030 |
+
dependencies:
|
| 7031 |
+
"@jest/types" "^26.6.2"
|
| 7032 |
+
jest-regex-util "^26.0.0"
|
| 7033 |
+
jest-snapshot "^26.6.2"
|
| 7034 |
+
|
| 7035 |
+
jest-resolve@^26.6.2:
|
| 7036 |
+
version "26.6.2"
|
| 7037 |
+
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-26.6.2.tgz#a3ab1517217f469b504f1b56603c5bb541fbb507"
|
| 7038 |
+
integrity sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==
|
| 7039 |
+
dependencies:
|
| 7040 |
+
"@jest/types" "^26.6.2"
|
| 7041 |
+
chalk "^4.0.0"
|
| 7042 |
+
graceful-fs "^4.2.4"
|
| 7043 |
+
jest-pnp-resolver "^1.2.2"
|
| 7044 |
+
jest-util "^26.6.2"
|
| 7045 |
+
read-pkg-up "^7.0.1"
|
| 7046 |
+
resolve "^1.18.1"
|
| 7047 |
+
slash "^3.0.0"
|
| 7048 |
+
|
| 7049 |
+
jest-runner@^26.6.3:
|
| 7050 |
+
version "26.6.3"
|
| 7051 |
+
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.6.3.tgz#2d1fed3d46e10f233fd1dbd3bfaa3fe8924be159"
|
| 7052 |
+
integrity sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==
|
| 7053 |
+
dependencies:
|
| 7054 |
+
"@jest/console" "^26.6.2"
|
| 7055 |
+
"@jest/environment" "^26.6.2"
|
| 7056 |
+
"@jest/test-result" "^26.6.2"
|
| 7057 |
+
"@jest/types" "^26.6.2"
|
| 7058 |
+
"@types/node" "*"
|
| 7059 |
+
chalk "^4.0.0"
|
| 7060 |
+
emittery "^0.7.1"
|
| 7061 |
+
exit "^0.1.2"
|
| 7062 |
+
graceful-fs "^4.2.4"
|
| 7063 |
+
jest-config "^26.6.3"
|
| 7064 |
+
jest-docblock "^26.0.0"
|
| 7065 |
+
jest-haste-map "^26.6.2"
|
| 7066 |
+
jest-leak-detector "^26.6.2"
|
| 7067 |
+
jest-message-util "^26.6.2"
|
| 7068 |
+
jest-resolve "^26.6.2"
|
| 7069 |
+
jest-runtime "^26.6.3"
|
| 7070 |
+
jest-util "^26.6.2"
|
| 7071 |
+
jest-worker "^26.6.2"
|
| 7072 |
+
source-map-support "^0.5.6"
|
| 7073 |
+
throat "^5.0.0"
|
| 7074 |
+
|
| 7075 |
+
jest-runtime@^26.6.3:
|
| 7076 |
+
version "26.6.3"
|
| 7077 |
+
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.6.3.tgz#4f64efbcfac398331b74b4b3c82d27d401b8fa2b"
|
| 7078 |
+
integrity sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==
|
| 7079 |
+
dependencies:
|
| 7080 |
+
"@jest/console" "^26.6.2"
|
| 7081 |
+
"@jest/environment" "^26.6.2"
|
| 7082 |
+
"@jest/fake-timers" "^26.6.2"
|
| 7083 |
+
"@jest/globals" "^26.6.2"
|
| 7084 |
+
"@jest/source-map" "^26.6.2"
|
| 7085 |
+
"@jest/test-result" "^26.6.2"
|
| 7086 |
+
"@jest/transform" "^26.6.2"
|
| 7087 |
+
"@jest/types" "^26.6.2"
|
| 7088 |
+
"@types/yargs" "^15.0.0"
|
| 7089 |
+
chalk "^4.0.0"
|
| 7090 |
+
cjs-module-lexer "^0.6.0"
|
| 7091 |
+
collect-v8-coverage "^1.0.0"
|
| 7092 |
+
exit "^0.1.2"
|
| 7093 |
+
glob "^7.1.3"
|
| 7094 |
+
graceful-fs "^4.2.4"
|
| 7095 |
+
jest-config "^26.6.3"
|
| 7096 |
+
jest-haste-map "^26.6.2"
|
| 7097 |
+
jest-message-util "^26.6.2"
|
| 7098 |
+
jest-mock "^26.6.2"
|
| 7099 |
+
jest-regex-util "^26.0.0"
|
| 7100 |
+
jest-resolve "^26.6.2"
|
| 7101 |
+
jest-snapshot "^26.6.2"
|
| 7102 |
+
jest-util "^26.6.2"
|
| 7103 |
+
jest-validate "^26.6.2"
|
| 7104 |
+
slash "^3.0.0"
|
| 7105 |
+
strip-bom "^4.0.0"
|
| 7106 |
+
yargs "^15.4.1"
|
| 7107 |
+
|
| 7108 |
+
jest-serializer@^26.6.2:
|
| 7109 |
+
version "26.6.2"
|
| 7110 |
+
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.6.2.tgz#d139aafd46957d3a448f3a6cdabe2919ba0742d1"
|
| 7111 |
+
integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==
|
| 7112 |
+
dependencies:
|
| 7113 |
+
"@types/node" "*"
|
| 7114 |
+
graceful-fs "^4.2.4"
|
| 7115 |
+
|
| 7116 |
+
jest-snapshot@^26.6.2:
|
| 7117 |
+
version "26.6.2"
|
| 7118 |
+
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.2.tgz#f3b0af1acb223316850bd14e1beea9837fb39c84"
|
| 7119 |
+
integrity sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==
|
| 7120 |
+
dependencies:
|
| 7121 |
+
"@babel/types" "^7.0.0"
|
| 7122 |
+
"@jest/types" "^26.6.2"
|
| 7123 |
+
"@types/babel__traverse" "^7.0.4"
|
| 7124 |
+
"@types/prettier" "^2.0.0"
|
| 7125 |
+
chalk "^4.0.0"
|
| 7126 |
+
expect "^26.6.2"
|
| 7127 |
+
graceful-fs "^4.2.4"
|
| 7128 |
+
jest-diff "^26.6.2"
|
| 7129 |
+
jest-get-type "^26.3.0"
|
| 7130 |
+
jest-haste-map "^26.6.2"
|
| 7131 |
+
jest-matcher-utils "^26.6.2"
|
| 7132 |
+
jest-message-util "^26.6.2"
|
| 7133 |
+
jest-resolve "^26.6.2"
|
| 7134 |
+
natural-compare "^1.4.0"
|
| 7135 |
+
pretty-format "^26.6.2"
|
| 7136 |
+
semver "^7.3.2"
|
| 7137 |
+
|
| 7138 |
+
jest-util@^26.6.2:
|
| 7139 |
+
version "26.6.2"
|
| 7140 |
+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1"
|
| 7141 |
+
integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==
|
| 7142 |
+
dependencies:
|
| 7143 |
+
"@jest/types" "^26.6.2"
|
| 7144 |
+
"@types/node" "*"
|
| 7145 |
+
chalk "^4.0.0"
|
| 7146 |
+
graceful-fs "^4.2.4"
|
| 7147 |
+
is-ci "^2.0.0"
|
| 7148 |
+
micromatch "^4.0.2"
|
| 7149 |
+
|
| 7150 |
+
jest-validate@^26.6.2:
|
| 7151 |
+
version "26.6.2"
|
| 7152 |
+
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec"
|
| 7153 |
+
integrity sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==
|
| 7154 |
+
dependencies:
|
| 7155 |
+
"@jest/types" "^26.6.2"
|
| 7156 |
+
camelcase "^6.0.0"
|
| 7157 |
+
chalk "^4.0.0"
|
| 7158 |
+
jest-get-type "^26.3.0"
|
| 7159 |
+
leven "^3.1.0"
|
| 7160 |
+
pretty-format "^26.6.2"
|
| 7161 |
+
|
| 7162 |
+
jest-watcher@^26.6.2:
|
| 7163 |
+
version "26.6.2"
|
| 7164 |
+
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.6.2.tgz#a5b683b8f9d68dbcb1d7dae32172d2cca0592975"
|
| 7165 |
+
integrity sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==
|
| 7166 |
+
dependencies:
|
| 7167 |
+
"@jest/test-result" "^26.6.2"
|
| 7168 |
+
"@jest/types" "^26.6.2"
|
| 7169 |
+
"@types/node" "*"
|
| 7170 |
+
ansi-escapes "^4.2.1"
|
| 7171 |
+
chalk "^4.0.0"
|
| 7172 |
+
jest-util "^26.6.2"
|
| 7173 |
+
string-length "^4.0.1"
|
| 7174 |
+
|
| 7175 |
+
jest-worker@^26.2.1, jest-worker@^26.6.2:
|
| 7176 |
+
version "26.6.2"
|
| 7177 |
+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed"
|
| 7178 |
+
integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==
|
| 7179 |
+
dependencies:
|
| 7180 |
+
"@types/node" "*"
|
| 7181 |
+
merge-stream "^2.0.0"
|
| 7182 |
+
supports-color "^7.0.0"
|
| 7183 |
+
|
| 7184 |
+
jest@^26.6.3:
|
| 7185 |
+
version "26.6.3"
|
| 7186 |
+
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
|
| 7187 |
+
integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==
|
| 7188 |
+
dependencies:
|
| 7189 |
+
"@jest/core" "^26.6.3"
|
| 7190 |
+
import-local "^3.0.2"
|
| 7191 |
+
jest-cli "^26.6.3"
|
| 7192 |
+
|
| 7193 |
+
joi@^17.3.0:
|
| 7194 |
+
version "17.4.2"
|
| 7195 |
+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.4.2.tgz#02f4eb5cf88e515e614830239379dcbbe28ce7f7"
|
| 7196 |
+
integrity sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw==
|
| 7197 |
+
dependencies:
|
| 7198 |
+
"@hapi/hoek" "^9.0.0"
|
| 7199 |
+
"@hapi/topo" "^5.0.0"
|
| 7200 |
+
"@sideway/address" "^4.1.0"
|
| 7201 |
+
"@sideway/formula" "^3.0.0"
|
| 7202 |
+
"@sideway/pinpoint" "^2.0.0"
|
| 7203 |
+
|
| 7204 |
+
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
| 7205 |
+
version "4.0.0"
|
| 7206 |
+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
| 7207 |
+
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
|
| 7208 |
+
|
| 7209 |
+
js-yaml@^3.13.1:
|
| 7210 |
+
version "3.14.1"
|
| 7211 |
+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
|
| 7212 |
+
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
|
| 7213 |
+
dependencies:
|
| 7214 |
+
argparse "^1.0.7"
|
| 7215 |
+
esprima "^4.0.0"
|
| 7216 |
+
|
| 7217 |
+
js-yaml@~3.13.1:
|
| 7218 |
+
version "3.13.1"
|
| 7219 |
+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
|
| 7220 |
+
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
|
| 7221 |
+
dependencies:
|
| 7222 |
+
argparse "^1.0.7"
|
| 7223 |
+
esprima "^4.0.0"
|
| 7224 |
+
|
| 7225 |
+
jsbn@~0.1.0:
|
| 7226 |
+
version "0.1.1"
|
| 7227 |
+
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
|
| 7228 |
+
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
|
| 7229 |
+
|
| 7230 |
+
jsdoctypeparser@^9.0.0:
|
| 7231 |
+
version "9.0.0"
|
| 7232 |
+
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-9.0.0.tgz#8c97e2fb69315eb274b0f01377eaa5c940bd7b26"
|
| 7233 |
+
integrity sha512-jrTA2jJIL6/DAEILBEh2/w9QxCuwmvNXIry39Ay/HVfhE3o2yVV0U44blYkqdHA/OKloJEqvJy0xU+GSdE2SIw==
|
| 7234 |
+
|
| 7235 |
+
jsdom@^16.4.0:
|
| 7236 |
+
version "16.7.0"
|
| 7237 |
+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710"
|
| 7238 |
+
integrity sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==
|
| 7239 |
+
dependencies:
|
| 7240 |
+
abab "^2.0.5"
|
| 7241 |
+
acorn "^8.2.4"
|
| 7242 |
+
acorn-globals "^6.0.0"
|
| 7243 |
+
cssom "^0.4.4"
|
| 7244 |
+
cssstyle "^2.3.0"
|
| 7245 |
+
data-urls "^2.0.0"
|
| 7246 |
+
decimal.js "^10.2.1"
|
| 7247 |
+
domexception "^2.0.1"
|
| 7248 |
+
escodegen "^2.0.0"
|
| 7249 |
+
form-data "^3.0.0"
|
| 7250 |
+
html-encoding-sniffer "^2.0.1"
|
| 7251 |
+
http-proxy-agent "^4.0.1"
|
| 7252 |
+
https-proxy-agent "^5.0.0"
|
| 7253 |
+
is-potential-custom-element-name "^1.0.1"
|
| 7254 |
+
nwsapi "^2.2.0"
|
| 7255 |
+
parse5 "6.0.1"
|
| 7256 |
+
saxes "^5.0.1"
|
| 7257 |
+
symbol-tree "^3.2.4"
|
| 7258 |
+
tough-cookie "^4.0.0"
|
| 7259 |
+
w3c-hr-time "^1.0.2"
|
| 7260 |
+
w3c-xmlserializer "^2.0.0"
|
| 7261 |
+
webidl-conversions "^6.1.0"
|
| 7262 |
+
whatwg-encoding "^1.0.5"
|
| 7263 |
+
whatwg-mimetype "^2.3.0"
|
| 7264 |
+
whatwg-url "^8.5.0"
|
| 7265 |
+
ws "^7.4.6"
|
| 7266 |
+
xml-name-validator "^3.0.0"
|
| 7267 |
+
|
| 7268 |
+
jsesc@^2.5.1:
|
| 7269 |
+
version "2.5.2"
|
| 7270 |
+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
| 7271 |
+
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
| 7272 |
+
|
| 7273 |
+
jsesc@~0.5.0:
|
| 7274 |
+
version "0.5.0"
|
| 7275 |
+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
| 7276 |
+
integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=
|
| 7277 |
+
|
| 7278 |
+
json-merge-patch@^1.0.0:
|
| 7279 |
+
version "1.0.2"
|
| 7280 |
+
resolved "https://registry.yarnpkg.com/json-merge-patch/-/json-merge-patch-1.0.2.tgz#c4626811943b2f362f8607ae8f03d528875465b0"
|
| 7281 |
+
integrity sha512-M6Vp2GN9L7cfuMXiWOmHj9bEFbeC250iVtcKQbqVgEsDVYnIsrNsbU+h/Y/PkbBQCtEa4Bez+Ebv0zfbC8ObLg==
|
| 7282 |
+
dependencies:
|
| 7283 |
+
fast-deep-equal "^3.1.3"
|
| 7284 |
+
|
| 7285 |
+
json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
|
| 7286 |
+
version "1.0.2"
|
| 7287 |
+
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
|
| 7288 |
+
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
|
| 7289 |
+
|
| 7290 |
+
json-parse-even-better-errors@^2.3.0:
|
| 7291 |
+
version "2.3.1"
|
| 7292 |
+
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
|
| 7293 |
+
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
|
| 7294 |
+
|
| 7295 |
+
json-schema-traverse@^0.4.1:
|
| 7296 |
+
version "0.4.1"
|
| 7297 |
+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
|
| 7298 |
+
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
|
| 7299 |
+
|
| 7300 |
+
json-schema-traverse@^1.0.0:
|
| 7301 |
+
version "1.0.0"
|
| 7302 |
+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
|
| 7303 |
+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
|
| 7304 |
+
|
| 7305 |
+
json-schema@0.2.3:
|
| 7306 |
+
version "0.2.3"
|
| 7307 |
+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
|
| 7308 |
+
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
|
| 7309 |
+
|
| 7310 |
+
json-stable-stringify-without-jsonify@^1.0.1:
|
| 7311 |
+
version "1.0.1"
|
| 7312 |
+
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
|
| 7313 |
+
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
|
| 7314 |
+
|
| 7315 |
+
json-stringify-safe@~5.0.1:
|
| 7316 |
+
version "5.0.1"
|
| 7317 |
+
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
|
| 7318 |
+
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
|
| 7319 |
+
|
| 7320 |
+
json-to-ast@^2.0.3:
|
| 7321 |
+
version "2.1.0"
|
| 7322 |
+
resolved "https://registry.yarnpkg.com/json-to-ast/-/json-to-ast-2.1.0.tgz#041a9fcd03c0845036acb670d29f425cea4faaf9"
|
| 7323 |
+
integrity sha512-W9Lq347r8tA1DfMvAGn9QNcgYm4Wm7Yc+k8e6vezpMnRT+NHbtlxgNBXRVjXe9YM6eTn6+p/MKOlV/aABJcSnQ==
|
| 7324 |
+
dependencies:
|
| 7325 |
+
code-error-fragment "0.0.230"
|
| 7326 |
+
grapheme-splitter "^1.0.4"
|
| 7327 |
+
|
| 7328 |
+
json2php@^0.0.4:
|
| 7329 |
+
version "0.0.4"
|
| 7330 |
+
resolved "https://registry.yarnpkg.com/json2php/-/json2php-0.0.4.tgz#6bd85a1dda6a5dd7e91022bb24403cc1b7c2ee34"
|
| 7331 |
+
integrity sha1-a9haHdpqXdfpECK7JEA8wbfC7jQ=
|
| 7332 |
+
|
| 7333 |
+
json5@^1.0.1:
|
| 7334 |
+
version "1.0.1"
|
| 7335 |
+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
|
| 7336 |
+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
|
| 7337 |
+
dependencies:
|
| 7338 |
+
minimist "^1.2.0"
|
| 7339 |
+
|
| 7340 |
+
json5@^2.1.2, json5@^2.2.0:
|
| 7341 |
+
version "2.2.0"
|
| 7342 |
+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
|
| 7343 |
+
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
|
| 7344 |
+
dependencies:
|
| 7345 |
+
minimist "^1.2.5"
|
| 7346 |
+
|
| 7347 |
+
jsonc-parser@^2.3.1:
|
| 7348 |
+
version "2.3.1"
|
| 7349 |
+
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.3.1.tgz#59549150b133f2efacca48fe9ce1ec0659af2342"
|
| 7350 |
+
integrity sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==
|
| 7351 |
+
|
| 7352 |
+
jsonc-parser@~2.2.0:
|
| 7353 |
+
version "2.2.1"
|
| 7354 |
+
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.2.1.tgz#db73cd59d78cce28723199466b2a03d1be1df2bc"
|
| 7355 |
+
integrity sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==
|
| 7356 |
+
|
| 7357 |
+
jsonfile@^4.0.0:
|
| 7358 |
+
version "4.0.0"
|
| 7359 |
+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
|
| 7360 |
+
integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
|
| 7361 |
+
optionalDependencies:
|
| 7362 |
+
graceful-fs "^4.1.6"
|
| 7363 |
+
|
| 7364 |
+
jsonfile@^6.0.1:
|
| 7365 |
+
version "6.1.0"
|
| 7366 |
+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
|
| 7367 |
+
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
|
| 7368 |
+
dependencies:
|
| 7369 |
+
universalify "^2.0.0"
|
| 7370 |
+
optionalDependencies:
|
| 7371 |
+
graceful-fs "^4.1.6"
|
| 7372 |
+
|
| 7373 |
+
jsonpointer@^4.1.0:
|
| 7374 |
+
version "4.1.0"
|
| 7375 |
+
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.1.0.tgz#501fb89986a2389765ba09e6053299ceb4f2c2cc"
|
| 7376 |
+
integrity sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg==
|
| 7377 |
+
|
| 7378 |
+
jsprim@^1.2.2:
|
| 7379 |
+
version "1.4.1"
|
| 7380 |
+
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
|
| 7381 |
+
integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
|
| 7382 |
+
dependencies:
|
| 7383 |
+
assert-plus "1.0.0"
|
| 7384 |
+
extsprintf "1.3.0"
|
| 7385 |
+
json-schema "0.2.3"
|
| 7386 |
+
verror "1.10.0"
|
| 7387 |
+
|
| 7388 |
+
jssha@^2.1.0:
|
| 7389 |
+
version "2.4.2"
|
| 7390 |
+
resolved "https://registry.yarnpkg.com/jssha/-/jssha-2.4.2.tgz#d950b095634928bd6b2bda1d42da9a3a762d65e9"
|
| 7391 |
+
integrity sha512-/jsi/9C0S70zfkT/4UlKQa5E1xKurDnXcQizcww9JSR/Fv+uIbWM2btG+bFcL3iNoK9jIGS0ls9HWLr1iw0kFg==
|
| 7392 |
+
|
| 7393 |
+
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.1.0:
|
| 7394 |
+
version "3.2.0"
|
| 7395 |
+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz#41108d2cec408c3453c1bbe8a4aae9e1e2bd8f82"
|
| 7396 |
+
integrity sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==
|
| 7397 |
+
dependencies:
|
| 7398 |
+
array-includes "^3.1.2"
|
| 7399 |
+
object.assign "^4.1.2"
|
| 7400 |
+
|
| 7401 |
+
kind-of@^2.0.1:
|
| 7402 |
+
version "2.0.1"
|
| 7403 |
+
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-2.0.1.tgz#018ec7a4ce7e3a86cb9141be519d24c8faa981b5"
|
| 7404 |
+
integrity sha1-AY7HpM5+OobLkUG+UZ0kyPqpgbU=
|
| 7405 |
+
dependencies:
|
| 7406 |
+
is-buffer "^1.0.2"
|
| 7407 |
+
|
| 7408 |
+
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
|
| 7409 |
+
version "3.2.2"
|
| 7410 |
+
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
|
| 7411 |
+
integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=
|
| 7412 |
+
dependencies:
|
| 7413 |
+
is-buffer "^1.1.5"
|
| 7414 |
+
|
| 7415 |
+
kind-of@^4.0.0:
|
| 7416 |
+
version "4.0.0"
|
| 7417 |
+
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57"
|
| 7418 |
+
integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc=
|
| 7419 |
+
dependencies:
|
| 7420 |
+
is-buffer "^1.1.5"
|
| 7421 |
+
|
| 7422 |
+
kind-of@^5.0.0:
|
| 7423 |
+
version "5.1.0"
|
| 7424 |
+
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d"
|
| 7425 |
+
integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==
|
| 7426 |
+
|
| 7427 |
+
kind-of@^6.0.0, kind-of@^6.0.2, kind-of@^6.0.3:
|
| 7428 |
+
version "6.0.3"
|
| 7429 |
+
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
|
| 7430 |
+
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
|
| 7431 |
+
|
| 7432 |
+
kleur@^3.0.3:
|
| 7433 |
+
version "3.0.3"
|
| 7434 |
+
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
|
| 7435 |
+
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
|
| 7436 |
+
|
| 7437 |
+
kleur@^4.0.0, kleur@^4.1.0:
|
| 7438 |
+
version "4.1.4"
|
| 7439 |
+
resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.4.tgz#8c202987d7e577766d039a8cd461934c01cda04d"
|
| 7440 |
+
integrity sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==
|
| 7441 |
+
|
| 7442 |
+
known-css-properties@^0.21.0:
|
| 7443 |
+
version "0.21.0"
|
| 7444 |
+
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.21.0.tgz#15fbd0bbb83447f3ce09d8af247ed47c68ede80d"
|
| 7445 |
+
integrity sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==
|
| 7446 |
+
|
| 7447 |
+
kuler@^2.0.0:
|
| 7448 |
+
version "2.0.0"
|
| 7449 |
+
resolved "https://registry.yarnpkg.com/kuler/-/kuler-2.0.0.tgz#e2c570a3800388fb44407e851531c1d670b061b3"
|
| 7450 |
+
integrity sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==
|
| 7451 |
+
|
| 7452 |
+
language-subtag-registry@~0.3.2:
|
| 7453 |
+
version "0.3.21"
|
| 7454 |
+
resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz#04ac218bea46f04cb039084602c6da9e788dd45a"
|
| 7455 |
+
integrity sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==
|
| 7456 |
+
|
| 7457 |
+
language-tags@^1.0.5:
|
| 7458 |
+
version "1.0.5"
|
| 7459 |
+
resolved "https://registry.yarnpkg.com/language-tags/-/language-tags-1.0.5.tgz#d321dbc4da30ba8bf3024e040fa5c14661f9193a"
|
| 7460 |
+
integrity sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=
|
| 7461 |
+
dependencies:
|
| 7462 |
+
language-subtag-registry "~0.3.2"
|
| 7463 |
+
|
| 7464 |
+
lazy-ass@^1.6.0:
|
| 7465 |
+
version "1.6.0"
|
| 7466 |
+
resolved "https://registry.yarnpkg.com/lazy-ass/-/lazy-ass-1.6.0.tgz#7999655e8646c17f089fdd187d150d3324d54513"
|
| 7467 |
+
integrity sha1-eZllXoZGwX8In90YfRUNMyTVRRM=
|
| 7468 |
+
|
| 7469 |
+
lazy-cache@^0.2.3:
|
| 7470 |
+
version "0.2.7"
|
| 7471 |
+
resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-0.2.7.tgz#7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65"
|
| 7472 |
+
integrity sha1-f+3fLctu23fRHvHRF6tf/fCrG2U=
|
| 7473 |
+
|
| 7474 |
+
lazy-cache@^1.0.3:
|
| 7475 |
+
version "1.0.4"
|
| 7476 |
+
resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e"
|
| 7477 |
+
integrity sha1-odePw6UEdMuAhF07O24dpJpEbo4=
|
| 7478 |
+
|
| 7479 |
+
leven@^3.1.0:
|
| 7480 |
+
version "3.1.0"
|
| 7481 |
+
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
|
| 7482 |
+
integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
|
| 7483 |
+
|
| 7484 |
+
levn@^0.4.1:
|
| 7485 |
+
version "0.4.1"
|
| 7486 |
+
resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade"
|
| 7487 |
+
integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==
|
| 7488 |
+
dependencies:
|
| 7489 |
+
prelude-ls "^1.2.1"
|
| 7490 |
+
type-check "~0.4.0"
|
| 7491 |
+
|
| 7492 |
+
levn@~0.3.0:
|
| 7493 |
+
version "0.3.0"
|
| 7494 |
+
resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
|
| 7495 |
+
integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=
|
| 7496 |
+
dependencies:
|
| 7497 |
+
prelude-ls "~1.1.2"
|
| 7498 |
+
type-check "~0.3.2"
|
| 7499 |
+
|
| 7500 |
+
lines-and-columns@^1.1.6:
|
| 7501 |
+
version "1.1.6"
|
| 7502 |
+
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
|
| 7503 |
+
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
|
| 7504 |
+
|
| 7505 |
+
linkify-it@^2.0.0:
|
| 7506 |
+
version "2.2.0"
|
| 7507 |
+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.2.0.tgz#e3b54697e78bf915c70a38acd78fd09e0058b1cf"
|
| 7508 |
+
integrity sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==
|
| 7509 |
+
dependencies:
|
| 7510 |
+
uc.micro "^1.0.1"
|
| 7511 |
+
|
| 7512 |
+
listr2@^3.8.3:
|
| 7513 |
+
version "3.11.0"
|
| 7514 |
+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.11.0.tgz#9771b02407875aa78e73d6e0ff6541bbec0aaee9"
|
| 7515 |
+
integrity sha512-XLJVe2JgXCyQTa3FbSv11lkKExYmEyA4jltVo8z4FX10Vt1Yj8IMekBfwim0BSOM9uj1QMTJvDQQpHyuPbB/dQ==
|
| 7516 |
+
dependencies:
|
| 7517 |
+
cli-truncate "^2.1.0"
|
| 7518 |
+
colorette "^1.2.2"
|
| 7519 |
+
log-update "^4.0.0"
|
| 7520 |
+
p-map "^4.0.0"
|
| 7521 |
+
rxjs "^6.6.7"
|
| 7522 |
+
through "^2.3.8"
|
| 7523 |
+
wrap-ansi "^7.0.0"
|
| 7524 |
+
|
| 7525 |
+
livereload-js@^2.3.0:
|
| 7526 |
+
version "2.4.0"
|
| 7527 |
+
resolved "https://registry.yarnpkg.com/livereload-js/-/livereload-js-2.4.0.tgz#447c31cf1ea9ab52fc20db615c5ddf678f78009c"
|
| 7528 |
+
integrity sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw==
|
| 7529 |
+
|
| 7530 |
+
load-json-file@^1.0.0:
|
| 7531 |
+
version "1.1.0"
|
| 7532 |
+
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
|
| 7533 |
+
integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=
|
| 7534 |
+
dependencies:
|
| 7535 |
+
graceful-fs "^4.1.2"
|
| 7536 |
+
parse-json "^2.2.0"
|
| 7537 |
+
pify "^2.0.0"
|
| 7538 |
+
pinkie-promise "^2.0.0"
|
| 7539 |
+
strip-bom "^2.0.0"
|
| 7540 |
+
|
| 7541 |
+
load-json-file@^4.0.0:
|
| 7542 |
+
version "4.0.0"
|
| 7543 |
+
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
|
| 7544 |
+
integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
|
| 7545 |
+
dependencies:
|
| 7546 |
+
graceful-fs "^4.1.2"
|
| 7547 |
+
parse-json "^4.0.0"
|
| 7548 |
+
pify "^3.0.0"
|
| 7549 |
+
strip-bom "^3.0.0"
|
| 7550 |
+
|
| 7551 |
+
loader-runner@^2.3.1, loader-runner@^2.4.0:
|
| 7552 |
+
version "2.4.0"
|
| 7553 |
+
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
|
| 7554 |
+
integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
|
| 7555 |
+
|
| 7556 |
+
loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
|
| 7557 |
+
version "1.4.0"
|
| 7558 |
+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613"
|
| 7559 |
+
integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==
|
| 7560 |
+
dependencies:
|
| 7561 |
+
big.js "^5.2.2"
|
| 7562 |
+
emojis-list "^3.0.0"
|
| 7563 |
+
json5 "^1.0.1"
|
| 7564 |
+
|
| 7565 |
+
loader-utils@^2.0.0:
|
| 7566 |
+
version "2.0.0"
|
| 7567 |
+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
|
| 7568 |
+
integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
|
| 7569 |
+
dependencies:
|
| 7570 |
+
big.js "^5.2.2"
|
| 7571 |
+
emojis-list "^3.0.0"
|
| 7572 |
+
json5 "^2.1.2"
|
| 7573 |
+
|
| 7574 |
+
locate-path@^2.0.0:
|
| 7575 |
+
version "2.0.0"
|
| 7576 |
+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
|
| 7577 |
+
integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=
|
| 7578 |
+
dependencies:
|
| 7579 |
+
p-locate "^2.0.0"
|
| 7580 |
+
path-exists "^3.0.0"
|
| 7581 |
+
|
| 7582 |
+
locate-path@^3.0.0:
|
| 7583 |
+
version "3.0.0"
|
| 7584 |
+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
|
| 7585 |
+
integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
|
| 7586 |
+
dependencies:
|
| 7587 |
+
p-locate "^3.0.0"
|
| 7588 |
+
path-exists "^3.0.0"
|
| 7589 |
+
|
| 7590 |
+
locate-path@^5.0.0:
|
| 7591 |
+
version "5.0.0"
|
| 7592 |
+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
|
| 7593 |
+
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
|
| 7594 |
+
dependencies:
|
| 7595 |
+
p-locate "^4.1.0"
|
| 7596 |
+
|
| 7597 |
+
lodash._reinterpolate@^3.0.0:
|
| 7598 |
+
version "3.0.0"
|
| 7599 |
+
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
|
| 7600 |
+
integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
|
| 7601 |
+
|
| 7602 |
+
lodash.clonedeep@^4.5.0:
|
| 7603 |
+
version "4.5.0"
|
| 7604 |
+
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
|
| 7605 |
+
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
|
| 7606 |
+
|
| 7607 |
+
lodash.debounce@^4.0.8:
|
| 7608 |
+
version "4.0.8"
|
| 7609 |
+
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
|
| 7610 |
+
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
|
| 7611 |
+
|
| 7612 |
+
lodash.differencewith@~4.5.0:
|
| 7613 |
+
version "4.5.0"
|
| 7614 |
+
resolved "https://registry.yarnpkg.com/lodash.differencewith/-/lodash.differencewith-4.5.0.tgz#bafafbc918b55154e179176a00bb0aefaac854b7"
|
| 7615 |
+
integrity sha1-uvr7yRi1UVTheRdqALsK76rIVLc=
|
| 7616 |
+
|
| 7617 |
+
lodash.escape@^4.0.1:
|
| 7618 |
+
version "4.0.1"
|
| 7619 |
+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
|
| 7620 |
+
integrity sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg=
|
| 7621 |
+
|
| 7622 |
+
lodash.flatten@~4.4.0:
|
| 7623 |
+
version "4.4.0"
|
| 7624 |
+
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
|
| 7625 |
+
integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=
|
| 7626 |
+
|
| 7627 |
+
lodash.flattendeep@^4.4.0:
|
| 7628 |
+
version "4.4.0"
|
| 7629 |
+
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
|
| 7630 |
+
integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=
|
| 7631 |
+
|
| 7632 |
+
lodash.isequal@^4.5.0:
|
| 7633 |
+
version "4.5.0"
|
| 7634 |
+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
|
| 7635 |
+
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
|
| 7636 |
+
|
| 7637 |
+
lodash.merge@^4.6.2:
|
| 7638 |
+
version "4.6.2"
|
| 7639 |
+
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
|
| 7640 |
+
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
|
| 7641 |
+
|
| 7642 |
+
lodash.once@^4.1.1:
|
| 7643 |
+
version "4.1.1"
|
| 7644 |
+
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
|
| 7645 |
+
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
|
| 7646 |
+
|
| 7647 |
+
lodash.template@^4.4.0:
|
| 7648 |
+
version "4.5.0"
|
| 7649 |
+
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
|
| 7650 |
+
integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
|
| 7651 |
+
dependencies:
|
| 7652 |
+
lodash._reinterpolate "^3.0.0"
|
| 7653 |
+
lodash.templatesettings "^4.0.0"
|
| 7654 |
+
|
| 7655 |
+
lodash.templatesettings@^4.0.0:
|
| 7656 |
+
version "4.2.0"
|
| 7657 |
+
resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33"
|
| 7658 |
+
integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==
|
| 7659 |
+
dependencies:
|
| 7660 |
+
lodash._reinterpolate "^3.0.0"
|
| 7661 |
+
|
| 7662 |
+
lodash.truncate@^4.4.2:
|
| 7663 |
+
version "4.4.2"
|
| 7664 |
+
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
|
| 7665 |
+
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
|
| 7666 |
+
|
| 7667 |
+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
|
| 7668 |
+
version "4.17.21"
|
| 7669 |
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
| 7670 |
+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
| 7671 |
+
|
| 7672 |
+
log-symbols@^4.0.0, log-symbols@^4.1.0:
|
| 7673 |
+
version "4.1.0"
|
| 7674 |
+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
|
| 7675 |
+
integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
|
| 7676 |
+
dependencies:
|
| 7677 |
+
chalk "^4.1.0"
|
| 7678 |
+
is-unicode-supported "^0.1.0"
|
| 7679 |
+
|
| 7680 |
+
log-update@^4.0.0:
|
| 7681 |
+
version "4.0.0"
|
| 7682 |
+
resolved "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1"
|
| 7683 |
+
integrity sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==
|
| 7684 |
+
dependencies:
|
| 7685 |
+
ansi-escapes "^4.3.0"
|
| 7686 |
+
cli-cursor "^3.1.0"
|
| 7687 |
+
slice-ansi "^4.0.0"
|
| 7688 |
+
wrap-ansi "^6.2.0"
|
| 7689 |
+
|
| 7690 |
+
logform@^2.2.0:
|
| 7691 |
+
version "2.2.0"
|
| 7692 |
+
resolved "https://registry.yarnpkg.com/logform/-/logform-2.2.0.tgz#40f036d19161fc76b68ab50fdc7fe495544492f2"
|
| 7693 |
+
integrity sha512-N0qPlqfypFx7UHNn4B3lzS/b0uLqt2hmuoa+PpuXNYgozdJYAyauF5Ky0BWVjrxDlMWiT3qN4zPq3vVAfZy7Yg==
|
| 7694 |
+
dependencies:
|
| 7695 |
+
colors "^1.2.1"
|
| 7696 |
+
fast-safe-stringify "^2.0.4"
|
| 7697 |
+
fecha "^4.2.0"
|
| 7698 |
+
ms "^2.1.1"
|
| 7699 |
+
triple-beam "^1.3.0"
|
| 7700 |
+
|
| 7701 |
+
longest-streak@^2.0.0:
|
| 7702 |
+
version "2.0.4"
|
| 7703 |
+
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4"
|
| 7704 |
+
integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
|
| 7705 |
+
|
| 7706 |
+
loose-envify@^1.1.0, loose-envify@^1.4.0:
|
| 7707 |
+
version "1.4.0"
|
| 7708 |
+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
| 7709 |
+
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
|
| 7710 |
+
dependencies:
|
| 7711 |
+
js-tokens "^3.0.0 || ^4.0.0"
|
| 7712 |
+
|
| 7713 |
+
lru-cache@^4.0.1:
|
| 7714 |
+
version "4.1.5"
|
| 7715 |
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
|
| 7716 |
+
integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
|
| 7717 |
+
dependencies:
|
| 7718 |
+
pseudomap "^1.0.2"
|
| 7719 |
+
yallist "^2.1.2"
|
| 7720 |
+
|
| 7721 |
+
lru-cache@^5.1.1:
|
| 7722 |
+
version "5.1.1"
|
| 7723 |
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
|
| 7724 |
+
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
|
| 7725 |
+
dependencies:
|
| 7726 |
+
yallist "^3.0.2"
|
| 7727 |
+
|
| 7728 |
+
lru-cache@^6.0.0:
|
| 7729 |
+
version "6.0.0"
|
| 7730 |
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
|
| 7731 |
+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
|
| 7732 |
+
dependencies:
|
| 7733 |
+
yallist "^4.0.0"
|
| 7734 |
+
|
| 7735 |
+
lz-string@^1.4.4:
|
| 7736 |
+
version "1.4.4"
|
| 7737 |
+
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
|
| 7738 |
+
integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=
|
| 7739 |
+
|
| 7740 |
+
make-dir@^2.0.0:
|
| 7741 |
+
version "2.1.0"
|
| 7742 |
+
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
|
| 7743 |
+
integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
|
| 7744 |
+
dependencies:
|
| 7745 |
+
pify "^4.0.1"
|
| 7746 |
+
semver "^5.6.0"
|
| 7747 |
+
|
| 7748 |
+
make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0:
|
| 7749 |
+
version "3.1.0"
|
| 7750 |
+
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
|
| 7751 |
+
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
|
| 7752 |
+
dependencies:
|
| 7753 |
+
semver "^6.0.0"
|
| 7754 |
+
|
| 7755 |
+
makeerror@1.0.x:
|
| 7756 |
+
version "1.0.11"
|
| 7757 |
+
resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c"
|
| 7758 |
+
integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=
|
| 7759 |
+
dependencies:
|
| 7760 |
+
tmpl "1.0.x"
|
| 7761 |
+
|
| 7762 |
+
map-cache@^0.2.2:
|
| 7763 |
+
version "0.2.2"
|
| 7764 |
+
resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
|
| 7765 |
+
integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
|
| 7766 |
+
|
| 7767 |
+
map-obj@^1.0.0:
|
| 7768 |
+
version "1.0.1"
|
| 7769 |
+
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
|
| 7770 |
+
integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
|
| 7771 |
+
|
| 7772 |
+
map-obj@^4.0.0:
|
| 7773 |
+
version "4.2.1"
|
| 7774 |
+
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.2.1.tgz#e4ea399dbc979ae735c83c863dd31bdf364277b7"
|
| 7775 |
+
integrity sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==
|
| 7776 |
+
|
| 7777 |
+
map-values@^1.0.1:
|
| 7778 |
+
version "1.0.1"
|
| 7779 |
+
resolved "https://registry.yarnpkg.com/map-values/-/map-values-1.0.1.tgz#768b8e79c009bf2b64fee806e22a7b1c4190c990"
|
| 7780 |
+
integrity sha1-douOecAJvytk/ugG4ip7HEGQyZA=
|
| 7781 |
+
|
| 7782 |
+
map-visit@^1.0.0:
|
| 7783 |
+
version "1.0.0"
|
| 7784 |
+
resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
|
| 7785 |
+
integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=
|
| 7786 |
+
dependencies:
|
| 7787 |
+
object-visit "^1.0.0"
|
| 7788 |
+
|
| 7789 |
+
markdown-escapes@^1.0.0:
|
| 7790 |
+
version "1.0.4"
|
| 7791 |
+
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535"
|
| 7792 |
+
integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==
|
| 7793 |
+
|
| 7794 |
+
markdown-it@10.0.0:
|
| 7795 |
+
version "10.0.0"
|
| 7796 |
+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz#abfc64f141b1722d663402044e43927f1f50a8dc"
|
| 7797 |
+
integrity sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==
|
| 7798 |
+
dependencies:
|
| 7799 |
+
argparse "^1.0.7"
|
| 7800 |
+
entities "~2.0.0"
|
| 7801 |
+
linkify-it "^2.0.0"
|
| 7802 |
+
mdurl "^1.0.1"
|
| 7803 |
+
uc.micro "^1.0.5"
|
| 7804 |
+
|
| 7805 |
+
markdownlint-cli@^0.21.0:
|
| 7806 |
+
version "0.21.0"
|
| 7807 |
+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.21.0.tgz#d792b157e9de63ce1d6b6e13d7cf83d5e552d5e8"
|
| 7808 |
+
integrity sha512-gvnczz3W3Wgex851/cIQ/2y8GNhY+EVK8Ael8kRd8hoSQ0ps9xjhtwPwMyJPoiYbAoPxG6vSBFISiysaAbCEZg==
|
| 7809 |
+
dependencies:
|
| 7810 |
+
commander "~2.9.0"
|
| 7811 |
+
deep-extend "~0.5.1"
|
| 7812 |
+
get-stdin "~5.0.1"
|
| 7813 |
+
glob "~7.1.2"
|
| 7814 |
+
ignore "~5.1.4"
|
| 7815 |
+
js-yaml "~3.13.1"
|
| 7816 |
+
jsonc-parser "~2.2.0"
|
| 7817 |
+
lodash.differencewith "~4.5.0"
|
| 7818 |
+
lodash.flatten "~4.4.0"
|
| 7819 |
+
markdownlint "~0.18.0"
|
| 7820 |
+
markdownlint-rule-helpers "~0.6.0"
|
| 7821 |
+
minimatch "~3.0.4"
|
| 7822 |
+
rc "~1.2.7"
|
| 7823 |
+
|
| 7824 |
+
markdownlint-rule-helpers@~0.6.0:
|
| 7825 |
+
version "0.6.0"
|
| 7826 |
+
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.6.0.tgz#3a866a340d394d21d40777b787d3ad84489405c5"
|
| 7827 |
+
integrity sha512-LiZVAbg9/cqkBHtLNNqHV3xuy4Y2L/KuGU6+ZXqCT9NnCdEkIoxeI5/96t+ExquBY0iHy2CVWxPH16nG1RKQVQ==
|
| 7828 |
+
|
| 7829 |
+
markdownlint@^0.18.0, markdownlint@~0.18.0:
|
| 7830 |
+
version "0.18.0"
|
| 7831 |
+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.18.0.tgz#906ab9229da4c4be074d0b79de23a69bfa8471d3"
|
| 7832 |
+
integrity sha512-nQAfK9Pbq0ZRoMC/abNGterEnV3kL8MZmi0WHhw8WJKoIbsm3cXGufGsxzCRvjW15cxe74KWcxRSKqwplS26Bw==
|
| 7833 |
+
dependencies:
|
| 7834 |
+
markdown-it "10.0.0"
|
| 7835 |
+
|
| 7836 |
+
mathml-tag-names@^2.1.3:
|
| 7837 |
+
version "2.1.3"
|
| 7838 |
+
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
|
| 7839 |
+
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
|
| 7840 |
+
|
| 7841 |
+
md5.js@^1.3.4:
|
| 7842 |
+
version "1.3.5"
|
| 7843 |
+
resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
|
| 7844 |
+
integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==
|
| 7845 |
+
dependencies:
|
| 7846 |
+
hash-base "^3.0.0"
|
| 7847 |
+
inherits "^2.0.1"
|
| 7848 |
+
safe-buffer "^5.1.2"
|
| 7849 |
+
|
| 7850 |
+
mdast-util-from-markdown@^0.8.0:
|
| 7851 |
+
version "0.8.5"
|
| 7852 |
+
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz#d1ef2ca42bc377ecb0463a987910dae89bd9a28c"
|
| 7853 |
+
integrity sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==
|
| 7854 |
+
dependencies:
|
| 7855 |
+
"@types/mdast" "^3.0.0"
|
| 7856 |
+
mdast-util-to-string "^2.0.0"
|
| 7857 |
+
micromark "~2.11.0"
|
| 7858 |
+
parse-entities "^2.0.0"
|
| 7859 |
+
unist-util-stringify-position "^2.0.0"
|
| 7860 |
+
|
| 7861 |
+
mdast-util-to-markdown@^0.6.0:
|
| 7862 |
+
version "0.6.5"
|
| 7863 |
+
resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz#b33f67ca820d69e6cc527a93d4039249b504bebe"
|
| 7864 |
+
integrity sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==
|
| 7865 |
+
dependencies:
|
| 7866 |
+
"@types/unist" "^2.0.0"
|
| 7867 |
+
longest-streak "^2.0.0"
|
| 7868 |
+
mdast-util-to-string "^2.0.0"
|
| 7869 |
+
parse-entities "^2.0.0"
|
| 7870 |
+
repeat-string "^1.0.0"
|
| 7871 |
+
zwitch "^1.0.0"
|
| 7872 |
+
|
| 7873 |
+
mdast-util-to-string@^2.0.0:
|
| 7874 |
+
version "2.0.0"
|
| 7875 |
+
resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b"
|
| 7876 |
+
integrity sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==
|
| 7877 |
+
|
| 7878 |
+
mdn-data@2.0.14:
|
| 7879 |
+
version "2.0.14"
|
| 7880 |
+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50"
|
| 7881 |
+
integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==
|
| 7882 |
+
|
| 7883 |
+
mdn-data@2.0.4:
|
| 7884 |
+
version "2.0.4"
|
| 7885 |
+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
|
| 7886 |
+
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
|
| 7887 |
+
|
| 7888 |
+
mdurl@^1.0.1:
|
| 7889 |
+
version "1.0.1"
|
| 7890 |
+
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
|
| 7891 |
+
integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=
|
| 7892 |
+
|
| 7893 |
+
media-typer@0.3.0:
|
| 7894 |
+
version "0.3.0"
|
| 7895 |
+
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
|
| 7896 |
+
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
|
| 7897 |
+
|
| 7898 |
+
memory-fs@^0.4.1:
|
| 7899 |
+
version "0.4.1"
|
| 7900 |
+
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
|
| 7901 |
+
integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=
|
| 7902 |
+
dependencies:
|
| 7903 |
+
errno "^0.1.3"
|
| 7904 |
+
readable-stream "^2.0.1"
|
| 7905 |
+
|
| 7906 |
+
memory-fs@^0.5.0:
|
| 7907 |
+
version "0.5.0"
|
| 7908 |
+
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c"
|
| 7909 |
+
integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==
|
| 7910 |
+
dependencies:
|
| 7911 |
+
errno "^0.1.3"
|
| 7912 |
+
readable-stream "^2.0.1"
|
| 7913 |
+
|
| 7914 |
+
meow@^6.1.1:
|
| 7915 |
+
version "6.1.1"
|
| 7916 |
+
resolved "https://registry.yarnpkg.com/meow/-/meow-6.1.1.tgz#1ad64c4b76b2a24dfb2f635fddcadf320d251467"
|
| 7917 |
+
integrity sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==
|
| 7918 |
+
dependencies:
|
| 7919 |
+
"@types/minimist" "^1.2.0"
|
| 7920 |
+
camelcase-keys "^6.2.2"
|
| 7921 |
+
decamelize-keys "^1.1.0"
|
| 7922 |
+
hard-rejection "^2.1.0"
|
| 7923 |
+
minimist-options "^4.0.2"
|
| 7924 |
+
normalize-package-data "^2.5.0"
|
| 7925 |
+
read-pkg-up "^7.0.1"
|
| 7926 |
+
redent "^3.0.0"
|
| 7927 |
+
trim-newlines "^3.0.0"
|
| 7928 |
+
type-fest "^0.13.1"
|
| 7929 |
+
yargs-parser "^18.1.3"
|
| 7930 |
+
|
| 7931 |
+
meow@^9.0.0:
|
| 7932 |
+
version "9.0.0"
|
| 7933 |
+
resolved "https://registry.yarnpkg.com/meow/-/meow-9.0.0.tgz#cd9510bc5cac9dee7d03c73ee1f9ad959f4ea364"
|
| 7934 |
+
integrity sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==
|
| 7935 |
+
dependencies:
|
| 7936 |
+
"@types/minimist" "^1.2.0"
|
| 7937 |
+
camelcase-keys "^6.2.2"
|
| 7938 |
+
decamelize "^1.2.0"
|
| 7939 |
+
decamelize-keys "^1.1.0"
|
| 7940 |
+
hard-rejection "^2.1.0"
|
| 7941 |
+
minimist-options "4.1.0"
|
| 7942 |
+
normalize-package-data "^3.0.0"
|
| 7943 |
+
read-pkg-up "^7.0.1"
|
| 7944 |
+
redent "^3.0.0"
|
| 7945 |
+
trim-newlines "^3.0.0"
|
| 7946 |
+
type-fest "^0.18.0"
|
| 7947 |
+
yargs-parser "^20.2.3"
|
| 7948 |
+
|
| 7949 |
+
merge-deep@^3.0.3:
|
| 7950 |
+
version "3.0.3"
|
| 7951 |
+
resolved "https://registry.yarnpkg.com/merge-deep/-/merge-deep-3.0.3.tgz#1a2b2ae926da8b2ae93a0ac15d90cd1922766003"
|
| 7952 |
+
integrity sha512-qtmzAS6t6grwEkNrunqTBdn0qKwFgNWvlxUbAV8es9M7Ot1EbyApytCnvE0jALPa46ZpKDUo527kKiaWplmlFA==
|
| 7953 |
+
dependencies:
|
| 7954 |
+
arr-union "^3.1.0"
|
| 7955 |
+
clone-deep "^0.2.4"
|
| 7956 |
+
kind-of "^3.0.2"
|
| 7957 |
+
|
| 7958 |
+
merge-descriptors@1.0.1:
|
| 7959 |
+
version "1.0.1"
|
| 7960 |
+
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
|
| 7961 |
+
integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=
|
| 7962 |
+
|
| 7963 |
+
merge-stream@^2.0.0:
|
| 7964 |
+
version "2.0.0"
|
| 7965 |
+
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
|
| 7966 |
+
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
|
| 7967 |
+
|
| 7968 |
+
merge2@^1.2.3, merge2@^1.3.0:
|
| 7969 |
+
version "1.4.1"
|
| 7970 |
+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
| 7971 |
+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
| 7972 |
+
|
| 7973 |
+
methods@~1.1.2:
|
| 7974 |
+
version "1.1.2"
|
| 7975 |
+
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
|
| 7976 |
+
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
|
| 7977 |
+
|
| 7978 |
+
micromark@~2.11.0:
|
| 7979 |
+
version "2.11.4"
|
| 7980 |
+
resolved "https://registry.yarnpkg.com/micromark/-/micromark-2.11.4.tgz#d13436138eea826383e822449c9a5c50ee44665a"
|
| 7981 |
+
integrity sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==
|
| 7982 |
+
dependencies:
|
| 7983 |
+
debug "^4.0.0"
|
| 7984 |
+
parse-entities "^2.0.0"
|
| 7985 |
+
|
| 7986 |
+
micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
|
| 7987 |
+
version "3.1.10"
|
| 7988 |
+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
| 7989 |
+
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
|
| 7990 |
+
dependencies:
|
| 7991 |
+
arr-diff "^4.0.0"
|
| 7992 |
+
array-unique "^0.3.2"
|
| 7993 |
+
braces "^2.3.1"
|
| 7994 |
+
define-property "^2.0.2"
|
| 7995 |
+
extend-shallow "^3.0.2"
|
| 7996 |
+
extglob "^2.0.4"
|
| 7997 |
+
fragment-cache "^0.2.1"
|
| 7998 |
+
kind-of "^6.0.2"
|
| 7999 |
+
nanomatch "^1.2.9"
|
| 8000 |
+
object.pick "^1.3.0"
|
| 8001 |
+
regex-not "^1.0.0"
|
| 8002 |
+
snapdragon "^0.8.1"
|
| 8003 |
+
to-regex "^3.0.2"
|
| 8004 |
+
|
| 8005 |
+
micromatch@^4.0.2, micromatch@^4.0.4:
|
| 8006 |
+
version "4.0.4"
|
| 8007 |
+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
|
| 8008 |
+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
|
| 8009 |
+
dependencies:
|
| 8010 |
+
braces "^3.0.1"
|
| 8011 |
+
picomatch "^2.2.3"
|
| 8012 |
+
|
| 8013 |
+
miller-rabin@^4.0.0:
|
| 8014 |
+
version "4.0.1"
|
| 8015 |
+
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
|
| 8016 |
+
integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==
|
| 8017 |
+
dependencies:
|
| 8018 |
+
bn.js "^4.0.0"
|
| 8019 |
+
brorand "^1.0.1"
|
| 8020 |
+
|
| 8021 |
+
mime-db@1.49.0:
|
| 8022 |
+
version "1.49.0"
|
| 8023 |
+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.49.0.tgz#f3dfde60c99e9cf3bc9701d687778f537001cbed"
|
| 8024 |
+
integrity sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==
|
| 8025 |
+
|
| 8026 |
+
mime-types@^2.1.12, mime-types@~2.1.19, mime-types@~2.1.24:
|
| 8027 |
+
version "2.1.32"
|
| 8028 |
+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.32.tgz#1d00e89e7de7fe02008db61001d9e02852670fd5"
|
| 8029 |
+
integrity sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==
|
| 8030 |
+
dependencies:
|
| 8031 |
+
mime-db "1.49.0"
|
| 8032 |
+
|
| 8033 |
+
mime@1.6.0:
|
| 8034 |
+
version "1.6.0"
|
| 8035 |
+
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
|
| 8036 |
+
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
|
| 8037 |
+
|
| 8038 |
+
mime@^2.3.1, mime@^2.4.4:
|
| 8039 |
+
version "2.5.2"
|
| 8040 |
+
resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe"
|
| 8041 |
+
integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==
|
| 8042 |
+
|
| 8043 |
+
mimic-fn@^2.1.0:
|
| 8044 |
+
version "2.1.0"
|
| 8045 |
+
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
|
| 8046 |
+
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
|
| 8047 |
+
|
| 8048 |
+
min-indent@^1.0.0:
|
| 8049 |
+
version "1.0.1"
|
| 8050 |
+
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
| 8051 |
+
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
| 8052 |
+
|
| 8053 |
+
mini-css-extract-plugin@^0.9.0:
|
| 8054 |
+
version "0.9.0"
|
| 8055 |
+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz#47f2cf07aa165ab35733b1fc97d4c46c0564339e"
|
| 8056 |
+
integrity sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==
|
| 8057 |
+
dependencies:
|
| 8058 |
+
loader-utils "^1.1.0"
|
| 8059 |
+
normalize-url "1.9.1"
|
| 8060 |
+
schema-utils "^1.0.0"
|
| 8061 |
+
webpack-sources "^1.1.0"
|
| 8062 |
+
|
| 8063 |
+
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
|
| 8064 |
+
version "1.0.1"
|
| 8065 |
+
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
|
| 8066 |
+
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
|
| 8067 |
+
|
| 8068 |
+
minimalistic-crypto-utils@^1.0.1:
|
| 8069 |
+
version "1.0.1"
|
| 8070 |
+
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
|
| 8071 |
+
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
|
| 8072 |
+
|
| 8073 |
+
minimatch@^3.0.4, minimatch@~3.0.4:
|
| 8074 |
+
version "3.0.4"
|
| 8075 |
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
| 8076 |
+
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
|
| 8077 |
+
dependencies:
|
| 8078 |
+
brace-expansion "^1.1.7"
|
| 8079 |
+
|
| 8080 |
+
minimist-options@4.1.0, minimist-options@^4.0.2:
|
| 8081 |
+
version "4.1.0"
|
| 8082 |
+
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
| 8083 |
+
integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==
|
| 8084 |
+
dependencies:
|
| 8085 |
+
arrify "^1.0.1"
|
| 8086 |
+
is-plain-obj "^1.1.0"
|
| 8087 |
+
kind-of "^6.0.3"
|
| 8088 |
+
|
| 8089 |
+
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
|
| 8090 |
+
version "1.2.5"
|
| 8091 |
+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
| 8092 |
+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
| 8093 |
+
|
| 8094 |
+
minipass-collect@^1.0.2:
|
| 8095 |
+
version "1.0.2"
|
| 8096 |
+
resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"
|
| 8097 |
+
integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==
|
| 8098 |
+
dependencies:
|
| 8099 |
+
minipass "^3.0.0"
|
| 8100 |
+
|
| 8101 |
+
minipass-flush@^1.0.5:
|
| 8102 |
+
version "1.0.5"
|
| 8103 |
+
resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373"
|
| 8104 |
+
integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==
|
| 8105 |
+
dependencies:
|
| 8106 |
+
minipass "^3.0.0"
|
| 8107 |
+
|
| 8108 |
+
minipass-pipeline@^1.2.2:
|
| 8109 |
+
version "1.2.4"
|
| 8110 |
+
resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c"
|
| 8111 |
+
integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==
|
| 8112 |
+
dependencies:
|
| 8113 |
+
minipass "^3.0.0"
|
| 8114 |
+
|
| 8115 |
+
minipass@^3.0.0, minipass@^3.1.1:
|
| 8116 |
+
version "3.1.3"
|
| 8117 |
+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd"
|
| 8118 |
+
integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==
|
| 8119 |
+
dependencies:
|
| 8120 |
+
yallist "^4.0.0"
|
| 8121 |
+
|
| 8122 |
+
minizlib@^2.1.1:
|
| 8123 |
+
version "2.1.2"
|
| 8124 |
+
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
|
| 8125 |
+
integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==
|
| 8126 |
+
dependencies:
|
| 8127 |
+
minipass "^3.0.0"
|
| 8128 |
+
yallist "^4.0.0"
|
| 8129 |
+
|
| 8130 |
+
mississippi@^3.0.0:
|
| 8131 |
+
version "3.0.0"
|
| 8132 |
+
resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022"
|
| 8133 |
+
integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==
|
| 8134 |
+
dependencies:
|
| 8135 |
+
concat-stream "^1.5.0"
|
| 8136 |
+
duplexify "^3.4.2"
|
| 8137 |
+
end-of-stream "^1.1.0"
|
| 8138 |
+
flush-write-stream "^1.0.0"
|
| 8139 |
+
from2 "^2.1.0"
|
| 8140 |
+
parallel-transform "^1.1.0"
|
| 8141 |
+
pump "^3.0.0"
|
| 8142 |
+
pumpify "^1.3.3"
|
| 8143 |
+
stream-each "^1.1.0"
|
| 8144 |
+
through2 "^2.0.0"
|
| 8145 |
+
|
| 8146 |
+
mixin-deep@^1.2.0:
|
| 8147 |
+
version "1.3.2"
|
| 8148 |
+
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
|
| 8149 |
+
integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
|
| 8150 |
+
dependencies:
|
| 8151 |
+
for-in "^1.0.2"
|
| 8152 |
+
is-extendable "^1.0.1"
|
| 8153 |
+
|
| 8154 |
+
mixin-object@^2.0.1:
|
| 8155 |
+
version "2.0.1"
|
| 8156 |
+
resolved "https://registry.yarnpkg.com/mixin-object/-/mixin-object-2.0.1.tgz#4fb949441dab182540f1fe035ba60e1947a5e57e"
|
| 8157 |
+
integrity sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4=
|
| 8158 |
+
dependencies:
|
| 8159 |
+
for-in "^0.1.3"
|
| 8160 |
+
is-extendable "^0.1.1"
|
| 8161 |
+
|
| 8162 |
+
mkdirp-classic@^0.5.2:
|
| 8163 |
+
version "0.5.3"
|
| 8164 |
+
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
|
| 8165 |
+
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
|
| 8166 |
+
|
| 8167 |
+
mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1:
|
| 8168 |
+
version "0.5.5"
|
| 8169 |
+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
|
| 8170 |
+
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
|
| 8171 |
+
dependencies:
|
| 8172 |
+
minimist "^1.2.5"
|
| 8173 |
+
|
| 8174 |
+
mkdirp@^1.0.3, mkdirp@^1.0.4:
|
| 8175 |
+
version "1.0.4"
|
| 8176 |
+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
|
| 8177 |
+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
|
| 8178 |
+
|
| 8179 |
+
moo@^0.5.0:
|
| 8180 |
+
version "0.5.1"
|
| 8181 |
+
resolved "https://registry.yarnpkg.com/moo/-/moo-0.5.1.tgz#7aae7f384b9b09f620b6abf6f74ebbcd1b65dbc4"
|
| 8182 |
+
integrity sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w==
|
| 8183 |
+
|
| 8184 |
+
move-concurrently@^1.0.1:
|
| 8185 |
+
version "1.0.1"
|
| 8186 |
+
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
|
| 8187 |
+
integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=
|
| 8188 |
+
dependencies:
|
| 8189 |
+
aproba "^1.1.1"
|
| 8190 |
+
copy-concurrently "^1.0.0"
|
| 8191 |
+
fs-write-stream-atomic "^1.0.8"
|
| 8192 |
+
mkdirp "^0.5.1"
|
| 8193 |
+
rimraf "^2.5.4"
|
| 8194 |
+
run-queue "^1.0.3"
|
| 8195 |
+
|
| 8196 |
+
ms@2.0.0:
|
| 8197 |
+
version "2.0.0"
|
| 8198 |
+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
|
| 8199 |
+
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
|
| 8200 |
+
|
| 8201 |
+
ms@2.1.1:
|
| 8202 |
+
version "2.1.1"
|
| 8203 |
+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
|
| 8204 |
+
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
|
| 8205 |
+
|
| 8206 |
+
ms@2.1.2:
|
| 8207 |
+
version "2.1.2"
|
| 8208 |
+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
| 8209 |
+
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
| 8210 |
+
|
| 8211 |
+
ms@^2.1.1:
|
| 8212 |
+
version "2.1.3"
|
| 8213 |
+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
| 8214 |
+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
| 8215 |
+
|
| 8216 |
+
nan@^2.12.1:
|
| 8217 |
+
version "2.15.0"
|
| 8218 |
+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
|
| 8219 |
+
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
|
| 8220 |
+
|
| 8221 |
+
nanomatch@^1.2.9:
|
| 8222 |
+
version "1.2.13"
|
| 8223 |
+
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
|
| 8224 |
+
integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==
|
| 8225 |
+
dependencies:
|
| 8226 |
+
arr-diff "^4.0.0"
|
| 8227 |
+
array-unique "^0.3.2"
|
| 8228 |
+
define-property "^2.0.2"
|
| 8229 |
+
extend-shallow "^3.0.2"
|
| 8230 |
+
fragment-cache "^0.2.1"
|
| 8231 |
+
is-windows "^1.0.2"
|
| 8232 |
+
kind-of "^6.0.2"
|
| 8233 |
+
object.pick "^1.3.0"
|
| 8234 |
+
regex-not "^1.0.0"
|
| 8235 |
+
snapdragon "^0.8.1"
|
| 8236 |
+
to-regex "^3.0.1"
|
| 8237 |
+
|
| 8238 |
+
natural-compare@^1.4.0:
|
| 8239 |
+
version "1.4.0"
|
| 8240 |
+
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
| 8241 |
+
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
|
| 8242 |
+
|
| 8243 |
+
nearley@^2.7.10:
|
| 8244 |
+
version "2.20.1"
|
| 8245 |
+
resolved "https://registry.yarnpkg.com/nearley/-/nearley-2.20.1.tgz#246cd33eff0d012faf197ff6774d7ac78acdd474"
|
| 8246 |
+
integrity sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==
|
| 8247 |
+
dependencies:
|
| 8248 |
+
commander "^2.19.0"
|
| 8249 |
+
moo "^0.5.0"
|
| 8250 |
+
railroad-diagrams "^1.0.0"
|
| 8251 |
+
randexp "0.4.6"
|
| 8252 |
+
|
| 8253 |
+
negotiator@0.6.2:
|
| 8254 |
+
version "0.6.2"
|
| 8255 |
+
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
|
| 8256 |
+
integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
|
| 8257 |
+
|
| 8258 |
+
neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1:
|
| 8259 |
+
version "2.6.2"
|
| 8260 |
+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
| 8261 |
+
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
| 8262 |
+
|
| 8263 |
+
nice-try@^1.0.4:
|
| 8264 |
+
version "1.0.5"
|
| 8265 |
+
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
| 8266 |
+
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
|
| 8267 |
+
|
| 8268 |
+
node-fetch@^2.6.1:
|
| 8269 |
+
version "2.6.1"
|
| 8270 |
+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
|
| 8271 |
+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
|
| 8272 |
+
|
| 8273 |
+
node-int64@^0.4.0:
|
| 8274 |
+
version "0.4.0"
|
| 8275 |
+
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
|
| 8276 |
+
integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
|
| 8277 |
+
|
| 8278 |
+
node-libs-browser@^2.2.1:
|
| 8279 |
+
version "2.2.1"
|
| 8280 |
+
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425"
|
| 8281 |
+
integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==
|
| 8282 |
+
dependencies:
|
| 8283 |
+
assert "^1.1.1"
|
| 8284 |
+
browserify-zlib "^0.2.0"
|
| 8285 |
+
buffer "^4.3.0"
|
| 8286 |
+
console-browserify "^1.1.0"
|
| 8287 |
+
constants-browserify "^1.0.0"
|
| 8288 |
+
crypto-browserify "^3.11.0"
|
| 8289 |
+
domain-browser "^1.1.1"
|
| 8290 |
+
events "^3.0.0"
|
| 8291 |
+
https-browserify "^1.0.0"
|
| 8292 |
+
os-browserify "^0.3.0"
|
| 8293 |
+
path-browserify "0.0.1"
|
| 8294 |
+
process "^0.11.10"
|
| 8295 |
+
punycode "^1.2.4"
|
| 8296 |
+
querystring-es3 "^0.2.0"
|
| 8297 |
+
readable-stream "^2.3.3"
|
| 8298 |
+
stream-browserify "^2.0.1"
|
| 8299 |
+
stream-http "^2.7.2"
|
| 8300 |
+
string_decoder "^1.0.0"
|
| 8301 |
+
timers-browserify "^2.0.4"
|
| 8302 |
+
tty-browserify "0.0.0"
|
| 8303 |
+
url "^0.11.0"
|
| 8304 |
+
util "^0.11.0"
|
| 8305 |
+
vm-browserify "^1.0.1"
|
| 8306 |
+
|
| 8307 |
+
node-modules-regexp@^1.0.0:
|
| 8308 |
+
version "1.0.0"
|
| 8309 |
+
resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
|
| 8310 |
+
integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
|
| 8311 |
+
|
| 8312 |
+
node-notifier@^8.0.0:
|
| 8313 |
+
version "8.0.2"
|
| 8314 |
+
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5"
|
| 8315 |
+
integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==
|
| 8316 |
+
dependencies:
|
| 8317 |
+
growly "^1.3.0"
|
| 8318 |
+
is-wsl "^2.2.0"
|
| 8319 |
+
semver "^7.3.2"
|
| 8320 |
+
shellwords "^0.1.1"
|
| 8321 |
+
uuid "^8.3.0"
|
| 8322 |
+
which "^2.0.2"
|
| 8323 |
+
|
| 8324 |
+
node-releases@^1.1.73:
|
| 8325 |
+
version "1.1.73"
|
| 8326 |
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"
|
| 8327 |
+
integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==
|
| 8328 |
+
|
| 8329 |
+
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
|
| 8330 |
+
version "2.5.0"
|
| 8331 |
+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
| 8332 |
+
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
|
| 8333 |
+
dependencies:
|
| 8334 |
+
hosted-git-info "^2.1.4"
|
| 8335 |
+
resolve "^1.10.0"
|
| 8336 |
+
semver "2 || 3 || 4 || 5"
|
| 8337 |
+
validate-npm-package-license "^3.0.1"
|
| 8338 |
+
|
| 8339 |
+
normalize-package-data@^3.0.0:
|
| 8340 |
+
version "3.0.2"
|
| 8341 |
+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.2.tgz#cae5c410ae2434f9a6c1baa65d5bc3b9366c8699"
|
| 8342 |
+
integrity sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==
|
| 8343 |
+
dependencies:
|
| 8344 |
+
hosted-git-info "^4.0.1"
|
| 8345 |
+
resolve "^1.20.0"
|
| 8346 |
+
semver "^7.3.4"
|
| 8347 |
+
validate-npm-package-license "^3.0.1"
|
| 8348 |
+
|
| 8349 |
+
normalize-path@^2.1.1:
|
| 8350 |
+
version "2.1.1"
|
| 8351 |
+
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
|
| 8352 |
+
integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
|
| 8353 |
+
dependencies:
|
| 8354 |
+
remove-trailing-separator "^1.0.1"
|
| 8355 |
+
|
| 8356 |
+
normalize-path@^3.0.0, normalize-path@~3.0.0:
|
| 8357 |
+
version "3.0.0"
|
| 8358 |
+
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
|
| 8359 |
+
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
|
| 8360 |
+
|
| 8361 |
+
normalize-range@^0.1.2:
|
| 8362 |
+
version "0.1.2"
|
| 8363 |
+
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
|
| 8364 |
+
integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
|
| 8365 |
+
|
| 8366 |
+
normalize-selector@^0.2.0:
|
| 8367 |
+
version "0.2.0"
|
| 8368 |
+
resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
|
| 8369 |
+
integrity sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=
|
| 8370 |
+
|
| 8371 |
+
normalize-url@1.9.1:
|
| 8372 |
+
version "1.9.1"
|
| 8373 |
+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c"
|
| 8374 |
+
integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=
|
| 8375 |
+
dependencies:
|
| 8376 |
+
object-assign "^4.0.1"
|
| 8377 |
+
prepend-http "^1.0.0"
|
| 8378 |
+
query-string "^4.1.0"
|
| 8379 |
+
sort-keys "^1.0.0"
|
| 8380 |
+
|
| 8381 |
+
npm-package-json-lint@^5.0.0:
|
| 8382 |
+
version "5.2.2"
|
| 8383 |
+
resolved "https://registry.yarnpkg.com/npm-package-json-lint/-/npm-package-json-lint-5.2.2.tgz#5d24d77112423a90ef7423f11e538a0ed363bb52"
|
| 8384 |
+
integrity sha512-rs+mTLK31dRHzOrPcA33VoVgPxib0WecKGKOm6XkE186/FqiZGmGgkNLpxx1baUORkSmU1ETyi7aQXlZUzqZIA==
|
| 8385 |
+
dependencies:
|
| 8386 |
+
ajv "^6.12.6"
|
| 8387 |
+
ajv-errors "^1.0.1"
|
| 8388 |
+
chalk "^4.1.1"
|
| 8389 |
+
cosmiconfig "^6.0.0"
|
| 8390 |
+
debug "^4.3.2"
|
| 8391 |
+
globby "^11.0.4"
|
| 8392 |
+
ignore "^5.1.8"
|
| 8393 |
+
is-plain-obj "^3.0.0"
|
| 8394 |
+
jsonc-parser "^2.3.1"
|
| 8395 |
+
log-symbols "^4.1.0"
|
| 8396 |
+
meow "^6.1.1"
|
| 8397 |
+
plur "^4.0.0"
|
| 8398 |
+
semver "^7.3.5"
|
| 8399 |
+
slash "^3.0.0"
|
| 8400 |
+
strip-json-comments "^3.1.1"
|
| 8401 |
+
|
| 8402 |
+
npm-run-path@^2.0.0:
|
| 8403 |
+
version "2.0.2"
|
| 8404 |
+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
|
| 8405 |
+
integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=
|
| 8406 |
+
dependencies:
|
| 8407 |
+
path-key "^2.0.0"
|
| 8408 |
+
|
| 8409 |
+
npm-run-path@^4.0.0:
|
| 8410 |
+
version "4.0.1"
|
| 8411 |
+
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
|
| 8412 |
+
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
|
| 8413 |
+
dependencies:
|
| 8414 |
+
path-key "^3.0.0"
|
| 8415 |
+
|
| 8416 |
+
nth-check@^1.0.2:
|
| 8417 |
+
version "1.0.2"
|
| 8418 |
+
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
|
| 8419 |
+
integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==
|
| 8420 |
+
dependencies:
|
| 8421 |
+
boolbase "~1.0.0"
|
| 8422 |
+
|
| 8423 |
+
nth-check@^2.0.0:
|
| 8424 |
+
version "2.0.0"
|
| 8425 |
+
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.0.tgz#1bb4f6dac70072fc313e8c9cd1417b5074c0a125"
|
| 8426 |
+
integrity sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==
|
| 8427 |
+
dependencies:
|
| 8428 |
+
boolbase "^1.0.0"
|
| 8429 |
+
|
| 8430 |
+
num2fraction@^1.2.2:
|
| 8431 |
+
version "1.2.2"
|
| 8432 |
+
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
|
| 8433 |
+
integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=
|
| 8434 |
+
|
| 8435 |
+
nwsapi@^2.2.0:
|
| 8436 |
+
version "2.2.0"
|
| 8437 |
+
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7"
|
| 8438 |
+
integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==
|
| 8439 |
+
|
| 8440 |
+
oauth-sign@~0.9.0:
|
| 8441 |
+
version "0.9.0"
|
| 8442 |
+
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
|
| 8443 |
+
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
|
| 8444 |
+
|
| 8445 |
+
object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
|
| 8446 |
+
version "4.1.1"
|
| 8447 |
+
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
| 8448 |
+
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
|
| 8449 |
+
|
| 8450 |
+
object-copy@^0.1.0:
|
| 8451 |
+
version "0.1.0"
|
| 8452 |
+
resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c"
|
| 8453 |
+
integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw=
|
| 8454 |
+
dependencies:
|
| 8455 |
+
copy-descriptor "^0.1.0"
|
| 8456 |
+
define-property "^0.2.5"
|
| 8457 |
+
kind-of "^3.0.3"
|
| 8458 |
+
|
| 8459 |
+
object-filter@^1.0.2:
|
| 8460 |
+
version "1.0.2"
|
| 8461 |
+
resolved "https://registry.yarnpkg.com/object-filter/-/object-filter-1.0.2.tgz#af0b797ffebeaf8a52c6637cedbe8816cfec1bc8"
|
| 8462 |
+
integrity sha1-rwt5f/6+r4pSxmN87b6IFs/sG8g=
|
| 8463 |
+
|
| 8464 |
+
object-inspect@^1.11.0, object-inspect@^1.7.0, object-inspect@^1.9.0:
|
| 8465 |
+
version "1.11.0"
|
| 8466 |
+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
|
| 8467 |
+
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
|
| 8468 |
+
|
| 8469 |
+
object-is@^1.0.2, object-is@^1.1.2:
|
| 8470 |
+
version "1.1.5"
|
| 8471 |
+
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
|
| 8472 |
+
integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
|
| 8473 |
+
dependencies:
|
| 8474 |
+
call-bind "^1.0.2"
|
| 8475 |
+
define-properties "^1.1.3"
|
| 8476 |
+
|
| 8477 |
+
object-keys@^1.0.12, object-keys@^1.1.1:
|
| 8478 |
+
version "1.1.1"
|
| 8479 |
+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
|
| 8480 |
+
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
|
| 8481 |
+
|
| 8482 |
+
object-visit@^1.0.0:
|
| 8483 |
+
version "1.0.1"
|
| 8484 |
+
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
|
| 8485 |
+
integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=
|
| 8486 |
+
dependencies:
|
| 8487 |
+
isobject "^3.0.0"
|
| 8488 |
+
|
| 8489 |
+
object.assign@^4.1.0, object.assign@^4.1.2:
|
| 8490 |
+
version "4.1.2"
|
| 8491 |
+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
|
| 8492 |
+
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
|
| 8493 |
+
dependencies:
|
| 8494 |
+
call-bind "^1.0.0"
|
| 8495 |
+
define-properties "^1.1.3"
|
| 8496 |
+
has-symbols "^1.0.1"
|
| 8497 |
+
object-keys "^1.1.1"
|
| 8498 |
+
|
| 8499 |
+
object.entries@^1.1.1, object.entries@^1.1.4:
|
| 8500 |
+
version "1.1.4"
|
| 8501 |
+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd"
|
| 8502 |
+
integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==
|
| 8503 |
+
dependencies:
|
| 8504 |
+
call-bind "^1.0.2"
|
| 8505 |
+
define-properties "^1.1.3"
|
| 8506 |
+
es-abstract "^1.18.2"
|
| 8507 |
+
|
| 8508 |
+
object.fromentries@^2.0.0, object.fromentries@^2.0.4:
|
| 8509 |
+
version "2.0.4"
|
| 8510 |
+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8"
|
| 8511 |
+
integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==
|
| 8512 |
+
dependencies:
|
| 8513 |
+
call-bind "^1.0.2"
|
| 8514 |
+
define-properties "^1.1.3"
|
| 8515 |
+
es-abstract "^1.18.0-next.2"
|
| 8516 |
+
has "^1.0.3"
|
| 8517 |
+
|
| 8518 |
+
object.getownpropertydescriptors@^2.1.0:
|
| 8519 |
+
version "2.1.2"
|
| 8520 |
+
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
|
| 8521 |
+
integrity sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==
|
| 8522 |
+
dependencies:
|
| 8523 |
+
call-bind "^1.0.2"
|
| 8524 |
+
define-properties "^1.1.3"
|
| 8525 |
+
es-abstract "^1.18.0-next.2"
|
| 8526 |
+
|
| 8527 |
+
object.pick@^1.3.0:
|
| 8528 |
+
version "1.3.0"
|
| 8529 |
+
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
|
| 8530 |
+
integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=
|
| 8531 |
+
dependencies:
|
| 8532 |
+
isobject "^3.0.1"
|
| 8533 |
+
|
| 8534 |
+
object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.3, object.values@^1.1.4:
|
| 8535 |
+
version "1.1.4"
|
| 8536 |
+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
|
| 8537 |
+
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
|
| 8538 |
+
dependencies:
|
| 8539 |
+
call-bind "^1.0.2"
|
| 8540 |
+
define-properties "^1.1.3"
|
| 8541 |
+
es-abstract "^1.18.2"
|
| 8542 |
+
|
| 8543 |
+
on-finished@~2.3.0:
|
| 8544 |
+
version "2.3.0"
|
| 8545 |
+
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
|
| 8546 |
+
integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=
|
| 8547 |
+
dependencies:
|
| 8548 |
+
ee-first "1.1.1"
|
| 8549 |
+
|
| 8550 |
+
once@^1.3.0, once@^1.3.1, once@^1.4.0:
|
| 8551 |
+
version "1.4.0"
|
| 8552 |
+
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
|
| 8553 |
+
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
|
| 8554 |
+
dependencies:
|
| 8555 |
+
wrappy "1"
|
| 8556 |
+
|
| 8557 |
+
one-time@^1.0.0:
|
| 8558 |
+
version "1.0.0"
|
| 8559 |
+
resolved "https://registry.yarnpkg.com/one-time/-/one-time-1.0.0.tgz#e06bc174aed214ed58edede573b433bbf827cb45"
|
| 8560 |
+
integrity sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==
|
| 8561 |
+
dependencies:
|
| 8562 |
+
fn.name "1.x.x"
|
| 8563 |
+
|
| 8564 |
+
onetime@^5.1.0:
|
| 8565 |
+
version "5.1.2"
|
| 8566 |
+
resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
|
| 8567 |
+
integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
|
| 8568 |
+
dependencies:
|
| 8569 |
+
mimic-fn "^2.1.0"
|
| 8570 |
+
|
| 8571 |
+
opener@^1.5.2:
|
| 8572 |
+
version "1.5.2"
|
| 8573 |
+
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
|
| 8574 |
+
integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==
|
| 8575 |
+
|
| 8576 |
+
optionator@^0.8.1:
|
| 8577 |
+
version "0.8.3"
|
| 8578 |
+
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
|
| 8579 |
+
integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==
|
| 8580 |
+
dependencies:
|
| 8581 |
+
deep-is "~0.1.3"
|
| 8582 |
+
fast-levenshtein "~2.0.6"
|
| 8583 |
+
levn "~0.3.0"
|
| 8584 |
+
prelude-ls "~1.1.2"
|
| 8585 |
+
type-check "~0.3.2"
|
| 8586 |
+
word-wrap "~1.2.3"
|
| 8587 |
+
|
| 8588 |
+
optionator@^0.9.1:
|
| 8589 |
+
version "0.9.1"
|
| 8590 |
+
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
|
| 8591 |
+
integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
|
| 8592 |
+
dependencies:
|
| 8593 |
+
deep-is "^0.1.3"
|
| 8594 |
+
fast-levenshtein "^2.0.6"
|
| 8595 |
+
levn "^0.4.1"
|
| 8596 |
+
prelude-ls "^1.2.1"
|
| 8597 |
+
type-check "^0.4.0"
|
| 8598 |
+
word-wrap "^1.2.3"
|
| 8599 |
+
|
| 8600 |
+
os-browserify@^0.3.0:
|
| 8601 |
+
version "0.3.0"
|
| 8602 |
+
resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
|
| 8603 |
+
integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=
|
| 8604 |
+
|
| 8605 |
+
os-homedir@^1.0.1:
|
| 8606 |
+
version "1.0.2"
|
| 8607 |
+
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
|
| 8608 |
+
integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M=
|
| 8609 |
+
|
| 8610 |
+
ospath@^1.2.2:
|
| 8611 |
+
version "1.2.2"
|
| 8612 |
+
resolved "https://registry.yarnpkg.com/ospath/-/ospath-1.2.2.tgz#1276639774a3f8ef2572f7fe4280e0ea4550c07b"
|
| 8613 |
+
integrity sha1-EnZjl3Sj+O8lcvf+QoDg6kVQwHs=
|
| 8614 |
+
|
| 8615 |
+
p-each-series@^2.1.0:
|
| 8616 |
+
version "2.2.0"
|
| 8617 |
+
resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a"
|
| 8618 |
+
integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==
|
| 8619 |
+
|
| 8620 |
+
p-finally@^1.0.0:
|
| 8621 |
+
version "1.0.0"
|
| 8622 |
+
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
|
| 8623 |
+
integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
|
| 8624 |
+
|
| 8625 |
+
p-limit@^1.1.0:
|
| 8626 |
+
version "1.3.0"
|
| 8627 |
+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
|
| 8628 |
+
integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
|
| 8629 |
+
dependencies:
|
| 8630 |
+
p-try "^1.0.0"
|
| 8631 |
+
|
| 8632 |
+
p-limit@^2.0.0, p-limit@^2.2.0:
|
| 8633 |
+
version "2.3.0"
|
| 8634 |
+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
|
| 8635 |
+
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
|
| 8636 |
+
dependencies:
|
| 8637 |
+
p-try "^2.0.0"
|
| 8638 |
+
|
| 8639 |
+
p-limit@^3.0.2:
|
| 8640 |
+
version "3.1.0"
|
| 8641 |
+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
|
| 8642 |
+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
|
| 8643 |
+
dependencies:
|
| 8644 |
+
yocto-queue "^0.1.0"
|
| 8645 |
+
|
| 8646 |
+
p-locate@^2.0.0:
|
| 8647 |
+
version "2.0.0"
|
| 8648 |
+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
|
| 8649 |
+
integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
|
| 8650 |
+
dependencies:
|
| 8651 |
+
p-limit "^1.1.0"
|
| 8652 |
+
|
| 8653 |
+
p-locate@^3.0.0:
|
| 8654 |
+
version "3.0.0"
|
| 8655 |
+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
|
| 8656 |
+
integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
|
| 8657 |
+
dependencies:
|
| 8658 |
+
p-limit "^2.0.0"
|
| 8659 |
+
|
| 8660 |
+
p-locate@^4.1.0:
|
| 8661 |
+
version "4.1.0"
|
| 8662 |
+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
|
| 8663 |
+
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
|
| 8664 |
+
dependencies:
|
| 8665 |
+
p-limit "^2.2.0"
|
| 8666 |
+
|
| 8667 |
+
p-map@^2.0.0:
|
| 8668 |
+
version "2.1.0"
|
| 8669 |
+
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
|
| 8670 |
+
integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==
|
| 8671 |
+
|
| 8672 |
+
p-map@^4.0.0:
|
| 8673 |
+
version "4.0.0"
|
| 8674 |
+
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
|
| 8675 |
+
integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
|
| 8676 |
+
dependencies:
|
| 8677 |
+
aggregate-error "^3.0.0"
|
| 8678 |
+
|
| 8679 |
+
p-try@^1.0.0:
|
| 8680 |
+
version "1.0.0"
|
| 8681 |
+
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
|
| 8682 |
+
integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
|
| 8683 |
+
|
| 8684 |
+
p-try@^2.0.0:
|
| 8685 |
+
version "2.2.0"
|
| 8686 |
+
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
|
| 8687 |
+
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
|
| 8688 |
+
|
| 8689 |
+
pako@~1.0.5:
|
| 8690 |
+
version "1.0.11"
|
| 8691 |
+
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
|
| 8692 |
+
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
|
| 8693 |
+
|
| 8694 |
+
parallel-transform@^1.1.0:
|
| 8695 |
+
version "1.2.0"
|
| 8696 |
+
resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc"
|
| 8697 |
+
integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==
|
| 8698 |
+
dependencies:
|
| 8699 |
+
cyclist "^1.0.1"
|
| 8700 |
+
inherits "^2.0.3"
|
| 8701 |
+
readable-stream "^2.1.5"
|
| 8702 |
+
|
| 8703 |
+
parent-module@^1.0.0:
|
| 8704 |
+
version "1.0.1"
|
| 8705 |
+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
|
| 8706 |
+
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
|
| 8707 |
+
dependencies:
|
| 8708 |
+
callsites "^3.0.0"
|
| 8709 |
+
|
| 8710 |
+
parse-asn1@^5.0.0, parse-asn1@^5.1.5:
|
| 8711 |
+
version "5.1.6"
|
| 8712 |
+
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4"
|
| 8713 |
+
integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==
|
| 8714 |
+
dependencies:
|
| 8715 |
+
asn1.js "^5.2.0"
|
| 8716 |
+
browserify-aes "^1.0.0"
|
| 8717 |
+
evp_bytestokey "^1.0.0"
|
| 8718 |
+
pbkdf2 "^3.0.3"
|
| 8719 |
+
safe-buffer "^5.1.1"
|
| 8720 |
+
|
| 8721 |
+
parse-entities@^1.1.0:
|
| 8722 |
+
version "1.2.2"
|
| 8723 |
+
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.2.2.tgz#c31bf0f653b6661354f8973559cb86dd1d5edf50"
|
| 8724 |
+
integrity sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==
|
| 8725 |
+
dependencies:
|
| 8726 |
+
character-entities "^1.0.0"
|
| 8727 |
+
character-entities-legacy "^1.0.0"
|
| 8728 |
+
character-reference-invalid "^1.0.0"
|
| 8729 |
+
is-alphanumerical "^1.0.0"
|
| 8730 |
+
is-decimal "^1.0.0"
|
| 8731 |
+
is-hexadecimal "^1.0.0"
|
| 8732 |
+
|
| 8733 |
+
parse-entities@^2.0.0:
|
| 8734 |
+
version "2.0.0"
|
| 8735 |
+
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-2.0.0.tgz#53c6eb5b9314a1f4ec99fa0fdf7ce01ecda0cbe8"
|
| 8736 |
+
integrity sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==
|
| 8737 |
+
dependencies:
|
| 8738 |
+
character-entities "^1.0.0"
|
| 8739 |
+
character-entities-legacy "^1.0.0"
|
| 8740 |
+
character-reference-invalid "^1.0.0"
|
| 8741 |
+
is-alphanumerical "^1.0.0"
|
| 8742 |
+
is-decimal "^1.0.0"
|
| 8743 |
+
is-hexadecimal "^1.0.0"
|
| 8744 |
+
|
| 8745 |
+
parse-json@^2.2.0:
|
| 8746 |
+
version "2.2.0"
|
| 8747 |
+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
|
| 8748 |
+
integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=
|
| 8749 |
+
dependencies:
|
| 8750 |
+
error-ex "^1.2.0"
|
| 8751 |
+
|
| 8752 |
+
parse-json@^4.0.0:
|
| 8753 |
+
version "4.0.0"
|
| 8754 |
+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
|
| 8755 |
+
integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
|
| 8756 |
+
dependencies:
|
| 8757 |
+
error-ex "^1.3.1"
|
| 8758 |
+
json-parse-better-errors "^1.0.1"
|
| 8759 |
+
|
| 8760 |
+
parse-json@^5.0.0:
|
| 8761 |
+
version "5.2.0"
|
| 8762 |
+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
|
| 8763 |
+
integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
|
| 8764 |
+
dependencies:
|
| 8765 |
+
"@babel/code-frame" "^7.0.0"
|
| 8766 |
+
error-ex "^1.3.1"
|
| 8767 |
+
json-parse-even-better-errors "^2.3.0"
|
| 8768 |
+
lines-and-columns "^1.1.6"
|
| 8769 |
+
|
| 8770 |
+
parse-passwd@^1.0.0:
|
| 8771 |
+
version "1.0.0"
|
| 8772 |
+
resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
|
| 8773 |
+
integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=
|
| 8774 |
+
|
| 8775 |
+
parse5-htmlparser2-tree-adapter@^6.0.1:
|
| 8776 |
+
version "6.0.1"
|
| 8777 |
+
resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6"
|
| 8778 |
+
integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==
|
| 8779 |
+
dependencies:
|
| 8780 |
+
parse5 "^6.0.1"
|
| 8781 |
+
|
| 8782 |
+
parse5@6.0.1, parse5@^6.0.1:
|
| 8783 |
+
version "6.0.1"
|
| 8784 |
+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
|
| 8785 |
+
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
|
| 8786 |
+
|
| 8787 |
+
parseurl@~1.3.3:
|
| 8788 |
+
version "1.3.3"
|
| 8789 |
+
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
|
| 8790 |
+
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
|
| 8791 |
+
|
| 8792 |
+
pascalcase@^0.1.1:
|
| 8793 |
+
version "0.1.1"
|
| 8794 |
+
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
|
| 8795 |
+
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
|
| 8796 |
+
|
| 8797 |
+
password-prompt@^1.0.7:
|
| 8798 |
+
version "1.1.2"
|
| 8799 |
+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.2.tgz#85b2f93896c5bd9e9f2d6ff0627fa5af3dc00923"
|
| 8800 |
+
integrity sha512-bpuBhROdrhuN3E7G/koAju0WjVw9/uQOG5Co5mokNj0MiOSBVZS1JTwM4zl55hu0WFmIEFvO9cU9sJQiBIYeIA==
|
| 8801 |
+
dependencies:
|
| 8802 |
+
ansi-escapes "^3.1.0"
|
| 8803 |
+
cross-spawn "^6.0.5"
|
| 8804 |
+
|
| 8805 |
+
path-browserify@0.0.1:
|
| 8806 |
+
version "0.0.1"
|
| 8807 |
+
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a"
|
| 8808 |
+
integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==
|
| 8809 |
+
|
| 8810 |
+
path-dirname@^1.0.0:
|
| 8811 |
+
version "1.0.2"
|
| 8812 |
+
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
|
| 8813 |
+
integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
|
| 8814 |
+
|
| 8815 |
+
path-exists@^2.0.0:
|
| 8816 |
+
version "2.1.0"
|
| 8817 |
+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
|
| 8818 |
+
integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=
|
| 8819 |
+
dependencies:
|
| 8820 |
+
pinkie-promise "^2.0.0"
|
| 8821 |
+
|
| 8822 |
+
path-exists@^3.0.0:
|
| 8823 |
+
version "3.0.0"
|
| 8824 |
+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
|
| 8825 |
+
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
|
| 8826 |
+
|
| 8827 |
+
path-exists@^4.0.0:
|
| 8828 |
+
version "4.0.0"
|
| 8829 |
+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
| 8830 |
+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
| 8831 |
+
|
| 8832 |
+
path-is-absolute@^1.0.0:
|
| 8833 |
+
version "1.0.1"
|
| 8834 |
+
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
| 8835 |
+
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
|
| 8836 |
+
|
| 8837 |
+
path-is-inside@^1.0.2:
|
| 8838 |
+
version "1.0.2"
|
| 8839 |
+
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
|
| 8840 |
+
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
|
| 8841 |
+
|
| 8842 |
+
path-key@^2.0.0, path-key@^2.0.1:
|
| 8843 |
+
version "2.0.1"
|
| 8844 |
+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
| 8845 |
+
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
|
| 8846 |
+
|
| 8847 |
+
path-key@^3.0.0, path-key@^3.1.0:
|
| 8848 |
+
version "3.1.1"
|
| 8849 |
+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
| 8850 |
+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
|
| 8851 |
+
|
| 8852 |
+
path-parse@^1.0.6:
|
| 8853 |
+
version "1.0.7"
|
| 8854 |
+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
| 8855 |
+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
| 8856 |
+
|
| 8857 |
+
path-to-regexp@0.1.7:
|
| 8858 |
+
version "0.1.7"
|
| 8859 |
+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
|
| 8860 |
+
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
|
| 8861 |
+
|
| 8862 |
+
path-type@^1.0.0:
|
| 8863 |
+
version "1.1.0"
|
| 8864 |
+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
|
| 8865 |
+
integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=
|
| 8866 |
+
dependencies:
|
| 8867 |
+
graceful-fs "^4.1.2"
|
| 8868 |
+
pify "^2.0.0"
|
| 8869 |
+
pinkie-promise "^2.0.0"
|
| 8870 |
+
|
| 8871 |
+
path-type@^3.0.0:
|
| 8872 |
+
version "3.0.0"
|
| 8873 |
+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
|
| 8874 |
+
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
|
| 8875 |
+
dependencies:
|
| 8876 |
+
pify "^3.0.0"
|
| 8877 |
+
|
| 8878 |
+
path-type@^4.0.0:
|
| 8879 |
+
version "4.0.0"
|
| 8880 |
+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
| 8881 |
+
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
|
| 8882 |
+
|
| 8883 |
+
pbkdf2@^3.0.3:
|
| 8884 |
+
version "3.1.2"
|
| 8885 |
+
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
|
| 8886 |
+
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
|
| 8887 |
+
dependencies:
|
| 8888 |
+
create-hash "^1.1.2"
|
| 8889 |
+
create-hmac "^1.1.4"
|
| 8890 |
+
ripemd160 "^2.0.1"
|
| 8891 |
+
safe-buffer "^5.0.1"
|
| 8892 |
+
sha.js "^2.4.8"
|
| 8893 |
+
|
| 8894 |
+
pend@~1.2.0:
|
| 8895 |
+
version "1.2.0"
|
| 8896 |
+
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
|
| 8897 |
+
integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
|
| 8898 |
+
|
| 8899 |
+
percy-client@^3.2.0:
|
| 8900 |
+
version "3.8.0"
|
| 8901 |
+
resolved "https://registry.yarnpkg.com/percy-client/-/percy-client-3.8.0.tgz#e838570d8815fa033edaf917e5efbd7a5a1bba57"
|
| 8902 |
+
integrity sha512-6SVEpnPteN9mR4fq/FCW7M0KDHWbNAyiiyj9igTpHSv2oBjgyNnDA2y0S+o8U+AN7QDRbh40JbAWi72M+cfOJg==
|
| 8903 |
+
dependencies:
|
| 8904 |
+
bluebird "^3.5.1"
|
| 8905 |
+
bluebird-retry "^0.11.0"
|
| 8906 |
+
dotenv "^8.1.0"
|
| 8907 |
+
es6-promise-pool "^2.5.0"
|
| 8908 |
+
jssha "^2.1.0"
|
| 8909 |
+
regenerator-runtime "^0.13.1"
|
| 8910 |
+
request "^2.87.0"
|
| 8911 |
+
request-promise "^4.2.2"
|
| 8912 |
+
walk "^2.3.14"
|
| 8913 |
+
|
| 8914 |
+
performance-now@^2.1.0:
|
| 8915 |
+
version "2.1.0"
|
| 8916 |
+
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
| 8917 |
+
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
|
| 8918 |
+
|
| 8919 |
+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
|
| 8920 |
+
version "2.3.0"
|
| 8921 |
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
|
| 8922 |
+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
|
| 8923 |
+
|
| 8924 |
+
pify@^2.0.0, pify@^2.2.0:
|
| 8925 |
+
version "2.3.0"
|
| 8926 |
+
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
| 8927 |
+
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
|
| 8928 |
+
|
| 8929 |
+
pify@^3.0.0:
|
| 8930 |
+
version "3.0.0"
|
| 8931 |
+
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
|
| 8932 |
+
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
|
| 8933 |
+
|
| 8934 |
+
pify@^4.0.1:
|
| 8935 |
+
version "4.0.1"
|
| 8936 |
+
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
| 8937 |
+
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
| 8938 |
+
|
| 8939 |
+
pinkie-promise@^2.0.0:
|
| 8940 |
+
version "2.0.1"
|
| 8941 |
+
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
|
| 8942 |
+
integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o=
|
| 8943 |
+
dependencies:
|
| 8944 |
+
pinkie "^2.0.0"
|
| 8945 |
+
|
| 8946 |
+
pinkie@^2.0.0:
|
| 8947 |
+
version "2.0.4"
|
| 8948 |
+
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
|
| 8949 |
+
integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
|
| 8950 |
+
|
| 8951 |
+
pirates@^4.0.1:
|
| 8952 |
+
version "4.0.1"
|
| 8953 |
+
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
|
| 8954 |
+
integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==
|
| 8955 |
+
dependencies:
|
| 8956 |
+
node-modules-regexp "^1.0.0"
|
| 8957 |
+
|
| 8958 |
+
pkg-dir@^2.0.0:
|
| 8959 |
+
version "2.0.0"
|
| 8960 |
+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
|
| 8961 |
+
integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
|
| 8962 |
+
dependencies:
|
| 8963 |
+
find-up "^2.1.0"
|
| 8964 |
+
|
| 8965 |
+
pkg-dir@^3.0.0:
|
| 8966 |
+
version "3.0.0"
|
| 8967 |
+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
|
| 8968 |
+
integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==
|
| 8969 |
+
dependencies:
|
| 8970 |
+
find-up "^3.0.0"
|
| 8971 |
+
|
| 8972 |
+
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
| 8973 |
+
version "4.2.0"
|
| 8974 |
+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
|
| 8975 |
+
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
|
| 8976 |
+
dependencies:
|
| 8977 |
+
find-up "^4.0.0"
|
| 8978 |
+
|
| 8979 |
+
pkg-up@^2.0.0:
|
| 8980 |
+
version "2.0.0"
|
| 8981 |
+
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
|
| 8982 |
+
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
|
| 8983 |
+
dependencies:
|
| 8984 |
+
find-up "^2.1.0"
|
| 8985 |
+
|
| 8986 |
+
plur@^4.0.0:
|
| 8987 |
+
version "4.0.0"
|
| 8988 |
+
resolved "https://registry.yarnpkg.com/plur/-/plur-4.0.0.tgz#729aedb08f452645fe8c58ef115bf16b0a73ef84"
|
| 8989 |
+
integrity sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==
|
| 8990 |
+
dependencies:
|
| 8991 |
+
irregular-plurals "^3.2.0"
|
| 8992 |
+
|
| 8993 |
+
portfinder@^1.0.17:
|
| 8994 |
+
version "1.0.28"
|
| 8995 |
+
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778"
|
| 8996 |
+
integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==
|
| 8997 |
+
dependencies:
|
| 8998 |
+
async "^2.6.2"
|
| 8999 |
+
debug "^3.1.1"
|
| 9000 |
+
mkdirp "^0.5.5"
|
| 9001 |
+
|
| 9002 |
+
posix-character-classes@^0.1.0:
|
| 9003 |
+
version "0.1.1"
|
| 9004 |
+
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
|
| 9005 |
+
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
|
| 9006 |
+
|
| 9007 |
+
postcss-custom-properties@^10.0.0:
|
| 9008 |
+
version "10.0.0"
|
| 9009 |
+
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-10.0.0.tgz#5cb31afc530f58ad241f1e836dd5f5f7065334df"
|
| 9010 |
+
integrity sha512-55BPj5FudpCiPZzBaO+MOeqmwMDa+nV9/0QBJBfhZjYg6D9hE+rW9lpMBLTJoF4OTXnS5Po4yM1nMlgkPbCxFg==
|
| 9011 |
+
dependencies:
|
| 9012 |
+
postcss "^7.0.17"
|
| 9013 |
+
postcss-values-parser "^4.0.0"
|
| 9014 |
+
|
| 9015 |
+
postcss-html@^0.36.0:
|
| 9016 |
+
version "0.36.0"
|
| 9017 |
+
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-0.36.0.tgz#b40913f94eaacc2453fd30a1327ad6ee1f88b204"
|
| 9018 |
+
integrity sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==
|
| 9019 |
+
dependencies:
|
| 9020 |
+
htmlparser2 "^3.10.0"
|
| 9021 |
+
|
| 9022 |
+
postcss-less@^3.1.4:
|
| 9023 |
+
version "3.1.4"
|
| 9024 |
+
resolved "https://registry.yarnpkg.com/postcss-less/-/postcss-less-3.1.4.tgz#369f58642b5928ef898ffbc1a6e93c958304c5ad"
|
| 9025 |
+
integrity sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==
|
| 9026 |
+
dependencies:
|
| 9027 |
+
postcss "^7.0.14"
|
| 9028 |
+
|
| 9029 |
+
postcss-load-config@^2.0.0:
|
| 9030 |
+
version "2.1.2"
|
| 9031 |
+
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.2.tgz#c5ea504f2c4aef33c7359a34de3573772ad7502a"
|
| 9032 |
+
integrity sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==
|
| 9033 |
+
dependencies:
|
| 9034 |
+
cosmiconfig "^5.0.0"
|
| 9035 |
+
import-cwd "^2.0.0"
|
| 9036 |
+
|
| 9037 |
+
postcss-loader@^3.0.0:
|
| 9038 |
+
version "3.0.0"
|
| 9039 |
+
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d"
|
| 9040 |
+
integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==
|
| 9041 |
+
dependencies:
|
| 9042 |
+
loader-utils "^1.1.0"
|
| 9043 |
+
postcss "^7.0.0"
|
| 9044 |
+
postcss-load-config "^2.0.0"
|
| 9045 |
+
schema-utils "^1.0.0"
|
| 9046 |
+
|
| 9047 |
+
postcss-media-query-parser@^0.2.3:
|
| 9048 |
+
version "0.2.3"
|
| 9049 |
+
resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244"
|
| 9050 |
+
integrity sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=
|
| 9051 |
+
|
| 9052 |
+
postcss-modules-extract-imports@^2.0.0:
|
| 9053 |
+
version "2.0.0"
|
| 9054 |
+
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e"
|
| 9055 |
+
integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==
|
| 9056 |
+
dependencies:
|
| 9057 |
+
postcss "^7.0.5"
|
| 9058 |
+
|
| 9059 |
+
postcss-modules-local-by-default@^3.0.2:
|
| 9060 |
+
version "3.0.3"
|
| 9061 |
+
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0"
|
| 9062 |
+
integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==
|
| 9063 |
+
dependencies:
|
| 9064 |
+
icss-utils "^4.1.1"
|
| 9065 |
+
postcss "^7.0.32"
|
| 9066 |
+
postcss-selector-parser "^6.0.2"
|
| 9067 |
+
postcss-value-parser "^4.1.0"
|
| 9068 |
+
|
| 9069 |
+
postcss-modules-scope@^2.2.0:
|
| 9070 |
+
version "2.2.0"
|
| 9071 |
+
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee"
|
| 9072 |
+
integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==
|
| 9073 |
+
dependencies:
|
| 9074 |
+
postcss "^7.0.6"
|
| 9075 |
+
postcss-selector-parser "^6.0.0"
|
| 9076 |
+
|
| 9077 |
+
postcss-modules-values@^3.0.0:
|
| 9078 |
+
version "3.0.0"
|
| 9079 |
+
resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10"
|
| 9080 |
+
integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==
|
| 9081 |
+
dependencies:
|
| 9082 |
+
icss-utils "^4.0.0"
|
| 9083 |
+
postcss "^7.0.6"
|
| 9084 |
+
|
| 9085 |
+
postcss-resolve-nested-selector@^0.1.1:
|
| 9086 |
+
version "0.1.1"
|
| 9087 |
+
resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e"
|
| 9088 |
+
integrity sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=
|
| 9089 |
+
|
| 9090 |
+
postcss-safe-parser@^4.0.2:
|
| 9091 |
+
version "4.0.2"
|
| 9092 |
+
resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz#a6d4e48f0f37d9f7c11b2a581bf00f8ba4870b96"
|
| 9093 |
+
integrity sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==
|
| 9094 |
+
dependencies:
|
| 9095 |
+
postcss "^7.0.26"
|
| 9096 |
+
|
| 9097 |
+
postcss-sass@^0.4.4:
|
| 9098 |
+
version "0.4.4"
|
| 9099 |
+
resolved "https://registry.yarnpkg.com/postcss-sass/-/postcss-sass-0.4.4.tgz#91f0f3447b45ce373227a98b61f8d8f0785285a3"
|
| 9100 |
+
integrity sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==
|
| 9101 |
+
dependencies:
|
| 9102 |
+
gonzales-pe "^4.3.0"
|
| 9103 |
+
postcss "^7.0.21"
|
| 9104 |
+
|
| 9105 |
+
postcss-scss@^2.1.1:
|
| 9106 |
+
version "2.1.1"
|
| 9107 |
+
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-2.1.1.tgz#ec3a75fa29a55e016b90bf3269026c53c1d2b383"
|
| 9108 |
+
integrity sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==
|
| 9109 |
+
dependencies:
|
| 9110 |
+
postcss "^7.0.6"
|
| 9111 |
+
|
| 9112 |
+
postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.5:
|
| 9113 |
+
version "6.0.6"
|
| 9114 |
+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea"
|
| 9115 |
+
integrity sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==
|
| 9116 |
+
dependencies:
|
| 9117 |
+
cssesc "^3.0.0"
|
| 9118 |
+
util-deprecate "^1.0.2"
|
| 9119 |
+
|
| 9120 |
+
postcss-syntax@^0.36.2:
|
| 9121 |
+
version "0.36.2"
|
| 9122 |
+
resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.36.2.tgz#f08578c7d95834574e5593a82dfbfa8afae3b51c"
|
| 9123 |
+
integrity sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==
|
| 9124 |
+
|
| 9125 |
+
postcss-value-parser@^4.1.0:
|
| 9126 |
+
version "4.1.0"
|
| 9127 |
+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
|
| 9128 |
+
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
|
| 9129 |
+
|
| 9130 |
+
postcss-values-parser@^4.0.0:
|
| 9131 |
+
version "4.0.0"
|
| 9132 |
+
resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-4.0.0.tgz#3b4625e649279613f52842f1c81f2064321beec7"
|
| 9133 |
+
integrity sha512-R9x2D87FcbhwXUmoCXJR85M1BLII5suXRuXibGYyBJ7lVDEpRIdKZh4+8q5S+/+A4m0IoG1U5tFw39asyhX/Hw==
|
| 9134 |
+
dependencies:
|
| 9135 |
+
color-name "^1.1.4"
|
| 9136 |
+
is-url-superb "^4.0.0"
|
| 9137 |
+
postcss "^7.0.5"
|
| 9138 |
+
|
| 9139 |
+
postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0.6:
|
| 9140 |
+
version "7.0.36"
|
| 9141 |
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
|
| 9142 |
+
integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
|
| 9143 |
+
dependencies:
|
| 9144 |
+
chalk "^2.4.2"
|
| 9145 |
+
source-map "^0.6.1"
|
| 9146 |
+
supports-color "^6.1.0"
|
| 9147 |
+
|
| 9148 |
+
prelude-ls@^1.2.1:
|
| 9149 |
+
version "1.2.1"
|
| 9150 |
+
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
| 9151 |
+
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
| 9152 |
+
|
| 9153 |
+
prelude-ls@~1.1.2:
|
| 9154 |
+
version "1.1.2"
|
| 9155 |
+
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
|
| 9156 |
+
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
|
| 9157 |
+
|
| 9158 |
+
prepend-http@^1.0.0:
|
| 9159 |
+
version "1.0.4"
|
| 9160 |
+
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
|
| 9161 |
+
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
|
| 9162 |
+
|
| 9163 |
+
prettier-linter-helpers@^1.0.0:
|
| 9164 |
+
version "1.0.0"
|
| 9165 |
+
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
|
| 9166 |
+
integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
|
| 9167 |
+
dependencies:
|
| 9168 |
+
fast-diff "^1.1.2"
|
| 9169 |
+
|
| 9170 |
+
prettier@^2.2.1:
|
| 9171 |
+
version "2.3.2"
|
| 9172 |
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
|
| 9173 |
+
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
|
| 9174 |
+
|
| 9175 |
+
"prettier@npm:wp-prettier@2.2.1-beta-1":
|
| 9176 |
+
version "2.2.1-beta-1"
|
| 9177 |
+
resolved "https://registry.yarnpkg.com/wp-prettier/-/wp-prettier-2.2.1-beta-1.tgz#8afb761f83426bde870f692edc49adbd3e265118"
|
| 9178 |
+
integrity sha512-+JHkqs9LC/JPp51yy1hzs3lQ7qeuWCwOcSzpQNeeY/G7oSpnF61vxt7hRh87zNRTr6ob2ndy0W8rVzhgrcA+Gw==
|
| 9179 |
+
|
| 9180 |
+
pretty-bytes@^5.6.0:
|
| 9181 |
+
version "5.6.0"
|
| 9182 |
+
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
| 9183 |
+
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
|
| 9184 |
+
|
| 9185 |
+
pretty-format@^26.6.2:
|
| 9186 |
+
version "26.6.2"
|
| 9187 |
+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
|
| 9188 |
+
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
|
| 9189 |
+
dependencies:
|
| 9190 |
+
"@jest/types" "^26.6.2"
|
| 9191 |
+
ansi-regex "^5.0.0"
|
| 9192 |
+
ansi-styles "^4.0.0"
|
| 9193 |
+
react-is "^17.0.1"
|
| 9194 |
+
|
| 9195 |
+
process-nextick-args@~2.0.0:
|
| 9196 |
+
version "2.0.1"
|
| 9197 |
+
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
|
| 9198 |
+
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
|
| 9199 |
+
|
| 9200 |
+
process@^0.11.10:
|
| 9201 |
+
version "0.11.10"
|
| 9202 |
+
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
|
| 9203 |
+
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
|
| 9204 |
+
|
| 9205 |
+
progress@^2.0.0, progress@^2.0.1:
|
| 9206 |
+
version "2.0.3"
|
| 9207 |
+
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
|
| 9208 |
+
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
|
| 9209 |
+
|
| 9210 |
+
promise-inflight@^1.0.1:
|
| 9211 |
+
version "1.0.1"
|
| 9212 |
+
resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
|
| 9213 |
+
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
|
| 9214 |
+
|
| 9215 |
+
prompts@^2.0.0, prompts@^2.0.1, prompts@^2.3.0:
|
| 9216 |
+
version "2.4.1"
|
| 9217 |
+
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.1.tgz#befd3b1195ba052f9fd2fde8a486c4e82ee77f61"
|
| 9218 |
+
integrity sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==
|
| 9219 |
+
dependencies:
|
| 9220 |
+
kleur "^3.0.3"
|
| 9221 |
+
sisteransi "^1.0.5"
|
| 9222 |
+
|
| 9223 |
+
prop-types@^15.6.2, prop-types@^15.7.0, prop-types@^15.7.2:
|
| 9224 |
+
version "15.7.2"
|
| 9225 |
+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
|
| 9226 |
+
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
|
| 9227 |
+
dependencies:
|
| 9228 |
+
loose-envify "^1.4.0"
|
| 9229 |
+
object-assign "^4.1.1"
|
| 9230 |
+
react-is "^16.8.1"
|
| 9231 |
+
|
| 9232 |
+
proxy-addr@~2.0.5:
|
| 9233 |
+
version "2.0.7"
|
| 9234 |
+
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
|
| 9235 |
+
integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
|
| 9236 |
+
dependencies:
|
| 9237 |
+
forwarded "0.2.0"
|
| 9238 |
+
ipaddr.js "1.9.1"
|
| 9239 |
+
|
| 9240 |
+
proxy-from-env@^1.0.0:
|
| 9241 |
+
version "1.1.0"
|
| 9242 |
+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
|
| 9243 |
+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
|
| 9244 |
+
|
| 9245 |
+
prr@~1.0.1:
|
| 9246 |
+
version "1.0.1"
|
| 9247 |
+
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
|
| 9248 |
+
integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY=
|
| 9249 |
+
|
| 9250 |
+
pseudomap@^1.0.2:
|
| 9251 |
+
version "1.0.2"
|
| 9252 |
+
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
|
| 9253 |
+
integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
|
| 9254 |
+
|
| 9255 |
+
psl@^1.1.28, psl@^1.1.33:
|
| 9256 |
+
version "1.8.0"
|
| 9257 |
+
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
|
| 9258 |
+
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
|
| 9259 |
+
|
| 9260 |
+
public-encrypt@^4.0.0:
|
| 9261 |
+
version "4.0.3"
|
| 9262 |
+
resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0"
|
| 9263 |
+
integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==
|
| 9264 |
+
dependencies:
|
| 9265 |
+
bn.js "^4.1.0"
|
| 9266 |
+
browserify-rsa "^4.0.0"
|
| 9267 |
+
create-hash "^1.1.0"
|
| 9268 |
+
parse-asn1 "^5.0.0"
|
| 9269 |
+
randombytes "^2.0.1"
|
| 9270 |
+
safe-buffer "^5.1.2"
|
| 9271 |
+
|
| 9272 |
+
pump@^2.0.0:
|
| 9273 |
+
version "2.0.1"
|
| 9274 |
+
resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909"
|
| 9275 |
+
integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==
|
| 9276 |
+
dependencies:
|
| 9277 |
+
end-of-stream "^1.1.0"
|
| 9278 |
+
once "^1.3.1"
|
| 9279 |
+
|
| 9280 |
+
pump@^3.0.0:
|
| 9281 |
+
version "3.0.0"
|
| 9282 |
+
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
|
| 9283 |
+
integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
|
| 9284 |
+
dependencies:
|
| 9285 |
+
end-of-stream "^1.1.0"
|
| 9286 |
+
once "^1.3.1"
|
| 9287 |
+
|
| 9288 |
+
pumpify@^1.3.3:
|
| 9289 |
+
version "1.5.1"
|
| 9290 |
+
resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce"
|
| 9291 |
+
integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==
|
| 9292 |
+
dependencies:
|
| 9293 |
+
duplexify "^3.6.0"
|
| 9294 |
+
inherits "^2.0.3"
|
| 9295 |
+
pump "^2.0.0"
|
| 9296 |
+
|
| 9297 |
+
punycode@1.3.2:
|
| 9298 |
+
version "1.3.2"
|
| 9299 |
+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
|
| 9300 |
+
integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=
|
| 9301 |
+
|
| 9302 |
+
punycode@^1.2.4:
|
| 9303 |
+
version "1.4.1"
|
| 9304 |
+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
|
| 9305 |
+
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
|
| 9306 |
+
|
| 9307 |
+
punycode@^2.1.0, punycode@^2.1.1:
|
| 9308 |
+
version "2.1.1"
|
| 9309 |
+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
|
| 9310 |
+
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
|
| 9311 |
+
|
| 9312 |
+
puppeteer-core@^5.5.0:
|
| 9313 |
+
version "5.5.0"
|
| 9314 |
+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-5.5.0.tgz#dfb6266efe5a933cbf1a368d27025a6fd4f5a884"
|
| 9315 |
+
integrity sha512-tlA+1n+ziW/Db03hVV+bAecDKse8ihFRXYiEypBe9IlLRvOCzYFG6qrCMBYK34HO/Q/Ecjc+tvkHRAfLVH+NgQ==
|
| 9316 |
+
dependencies:
|
| 9317 |
+
debug "^4.1.0"
|
| 9318 |
+
devtools-protocol "0.0.818844"
|
| 9319 |
+
extract-zip "^2.0.0"
|
| 9320 |
+
https-proxy-agent "^4.0.0"
|
| 9321 |
+
node-fetch "^2.6.1"
|
| 9322 |
+
pkg-dir "^4.2.0"
|
| 9323 |
+
progress "^2.0.1"
|
| 9324 |
+
proxy-from-env "^1.0.0"
|
| 9325 |
+
rimraf "^3.0.2"
|
| 9326 |
+
tar-fs "^2.0.0"
|
| 9327 |
+
unbzip2-stream "^1.3.3"
|
| 9328 |
+
ws "^7.2.3"
|
| 9329 |
+
|
| 9330 |
+
puppeteer@^5.3.1:
|
| 9331 |
+
version "5.5.0"
|
| 9332 |
+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
|
| 9333 |
+
integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
|
| 9334 |
+
dependencies:
|
| 9335 |
+
debug "^4.1.0"
|
| 9336 |
+
devtools-protocol "0.0.818844"
|
| 9337 |
+
extract-zip "^2.0.0"
|
| 9338 |
+
https-proxy-agent "^4.0.0"
|
| 9339 |
+
node-fetch "^2.6.1"
|
| 9340 |
+
pkg-dir "^4.2.0"
|
| 9341 |
+
progress "^2.0.1"
|
| 9342 |
+
proxy-from-env "^1.0.0"
|
| 9343 |
+
rimraf "^3.0.2"
|
| 9344 |
+
tar-fs "^2.0.0"
|
| 9345 |
+
unbzip2-stream "^1.3.3"
|
| 9346 |
+
ws "^7.2.3"
|
| 9347 |
+
|
| 9348 |
+
q@^1.1.2:
|
| 9349 |
+
version "1.5.1"
|
| 9350 |
+
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
|
| 9351 |
+
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
|
| 9352 |
+
|
| 9353 |
+
qs@6.7.0:
|
| 9354 |
+
version "6.7.0"
|
| 9355 |
+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
|
| 9356 |
+
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
|
| 9357 |
+
|
| 9358 |
+
qs@^6.4.0:
|
| 9359 |
+
version "6.10.1"
|
| 9360 |
+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
|
| 9361 |
+
integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
|
| 9362 |
+
dependencies:
|
| 9363 |
+
side-channel "^1.0.4"
|
| 9364 |
+
|
| 9365 |
+
qs@~6.5.2:
|
| 9366 |
+
version "6.5.2"
|
| 9367 |
+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
|
| 9368 |
+
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
|
| 9369 |
+
|
| 9370 |
+
query-string@^4.1.0:
|
| 9371 |
+
version "4.3.4"
|
| 9372 |
+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb"
|
| 9373 |
+
integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s=
|
| 9374 |
+
dependencies:
|
| 9375 |
+
object-assign "^4.1.0"
|
| 9376 |
+
strict-uri-encode "^1.0.0"
|
| 9377 |
+
|
| 9378 |
+
querystring-es3@^0.2.0:
|
| 9379 |
+
version "0.2.1"
|
| 9380 |
+
resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
|
| 9381 |
+
integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=
|
| 9382 |
+
|
| 9383 |
+
querystring@0.2.0:
|
| 9384 |
+
version "0.2.0"
|
| 9385 |
+
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
|
| 9386 |
+
integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
|
| 9387 |
+
|
| 9388 |
+
queue-microtask@^1.2.2:
|
| 9389 |
+
version "1.2.3"
|
| 9390 |
+
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
|
| 9391 |
+
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
|
| 9392 |
+
|
| 9393 |
+
queue@6.0.1:
|
| 9394 |
+
version "6.0.1"
|
| 9395 |
+
resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.1.tgz#abd5a5b0376912f070a25729e0b6a7d565683791"
|
| 9396 |
+
integrity sha512-AJBQabRCCNr9ANq8v77RJEv73DPbn55cdTb+Giq4X0AVnNVZvMHlYp7XlQiN+1npCZj1DuSmaA2hYVUUDgxFDg==
|
| 9397 |
+
dependencies:
|
| 9398 |
+
inherits "~2.0.3"
|
| 9399 |
+
|
| 9400 |
+
quick-lru@^4.0.1:
|
| 9401 |
+
version "4.0.1"
|
| 9402 |
+
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
|
| 9403 |
+
integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
|
| 9404 |
+
|
| 9405 |
+
raf@^3.4.1:
|
| 9406 |
+
version "3.4.1"
|
| 9407 |
+
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39"
|
| 9408 |
+
integrity sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==
|
| 9409 |
+
dependencies:
|
| 9410 |
+
performance-now "^2.1.0"
|
| 9411 |
+
|
| 9412 |
+
railroad-diagrams@^1.0.0:
|
| 9413 |
+
version "1.0.0"
|
| 9414 |
+
resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e"
|
| 9415 |
+
integrity sha1-635iZ1SN3t+4mcG5Dlc3RVnN234=
|
| 9416 |
+
|
| 9417 |
+
ramda@~0.27.1:
|
| 9418 |
+
version "0.27.1"
|
| 9419 |
+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9"
|
| 9420 |
+
integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==
|
| 9421 |
+
|
| 9422 |
+
randexp@0.4.6:
|
| 9423 |
+
version "0.4.6"
|
| 9424 |
+
resolved "https://registry.yarnpkg.com/randexp/-/randexp-0.4.6.tgz#e986ad5e5e31dae13ddd6f7b3019aa7c87f60ca3"
|
| 9425 |
+
integrity sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==
|
| 9426 |
+
dependencies:
|
| 9427 |
+
discontinuous-range "1.0.0"
|
| 9428 |
+
ret "~0.1.10"
|
| 9429 |
+
|
| 9430 |
+
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
|
| 9431 |
+
version "2.1.0"
|
| 9432 |
+
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
|
| 9433 |
+
integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==
|
| 9434 |
+
dependencies:
|
| 9435 |
+
safe-buffer "^5.1.0"
|
| 9436 |
+
|
| 9437 |
+
randomfill@^1.0.3:
|
| 9438 |
+
version "1.0.4"
|
| 9439 |
+
resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458"
|
| 9440 |
+
integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==
|
| 9441 |
+
dependencies:
|
| 9442 |
+
randombytes "^2.0.5"
|
| 9443 |
+
safe-buffer "^5.1.0"
|
| 9444 |
+
|
| 9445 |
+
range-parser@~1.2.1:
|
| 9446 |
+
version "1.2.1"
|
| 9447 |
+
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
|
| 9448 |
+
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
|
| 9449 |
+
|
| 9450 |
+
raw-body@2.4.0:
|
| 9451 |
+
version "2.4.0"
|
| 9452 |
+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332"
|
| 9453 |
+
integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==
|
| 9454 |
+
dependencies:
|
| 9455 |
+
bytes "3.1.0"
|
| 9456 |
+
http-errors "1.7.2"
|
| 9457 |
+
iconv-lite "0.4.24"
|
| 9458 |
+
unpipe "1.0.0"
|
| 9459 |
+
|
| 9460 |
+
raw-body@~1.1.0:
|
| 9461 |
+
version "1.1.7"
|
| 9462 |
+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-1.1.7.tgz#1d027c2bfa116acc6623bca8f00016572a87d425"
|
| 9463 |
+
integrity sha1-HQJ8K/oRasxmI7yo8AAWVyqH1CU=
|
| 9464 |
+
dependencies:
|
| 9465 |
+
bytes "1"
|
| 9466 |
+
string_decoder "0.10"
|
| 9467 |
+
|
| 9468 |
+
rc@~1.2.7:
|
| 9469 |
+
version "1.2.8"
|
| 9470 |
+
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
|
| 9471 |
+
integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
|
| 9472 |
+
dependencies:
|
| 9473 |
+
deep-extend "^0.6.0"
|
| 9474 |
+
ini "~1.3.0"
|
| 9475 |
+
minimist "^1.2.0"
|
| 9476 |
+
strip-json-comments "~2.0.1"
|
| 9477 |
+
|
| 9478 |
+
react-dom@^16.13.1:
|
| 9479 |
+
version "16.14.0"
|
| 9480 |
+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
|
| 9481 |
+
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
|
| 9482 |
+
dependencies:
|
| 9483 |
+
loose-envify "^1.1.0"
|
| 9484 |
+
object-assign "^4.1.1"
|
| 9485 |
+
prop-types "^15.6.2"
|
| 9486 |
+
scheduler "^0.19.1"
|
| 9487 |
+
|
| 9488 |
+
react-is@^16.12.0, react-is@^16.8.1:
|
| 9489 |
+
version "16.13.1"
|
| 9490 |
+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
| 9491 |
+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
| 9492 |
+
|
| 9493 |
+
"react-is@^16.12.0 || ^17.0.0", react-is@^17.0.1, react-is@^17.0.2:
|
| 9494 |
+
version "17.0.2"
|
| 9495 |
+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
|
| 9496 |
+
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
|
| 9497 |
+
|
| 9498 |
+
react-shallow-renderer@^16.13.1:
|
| 9499 |
+
version "16.14.1"
|
| 9500 |
+
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz#bf0d02df8a519a558fd9b8215442efa5c840e124"
|
| 9501 |
+
integrity sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==
|
| 9502 |
+
dependencies:
|
| 9503 |
+
object-assign "^4.1.1"
|
| 9504 |
+
react-is "^16.12.0 || ^17.0.0"
|
| 9505 |
+
|
| 9506 |
+
react-test-renderer@^17.0.0:
|
| 9507 |
+
version "17.0.2"
|
| 9508 |
+
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-17.0.2.tgz#4cd4ae5ef1ad5670fc0ef776e8cc7e1231d9866c"
|
| 9509 |
+
integrity sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==
|
| 9510 |
+
dependencies:
|
| 9511 |
+
object-assign "^4.1.1"
|
| 9512 |
+
react-is "^17.0.2"
|
| 9513 |
+
react-shallow-renderer "^16.13.1"
|
| 9514 |
+
scheduler "^0.20.2"
|
| 9515 |
+
|
| 9516 |
+
react@^16.13.1:
|
| 9517 |
+
version "16.14.0"
|
| 9518 |
+
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
|
| 9519 |
+
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
|
| 9520 |
+
dependencies:
|
| 9521 |
+
loose-envify "^1.1.0"
|
| 9522 |
+
object-assign "^4.1.1"
|
| 9523 |
+
prop-types "^15.6.2"
|
| 9524 |
+
|
| 9525 |
+
read-pkg-up@^1.0.1:
|
| 9526 |
+
version "1.0.1"
|
| 9527 |
+
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
|
| 9528 |
+
integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=
|
| 9529 |
+
dependencies:
|
| 9530 |
+
find-up "^1.0.0"
|
| 9531 |
+
read-pkg "^1.0.0"
|
| 9532 |
+
|
| 9533 |
+
read-pkg-up@^3.0.0:
|
| 9534 |
+
version "3.0.0"
|
| 9535 |
+
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
|
| 9536 |
+
integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
|
| 9537 |
+
dependencies:
|
| 9538 |
+
find-up "^2.0.0"
|
| 9539 |
+
read-pkg "^3.0.0"
|
| 9540 |
+
|
| 9541 |
+
read-pkg-up@^7.0.1:
|
| 9542 |
+
version "7.0.1"
|
| 9543 |
+
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
|
| 9544 |
+
integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==
|
| 9545 |
+
dependencies:
|
| 9546 |
+
find-up "^4.1.0"
|
| 9547 |
+
read-pkg "^5.2.0"
|
| 9548 |
+
type-fest "^0.8.1"
|
| 9549 |
+
|
| 9550 |
+
read-pkg@^1.0.0:
|
| 9551 |
+
version "1.1.0"
|
| 9552 |
+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
|
| 9553 |
+
integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=
|
| 9554 |
+
dependencies:
|
| 9555 |
+
load-json-file "^1.0.0"
|
| 9556 |
+
normalize-package-data "^2.3.2"
|
| 9557 |
+
path-type "^1.0.0"
|
| 9558 |
+
|
| 9559 |
+
read-pkg@^3.0.0:
|
| 9560 |
+
version "3.0.0"
|
| 9561 |
+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
|
| 9562 |
+
integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
|
| 9563 |
+
dependencies:
|
| 9564 |
+
load-json-file "^4.0.0"
|
| 9565 |
+
normalize-package-data "^2.3.2"
|
| 9566 |
+
path-type "^3.0.0"
|
| 9567 |
+
|
| 9568 |
+
read-pkg@^5.2.0:
|
| 9569 |
+
version "5.2.0"
|
| 9570 |
+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
|
| 9571 |
+
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
|
| 9572 |
+
dependencies:
|
| 9573 |
+
"@types/normalize-package-data" "^2.4.0"
|
| 9574 |
+
normalize-package-data "^2.5.0"
|
| 9575 |
+
parse-json "^5.0.0"
|
| 9576 |
+
type-fest "^0.6.0"
|
| 9577 |
+
|
| 9578 |
+
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@^2.3.7, readable-stream@~2.3.6:
|
| 9579 |
+
version "2.3.7"
|
| 9580 |
+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
|
| 9581 |
+
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
|
| 9582 |
+
dependencies:
|
| 9583 |
+
core-util-is "~1.0.0"
|
| 9584 |
+
inherits "~2.0.3"
|
| 9585 |
+
isarray "~1.0.0"
|
| 9586 |
+
process-nextick-args "~2.0.0"
|
| 9587 |
+
safe-buffer "~5.1.1"
|
| 9588 |
+
string_decoder "~1.1.1"
|
| 9589 |
+
util-deprecate "~1.0.1"
|
| 9590 |
+
|
| 9591 |
+
readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0:
|
| 9592 |
+
version "3.6.0"
|
| 9593 |
+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
|
| 9594 |
+
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
|
| 9595 |
+
dependencies:
|
| 9596 |
+
inherits "^2.0.3"
|
| 9597 |
+
string_decoder "^1.1.1"
|
| 9598 |
+
util-deprecate "^1.0.1"
|
| 9599 |
+
|
| 9600 |
+
readdirp@^2.2.1:
|
| 9601 |
+
version "2.2.1"
|
| 9602 |
+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
|
| 9603 |
+
integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==
|
| 9604 |
+
dependencies:
|
| 9605 |
+
graceful-fs "^4.1.11"
|
| 9606 |
+
micromatch "^3.1.10"
|
| 9607 |
+
readable-stream "^2.0.2"
|
| 9608 |
+
|
| 9609 |
+
readdirp@~3.6.0:
|
| 9610 |
+
version "3.6.0"
|
| 9611 |
+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
|
| 9612 |
+
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
|
| 9613 |
+
dependencies:
|
| 9614 |
+
picomatch "^2.2.1"
|
| 9615 |
+
|
| 9616 |
+
redent@^3.0.0:
|
| 9617 |
+
version "3.0.0"
|
| 9618 |
+
resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"
|
| 9619 |
+
integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==
|
| 9620 |
+
dependencies:
|
| 9621 |
+
indent-string "^4.0.0"
|
| 9622 |
+
strip-indent "^3.0.0"
|
| 9623 |
+
|
| 9624 |
+
redeyed@~2.1.0:
|
| 9625 |
+
version "2.1.1"
|
| 9626 |
+
resolved "https://registry.yarnpkg.com/redeyed/-/redeyed-2.1.1.tgz#8984b5815d99cb220469c99eeeffe38913e6cc0b"
|
| 9627 |
+
integrity sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=
|
| 9628 |
+
dependencies:
|
| 9629 |
+
esprima "~4.0.0"
|
| 9630 |
+
|
| 9631 |
+
regenerate-unicode-properties@^8.2.0:
|
| 9632 |
+
version "8.2.0"
|
| 9633 |
+
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz#e5de7111d655e7ba60c057dbe9ff37c87e65cdec"
|
| 9634 |
+
integrity sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==
|
| 9635 |
+
dependencies:
|
| 9636 |
+
regenerate "^1.4.0"
|
| 9637 |
+
|
| 9638 |
+
regenerate@^1.4.0:
|
| 9639 |
+
version "1.4.2"
|
| 9640 |
+
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
|
| 9641 |
+
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
|
| 9642 |
+
|
| 9643 |
+
regenerator-runtime@^0.13.1, regenerator-runtime@^0.13.4:
|
| 9644 |
+
version "0.13.9"
|
| 9645 |
+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
|
| 9646 |
+
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
|
| 9647 |
+
|
| 9648 |
+
regenerator-transform@^0.14.2:
|
| 9649 |
+
version "0.14.5"
|
| 9650 |
+
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
|
| 9651 |
+
integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==
|
| 9652 |
+
dependencies:
|
| 9653 |
+
"@babel/runtime" "^7.8.4"
|
| 9654 |
+
|
| 9655 |
+
regex-not@^1.0.0, regex-not@^1.0.2:
|
| 9656 |
+
version "1.0.2"
|
| 9657 |
+
resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
|
| 9658 |
+
integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==
|
| 9659 |
+
dependencies:
|
| 9660 |
+
extend-shallow "^3.0.2"
|
| 9661 |
+
safe-regex "^1.1.0"
|
| 9662 |
+
|
| 9663 |
+
regexp.prototype.flags@^1.3.1:
|
| 9664 |
+
version "1.3.1"
|
| 9665 |
+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
|
| 9666 |
+
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
|
| 9667 |
+
dependencies:
|
| 9668 |
+
call-bind "^1.0.2"
|
| 9669 |
+
define-properties "^1.1.3"
|
| 9670 |
+
|
| 9671 |
+
regexpp@^3.1.0:
|
| 9672 |
+
version "3.2.0"
|
| 9673 |
+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
|
| 9674 |
+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
|
| 9675 |
+
|
| 9676 |
+
regexpu-core@^4.7.1:
|
| 9677 |
+
version "4.7.1"
|
| 9678 |
+
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.1.tgz#2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6"
|
| 9679 |
+
integrity sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==
|
| 9680 |
+
dependencies:
|
| 9681 |
+
regenerate "^1.4.0"
|
| 9682 |
+
regenerate-unicode-properties "^8.2.0"
|
| 9683 |
+
regjsgen "^0.5.1"
|
| 9684 |
+
regjsparser "^0.6.4"
|
| 9685 |
+
unicode-match-property-ecmascript "^1.0.4"
|
| 9686 |
+
unicode-match-property-value-ecmascript "^1.2.0"
|
| 9687 |
+
|
| 9688 |
+
regextras@^0.7.1:
|
| 9689 |
+
version "0.7.1"
|
| 9690 |
+
resolved "https://registry.yarnpkg.com/regextras/-/regextras-0.7.1.tgz#be95719d5f43f9ef0b9fa07ad89b7c606995a3b2"
|
| 9691 |
+
integrity sha512-9YXf6xtW+qzQ+hcMQXx95MOvfqXFgsKDZodX3qZB0x2n5Z94ioetIITsBtvJbiOyxa/6s9AtyweBLCdPmPko/w==
|
| 9692 |
+
|
| 9693 |
+
regjsgen@^0.5.1:
|
| 9694 |
+
version "0.5.2"
|
| 9695 |
+
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733"
|
| 9696 |
+
integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==
|
| 9697 |
+
|
| 9698 |
+
regjsparser@^0.6.4:
|
| 9699 |
+
version "0.6.9"
|
| 9700 |
+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.6.9.tgz#b489eef7c9a2ce43727627011429cf833a7183e6"
|
| 9701 |
+
integrity sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ==
|
| 9702 |
+
dependencies:
|
| 9703 |
+
jsesc "~0.5.0"
|
| 9704 |
+
|
| 9705 |
+
remark-parse@^5.0.0:
|
| 9706 |
+
version "5.0.0"
|
| 9707 |
+
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95"
|
| 9708 |
+
integrity sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA==
|
| 9709 |
+
dependencies:
|
| 9710 |
+
collapse-white-space "^1.0.2"
|
| 9711 |
+
is-alphabetical "^1.0.0"
|
| 9712 |
+
is-decimal "^1.0.0"
|
| 9713 |
+
is-whitespace-character "^1.0.0"
|
| 9714 |
+
is-word-character "^1.0.0"
|
| 9715 |
+
markdown-escapes "^1.0.0"
|
| 9716 |
+
parse-entities "^1.1.0"
|
| 9717 |
+
repeat-string "^1.5.4"
|
| 9718 |
+
state-toggle "^1.0.0"
|
| 9719 |
+
trim "0.0.1"
|
| 9720 |
+
trim-trailing-lines "^1.0.0"
|
| 9721 |
+
unherit "^1.0.4"
|
| 9722 |
+
unist-util-remove-position "^1.0.0"
|
| 9723 |
+
vfile-location "^2.0.0"
|
| 9724 |
+
xtend "^4.0.1"
|
| 9725 |
+
|
| 9726 |
+
remark-parse@^9.0.0:
|
| 9727 |
+
version "9.0.0"
|
| 9728 |
+
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-9.0.0.tgz#4d20a299665880e4f4af5d90b7c7b8a935853640"
|
| 9729 |
+
integrity sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==
|
| 9730 |
+
dependencies:
|
| 9731 |
+
mdast-util-from-markdown "^0.8.0"
|
| 9732 |
+
|
| 9733 |
+
remark-stringify@^9.0.0:
|
| 9734 |
+
version "9.0.1"
|
| 9735 |
+
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-9.0.1.tgz#576d06e910548b0a7191a71f27b33f1218862894"
|
| 9736 |
+
integrity sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==
|
| 9737 |
+
dependencies:
|
| 9738 |
+
mdast-util-to-markdown "^0.6.0"
|
| 9739 |
+
|
| 9740 |
+
remark@^13.0.0:
|
| 9741 |
+
version "13.0.0"
|
| 9742 |
+
resolved "https://registry.yarnpkg.com/remark/-/remark-13.0.0.tgz#d15d9bf71a402f40287ebe36067b66d54868e425"
|
| 9743 |
+
integrity sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==
|
| 9744 |
+
dependencies:
|
| 9745 |
+
remark-parse "^9.0.0"
|
| 9746 |
+
remark-stringify "^9.0.0"
|
| 9747 |
+
unified "^9.1.0"
|
| 9748 |
+
|
| 9749 |
+
remove-trailing-separator@^1.0.1:
|
| 9750 |
+
version "1.1.0"
|
| 9751 |
+
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
|
| 9752 |
+
integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
|
| 9753 |
+
|
| 9754 |
+
repeat-element@^1.1.2:
|
| 9755 |
+
version "1.1.4"
|
| 9756 |
+
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9"
|
| 9757 |
+
integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==
|
| 9758 |
+
|
| 9759 |
+
repeat-string@^1.0.0, repeat-string@^1.5.4, repeat-string@^1.6.1:
|
| 9760 |
+
version "1.6.1"
|
| 9761 |
+
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
|
| 9762 |
+
integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
|
| 9763 |
+
|
| 9764 |
+
replace-ext@1.0.0:
|
| 9765 |
+
version "1.0.0"
|
| 9766 |
+
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
|
| 9767 |
+
integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=
|
| 9768 |
+
|
| 9769 |
+
request-progress@^3.0.0:
|
| 9770 |
+
version "3.0.0"
|
| 9771 |
+
resolved "https://registry.yarnpkg.com/request-progress/-/request-progress-3.0.0.tgz#4ca754081c7fec63f505e4faa825aa06cd669dbe"
|
| 9772 |
+
integrity sha1-TKdUCBx/7GP1BeT6qCWqBs1mnb4=
|
| 9773 |
+
dependencies:
|
| 9774 |
+
throttleit "^1.0.0"
|
| 9775 |
+
|
| 9776 |
+
request-promise-core@1.1.4:
|
| 9777 |
+
version "1.1.4"
|
| 9778 |
+
resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.4.tgz#3eedd4223208d419867b78ce815167d10593a22f"
|
| 9779 |
+
integrity sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==
|
| 9780 |
+
dependencies:
|
| 9781 |
+
lodash "^4.17.19"
|
| 9782 |
+
|
| 9783 |
+
request-promise@^4.2.2:
|
| 9784 |
+
version "4.2.6"
|
| 9785 |
+
resolved "https://registry.yarnpkg.com/request-promise/-/request-promise-4.2.6.tgz#7e7e5b9578630e6f598e3813c0f8eb342a27f0a2"
|
| 9786 |
+
integrity sha512-HCHI3DJJUakkOr8fNoCc73E5nU5bqITjOYFMDrKHYOXWXrgD/SBaC7LjwuPymUprRyuF06UK7hd/lMHkmUXglQ==
|
| 9787 |
+
dependencies:
|
| 9788 |
+
bluebird "^3.5.0"
|
| 9789 |
+
request-promise-core "1.1.4"
|
| 9790 |
+
stealthy-require "^1.1.1"
|
| 9791 |
+
tough-cookie "^2.3.3"
|
| 9792 |
+
|
| 9793 |
+
request@^2.87.0, request@^2.88.0:
|
| 9794 |
+
version "2.88.2"
|
| 9795 |
+
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
| 9796 |
+
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
|
| 9797 |
+
dependencies:
|
| 9798 |
+
aws-sign2 "~0.7.0"
|
| 9799 |
+
aws4 "^1.8.0"
|
| 9800 |
+
caseless "~0.12.0"
|
| 9801 |
+
combined-stream "~1.0.6"
|
| 9802 |
+
extend "~3.0.2"
|
| 9803 |
+
forever-agent "~0.6.1"
|
| 9804 |
+
form-data "~2.3.2"
|
| 9805 |
+
har-validator "~5.1.3"
|
| 9806 |
+
http-signature "~1.2.0"
|
| 9807 |
+
is-typedarray "~1.0.0"
|
| 9808 |
+
isstream "~0.1.2"
|
| 9809 |
+
json-stringify-safe "~5.0.1"
|
| 9810 |
+
mime-types "~2.1.19"
|
| 9811 |
+
oauth-sign "~0.9.0"
|
| 9812 |
+
performance-now "^2.1.0"
|
| 9813 |
+
qs "~6.5.2"
|
| 9814 |
+
safe-buffer "^5.1.2"
|
| 9815 |
+
tough-cookie "~2.5.0"
|
| 9816 |
+
tunnel-agent "^0.6.0"
|
| 9817 |
+
uuid "^3.3.2"
|
| 9818 |
+
|
| 9819 |
+
require-directory@^2.1.1:
|
| 9820 |
+
version "2.1.1"
|
| 9821 |
+
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
|
| 9822 |
+
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
|
| 9823 |
+
|
| 9824 |
+
require-from-string@^2.0.2:
|
| 9825 |
+
version "2.0.2"
|
| 9826 |
+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
|
| 9827 |
+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
|
| 9828 |
+
|
| 9829 |
+
require-main-filename@^2.0.0:
|
| 9830 |
+
version "2.0.0"
|
| 9831 |
+
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
|
| 9832 |
+
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
|
| 9833 |
+
|
| 9834 |
+
requireindex@^1.2.0:
|
| 9835 |
+
version "1.2.0"
|
| 9836 |
+
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
|
| 9837 |
+
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==
|
| 9838 |
+
|
| 9839 |
+
resolve-bin@^0.4.0:
|
| 9840 |
+
version "0.4.1"
|
| 9841 |
+
resolved "https://registry.yarnpkg.com/resolve-bin/-/resolve-bin-0.4.1.tgz#e3e830e1cc9a5da7e0c5155915fd491ffe757048"
|
| 9842 |
+
integrity sha512-cPOo/AQjgGONYhFbAcJd1+nuVHKs5NZ8K96Zb6mW+nDl55a7+ya9MWkeYuSMDv/S+YpksZ3EbeAnGWs5x04x8w==
|
| 9843 |
+
dependencies:
|
| 9844 |
+
find-parent-dir "~0.3.0"
|
| 9845 |
+
|
| 9846 |
+
resolve-cwd@^2.0.0:
|
| 9847 |
+
version "2.0.0"
|
| 9848 |
+
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
|
| 9849 |
+
integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=
|
| 9850 |
+
dependencies:
|
| 9851 |
+
resolve-from "^3.0.0"
|
| 9852 |
+
|
| 9853 |
+
resolve-cwd@^3.0.0:
|
| 9854 |
+
version "3.0.0"
|
| 9855 |
+
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
|
| 9856 |
+
integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==
|
| 9857 |
+
dependencies:
|
| 9858 |
+
resolve-from "^5.0.0"
|
| 9859 |
+
|
| 9860 |
+
resolve-dir@^0.1.0:
|
| 9861 |
+
version "0.1.1"
|
| 9862 |
+
resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-0.1.1.tgz#b219259a5602fac5c5c496ad894a6e8cc430261e"
|
| 9863 |
+
integrity sha1-shklmlYC+sXFxJatiUpujMQwJh4=
|
| 9864 |
+
dependencies:
|
| 9865 |
+
expand-tilde "^1.2.2"
|
| 9866 |
+
global-modules "^0.2.3"
|
| 9867 |
+
|
| 9868 |
+
resolve-dir@^1.0.0, resolve-dir@^1.0.1:
|
| 9869 |
+
version "1.0.1"
|
| 9870 |
+
resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43"
|
| 9871 |
+
integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=
|
| 9872 |
+
dependencies:
|
| 9873 |
+
expand-tilde "^2.0.0"
|
| 9874 |
+
global-modules "^1.0.0"
|
| 9875 |
+
|
| 9876 |
+
resolve-from@^3.0.0:
|
| 9877 |
+
version "3.0.0"
|
| 9878 |
+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
|
| 9879 |
+
integrity sha1-six699nWiBvItuZTM17rywoYh0g=
|
| 9880 |
+
|
| 9881 |
+
resolve-from@^4.0.0:
|
| 9882 |
+
version "4.0.0"
|
| 9883 |
+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
|
| 9884 |
+
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
|
| 9885 |
+
|
| 9886 |
+
resolve-from@^5.0.0:
|
| 9887 |
+
version "5.0.0"
|
| 9888 |
+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
|
| 9889 |
+
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
|
| 9890 |
+
|
| 9891 |
+
resolve-url@^0.2.1:
|
| 9892 |
+
version "0.2.1"
|
| 9893 |
+
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
| 9894 |
+
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
| 9895 |
+
|
| 9896 |
+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.18.1, resolve@^1.20.0:
|
| 9897 |
+
version "1.20.0"
|
| 9898 |
+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
| 9899 |
+
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
| 9900 |
+
dependencies:
|
| 9901 |
+
is-core-module "^2.2.0"
|
| 9902 |
+
path-parse "^1.0.6"
|
| 9903 |
+
|
| 9904 |
+
resolve@^2.0.0-next.3:
|
| 9905 |
+
version "2.0.0-next.3"
|
| 9906 |
+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
|
| 9907 |
+
integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==
|
| 9908 |
+
dependencies:
|
| 9909 |
+
is-core-module "^2.2.0"
|
| 9910 |
+
path-parse "^1.0.6"
|
| 9911 |
+
|
| 9912 |
+
restore-cursor@^3.1.0:
|
| 9913 |
+
version "3.1.0"
|
| 9914 |
+
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
|
| 9915 |
+
integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==
|
| 9916 |
+
dependencies:
|
| 9917 |
+
onetime "^5.1.0"
|
| 9918 |
+
signal-exit "^3.0.2"
|
| 9919 |
+
|
| 9920 |
+
ret@~0.1.10:
|
| 9921 |
+
version "0.1.15"
|
| 9922 |
+
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
|
| 9923 |
+
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
|
| 9924 |
+
|
| 9925 |
+
retry-axios@^1.0.1:
|
| 9926 |
+
version "1.0.2"
|
| 9927 |
+
resolved "https://registry.yarnpkg.com/retry-axios/-/retry-axios-1.0.2.tgz#f1b5895ad0ef69656036c48fd7952f72340ed772"
|
| 9928 |
+
integrity sha512-PeR6ZVYscfOHrbN3A6EiP8M6UlseHpDkwVDsT6YMcZH0qyMubuFIq6gwydn+ZkvBzry3xmAZwZ3pW1zmJbvLOA==
|
| 9929 |
+
|
| 9930 |
+
reusify@^1.0.4:
|
| 9931 |
+
version "1.0.4"
|
| 9932 |
+
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
|
| 9933 |
+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
| 9934 |
+
|
| 9935 |
+
rimraf@^2.5.4, rimraf@^2.6.3:
|
| 9936 |
+
version "2.7.1"
|
| 9937 |
+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
|
| 9938 |
+
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
|
| 9939 |
+
dependencies:
|
| 9940 |
+
glob "^7.1.3"
|
| 9941 |
+
|
| 9942 |
+
rimraf@^3.0.0, rimraf@^3.0.2:
|
| 9943 |
+
version "3.0.2"
|
| 9944 |
+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
|
| 9945 |
+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
|
| 9946 |
+
dependencies:
|
| 9947 |
+
glob "^7.1.3"
|
| 9948 |
+
|
| 9949 |
+
ripemd160@^2.0.0, ripemd160@^2.0.1:
|
| 9950 |
+
version "2.0.2"
|
| 9951 |
+
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
|
| 9952 |
+
integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==
|
| 9953 |
+
dependencies:
|
| 9954 |
+
hash-base "^3.0.0"
|
| 9955 |
+
inherits "^2.0.1"
|
| 9956 |
+
|
| 9957 |
+
rst-selector-parser@^2.2.3:
|
| 9958 |
+
version "2.2.3"
|
| 9959 |
+
resolved "https://registry.yarnpkg.com/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz#81b230ea2fcc6066c89e3472de794285d9b03d91"
|
| 9960 |
+
integrity sha1-gbIw6i/MYGbInjRy3nlChdmwPZE=
|
| 9961 |
+
dependencies:
|
| 9962 |
+
lodash.flattendeep "^4.4.0"
|
| 9963 |
+
nearley "^2.7.10"
|
| 9964 |
+
|
| 9965 |
+
rsvp@^4.8.4:
|
| 9966 |
+
version "4.8.5"
|
| 9967 |
+
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
|
| 9968 |
+
integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==
|
| 9969 |
+
|
| 9970 |
+
run-parallel@^1.1.4, run-parallel@^1.1.9:
|
| 9971 |
+
version "1.2.0"
|
| 9972 |
+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
| 9973 |
+
integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
|
| 9974 |
+
dependencies:
|
| 9975 |
+
queue-microtask "^1.2.2"
|
| 9976 |
+
|
| 9977 |
+
run-queue@^1.0.0, run-queue@^1.0.3:
|
| 9978 |
+
version "1.0.3"
|
| 9979 |
+
resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"
|
| 9980 |
+
integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=
|
| 9981 |
+
dependencies:
|
| 9982 |
+
aproba "^1.1.1"
|
| 9983 |
+
|
| 9984 |
+
rx@^4.1.0:
|
| 9985 |
+
version "4.1.0"
|
| 9986 |
+
resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
|
| 9987 |
+
integrity sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=
|
| 9988 |
+
|
| 9989 |
+
rxjs@^6.6.3, rxjs@^6.6.7:
|
| 9990 |
+
version "6.6.7"
|
| 9991 |
+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
|
| 9992 |
+
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
|
| 9993 |
+
dependencies:
|
| 9994 |
+
tslib "^1.9.0"
|
| 9995 |
+
|
| 9996 |
+
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
|
| 9997 |
+
version "5.1.2"
|
| 9998 |
+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
| 9999 |
+
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
| 10000 |
+
|
| 10001 |
+
safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
|
| 10002 |
+
version "5.2.1"
|
| 10003 |
+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
|
| 10004 |
+
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
|
| 10005 |
+
|
| 10006 |
+
safe-json-parse@~1.0.1:
|
| 10007 |
+
version "1.0.1"
|
| 10008 |
+
resolved "https://registry.yarnpkg.com/safe-json-parse/-/safe-json-parse-1.0.1.tgz#3e76723e38dfdda13c9b1d29a1e07ffee4b30b57"
|
| 10009 |
+
integrity sha1-PnZyPjjf3aE8mx0poeB//uSzC1c=
|
| 10010 |
+
|
| 10011 |
+
safe-regex@^1.1.0:
|
| 10012 |
+
version "1.1.0"
|
| 10013 |
+
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
|
| 10014 |
+
integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4=
|
| 10015 |
+
dependencies:
|
| 10016 |
+
ret "~0.1.10"
|
| 10017 |
+
|
| 10018 |
+
"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
|
| 10019 |
+
version "2.1.2"
|
| 10020 |
+
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
|
| 10021 |
+
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
|
| 10022 |
+
|
| 10023 |
+
sane@^4.0.3:
|
| 10024 |
+
version "4.1.0"
|
| 10025 |
+
resolved "https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded"
|
| 10026 |
+
integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==
|
| 10027 |
+
dependencies:
|
| 10028 |
+
"@cnakazawa/watch" "^1.0.3"
|
| 10029 |
+
anymatch "^2.0.0"
|
| 10030 |
+
capture-exit "^2.0.0"
|
| 10031 |
+
exec-sh "^0.3.2"
|
| 10032 |
+
execa "^1.0.0"
|
| 10033 |
+
fb-watchman "^2.0.0"
|
| 10034 |
+
micromatch "^3.1.4"
|
| 10035 |
+
minimist "^1.1.1"
|
| 10036 |
+
walker "~1.0.5"
|
| 10037 |
+
|
| 10038 |
+
sass-loader@^8.0.2:
|
| 10039 |
+
version "8.0.2"
|
| 10040 |
+
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-8.0.2.tgz#debecd8c3ce243c76454f2e8290482150380090d"
|
| 10041 |
+
integrity sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==
|
| 10042 |
+
dependencies:
|
| 10043 |
+
clone-deep "^4.0.1"
|
| 10044 |
+
loader-utils "^1.2.3"
|
| 10045 |
+
neo-async "^2.6.1"
|
| 10046 |
+
schema-utils "^2.6.1"
|
| 10047 |
+
semver "^6.3.0"
|
| 10048 |
+
|
| 10049 |
+
sass@^1.26.11:
|
| 10050 |
+
version "1.37.5"
|
| 10051 |
+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.37.5.tgz#f6838351f7cc814c4fcfe1d9a20e0cabbd1e7b3c"
|
| 10052 |
+
integrity sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==
|
| 10053 |
+
dependencies:
|
| 10054 |
+
chokidar ">=3.0.0 <4.0.0"
|
| 10055 |
+
|
| 10056 |
+
sax@~1.2.4:
|
| 10057 |
+
version "1.2.4"
|
| 10058 |
+
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
|
| 10059 |
+
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
|
| 10060 |
+
|
| 10061 |
+
saxes@^5.0.1:
|
| 10062 |
+
version "5.0.1"
|
| 10063 |
+
resolved "https://registry.yarnpkg.com/saxes/-/saxes-5.0.1.tgz#eebab953fa3b7608dbe94e5dadb15c888fa6696d"
|
| 10064 |
+
integrity sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==
|
| 10065 |
+
dependencies:
|
| 10066 |
+
xmlchars "^2.2.0"
|
| 10067 |
+
|
| 10068 |
+
scheduler@^0.19.1:
|
| 10069 |
+
version "0.19.1"
|
| 10070 |
+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
|
| 10071 |
+
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
|
| 10072 |
+
dependencies:
|
| 10073 |
+
loose-envify "^1.1.0"
|
| 10074 |
+
object-assign "^4.1.1"
|
| 10075 |
+
|
| 10076 |
+
scheduler@^0.20.2:
|
| 10077 |
+
version "0.20.2"
|
| 10078 |
+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
|
| 10079 |
+
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
|
| 10080 |
+
dependencies:
|
| 10081 |
+
loose-envify "^1.1.0"
|
| 10082 |
+
object-assign "^4.1.1"
|
| 10083 |
+
|
| 10084 |
+
schema-utils@^1.0.0:
|
| 10085 |
+
version "1.0.0"
|
| 10086 |
+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
|
| 10087 |
+
integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==
|
| 10088 |
+
dependencies:
|
| 10089 |
+
ajv "^6.1.0"
|
| 10090 |
+
ajv-errors "^1.0.0"
|
| 10091 |
+
ajv-keywords "^3.1.0"
|
| 10092 |
+
|
| 10093 |
+
schema-utils@^2.5.0, schema-utils@^2.6.1, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0:
|
| 10094 |
+
version "2.7.1"
|
| 10095 |
+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
|
| 10096 |
+
integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
|
| 10097 |
+
dependencies:
|
| 10098 |
+
"@types/json-schema" "^7.0.5"
|
| 10099 |
+
ajv "^6.12.4"
|
| 10100 |
+
ajv-keywords "^3.5.2"
|
| 10101 |
+
|
| 10102 |
+
schema-utils@^3.0.0:
|
| 10103 |
+
version "3.1.1"
|
| 10104 |
+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
|
| 10105 |
+
integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
|
| 10106 |
+
dependencies:
|
| 10107 |
+
"@types/json-schema" "^7.0.8"
|
| 10108 |
+
ajv "^6.12.5"
|
| 10109 |
+
ajv-keywords "^3.5.2"
|
| 10110 |
+
|
| 10111 |
+
scroll-to-bottomjs@^1.1.0:
|
| 10112 |
+
version "1.1.0"
|
| 10113 |
+
resolved "https://registry.yarnpkg.com/scroll-to-bottomjs/-/scroll-to-bottomjs-1.1.0.tgz#06589ea5c398742cae4bb56664fa132c8f095123"
|
| 10114 |
+
integrity sha512-+e7MRrUwY7M1V93ebqxIyPwIC8rPkvcmmmdSrOnNnCpbDP2Fpva3B6RadoRQ+ubZoYdYxye3Cculgbzb/CZiGw==
|
| 10115 |
+
|
| 10116 |
+
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
|
| 10117 |
+
version "5.7.1"
|
| 10118 |
+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
| 10119 |
+
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
| 10120 |
+
|
| 10121 |
+
semver@7.0.0:
|
| 10122 |
+
version "7.0.0"
|
| 10123 |
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
| 10124 |
+
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
| 10125 |
+
|
| 10126 |
+
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
|
| 10127 |
+
version "6.3.0"
|
| 10128 |
+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
| 10129 |
+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
| 10130 |
+
|
| 10131 |
+
semver@^7.0.0, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
|
| 10132 |
+
version "7.3.5"
|
| 10133 |
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
|
| 10134 |
+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
|
| 10135 |
+
dependencies:
|
| 10136 |
+
lru-cache "^6.0.0"
|
| 10137 |
+
|
| 10138 |
+
send@0.17.1:
|
| 10139 |
+
version "0.17.1"
|
| 10140 |
+
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
|
| 10141 |
+
integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==
|
| 10142 |
+
dependencies:
|
| 10143 |
+
debug "2.6.9"
|
| 10144 |
+
depd "~1.1.2"
|
| 10145 |
+
destroy "~1.0.4"
|
| 10146 |
+
encodeurl "~1.0.2"
|
| 10147 |
+
escape-html "~1.0.3"
|
| 10148 |
+
etag "~1.8.1"
|
| 10149 |
+
fresh "0.5.2"
|
| 10150 |
+
http-errors "~1.7.2"
|
| 10151 |
+
mime "1.6.0"
|
| 10152 |
+
ms "2.1.1"
|
| 10153 |
+
on-finished "~2.3.0"
|
| 10154 |
+
range-parser "~1.2.1"
|
| 10155 |
+
statuses "~1.5.0"
|
| 10156 |
+
|
| 10157 |
+
serialize-javascript@^4.0.0:
|
| 10158 |
+
version "4.0.0"
|
| 10159 |
+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"
|
| 10160 |
+
integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==
|
| 10161 |
+
dependencies:
|
| 10162 |
+
randombytes "^2.1.0"
|
| 10163 |
+
|
| 10164 |
+
serve-static@1.14.1:
|
| 10165 |
+
version "1.14.1"
|
| 10166 |
+
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9"
|
| 10167 |
+
integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==
|
| 10168 |
+
dependencies:
|
| 10169 |
+
encodeurl "~1.0.2"
|
| 10170 |
+
escape-html "~1.0.3"
|
| 10171 |
+
parseurl "~1.3.3"
|
| 10172 |
+
send "0.17.1"
|
| 10173 |
+
|
| 10174 |
+
set-blocking@^2.0.0:
|
| 10175 |
+
version "2.0.0"
|
| 10176 |
+
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
|
| 10177 |
+
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
|
| 10178 |
+
|
| 10179 |
+
set-value@^2.0.0, set-value@^2.0.1:
|
| 10180 |
+
version "2.0.1"
|
| 10181 |
+
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
|
| 10182 |
+
integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==
|
| 10183 |
+
dependencies:
|
| 10184 |
+
extend-shallow "^2.0.1"
|
| 10185 |
+
is-extendable "^0.1.1"
|
| 10186 |
+
is-plain-object "^2.0.3"
|
| 10187 |
+
split-string "^3.0.1"
|
| 10188 |
+
|
| 10189 |
+
setimmediate@^1.0.4:
|
| 10190 |
+
version "1.0.5"
|
| 10191 |
+
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
|
| 10192 |
+
integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
|
| 10193 |
+
|
| 10194 |
+
setprototypeof@1.1.1:
|
| 10195 |
+
version "1.1.1"
|
| 10196 |
+
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
|
| 10197 |
+
integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
|
| 10198 |
+
|
| 10199 |
+
sha.js@^2.4.0, sha.js@^2.4.8:
|
| 10200 |
+
version "2.4.11"
|
| 10201 |
+
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
|
| 10202 |
+
integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
|
| 10203 |
+
dependencies:
|
| 10204 |
+
inherits "^2.0.1"
|
| 10205 |
+
safe-buffer "^5.0.1"
|
| 10206 |
+
|
| 10207 |
+
shallow-clone@^0.1.2:
|
| 10208 |
+
version "0.1.2"
|
| 10209 |
+
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-0.1.2.tgz#5909e874ba77106d73ac414cfec1ffca87d97060"
|
| 10210 |
+
integrity sha1-WQnodLp3EG1zrEFM/sH/yofZcGA=
|
| 10211 |
+
dependencies:
|
| 10212 |
+
is-extendable "^0.1.1"
|
| 10213 |
+
kind-of "^2.0.1"
|
| 10214 |
+
lazy-cache "^0.2.3"
|
| 10215 |
+
mixin-object "^2.0.1"
|
| 10216 |
+
|
| 10217 |
+
shallow-clone@^3.0.0:
|
| 10218 |
+
version "3.0.1"
|
| 10219 |
+
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
|
| 10220 |
+
integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==
|
| 10221 |
+
dependencies:
|
| 10222 |
+
kind-of "^6.0.2"
|
| 10223 |
+
|
| 10224 |
+
shebang-command@^1.2.0:
|
| 10225 |
+
version "1.2.0"
|
| 10226 |
+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
| 10227 |
+
integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
|
| 10228 |
+
dependencies:
|
| 10229 |
+
shebang-regex "^1.0.0"
|
| 10230 |
+
|
| 10231 |
+
shebang-command@^2.0.0:
|
| 10232 |
+
version "2.0.0"
|
| 10233 |
+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
| 10234 |
+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
|
| 10235 |
+
dependencies:
|
| 10236 |
+
shebang-regex "^3.0.0"
|
| 10237 |
+
|
| 10238 |
+
shebang-regex@^1.0.0:
|
| 10239 |
+
version "1.0.0"
|
| 10240 |
+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
| 10241 |
+
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
|
| 10242 |
+
|
| 10243 |
+
shebang-regex@^3.0.0:
|
| 10244 |
+
version "3.0.0"
|
| 10245 |
+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
| 10246 |
+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
| 10247 |
+
|
| 10248 |
+
shellwords@^0.1.1:
|
| 10249 |
+
version "0.1.1"
|
| 10250 |
+
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
|
| 10251 |
+
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
|
| 10252 |
+
|
| 10253 |
+
side-channel@^1.0.4:
|
| 10254 |
+
version "1.0.4"
|
| 10255 |
+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
|
| 10256 |
+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
|
| 10257 |
+
dependencies:
|
| 10258 |
+
call-bind "^1.0.0"
|
| 10259 |
+
get-intrinsic "^1.0.2"
|
| 10260 |
+
object-inspect "^1.9.0"
|
| 10261 |
+
|
| 10262 |
+
signal-exit@^3.0.0, signal-exit@^3.0.2:
|
| 10263 |
+
version "3.0.3"
|
| 10264 |
+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
|
| 10265 |
+
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
|
| 10266 |
+
|
| 10267 |
+
simple-swizzle@^0.2.2:
|
| 10268 |
+
version "0.2.2"
|
| 10269 |
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
| 10270 |
+
integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=
|
| 10271 |
+
dependencies:
|
| 10272 |
+
is-arrayish "^0.3.1"
|
| 10273 |
+
|
| 10274 |
+
sirv@^1.0.7:
|
| 10275 |
+
version "1.0.12"
|
| 10276 |
+
resolved "https://registry.yarnpkg.com/sirv/-/sirv-1.0.12.tgz#d816c882b35489b3c63290e2f455ae3eccd5f652"
|
| 10277 |
+
integrity sha512-+jQoCxndz7L2tqQL4ZyzfDhky0W/4ZJip3XoOuxyQWnAwMxindLl3Xv1qT4x1YX/re0leShvTm8Uk0kQspGhBg==
|
| 10278 |
+
dependencies:
|
| 10279 |
+
"@polka/url" "^1.0.0-next.15"
|
| 10280 |
+
mime "^2.3.1"
|
| 10281 |
+
totalist "^1.0.0"
|
| 10282 |
+
|
| 10283 |
+
sisteransi@^1.0.5:
|
| 10284 |
+
version "1.0.5"
|
| 10285 |
+
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
|
| 10286 |
+
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
|
| 10287 |
+
|
| 10288 |
+
slash@^3.0.0:
|
| 10289 |
+
version "3.0.0"
|
| 10290 |
+
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
|
| 10291 |
+
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
|
| 10292 |
+
|
| 10293 |
+
slice-ansi@^3.0.0:
|
| 10294 |
+
version "3.0.0"
|
| 10295 |
+
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"
|
| 10296 |
+
integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==
|
| 10297 |
+
dependencies:
|
| 10298 |
+
ansi-styles "^4.0.0"
|
| 10299 |
+
astral-regex "^2.0.0"
|
| 10300 |
+
is-fullwidth-code-point "^3.0.0"
|
| 10301 |
+
|
| 10302 |
+
slice-ansi@^4.0.0:
|
| 10303 |
+
version "4.0.0"
|
| 10304 |
+
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
|
| 10305 |
+
integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
|
| 10306 |
+
dependencies:
|
| 10307 |
+
ansi-styles "^4.0.0"
|
| 10308 |
+
astral-regex "^2.0.0"
|
| 10309 |
+
is-fullwidth-code-point "^3.0.0"
|
| 10310 |
+
|
| 10311 |
+
snapdragon-node@^2.0.1:
|
| 10312 |
+
version "2.1.1"
|
| 10313 |
+
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
|
| 10314 |
+
integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==
|
| 10315 |
+
dependencies:
|
| 10316 |
+
define-property "^1.0.0"
|
| 10317 |
+
isobject "^3.0.0"
|
| 10318 |
+
snapdragon-util "^3.0.1"
|
| 10319 |
+
|
| 10320 |
+
snapdragon-util@^3.0.1:
|
| 10321 |
+
version "3.0.1"
|
| 10322 |
+
resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2"
|
| 10323 |
+
integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==
|
| 10324 |
+
dependencies:
|
| 10325 |
+
kind-of "^3.2.0"
|
| 10326 |
+
|
| 10327 |
+
snapdragon@^0.8.1:
|
| 10328 |
+
version "0.8.2"
|
| 10329 |
+
resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d"
|
| 10330 |
+
integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==
|
| 10331 |
+
dependencies:
|
| 10332 |
+
base "^0.11.1"
|
| 10333 |
+
debug "^2.2.0"
|
| 10334 |
+
define-property "^0.2.5"
|
| 10335 |
+
extend-shallow "^2.0.1"
|
| 10336 |
+
map-cache "^0.2.2"
|
| 10337 |
+
source-map "^0.5.6"
|
| 10338 |
+
source-map-resolve "^0.5.0"
|
| 10339 |
+
use "^3.1.0"
|
| 10340 |
+
|
| 10341 |
+
sort-keys@^1.0.0:
|
| 10342 |
+
version "1.1.2"
|
| 10343 |
+
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad"
|
| 10344 |
+
integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0=
|
| 10345 |
+
dependencies:
|
| 10346 |
+
is-plain-obj "^1.0.0"
|
| 10347 |
+
|
| 10348 |
+
source-list-map@^2.0.0, source-list-map@^2.0.1:
|
| 10349 |
+
version "2.0.1"
|
| 10350 |
+
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
| 10351 |
+
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
| 10352 |
+
|
| 10353 |
+
source-map-loader@^0.2.4:
|
| 10354 |
+
version "0.2.4"
|
| 10355 |
+
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-0.2.4.tgz#c18b0dc6e23bf66f6792437557c569a11e072271"
|
| 10356 |
+
integrity sha512-OU6UJUty+i2JDpTItnizPrlpOIBLmQbWMuBg9q5bVtnHACqw1tn9nNwqJLbv0/00JjnJb/Ee5g5WS5vrRv7zIQ==
|
| 10357 |
+
dependencies:
|
| 10358 |
+
async "^2.5.0"
|
| 10359 |
+
loader-utils "^1.1.0"
|
| 10360 |
+
|
| 10361 |
+
source-map-resolve@^0.5.0:
|
| 10362 |
+
version "0.5.3"
|
| 10363 |
+
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
|
| 10364 |
+
integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==
|
| 10365 |
+
dependencies:
|
| 10366 |
+
atob "^2.1.2"
|
| 10367 |
+
decode-uri-component "^0.2.0"
|
| 10368 |
+
resolve-url "^0.2.1"
|
| 10369 |
+
source-map-url "^0.4.0"
|
| 10370 |
+
urix "^0.1.0"
|
| 10371 |
+
|
| 10372 |
+
source-map-support@^0.5.6, source-map-support@~0.5.12:
|
| 10373 |
+
version "0.5.19"
|
| 10374 |
+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
|
| 10375 |
+
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
|
| 10376 |
+
dependencies:
|
| 10377 |
+
buffer-from "^1.0.0"
|
| 10378 |
+
source-map "^0.6.0"
|
| 10379 |
+
|
| 10380 |
+
source-map-url@^0.4.0:
|
| 10381 |
+
version "0.4.1"
|
| 10382 |
+
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56"
|
| 10383 |
+
integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==
|
| 10384 |
+
|
| 10385 |
+
source-map@^0.5.0, source-map@^0.5.6:
|
| 10386 |
+
version "0.5.7"
|
| 10387 |
+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
|
| 10388 |
+
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
|
| 10389 |
+
|
| 10390 |
+
source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
|
| 10391 |
+
version "0.6.1"
|
| 10392 |
+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
|
| 10393 |
+
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
| 10394 |
+
|
| 10395 |
+
source-map@^0.7.3:
|
| 10396 |
+
version "0.7.3"
|
| 10397 |
+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
|
| 10398 |
+
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
|
| 10399 |
+
|
| 10400 |
+
spawnd@^4.4.0:
|
| 10401 |
+
version "4.4.0"
|
| 10402 |
+
resolved "https://registry.yarnpkg.com/spawnd/-/spawnd-4.4.0.tgz#bb52c5b34a22e3225ae1d3acb873b2cd58af0886"
|
| 10403 |
+
integrity sha512-jLPOfB6QOEgMOQY15Z6+lwZEhH3F5ncXxIaZ7WHPIapwNNLyjrs61okj3VJ3K6tmP5TZ6cO0VAu9rEY4MD4YQg==
|
| 10404 |
+
dependencies:
|
| 10405 |
+
exit "^0.1.2"
|
| 10406 |
+
signal-exit "^3.0.2"
|
| 10407 |
+
tree-kill "^1.2.2"
|
| 10408 |
+
wait-port "^0.2.7"
|
| 10409 |
+
|
| 10410 |
+
spdx-correct@^3.0.0:
|
| 10411 |
+
version "3.1.1"
|
| 10412 |
+
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"
|
| 10413 |
+
integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==
|
| 10414 |
+
dependencies:
|
| 10415 |
+
spdx-expression-parse "^3.0.0"
|
| 10416 |
+
spdx-license-ids "^3.0.0"
|
| 10417 |
+
|
| 10418 |
+
spdx-exceptions@^2.1.0:
|
| 10419 |
+
version "2.3.0"
|
| 10420 |
+
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
|
| 10421 |
+
integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
|
| 10422 |
+
|
| 10423 |
+
spdx-expression-parse@^3.0.0, spdx-expression-parse@^3.0.1:
|
| 10424 |
+
version "3.0.1"
|
| 10425 |
+
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
|
| 10426 |
+
integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
|
| 10427 |
+
dependencies:
|
| 10428 |
+
spdx-exceptions "^2.1.0"
|
| 10429 |
+
spdx-license-ids "^3.0.0"
|
| 10430 |
+
|
| 10431 |
+
spdx-license-ids@^3.0.0:
|
| 10432 |
+
version "3.0.10"
|
| 10433 |
+
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz#0d9becccde7003d6c658d487dd48a32f0bf3014b"
|
| 10434 |
+
integrity sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==
|
| 10435 |
+
|
| 10436 |
+
specificity@^0.4.1:
|
| 10437 |
+
version "0.4.1"
|
| 10438 |
+
resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019"
|
| 10439 |
+
integrity sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==
|
| 10440 |
+
|
| 10441 |
+
split-string@^3.0.1, split-string@^3.0.2:
|
| 10442 |
+
version "3.1.0"
|
| 10443 |
+
resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
|
| 10444 |
+
integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==
|
| 10445 |
+
dependencies:
|
| 10446 |
+
extend-shallow "^3.0.0"
|
| 10447 |
+
|
| 10448 |
+
sprintf-js@~1.0.2:
|
| 10449 |
+
version "1.0.3"
|
| 10450 |
+
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
|
| 10451 |
+
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
|
| 10452 |
+
|
| 10453 |
+
sshpk@^1.7.0:
|
| 10454 |
+
version "1.16.1"
|
| 10455 |
+
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
|
| 10456 |
+
integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==
|
| 10457 |
+
dependencies:
|
| 10458 |
+
asn1 "~0.2.3"
|
| 10459 |
+
assert-plus "^1.0.0"
|
| 10460 |
+
bcrypt-pbkdf "^1.0.0"
|
| 10461 |
+
dashdash "^1.12.0"
|
| 10462 |
+
ecc-jsbn "~0.1.1"
|
| 10463 |
+
getpass "^0.1.1"
|
| 10464 |
+
jsbn "~0.1.0"
|
| 10465 |
+
safer-buffer "^2.0.2"
|
| 10466 |
+
tweetnacl "~0.14.0"
|
| 10467 |
+
|
| 10468 |
+
ssri@^6.0.1:
|
| 10469 |
+
version "6.0.2"
|
| 10470 |
+
resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5"
|
| 10471 |
+
integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==
|
| 10472 |
+
dependencies:
|
| 10473 |
+
figgy-pudding "^3.5.1"
|
| 10474 |
+
|
| 10475 |
+
ssri@^8.0.1:
|
| 10476 |
+
version "8.0.1"
|
| 10477 |
+
resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af"
|
| 10478 |
+
integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==
|
| 10479 |
+
dependencies:
|
| 10480 |
+
minipass "^3.1.1"
|
| 10481 |
+
|
| 10482 |
+
stable@^0.1.8:
|
| 10483 |
+
version "0.1.8"
|
| 10484 |
+
resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf"
|
| 10485 |
+
integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
|
| 10486 |
+
|
| 10487 |
+
stack-trace@0.0.x:
|
| 10488 |
+
version "0.0.10"
|
| 10489 |
+
resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0"
|
| 10490 |
+
integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=
|
| 10491 |
+
|
| 10492 |
+
stack-utils@^2.0.2:
|
| 10493 |
+
version "2.0.3"
|
| 10494 |
+
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277"
|
| 10495 |
+
integrity sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==
|
| 10496 |
+
dependencies:
|
| 10497 |
+
escape-string-regexp "^2.0.0"
|
| 10498 |
+
|
| 10499 |
+
state-toggle@^1.0.0:
|
| 10500 |
+
version "1.0.3"
|
| 10501 |
+
resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.3.tgz#e123b16a88e143139b09c6852221bc9815917dfe"
|
| 10502 |
+
integrity sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==
|
| 10503 |
+
|
| 10504 |
+
static-extend@^0.1.1:
|
| 10505 |
+
version "0.1.2"
|
| 10506 |
+
resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
|
| 10507 |
+
integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=
|
| 10508 |
+
dependencies:
|
| 10509 |
+
define-property "^0.2.5"
|
| 10510 |
+
object-copy "^0.1.0"
|
| 10511 |
+
|
| 10512 |
+
"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
|
| 10513 |
+
version "1.5.0"
|
| 10514 |
+
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
|
| 10515 |
+
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
|
| 10516 |
+
|
| 10517 |
+
stealthy-require@^1.1.1:
|
| 10518 |
+
version "1.1.1"
|
| 10519 |
+
resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
|
| 10520 |
+
integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
|
| 10521 |
+
|
| 10522 |
+
stream-browserify@^2.0.1:
|
| 10523 |
+
version "2.0.2"
|
| 10524 |
+
resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
|
| 10525 |
+
integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==
|
| 10526 |
+
dependencies:
|
| 10527 |
+
inherits "~2.0.1"
|
| 10528 |
+
readable-stream "^2.0.2"
|
| 10529 |
+
|
| 10530 |
+
stream-each@^1.1.0:
|
| 10531 |
+
version "1.2.3"
|
| 10532 |
+
resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"
|
| 10533 |
+
integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==
|
| 10534 |
+
dependencies:
|
| 10535 |
+
end-of-stream "^1.1.0"
|
| 10536 |
+
stream-shift "^1.0.0"
|
| 10537 |
+
|
| 10538 |
+
stream-http@^2.7.2:
|
| 10539 |
+
version "2.8.3"
|
| 10540 |
+
resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc"
|
| 10541 |
+
integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==
|
| 10542 |
+
dependencies:
|
| 10543 |
+
builtin-status-codes "^3.0.0"
|
| 10544 |
+
inherits "^2.0.1"
|
| 10545 |
+
readable-stream "^2.3.6"
|
| 10546 |
+
to-arraybuffer "^1.0.0"
|
| 10547 |
+
xtend "^4.0.0"
|
| 10548 |
+
|
| 10549 |
+
stream-shift@^1.0.0:
|
| 10550 |
+
version "1.0.1"
|
| 10551 |
+
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d"
|
| 10552 |
+
integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==
|
| 10553 |
+
|
| 10554 |
+
strict-uri-encode@^1.0.0:
|
| 10555 |
+
version "1.1.0"
|
| 10556 |
+
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
|
| 10557 |
+
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
|
| 10558 |
+
|
| 10559 |
+
string-length@^4.0.1:
|
| 10560 |
+
version "4.0.2"
|
| 10561 |
+
resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a"
|
| 10562 |
+
integrity sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==
|
| 10563 |
+
dependencies:
|
| 10564 |
+
char-regex "^1.0.2"
|
| 10565 |
+
strip-ansi "^6.0.0"
|
| 10566 |
+
|
| 10567 |
+
string-template@~0.2.1:
|
| 10568 |
+
version "0.2.1"
|
| 10569 |
+
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
|
| 10570 |
+
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
|
| 10571 |
+
|
| 10572 |
+
string-width@^2.1.1:
|
| 10573 |
+
version "2.1.1"
|
| 10574 |
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
|
| 10575 |
+
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
|
| 10576 |
+
dependencies:
|
| 10577 |
+
is-fullwidth-code-point "^2.0.0"
|
| 10578 |
+
strip-ansi "^4.0.0"
|
| 10579 |
+
|
| 10580 |
+
string-width@^3.0.0, string-width@^3.1.0:
|
| 10581 |
+
version "3.1.0"
|
| 10582 |
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
|
| 10583 |
+
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
|
| 10584 |
+
dependencies:
|
| 10585 |
+
emoji-regex "^7.0.1"
|
| 10586 |
+
is-fullwidth-code-point "^2.0.0"
|
| 10587 |
+
strip-ansi "^5.1.0"
|
| 10588 |
+
|
| 10589 |
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2:
|
| 10590 |
+
version "4.2.2"
|
| 10591 |
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
|
| 10592 |
+
integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
|
| 10593 |
+
dependencies:
|
| 10594 |
+
emoji-regex "^8.0.0"
|
| 10595 |
+
is-fullwidth-code-point "^3.0.0"
|
| 10596 |
+
strip-ansi "^6.0.0"
|
| 10597 |
+
|
| 10598 |
+
string.prototype.matchall@^4.0.5:
|
| 10599 |
+
version "4.0.5"
|
| 10600 |
+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
|
| 10601 |
+
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
|
| 10602 |
+
dependencies:
|
| 10603 |
+
call-bind "^1.0.2"
|
| 10604 |
+
define-properties "^1.1.3"
|
| 10605 |
+
es-abstract "^1.18.2"
|
| 10606 |
+
get-intrinsic "^1.1.1"
|
| 10607 |
+
has-symbols "^1.0.2"
|
| 10608 |
+
internal-slot "^1.0.3"
|
| 10609 |
+
regexp.prototype.flags "^1.3.1"
|
| 10610 |
+
side-channel "^1.0.4"
|
| 10611 |
+
|
| 10612 |
+
string.prototype.trim@^1.2.1:
|
| 10613 |
+
version "1.2.4"
|
| 10614 |
+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.4.tgz#6014689baf5efaf106ad031a5fa45157666ed1bd"
|
| 10615 |
+
integrity sha512-hWCk/iqf7lp0/AgTF7/ddO1IWtSNPASjlzCicV5irAVdE1grjsneK26YG6xACMBEdCvO8fUST0UzDMh/2Qy+9Q==
|
| 10616 |
+
dependencies:
|
| 10617 |
+
call-bind "^1.0.2"
|
| 10618 |
+
define-properties "^1.1.3"
|
| 10619 |
+
es-abstract "^1.18.0-next.2"
|
| 10620 |
+
|
| 10621 |
+
string.prototype.trimend@^1.0.4:
|
| 10622 |
+
version "1.0.4"
|
| 10623 |
+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
|
| 10624 |
+
integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
|
| 10625 |
+
dependencies:
|
| 10626 |
+
call-bind "^1.0.2"
|
| 10627 |
+
define-properties "^1.1.3"
|
| 10628 |
+
|
| 10629 |
+
string.prototype.trimstart@^1.0.4:
|
| 10630 |
+
version "1.0.4"
|
| 10631 |
+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
|
| 10632 |
+
integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==
|
| 10633 |
+
dependencies:
|
| 10634 |
+
call-bind "^1.0.2"
|
| 10635 |
+
define-properties "^1.1.3"
|
| 10636 |
+
|
| 10637 |
+
string_decoder@0.10:
|
| 10638 |
+
version "0.10.31"
|
| 10639 |
+
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
|
| 10640 |
+
integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=
|
| 10641 |
+
|
| 10642 |
+
string_decoder@^1.0.0, string_decoder@^1.1.1:
|
| 10643 |
+
version "1.3.0"
|
| 10644 |
+
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
|
| 10645 |
+
integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
|
| 10646 |
+
dependencies:
|
| 10647 |
+
safe-buffer "~5.2.0"
|
| 10648 |
+
|
| 10649 |
+
string_decoder@~1.1.1:
|
| 10650 |
+
version "1.1.1"
|
| 10651 |
+
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
|
| 10652 |
+
integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
|
| 10653 |
+
dependencies:
|
| 10654 |
+
safe-buffer "~5.1.0"
|
| 10655 |
+
|
| 10656 |
+
strip-ansi@^4.0.0:
|
| 10657 |
+
version "4.0.0"
|
| 10658 |
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
|
| 10659 |
+
integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8=
|
| 10660 |
+
dependencies:
|
| 10661 |
+
ansi-regex "^3.0.0"
|
| 10662 |
+
|
| 10663 |
+
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
|
| 10664 |
+
version "5.2.0"
|
| 10665 |
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
|
| 10666 |
+
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
|
| 10667 |
+
dependencies:
|
| 10668 |
+
ansi-regex "^4.1.0"
|
| 10669 |
+
|
| 10670 |
+
strip-ansi@^6.0.0:
|
| 10671 |
+
version "6.0.0"
|
| 10672 |
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
|
| 10673 |
+
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
|
| 10674 |
+
dependencies:
|
| 10675 |
+
ansi-regex "^5.0.0"
|
| 10676 |
+
|
| 10677 |
+
strip-bom@^2.0.0:
|
| 10678 |
+
version "2.0.0"
|
| 10679 |
+
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
|
| 10680 |
+
integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=
|
| 10681 |
+
dependencies:
|
| 10682 |
+
is-utf8 "^0.2.0"
|
| 10683 |
+
|
| 10684 |
+
strip-bom@^3.0.0:
|
| 10685 |
+
version "3.0.0"
|
| 10686 |
+
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
|
| 10687 |
+
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
|
| 10688 |
+
|
| 10689 |
+
strip-bom@^4.0.0:
|
| 10690 |
+
version "4.0.0"
|
| 10691 |
+
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
|
| 10692 |
+
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
|
| 10693 |
+
|
| 10694 |
+
strip-eof@^1.0.0:
|
| 10695 |
+
version "1.0.0"
|
| 10696 |
+
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
|
| 10697 |
+
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
|
| 10698 |
+
|
| 10699 |
+
strip-final-newline@^2.0.0:
|
| 10700 |
+
version "2.0.0"
|
| 10701 |
+
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
|
| 10702 |
+
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
|
| 10703 |
+
|
| 10704 |
+
strip-indent@^3.0.0:
|
| 10705 |
+
version "3.0.0"
|
| 10706 |
+
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
|
| 10707 |
+
integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
|
| 10708 |
+
dependencies:
|
| 10709 |
+
min-indent "^1.0.0"
|
| 10710 |
+
|
| 10711 |
+
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
|
| 10712 |
+
version "3.1.1"
|
| 10713 |
+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
| 10714 |
+
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
| 10715 |
+
|
| 10716 |
+
strip-json-comments@~2.0.1:
|
| 10717 |
+
version "2.0.1"
|
| 10718 |
+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
| 10719 |
+
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
|
| 10720 |
+
|
| 10721 |
+
style-search@^0.1.0:
|
| 10722 |
+
version "0.1.0"
|
| 10723 |
+
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
|
| 10724 |
+
integrity sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=
|
| 10725 |
+
|
| 10726 |
+
stylelint-config-recommended-scss@^4.2.0:
|
| 10727 |
+
version "4.3.0"
|
| 10728 |
+
resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-4.3.0.tgz#717dc253b4cab246da654cee208e499c5c797ae4"
|
| 10729 |
+
integrity sha512-/noGjXlO8pJTr/Z3qGMoaRFK8n1BFfOqmAbX1RjTIcl4Yalr+LUb1zb9iQ7pRx1GsEBXOAm4g2z5/jou/pfMPg==
|
| 10730 |
+
dependencies:
|
| 10731 |
+
stylelint-config-recommended "^5.0.0"
|
| 10732 |
+
|
| 10733 |
+
stylelint-config-recommended@^3.0.0:
|
| 10734 |
+
version "3.0.0"
|
| 10735 |
+
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-3.0.0.tgz#e0e547434016c5539fe2650afd58049a2fd1d657"
|
| 10736 |
+
integrity sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ==
|
| 10737 |
+
|
| 10738 |
+
stylelint-config-recommended@^5.0.0:
|
| 10739 |
+
version "5.0.0"
|
| 10740 |
+
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz#fb5653f495a60b4938f2ad3e77712d9e1039ae78"
|
| 10741 |
+
integrity sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==
|
| 10742 |
+
|
| 10743 |
+
stylelint-scss@^3.17.2:
|
| 10744 |
+
version "3.20.1"
|
| 10745 |
+
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-3.20.1.tgz#88f175d9cfe1c81a72858bd0d3550cf61530e212"
|
| 10746 |
+
integrity sha512-OTd55O1TTAC5nGKkVmUDLpz53LlK39R3MImv1CfuvsK7/qugktqiZAeQLuuC4UBhzxCnsc7fp9u/gfRZwFAIkA==
|
| 10747 |
+
dependencies:
|
| 10748 |
+
lodash "^4.17.15"
|
| 10749 |
+
postcss-media-query-parser "^0.2.3"
|
| 10750 |
+
postcss-resolve-nested-selector "^0.1.1"
|
| 10751 |
+
postcss-selector-parser "^6.0.2"
|
| 10752 |
+
postcss-value-parser "^4.1.0"
|
| 10753 |
+
|
| 10754 |
+
stylelint@^13.8.0:
|
| 10755 |
+
version "13.13.1"
|
| 10756 |
+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.13.1.tgz#fca9c9f5de7990ab26a00f167b8978f083a18f3c"
|
| 10757 |
+
integrity sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==
|
| 10758 |
+
dependencies:
|
| 10759 |
+
"@stylelint/postcss-css-in-js" "^0.37.2"
|
| 10760 |
+
"@stylelint/postcss-markdown" "^0.36.2"
|
| 10761 |
+
autoprefixer "^9.8.6"
|
| 10762 |
+
balanced-match "^2.0.0"
|
| 10763 |
+
chalk "^4.1.1"
|
| 10764 |
+
cosmiconfig "^7.0.0"
|
| 10765 |
+
debug "^4.3.1"
|
| 10766 |
+
execall "^2.0.0"
|
| 10767 |
+
fast-glob "^3.2.5"
|
| 10768 |
+
fastest-levenshtein "^1.0.12"
|
| 10769 |
+
file-entry-cache "^6.0.1"
|
| 10770 |
+
get-stdin "^8.0.0"
|
| 10771 |
+
global-modules "^2.0.0"
|
| 10772 |
+
globby "^11.0.3"
|
| 10773 |
+
globjoin "^0.1.4"
|
| 10774 |
+
html-tags "^3.1.0"
|
| 10775 |
+
ignore "^5.1.8"
|
| 10776 |
+
import-lazy "^4.0.0"
|
| 10777 |
+
imurmurhash "^0.1.4"
|
| 10778 |
+
known-css-properties "^0.21.0"
|
| 10779 |
+
lodash "^4.17.21"
|
| 10780 |
+
log-symbols "^4.1.0"
|
| 10781 |
+
mathml-tag-names "^2.1.3"
|
| 10782 |
+
meow "^9.0.0"
|
| 10783 |
+
micromatch "^4.0.4"
|
| 10784 |
+
normalize-selector "^0.2.0"
|
| 10785 |
+
postcss "^7.0.35"
|
| 10786 |
+
postcss-html "^0.36.0"
|
| 10787 |
+
postcss-less "^3.1.4"
|
| 10788 |
+
postcss-media-query-parser "^0.2.3"
|
| 10789 |
+
postcss-resolve-nested-selector "^0.1.1"
|
| 10790 |
+
postcss-safe-parser "^4.0.2"
|
| 10791 |
+
postcss-sass "^0.4.4"
|
| 10792 |
+
postcss-scss "^2.1.1"
|
| 10793 |
+
postcss-selector-parser "^6.0.5"
|
| 10794 |
+
postcss-syntax "^0.36.2"
|
| 10795 |
+
postcss-value-parser "^4.1.0"
|
| 10796 |
+
resolve-from "^5.0.0"
|
| 10797 |
+
slash "^3.0.0"
|
| 10798 |
+
specificity "^0.4.1"
|
| 10799 |
+
string-width "^4.2.2"
|
| 10800 |
+
strip-ansi "^6.0.0"
|
| 10801 |
+
style-search "^0.1.0"
|
| 10802 |
+
sugarss "^2.0.0"
|
| 10803 |
+
svg-tags "^1.0.0"
|
| 10804 |
+
table "^6.6.0"
|
| 10805 |
+
v8-compile-cache "^2.3.0"
|
| 10806 |
+
write-file-atomic "^3.0.3"
|
| 10807 |
+
|
| 10808 |
+
sugarss@^2.0.0:
|
| 10809 |
+
version "2.0.0"
|
| 10810 |
+
resolved "https://registry.yarnpkg.com/sugarss/-/sugarss-2.0.0.tgz#ddd76e0124b297d40bf3cca31c8b22ecb43bc61d"
|
| 10811 |
+
integrity sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==
|
| 10812 |
+
dependencies:
|
| 10813 |
+
postcss "^7.0.2"
|
| 10814 |
+
|
| 10815 |
+
supports-color@^5.0.0, supports-color@^5.3.0, supports-color@^5.4.0, supports-color@^5.5.0:
|
| 10816 |
+
version "5.5.0"
|
| 10817 |
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
|
| 10818 |
+
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
|
| 10819 |
+
dependencies:
|
| 10820 |
+
has-flag "^3.0.0"
|
| 10821 |
+
|
| 10822 |
+
supports-color@^6.1.0:
|
| 10823 |
+
version "6.1.0"
|
| 10824 |
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
|
| 10825 |
+
integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
|
| 10826 |
+
dependencies:
|
| 10827 |
+
has-flag "^3.0.0"
|
| 10828 |
+
|
| 10829 |
+
supports-color@^7.0.0, supports-color@^7.1.0:
|
| 10830 |
+
version "7.2.0"
|
| 10831 |
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
|
| 10832 |
+
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
|
| 10833 |
+
dependencies:
|
| 10834 |
+
has-flag "^4.0.0"
|
| 10835 |
+
|
| 10836 |
+
supports-color@^8.1.1:
|
| 10837 |
+
version "8.1.1"
|
| 10838 |
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
|
| 10839 |
+
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
|
| 10840 |
+
dependencies:
|
| 10841 |
+
has-flag "^4.0.0"
|
| 10842 |
+
|
| 10843 |
+
supports-hyperlinks@^1.0.1:
|
| 10844 |
+
version "1.0.1"
|
| 10845 |
+
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-1.0.1.tgz#71daedf36cc1060ac5100c351bb3da48c29c0ef7"
|
| 10846 |
+
integrity sha512-HHi5kVSefKaJkGYXbDuKbUGRVxqnWGn3J2e39CYcNJEfWciGq2zYtOhXLTlvrOZW1QU7VX67w7fMmWafHX9Pfw==
|
| 10847 |
+
dependencies:
|
| 10848 |
+
has-flag "^2.0.0"
|
| 10849 |
+
supports-color "^5.0.0"
|
| 10850 |
+
|
| 10851 |
+
supports-hyperlinks@^2.0.0:
|
| 10852 |
+
version "2.2.0"
|
| 10853 |
+
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb"
|
| 10854 |
+
integrity sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==
|
| 10855 |
+
dependencies:
|
| 10856 |
+
has-flag "^4.0.0"
|
| 10857 |
+
supports-color "^7.0.0"
|
| 10858 |
+
|
| 10859 |
+
svg-parser@^2.0.2:
|
| 10860 |
+
version "2.0.4"
|
| 10861 |
+
resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5"
|
| 10862 |
+
integrity sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==
|
| 10863 |
+
|
| 10864 |
+
svg-tags@^1.0.0:
|
| 10865 |
+
version "1.0.0"
|
| 10866 |
+
resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
|
| 10867 |
+
integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=
|
| 10868 |
+
|
| 10869 |
+
svgo@^1.2.2:
|
| 10870 |
+
version "1.3.2"
|
| 10871 |
+
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167"
|
| 10872 |
+
integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==
|
| 10873 |
+
dependencies:
|
| 10874 |
+
chalk "^2.4.1"
|
| 10875 |
+
coa "^2.0.2"
|
| 10876 |
+
css-select "^2.0.0"
|
| 10877 |
+
css-select-base-adapter "^0.1.1"
|
| 10878 |
+
css-tree "1.0.0-alpha.37"
|
| 10879 |
+
csso "^4.0.2"
|
| 10880 |
+
js-yaml "^3.13.1"
|
| 10881 |
+
mkdirp "~0.5.1"
|
| 10882 |
+
object.values "^1.1.0"
|
| 10883 |
+
sax "~1.2.4"
|
| 10884 |
+
stable "^0.1.8"
|
| 10885 |
+
unquote "~1.1.1"
|
| 10886 |
+
util.promisify "~1.0.0"
|
| 10887 |
+
|
| 10888 |
+
symbol-tree@^3.2.4:
|
| 10889 |
+
version "3.2.4"
|
| 10890 |
+
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
|
| 10891 |
+
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
|
| 10892 |
+
|
| 10893 |
+
table@^6.0.9, table@^6.6.0:
|
| 10894 |
+
version "6.7.1"
|
| 10895 |
+
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
|
| 10896 |
+
integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
|
| 10897 |
+
dependencies:
|
| 10898 |
+
ajv "^8.0.1"
|
| 10899 |
+
lodash.clonedeep "^4.5.0"
|
| 10900 |
+
lodash.truncate "^4.4.2"
|
| 10901 |
+
slice-ansi "^4.0.0"
|
| 10902 |
+
string-width "^4.2.0"
|
| 10903 |
+
strip-ansi "^6.0.0"
|
| 10904 |
+
|
| 10905 |
+
tapable@^1.0.0, tapable@^1.1.3:
|
| 10906 |
+
version "1.1.3"
|
| 10907 |
+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
|
| 10908 |
+
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
|
| 10909 |
+
|
| 10910 |
+
tar-fs@^2.0.0:
|
| 10911 |
+
version "2.1.1"
|
| 10912 |
+
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
|
| 10913 |
+
integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
|
| 10914 |
+
dependencies:
|
| 10915 |
+
chownr "^1.1.1"
|
| 10916 |
+
mkdirp-classic "^0.5.2"
|
| 10917 |
+
pump "^3.0.0"
|
| 10918 |
+
tar-stream "^2.1.4"
|
| 10919 |
+
|
| 10920 |
+
tar-stream@^2.1.4:
|
| 10921 |
+
version "2.2.0"
|
| 10922 |
+
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
|
| 10923 |
+
integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
|
| 10924 |
+
dependencies:
|
| 10925 |
+
bl "^4.0.3"
|
| 10926 |
+
end-of-stream "^1.4.1"
|
| 10927 |
+
fs-constants "^1.0.0"
|
| 10928 |
+
inherits "^2.0.3"
|
| 10929 |
+
readable-stream "^3.1.1"
|
| 10930 |
+
|
| 10931 |
+
tar@^6.0.2:
|
| 10932 |
+
version "6.1.6"
|
| 10933 |
+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.6.tgz#c23d797b0a1efe5d479b1490805c5443f3560c5d"
|
| 10934 |
+
integrity sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g==
|
| 10935 |
+
dependencies:
|
| 10936 |
+
chownr "^2.0.0"
|
| 10937 |
+
fs-minipass "^2.0.0"
|
| 10938 |
+
minipass "^3.0.0"
|
| 10939 |
+
minizlib "^2.1.1"
|
| 10940 |
+
mkdirp "^1.0.3"
|
| 10941 |
+
yallist "^4.0.0"
|
| 10942 |
+
|
| 10943 |
+
terminal-link@^2.0.0:
|
| 10944 |
+
version "2.1.1"
|
| 10945 |
+
resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994"
|
| 10946 |
+
integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==
|
| 10947 |
+
dependencies:
|
| 10948 |
+
ansi-escapes "^4.2.1"
|
| 10949 |
+
supports-hyperlinks "^2.0.0"
|
| 10950 |
+
|
| 10951 |
+
terser-webpack-plugin@^1.4.3:
|
| 10952 |
+
version "1.4.5"
|
| 10953 |
+
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b"
|
| 10954 |
+
integrity sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==
|
| 10955 |
+
dependencies:
|
| 10956 |
+
cacache "^12.0.2"
|
| 10957 |
+
find-cache-dir "^2.1.0"
|
| 10958 |
+
is-wsl "^1.1.0"
|
| 10959 |
+
schema-utils "^1.0.0"
|
| 10960 |
+
serialize-javascript "^4.0.0"
|
| 10961 |
+
source-map "^0.6.1"
|
| 10962 |
+
terser "^4.1.2"
|
| 10963 |
+
webpack-sources "^1.4.0"
|
| 10964 |
+
worker-farm "^1.7.0"
|
| 10965 |
+
|
| 10966 |
+
terser-webpack-plugin@^3.0.3:
|
| 10967 |
+
version "3.1.0"
|
| 10968 |
+
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-3.1.0.tgz#91e6d39571460ed240c0cf69d295bcf30ebf98cb"
|
| 10969 |
+
integrity sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA==
|
| 10970 |
+
dependencies:
|
| 10971 |
+
cacache "^15.0.5"
|
| 10972 |
+
find-cache-dir "^3.3.1"
|
| 10973 |
+
jest-worker "^26.2.1"
|
| 10974 |
+
p-limit "^3.0.2"
|
| 10975 |
+
schema-utils "^2.6.6"
|
| 10976 |
+
serialize-javascript "^4.0.0"
|
| 10977 |
+
source-map "^0.6.1"
|
| 10978 |
+
terser "^4.8.0"
|
| 10979 |
+
webpack-sources "^1.4.3"
|
| 10980 |
+
|
| 10981 |
+
terser@^4.1.2, terser@^4.8.0:
|
| 10982 |
+
version "4.8.0"
|
| 10983 |
+
resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
|
| 10984 |
+
integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
|
| 10985 |
+
dependencies:
|
| 10986 |
+
commander "^2.20.0"
|
| 10987 |
+
source-map "~0.6.1"
|
| 10988 |
+
source-map-support "~0.5.12"
|
| 10989 |
+
|
| 10990 |
+
test-exclude@^6.0.0:
|
| 10991 |
+
version "6.0.0"
|
| 10992 |
+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
|
| 10993 |
+
integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
|
| 10994 |
+
dependencies:
|
| 10995 |
+
"@istanbuljs/schema" "^0.1.2"
|
| 10996 |
+
glob "^7.1.4"
|
| 10997 |
+
minimatch "^3.0.4"
|
| 10998 |
+
|
| 10999 |
+
text-hex@1.0.x:
|
| 11000 |
+
version "1.0.0"
|
| 11001 |
+
resolved "https://registry.yarnpkg.com/text-hex/-/text-hex-1.0.0.tgz#69dc9c1b17446ee79a92bf5b884bb4b9127506f5"
|
| 11002 |
+
integrity sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==
|
| 11003 |
+
|
| 11004 |
+
text-table@^0.2.0:
|
| 11005 |
+
version "0.2.0"
|
| 11006 |
+
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
| 11007 |
+
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
|
| 11008 |
+
|
| 11009 |
+
thread-loader@^2.1.3:
|
| 11010 |
+
version "2.1.3"
|
| 11011 |
+
resolved "https://registry.yarnpkg.com/thread-loader/-/thread-loader-2.1.3.tgz#cbd2c139fc2b2de6e9d28f62286ab770c1acbdda"
|
| 11012 |
+
integrity sha512-wNrVKH2Lcf8ZrWxDF/khdlLlsTMczdcwPA9VEK4c2exlEPynYWxi9op3nPTo5lAnDIkE0rQEB3VBP+4Zncc9Hg==
|
| 11013 |
+
dependencies:
|
| 11014 |
+
loader-runner "^2.3.1"
|
| 11015 |
+
loader-utils "^1.1.0"
|
| 11016 |
+
neo-async "^2.6.0"
|
| 11017 |
+
|
| 11018 |
+
throat@^5.0.0:
|
| 11019 |
+
version "5.0.0"
|
| 11020 |
+
resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"
|
| 11021 |
+
integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==
|
| 11022 |
+
|
| 11023 |
+
throttleit@^1.0.0:
|
| 11024 |
+
version "1.0.0"
|
| 11025 |
+
resolved "https://registry.yarnpkg.com/throttleit/-/throttleit-1.0.0.tgz#9e785836daf46743145a5984b6268d828528ac6c"
|
| 11026 |
+
integrity sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=
|
| 11027 |
+
|
| 11028 |
+
through2@^2.0.0:
|
| 11029 |
+
version "2.0.5"
|
| 11030 |
+
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
|
| 11031 |
+
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
|
| 11032 |
+
dependencies:
|
| 11033 |
+
readable-stream "~2.3.6"
|
| 11034 |
+
xtend "~4.0.1"
|
| 11035 |
+
|
| 11036 |
+
through@^2.3.8:
|
| 11037 |
+
version "2.3.8"
|
| 11038 |
+
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
| 11039 |
+
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
|
| 11040 |
+
|
| 11041 |
+
timers-browserify@^2.0.4:
|
| 11042 |
+
version "2.0.12"
|
| 11043 |
+
resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee"
|
| 11044 |
+
integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==
|
| 11045 |
+
dependencies:
|
| 11046 |
+
setimmediate "^1.0.4"
|
| 11047 |
+
|
| 11048 |
+
tiny-lr@^1.1.1:
|
| 11049 |
+
version "1.1.1"
|
| 11050 |
+
resolved "https://registry.yarnpkg.com/tiny-lr/-/tiny-lr-1.1.1.tgz#9fa547412f238fedb068ee295af8b682c98b2aab"
|
| 11051 |
+
integrity sha512-44yhA3tsaRoMOjQQ+5v5mVdqef+kH6Qze9jTpqtVufgYjYt08zyZAwNwwVBj3i1rJMnR52IxOW0LK0vBzgAkuA==
|
| 11052 |
+
dependencies:
|
| 11053 |
+
body "^5.1.0"
|
| 11054 |
+
debug "^3.1.0"
|
| 11055 |
+
faye-websocket "~0.10.0"
|
| 11056 |
+
livereload-js "^2.3.0"
|
| 11057 |
+
object-assign "^4.1.0"
|
| 11058 |
+
qs "^6.4.0"
|
| 11059 |
+
|
| 11060 |
+
tmp@~0.2.1:
|
| 11061 |
+
version "0.2.1"
|
| 11062 |
+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
|
| 11063 |
+
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
|
| 11064 |
+
dependencies:
|
| 11065 |
+
rimraf "^3.0.0"
|
| 11066 |
+
|
| 11067 |
+
tmpl@1.0.x:
|
| 11068 |
+
version "1.0.4"
|
| 11069 |
+
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
|
| 11070 |
+
integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
|
| 11071 |
+
|
| 11072 |
+
to-arraybuffer@^1.0.0:
|
| 11073 |
+
version "1.0.1"
|
| 11074 |
+
resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
|
| 11075 |
+
integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=
|
| 11076 |
+
|
| 11077 |
+
to-fast-properties@^2.0.0:
|
| 11078 |
+
version "2.0.0"
|
| 11079 |
+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
| 11080 |
+
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
|
| 11081 |
+
|
| 11082 |
+
to-object-path@^0.3.0:
|
| 11083 |
+
version "0.3.0"
|
| 11084 |
+
resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
|
| 11085 |
+
integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=
|
| 11086 |
+
dependencies:
|
| 11087 |
+
kind-of "^3.0.2"
|
| 11088 |
+
|
| 11089 |
+
to-regex-range@^2.1.0:
|
| 11090 |
+
version "2.1.1"
|
| 11091 |
+
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38"
|
| 11092 |
+
integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=
|
| 11093 |
+
dependencies:
|
| 11094 |
+
is-number "^3.0.0"
|
| 11095 |
+
repeat-string "^1.6.1"
|
| 11096 |
+
|
| 11097 |
+
to-regex-range@^5.0.1:
|
| 11098 |
+
version "5.0.1"
|
| 11099 |
+
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
|
| 11100 |
+
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
|
| 11101 |
+
dependencies:
|
| 11102 |
+
is-number "^7.0.0"
|
| 11103 |
+
|
| 11104 |
+
to-regex@^3.0.1, to-regex@^3.0.2:
|
| 11105 |
+
version "3.0.2"
|
| 11106 |
+
resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
|
| 11107 |
+
integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==
|
| 11108 |
+
dependencies:
|
| 11109 |
+
define-property "^2.0.2"
|
| 11110 |
+
extend-shallow "^3.0.2"
|
| 11111 |
+
regex-not "^1.0.2"
|
| 11112 |
+
safe-regex "^1.1.0"
|
| 11113 |
+
|
| 11114 |
+
toidentifier@1.0.0:
|
| 11115 |
+
version "1.0.0"
|
| 11116 |
+
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
|
| 11117 |
+
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
|
| 11118 |
+
|
| 11119 |
+
totalist@^1.0.0:
|
| 11120 |
+
version "1.1.0"
|
| 11121 |
+
resolved "https://registry.yarnpkg.com/totalist/-/totalist-1.1.0.tgz#a4d65a3e546517701e3e5c37a47a70ac97fe56df"
|
| 11122 |
+
integrity sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==
|
| 11123 |
+
|
| 11124 |
+
tough-cookie@^2.3.3, tough-cookie@~2.5.0:
|
| 11125 |
+
version "2.5.0"
|
| 11126 |
+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
|
| 11127 |
+
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
|
| 11128 |
+
dependencies:
|
| 11129 |
+
psl "^1.1.28"
|
| 11130 |
+
punycode "^2.1.1"
|
| 11131 |
+
|
| 11132 |
+
tough-cookie@^4.0.0:
|
| 11133 |
+
version "4.0.0"
|
| 11134 |
+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4"
|
| 11135 |
+
integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==
|
| 11136 |
+
dependencies:
|
| 11137 |
+
psl "^1.1.33"
|
| 11138 |
+
punycode "^2.1.1"
|
| 11139 |
+
universalify "^0.1.2"
|
| 11140 |
+
|
| 11141 |
+
tr46@^2.1.0:
|
| 11142 |
+
version "2.1.0"
|
| 11143 |
+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-2.1.0.tgz#fa87aa81ca5d5941da8cbf1f9b749dc969a4e240"
|
| 11144 |
+
integrity sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==
|
| 11145 |
+
dependencies:
|
| 11146 |
+
punycode "^2.1.1"
|
| 11147 |
+
|
| 11148 |
+
tree-kill@^1.2.2:
|
| 11149 |
+
version "1.2.2"
|
| 11150 |
+
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
|
| 11151 |
+
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
|
| 11152 |
+
|
| 11153 |
+
treeify@^1.1.0:
|
| 11154 |
+
version "1.1.0"
|
| 11155 |
+
resolved "https://registry.yarnpkg.com/treeify/-/treeify-1.1.0.tgz#4e31c6a463accd0943879f30667c4fdaff411bb8"
|
| 11156 |
+
integrity sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==
|
| 11157 |
+
|
| 11158 |
+
trim-newlines@^3.0.0:
|
| 11159 |
+
version "3.0.1"
|
| 11160 |
+
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
| 11161 |
+
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
| 11162 |
+
|
| 11163 |
+
trim-trailing-lines@^1.0.0:
|
| 11164 |
+
version "1.1.4"
|
| 11165 |
+
resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz#bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0"
|
| 11166 |
+
integrity sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==
|
| 11167 |
+
|
| 11168 |
+
trim@0.0.1:
|
| 11169 |
+
version "0.0.1"
|
| 11170 |
+
resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
|
| 11171 |
+
integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0=
|
| 11172 |
+
|
| 11173 |
+
triple-beam@^1.2.0, triple-beam@^1.3.0:
|
| 11174 |
+
version "1.3.0"
|
| 11175 |
+
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
|
| 11176 |
+
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
|
| 11177 |
+
|
| 11178 |
+
trough@^1.0.0:
|
| 11179 |
+
version "1.0.5"
|
| 11180 |
+
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
|
| 11181 |
+
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
|
| 11182 |
+
|
| 11183 |
+
tsconfig-paths@^3.9.0:
|
| 11184 |
+
version "3.10.1"
|
| 11185 |
+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7"
|
| 11186 |
+
integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==
|
| 11187 |
+
dependencies:
|
| 11188 |
+
json5 "^2.2.0"
|
| 11189 |
+
minimist "^1.2.0"
|
| 11190 |
+
strip-bom "^3.0.0"
|
| 11191 |
+
|
| 11192 |
+
tslib@^1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
|
| 11193 |
+
version "1.14.1"
|
| 11194 |
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
| 11195 |
+
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
| 11196 |
+
|
| 11197 |
+
tslib@^2.0.0, tslib@^2.2.0:
|
| 11198 |
+
version "2.3.0"
|
| 11199 |
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
|
| 11200 |
+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
|
| 11201 |
+
|
| 11202 |
+
tsutils@^3.21.0:
|
| 11203 |
+
version "3.21.0"
|
| 11204 |
+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
|
| 11205 |
+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
|
| 11206 |
+
dependencies:
|
| 11207 |
+
tslib "^1.8.1"
|
| 11208 |
+
|
| 11209 |
+
tty-browserify@0.0.0:
|
| 11210 |
+
version "0.0.0"
|
| 11211 |
+
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
|
| 11212 |
+
integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=
|
| 11213 |
+
|
| 11214 |
+
tunnel-agent@^0.6.0:
|
| 11215 |
+
version "0.6.0"
|
| 11216 |
+
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
|
| 11217 |
+
integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=
|
| 11218 |
+
dependencies:
|
| 11219 |
+
safe-buffer "^5.0.1"
|
| 11220 |
+
|
| 11221 |
+
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
|
| 11222 |
+
version "0.14.5"
|
| 11223 |
+
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
|
| 11224 |
+
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
|
| 11225 |
+
|
| 11226 |
+
type-check@^0.4.0, type-check@~0.4.0:
|
| 11227 |
+
version "0.4.0"
|
| 11228 |
+
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
|
| 11229 |
+
integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
|
| 11230 |
+
dependencies:
|
| 11231 |
+
prelude-ls "^1.2.1"
|
| 11232 |
+
|
| 11233 |
+
type-check@~0.3.2:
|
| 11234 |
+
version "0.3.2"
|
| 11235 |
+
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
|
| 11236 |
+
integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=
|
| 11237 |
+
dependencies:
|
| 11238 |
+
prelude-ls "~1.1.2"
|
| 11239 |
+
|
| 11240 |
+
type-detect@4.0.8:
|
| 11241 |
+
version "4.0.8"
|
| 11242 |
+
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
|
| 11243 |
+
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
|
| 11244 |
+
|
| 11245 |
+
type-fest@^0.13.1:
|
| 11246 |
+
version "0.13.1"
|
| 11247 |
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
|
| 11248 |
+
integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
|
| 11249 |
+
|
| 11250 |
+
type-fest@^0.18.0:
|
| 11251 |
+
version "0.18.1"
|
| 11252 |
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
|
| 11253 |
+
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
|
| 11254 |
+
|
| 11255 |
+
type-fest@^0.20.2:
|
| 11256 |
+
version "0.20.2"
|
| 11257 |
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
|
| 11258 |
+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
|
| 11259 |
+
|
| 11260 |
+
type-fest@^0.21.3:
|
| 11261 |
+
version "0.21.3"
|
| 11262 |
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
|
| 11263 |
+
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
|
| 11264 |
+
|
| 11265 |
+
type-fest@^0.6.0:
|
| 11266 |
+
version "0.6.0"
|
| 11267 |
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
|
| 11268 |
+
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
|
| 11269 |
+
|
| 11270 |
+
type-fest@^0.8.1:
|
| 11271 |
+
version "0.8.1"
|
| 11272 |
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
|
| 11273 |
+
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
| 11274 |
+
|
| 11275 |
+
type-is@~1.6.17, type-is@~1.6.18:
|
| 11276 |
+
version "1.6.18"
|
| 11277 |
+
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
|
| 11278 |
+
integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
|
| 11279 |
+
dependencies:
|
| 11280 |
+
media-typer "0.3.0"
|
| 11281 |
+
mime-types "~2.1.24"
|
| 11282 |
+
|
| 11283 |
+
typedarray-to-buffer@^3.1.5:
|
| 11284 |
+
version "3.1.5"
|
| 11285 |
+
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
|
| 11286 |
+
integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==
|
| 11287 |
+
dependencies:
|
| 11288 |
+
is-typedarray "^1.0.0"
|
| 11289 |
+
|
| 11290 |
+
typedarray@^0.0.6:
|
| 11291 |
+
version "0.0.6"
|
| 11292 |
+
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
| 11293 |
+
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
| 11294 |
+
|
| 11295 |
+
typescript@^4.2.3:
|
| 11296 |
+
version "4.3.5"
|
| 11297 |
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
|
| 11298 |
+
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
|
| 11299 |
+
|
| 11300 |
+
uc.micro@^1.0.1, uc.micro@^1.0.5:
|
| 11301 |
+
version "1.0.6"
|
| 11302 |
+
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
|
| 11303 |
+
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
|
| 11304 |
+
|
| 11305 |
+
unbox-primitive@^1.0.1:
|
| 11306 |
+
version "1.0.1"
|
| 11307 |
+
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
|
| 11308 |
+
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
|
| 11309 |
+
dependencies:
|
| 11310 |
+
function-bind "^1.1.1"
|
| 11311 |
+
has-bigints "^1.0.1"
|
| 11312 |
+
has-symbols "^1.0.2"
|
| 11313 |
+
which-boxed-primitive "^1.0.2"
|
| 11314 |
+
|
| 11315 |
+
unbzip2-stream@^1.3.3:
|
| 11316 |
+
version "1.4.3"
|
| 11317 |
+
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
|
| 11318 |
+
integrity sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==
|
| 11319 |
+
dependencies:
|
| 11320 |
+
buffer "^5.2.1"
|
| 11321 |
+
through "^2.3.8"
|
| 11322 |
+
|
| 11323 |
+
unherit@^1.0.4:
|
| 11324 |
+
version "1.1.3"
|
| 11325 |
+
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22"
|
| 11326 |
+
integrity sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==
|
| 11327 |
+
dependencies:
|
| 11328 |
+
inherits "^2.0.0"
|
| 11329 |
+
xtend "^4.0.0"
|
| 11330 |
+
|
| 11331 |
+
unicode-canonical-property-names-ecmascript@^1.0.4:
|
| 11332 |
+
version "1.0.4"
|
| 11333 |
+
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"
|
| 11334 |
+
integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==
|
| 11335 |
+
|
| 11336 |
+
unicode-match-property-ecmascript@^1.0.4:
|
| 11337 |
+
version "1.0.4"
|
| 11338 |
+
resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c"
|
| 11339 |
+
integrity sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==
|
| 11340 |
+
dependencies:
|
| 11341 |
+
unicode-canonical-property-names-ecmascript "^1.0.4"
|
| 11342 |
+
unicode-property-aliases-ecmascript "^1.0.4"
|
| 11343 |
+
|
| 11344 |
+
unicode-match-property-value-ecmascript@^1.2.0:
|
| 11345 |
+
version "1.2.0"
|
| 11346 |
+
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz#0d91f600eeeb3096aa962b1d6fc88876e64ea531"
|
| 11347 |
+
integrity sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==
|
| 11348 |
+
|
| 11349 |
+
unicode-property-aliases-ecmascript@^1.0.4:
|
| 11350 |
+
version "1.1.0"
|
| 11351 |
+
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4"
|
| 11352 |
+
integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==
|
| 11353 |
+
|
| 11354 |
+
unified@^6.1.2:
|
| 11355 |
+
version "6.2.0"
|
| 11356 |
+
resolved "https://registry.yarnpkg.com/unified/-/unified-6.2.0.tgz#7fbd630f719126d67d40c644b7e3f617035f6dba"
|
| 11357 |
+
integrity sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==
|
| 11358 |
+
dependencies:
|
| 11359 |
+
bail "^1.0.0"
|
| 11360 |
+
extend "^3.0.0"
|
| 11361 |
+
is-plain-obj "^1.1.0"
|
| 11362 |
+
trough "^1.0.0"
|
| 11363 |
+
vfile "^2.0.0"
|
| 11364 |
+
x-is-string "^0.1.0"
|
| 11365 |
+
|
| 11366 |
+
unified@^9.1.0:
|
| 11367 |
+
version "9.2.2"
|
| 11368 |
+
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.2.tgz#67649a1abfc3ab85d2969502902775eb03146975"
|
| 11369 |
+
integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
|
| 11370 |
+
dependencies:
|
| 11371 |
+
bail "^1.0.0"
|
| 11372 |
+
extend "^3.0.0"
|
| 11373 |
+
is-buffer "^2.0.0"
|
| 11374 |
+
is-plain-obj "^2.0.0"
|
| 11375 |
+
trough "^1.0.0"
|
| 11376 |
+
vfile "^4.0.0"
|
| 11377 |
+
|
| 11378 |
+
union-value@^1.0.0:
|
| 11379 |
+
version "1.0.1"
|
| 11380 |
+
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
|
| 11381 |
+
integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==
|
| 11382 |
+
dependencies:
|
| 11383 |
+
arr-union "^3.1.0"
|
| 11384 |
+
get-value "^2.0.6"
|
| 11385 |
+
is-extendable "^0.1.1"
|
| 11386 |
+
set-value "^2.0.1"
|
| 11387 |
+
|
| 11388 |
+
unique-filename@^1.1.1:
|
| 11389 |
+
version "1.1.1"
|
| 11390 |
+
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
|
| 11391 |
+
integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==
|
| 11392 |
+
dependencies:
|
| 11393 |
+
unique-slug "^2.0.0"
|
| 11394 |
+
|
| 11395 |
+
unique-slug@^2.0.0:
|
| 11396 |
+
version "2.0.2"
|
| 11397 |
+
resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c"
|
| 11398 |
+
integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
|
| 11399 |
+
dependencies:
|
| 11400 |
+
imurmurhash "^0.1.4"
|
| 11401 |
+
|
| 11402 |
+
unist-util-find-all-after@^3.0.2:
|
| 11403 |
+
version "3.0.2"
|
| 11404 |
+
resolved "https://registry.yarnpkg.com/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz#fdfecd14c5b7aea5e9ef38d5e0d5f774eeb561f6"
|
| 11405 |
+
integrity sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==
|
| 11406 |
+
dependencies:
|
| 11407 |
+
unist-util-is "^4.0.0"
|
| 11408 |
+
|
| 11409 |
+
unist-util-is@^3.0.0:
|
| 11410 |
+
version "3.0.0"
|
| 11411 |
+
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd"
|
| 11412 |
+
integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==
|
| 11413 |
+
|
| 11414 |
+
unist-util-is@^4.0.0:
|
| 11415 |
+
version "4.1.0"
|
| 11416 |
+
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797"
|
| 11417 |
+
integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==
|
| 11418 |
+
|
| 11419 |
+
unist-util-remove-position@^1.0.0:
|
| 11420 |
+
version "1.1.4"
|
| 11421 |
+
resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz#ec037348b6102c897703eee6d0294ca4755a2020"
|
| 11422 |
+
integrity sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==
|
| 11423 |
+
dependencies:
|
| 11424 |
+
unist-util-visit "^1.1.0"
|
| 11425 |
+
|
| 11426 |
+
unist-util-stringify-position@^1.0.0, unist-util-stringify-position@^1.1.1:
|
| 11427 |
+
version "1.1.2"
|
| 11428 |
+
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz#3f37fcf351279dcbca7480ab5889bb8a832ee1c6"
|
| 11429 |
+
integrity sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==
|
| 11430 |
+
|
| 11431 |
+
unist-util-stringify-position@^2.0.0:
|
| 11432 |
+
version "2.0.3"
|
| 11433 |
+
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz#cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da"
|
| 11434 |
+
integrity sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==
|
| 11435 |
+
dependencies:
|
| 11436 |
+
"@types/unist" "^2.0.2"
|
| 11437 |
+
|
| 11438 |
+
unist-util-visit-parents@^2.0.0:
|
| 11439 |
+
version "2.1.2"
|
| 11440 |
+
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9"
|
| 11441 |
+
integrity sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==
|
| 11442 |
+
dependencies:
|
| 11443 |
+
unist-util-is "^3.0.0"
|
| 11444 |
+
|
| 11445 |
+
unist-util-visit@^1.1.0:
|
| 11446 |
+
version "1.4.1"
|
| 11447 |
+
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3"
|
| 11448 |
+
integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==
|
| 11449 |
+
dependencies:
|
| 11450 |
+
unist-util-visit-parents "^2.0.0"
|
| 11451 |
+
|
| 11452 |
+
universalify@^0.1.0, universalify@^0.1.2:
|
| 11453 |
+
version "0.1.2"
|
| 11454 |
+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
|
| 11455 |
+
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
|
| 11456 |
+
|
| 11457 |
+
universalify@^2.0.0:
|
| 11458 |
+
version "2.0.0"
|
| 11459 |
+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
|
| 11460 |
+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
|
| 11461 |
+
|
| 11462 |
+
unpipe@1.0.0, unpipe@~1.0.0:
|
| 11463 |
+
version "1.0.0"
|
| 11464 |
+
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
|
| 11465 |
+
integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
|
| 11466 |
+
|
| 11467 |
+
unquote@~1.1.1:
|
| 11468 |
+
version "1.1.1"
|
| 11469 |
+
resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544"
|
| 11470 |
+
integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=
|
| 11471 |
+
|
| 11472 |
+
unset-value@^1.0.0:
|
| 11473 |
+
version "1.0.0"
|
| 11474 |
+
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
|
| 11475 |
+
integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=
|
| 11476 |
+
dependencies:
|
| 11477 |
+
has-value "^0.3.1"
|
| 11478 |
+
isobject "^3.0.0"
|
| 11479 |
+
|
| 11480 |
+
untildify@^4.0.0:
|
| 11481 |
+
version "4.0.0"
|
| 11482 |
+
resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
|
| 11483 |
+
integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
|
| 11484 |
+
|
| 11485 |
+
upath@^1.1.1:
|
| 11486 |
+
version "1.2.0"
|
| 11487 |
+
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
|
| 11488 |
+
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
|
| 11489 |
+
|
| 11490 |
+
uri-js@^4.2.2:
|
| 11491 |
+
version "4.4.1"
|
| 11492 |
+
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
|
| 11493 |
+
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
|
| 11494 |
+
dependencies:
|
| 11495 |
+
punycode "^2.1.0"
|
| 11496 |
+
|
| 11497 |
+
urix@^0.1.0:
|
| 11498 |
+
version "0.1.0"
|
| 11499 |
+
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
|
| 11500 |
+
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
|
| 11501 |
+
|
| 11502 |
+
url-loader@^3.0.0:
|
| 11503 |
+
version "3.0.0"
|
| 11504 |
+
resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-3.0.0.tgz#9f1f11b371acf6e51ed15a50db635e02eec18368"
|
| 11505 |
+
integrity sha512-a84JJbIA5xTFTWyjjcPdnsu+41o/SNE8SpXMdUvXs6Q+LuhCD9E2+0VCiuDWqgo3GGXVlFHzArDmBpj9PgWn4A==
|
| 11506 |
+
dependencies:
|
| 11507 |
+
loader-utils "^1.2.3"
|
| 11508 |
+
mime "^2.4.4"
|
| 11509 |
+
schema-utils "^2.5.0"
|
| 11510 |
+
|
| 11511 |
+
url@^0.11.0:
|
| 11512 |
+
version "0.11.0"
|
| 11513 |
+
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
|
| 11514 |
+
integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=
|
| 11515 |
+
dependencies:
|
| 11516 |
+
punycode "1.3.2"
|
| 11517 |
+
querystring "0.2.0"
|
| 11518 |
+
|
| 11519 |
+
use@^3.1.0:
|
| 11520 |
+
version "3.1.1"
|
| 11521 |
+
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
|
| 11522 |
+
integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
|
| 11523 |
+
|
| 11524 |
+
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
|
| 11525 |
+
version "1.0.2"
|
| 11526 |
+
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
|
| 11527 |
+
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
|
| 11528 |
+
|
| 11529 |
+
util.promisify@~1.0.0:
|
| 11530 |
+
version "1.0.1"
|
| 11531 |
+
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee"
|
| 11532 |
+
integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==
|
| 11533 |
+
dependencies:
|
| 11534 |
+
define-properties "^1.1.3"
|
| 11535 |
+
es-abstract "^1.17.2"
|
| 11536 |
+
has-symbols "^1.0.1"
|
| 11537 |
+
object.getownpropertydescriptors "^2.1.0"
|
| 11538 |
+
|
| 11539 |
+
util@0.10.3:
|
| 11540 |
+
version "0.10.3"
|
| 11541 |
+
resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9"
|
| 11542 |
+
integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk=
|
| 11543 |
+
dependencies:
|
| 11544 |
+
inherits "2.0.1"
|
| 11545 |
+
|
| 11546 |
+
util@^0.11.0:
|
| 11547 |
+
version "0.11.1"
|
| 11548 |
+
resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"
|
| 11549 |
+
integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==
|
| 11550 |
+
dependencies:
|
| 11551 |
+
inherits "2.0.3"
|
| 11552 |
+
|
| 11553 |
+
utils-merge@1.0.1:
|
| 11554 |
+
version "1.0.1"
|
| 11555 |
+
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
|
| 11556 |
+
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
|
| 11557 |
+
|
| 11558 |
+
uuid@^3.3.2:
|
| 11559 |
+
version "3.4.0"
|
| 11560 |
+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
| 11561 |
+
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
| 11562 |
+
|
| 11563 |
+
uuid@^8.3.0:
|
| 11564 |
+
version "8.3.2"
|
| 11565 |
+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
|
| 11566 |
+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
|
| 11567 |
+
|
| 11568 |
+
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1, v8-compile-cache@^2.3.0:
|
| 11569 |
+
version "2.3.0"
|
| 11570 |
+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
|
| 11571 |
+
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
|
| 11572 |
+
|
| 11573 |
+
v8-to-istanbul@^7.0.0:
|
| 11574 |
+
version "7.1.2"
|
| 11575 |
+
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz#30898d1a7fa0c84d225a2c1434fb958f290883c1"
|
| 11576 |
+
integrity sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==
|
| 11577 |
+
dependencies:
|
| 11578 |
+
"@types/istanbul-lib-coverage" "^2.0.1"
|
| 11579 |
+
convert-source-map "^1.6.0"
|
| 11580 |
+
source-map "^0.7.3"
|
| 11581 |
+
|
| 11582 |
+
validate-npm-package-license@^3.0.1:
|
| 11583 |
+
version "3.0.4"
|
| 11584 |
+
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
|
| 11585 |
+
integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
|
| 11586 |
+
dependencies:
|
| 11587 |
+
spdx-correct "^3.0.0"
|
| 11588 |
+
spdx-expression-parse "^3.0.0"
|
| 11589 |
+
|
| 11590 |
+
vary@^1, vary@~1.1.2:
|
| 11591 |
+
version "1.1.2"
|
| 11592 |
+
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
|
| 11593 |
+
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
|
| 11594 |
+
|
| 11595 |
+
verror@1.10.0:
|
| 11596 |
+
version "1.10.0"
|
| 11597 |
+
resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
|
| 11598 |
+
integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
|
| 11599 |
+
dependencies:
|
| 11600 |
+
assert-plus "^1.0.0"
|
| 11601 |
+
core-util-is "1.0.2"
|
| 11602 |
+
extsprintf "^1.2.0"
|
| 11603 |
+
|
| 11604 |
+
vfile-location@^2.0.0:
|
| 11605 |
+
version "2.0.6"
|
| 11606 |
+
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-2.0.6.tgz#8a274f39411b8719ea5728802e10d9e0dff1519e"
|
| 11607 |
+
integrity sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==
|
| 11608 |
+
|
| 11609 |
+
vfile-message@^1.0.0:
|
| 11610 |
+
version "1.1.1"
|
| 11611 |
+
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-1.1.1.tgz#5833ae078a1dfa2d96e9647886cd32993ab313e1"
|
| 11612 |
+
integrity sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA==
|
| 11613 |
+
dependencies:
|
| 11614 |
+
unist-util-stringify-position "^1.1.1"
|
| 11615 |
+
|
| 11616 |
+
vfile-message@^2.0.0:
|
| 11617 |
+
version "2.0.4"
|
| 11618 |
+
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a"
|
| 11619 |
+
integrity sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==
|
| 11620 |
+
dependencies:
|
| 11621 |
+
"@types/unist" "^2.0.0"
|
| 11622 |
+
unist-util-stringify-position "^2.0.0"
|
| 11623 |
+
|
| 11624 |
+
vfile@^2.0.0:
|
| 11625 |
+
version "2.3.0"
|
| 11626 |
+
resolved "https://registry.yarnpkg.com/vfile/-/vfile-2.3.0.tgz#e62d8e72b20e83c324bc6c67278ee272488bf84a"
|
| 11627 |
+
integrity sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==
|
| 11628 |
+
dependencies:
|
| 11629 |
+
is-buffer "^1.1.4"
|
| 11630 |
+
replace-ext "1.0.0"
|
| 11631 |
+
unist-util-stringify-position "^1.0.0"
|
| 11632 |
+
vfile-message "^1.0.0"
|
| 11633 |
+
|
| 11634 |
+
vfile@^4.0.0:
|
| 11635 |
+
version "4.2.1"
|
| 11636 |
+
resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.2.1.tgz#03f1dce28fc625c625bc6514350fbdb00fa9e624"
|
| 11637 |
+
integrity sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==
|
| 11638 |
+
dependencies:
|
| 11639 |
+
"@types/unist" "^2.0.0"
|
| 11640 |
+
is-buffer "^2.0.0"
|
| 11641 |
+
unist-util-stringify-position "^2.0.0"
|
| 11642 |
+
vfile-message "^2.0.0"
|
| 11643 |
+
|
| 11644 |
+
vm-browserify@^1.0.1:
|
| 11645 |
+
version "1.1.2"
|
| 11646 |
+
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
|
| 11647 |
+
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
|
| 11648 |
+
|
| 11649 |
+
w3c-hr-time@^1.0.2:
|
| 11650 |
+
version "1.0.2"
|
| 11651 |
+
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
|
| 11652 |
+
integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==
|
| 11653 |
+
dependencies:
|
| 11654 |
+
browser-process-hrtime "^1.0.0"
|
| 11655 |
+
|
| 11656 |
+
w3c-xmlserializer@^2.0.0:
|
| 11657 |
+
version "2.0.0"
|
| 11658 |
+
resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a"
|
| 11659 |
+
integrity sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==
|
| 11660 |
+
dependencies:
|
| 11661 |
+
xml-name-validator "^3.0.0"
|
| 11662 |
+
|
| 11663 |
+
wait-on@^3.3.0:
|
| 11664 |
+
version "3.3.0"
|
| 11665 |
+
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-3.3.0.tgz#9940981d047a72a9544a97b8b5fca45b2170a082"
|
| 11666 |
+
integrity sha512-97dEuUapx4+Y12aknWZn7D25kkjMk16PbWoYzpSdA8bYpVfS6hpl2a2pOWZ3c+Tyt3/i4/pglyZctG3J4V1hWQ==
|
| 11667 |
+
dependencies:
|
| 11668 |
+
"@hapi/joi" "^15.0.3"
|
| 11669 |
+
core-js "^2.6.5"
|
| 11670 |
+
minimist "^1.2.0"
|
| 11671 |
+
request "^2.88.0"
|
| 11672 |
+
rx "^4.1.0"
|
| 11673 |
+
|
| 11674 |
+
wait-on@^5.3.0:
|
| 11675 |
+
version "5.3.0"
|
| 11676 |
+
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-5.3.0.tgz#584e17d4b3fe7b46ac2b9f8e5e102c005c2776c7"
|
| 11677 |
+
integrity sha512-DwrHrnTK+/0QFaB9a8Ol5Lna3k7WvUR4jzSKmz0YaPBpuN2sACyiPVKVfj6ejnjcajAcvn3wlbTyMIn9AZouOg==
|
| 11678 |
+
dependencies:
|
| 11679 |
+
axios "^0.21.1"
|
| 11680 |
+
joi "^17.3.0"
|
| 11681 |
+
lodash "^4.17.21"
|
| 11682 |
+
minimist "^1.2.5"
|
| 11683 |
+
rxjs "^6.6.3"
|
| 11684 |
+
|
| 11685 |
+
wait-port@^0.2.7:
|
| 11686 |
+
version "0.2.9"
|
| 11687 |
+
resolved "https://registry.yarnpkg.com/wait-port/-/wait-port-0.2.9.tgz#3905cf271b5dbe37a85c03b85b418b81cb24ee55"
|
| 11688 |
+
integrity sha512-hQ/cVKsNqGZ/UbZB/oakOGFqic00YAMM5/PEj3Bt4vKarv2jWIWzDbqlwT94qMs/exAQAsvMOq99sZblV92zxQ==
|
| 11689 |
+
dependencies:
|
| 11690 |
+
chalk "^2.4.2"
|
| 11691 |
+
commander "^3.0.2"
|
| 11692 |
+
debug "^4.1.1"
|
| 11693 |
+
|
| 11694 |
+
walk@^2.3.14:
|
| 11695 |
+
version "2.3.14"
|
| 11696 |
+
resolved "https://registry.yarnpkg.com/walk/-/walk-2.3.14.tgz#60ec8631cfd23276ae1e7363ce11d626452e1ef3"
|
| 11697 |
+
integrity sha512-5skcWAUmySj6hkBdH6B6+3ddMjVQYH5Qy9QGbPmN8kVmLteXk+yVXg+yfk1nbX30EYakahLrr8iPcCxJQSCBeg==
|
| 11698 |
+
dependencies:
|
| 11699 |
+
foreachasync "^3.0.0"
|
| 11700 |
+
|
| 11701 |
+
walker@^1.0.7, walker@~1.0.5:
|
| 11702 |
+
version "1.0.7"
|
| 11703 |
+
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
|
| 11704 |
+
integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=
|
| 11705 |
+
dependencies:
|
| 11706 |
+
makeerror "1.0.x"
|
| 11707 |
+
|
| 11708 |
+
watchpack-chokidar2@^2.0.1:
|
| 11709 |
+
version "2.0.1"
|
| 11710 |
+
resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"
|
| 11711 |
+
integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==
|
| 11712 |
+
dependencies:
|
| 11713 |
+
chokidar "^2.1.8"
|
| 11714 |
+
|
| 11715 |
+
watchpack@^1.7.4:
|
| 11716 |
+
version "1.7.5"
|
| 11717 |
+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453"
|
| 11718 |
+
integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==
|
| 11719 |
+
dependencies:
|
| 11720 |
+
graceful-fs "^4.1.2"
|
| 11721 |
+
neo-async "^2.5.0"
|
| 11722 |
+
optionalDependencies:
|
| 11723 |
+
chokidar "^3.4.1"
|
| 11724 |
+
watchpack-chokidar2 "^2.0.1"
|
| 11725 |
+
|
| 11726 |
+
webidl-conversions@^5.0.0:
|
| 11727 |
+
version "5.0.0"
|
| 11728 |
+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
|
| 11729 |
+
integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==
|
| 11730 |
+
|
| 11731 |
+
webidl-conversions@^6.1.0:
|
| 11732 |
+
version "6.1.0"
|
| 11733 |
+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
|
| 11734 |
+
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
|
| 11735 |
+
|
| 11736 |
+
webpack-bundle-analyzer@^4.2.0:
|
| 11737 |
+
version "4.4.2"
|
| 11738 |
+
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.4.2.tgz#39898cf6200178240910d629705f0f3493f7d666"
|
| 11739 |
+
integrity sha512-PIagMYhlEzFfhMYOzs5gFT55DkUdkyrJi/SxJp8EF3YMWhS+T9vvs2EoTetpk5qb6VsCq02eXTlRDOydRhDFAQ==
|
| 11740 |
+
dependencies:
|
| 11741 |
+
acorn "^8.0.4"
|
| 11742 |
+
acorn-walk "^8.0.0"
|
| 11743 |
+
chalk "^4.1.0"
|
| 11744 |
+
commander "^6.2.0"
|
| 11745 |
+
gzip-size "^6.0.0"
|
| 11746 |
+
lodash "^4.17.20"
|
| 11747 |
+
opener "^1.5.2"
|
| 11748 |
+
sirv "^1.0.7"
|
| 11749 |
+
ws "^7.3.1"
|
| 11750 |
+
|
| 11751 |
+
webpack-cli@^3.3.11:
|
| 11752 |
+
version "3.3.12"
|
| 11753 |
+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz#94e9ada081453cd0aa609c99e500012fd3ad2d4a"
|
| 11754 |
+
integrity sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==
|
| 11755 |
+
dependencies:
|
| 11756 |
+
chalk "^2.4.2"
|
| 11757 |
+
cross-spawn "^6.0.5"
|
| 11758 |
+
enhanced-resolve "^4.1.1"
|
| 11759 |
+
findup-sync "^3.0.0"
|
| 11760 |
+
global-modules "^2.0.0"
|
| 11761 |
+
import-local "^2.0.0"
|
| 11762 |
+
interpret "^1.4.0"
|
| 11763 |
+
loader-utils "^1.4.0"
|
| 11764 |
+
supports-color "^6.1.0"
|
| 11765 |
+
v8-compile-cache "^2.1.1"
|
| 11766 |
+
yargs "^13.3.2"
|
| 11767 |
+
|
| 11768 |
+
webpack-livereload-plugin@^2.3.0:
|
| 11769 |
+
version "2.3.0"
|
| 11770 |
+
resolved "https://registry.yarnpkg.com/webpack-livereload-plugin/-/webpack-livereload-plugin-2.3.0.tgz#61994e0500a0c1e27355ff753a9642641bef5d6a"
|
| 11771 |
+
integrity sha512-vVBLQLlNpElt2sfsBG+XLDeVbQFS4RrniVU8Hi1/hX5ycSfx6mtW8MEEITr2g0Cvo36kuPWShFFDuy+DS7KFMA==
|
| 11772 |
+
dependencies:
|
| 11773 |
+
anymatch "^3.1.1"
|
| 11774 |
+
portfinder "^1.0.17"
|
| 11775 |
+
tiny-lr "^1.1.1"
|
| 11776 |
+
|
| 11777 |
+
webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3:
|
| 11778 |
+
version "1.4.3"
|
| 11779 |
+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
|
| 11780 |
+
integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
|
| 11781 |
+
dependencies:
|
| 11782 |
+
source-list-map "^2.0.0"
|
| 11783 |
+
source-map "~0.6.1"
|
| 11784 |
+
|
| 11785 |
+
webpack-sources@^2.2.0:
|
| 11786 |
+
version "2.3.1"
|
| 11787 |
+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
|
| 11788 |
+
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
|
| 11789 |
+
dependencies:
|
| 11790 |
+
source-list-map "^2.0.1"
|
| 11791 |
+
source-map "^0.6.1"
|
| 11792 |
+
|
| 11793 |
+
webpack@^4.42.0:
|
| 11794 |
+
version "4.46.0"
|
| 11795 |
+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542"
|
| 11796 |
+
integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==
|
| 11797 |
+
dependencies:
|
| 11798 |
+
"@webassemblyjs/ast" "1.9.0"
|
| 11799 |
+
"@webassemblyjs/helper-module-context" "1.9.0"
|
| 11800 |
+
"@webassemblyjs/wasm-edit" "1.9.0"
|
| 11801 |
+
"@webassemblyjs/wasm-parser" "1.9.0"
|
| 11802 |
+
acorn "^6.4.1"
|
| 11803 |
+
ajv "^6.10.2"
|
| 11804 |
+
ajv-keywords "^3.4.1"
|
| 11805 |
+
chrome-trace-event "^1.0.2"
|
| 11806 |
+
enhanced-resolve "^4.5.0"
|
| 11807 |
+
eslint-scope "^4.0.3"
|
| 11808 |
+
json-parse-better-errors "^1.0.2"
|
| 11809 |
+
loader-runner "^2.4.0"
|
| 11810 |
+
loader-utils "^1.2.3"
|
| 11811 |
+
memory-fs "^0.4.1"
|
| 11812 |
+
micromatch "^3.1.10"
|
| 11813 |
+
mkdirp "^0.5.3"
|
| 11814 |
+
neo-async "^2.6.1"
|
| 11815 |
+
node-libs-browser "^2.2.1"
|
| 11816 |
+
schema-utils "^1.0.0"
|
| 11817 |
+
tapable "^1.1.3"
|
| 11818 |
+
terser-webpack-plugin "^1.4.3"
|
| 11819 |
+
watchpack "^1.7.4"
|
| 11820 |
+
webpack-sources "^1.4.1"
|
| 11821 |
+
|
| 11822 |
+
websocket-driver@>=0.5.1:
|
| 11823 |
+
version "0.7.4"
|
| 11824 |
+
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760"
|
| 11825 |
+
integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==
|
| 11826 |
+
dependencies:
|
| 11827 |
+
http-parser-js ">=0.5.1"
|
| 11828 |
+
safe-buffer ">=5.1.0"
|
| 11829 |
+
websocket-extensions ">=0.1.1"
|
| 11830 |
+
|
| 11831 |
+
websocket-extensions@>=0.1.1:
|
| 11832 |
+
version "0.1.4"
|
| 11833 |
+
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
|
| 11834 |
+
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
|
| 11835 |
+
|
| 11836 |
+
whatwg-encoding@^1.0.5:
|
| 11837 |
+
version "1.0.5"
|
| 11838 |
+
resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
|
| 11839 |
+
integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==
|
| 11840 |
+
dependencies:
|
| 11841 |
+
iconv-lite "0.4.24"
|
| 11842 |
+
|
| 11843 |
+
whatwg-mimetype@^2.3.0:
|
| 11844 |
+
version "2.3.0"
|
| 11845 |
+
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
|
| 11846 |
+
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
|
| 11847 |
+
|
| 11848 |
+
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
|
| 11849 |
+
version "8.7.0"
|
| 11850 |
+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"
|
| 11851 |
+
integrity sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==
|
| 11852 |
+
dependencies:
|
| 11853 |
+
lodash "^4.7.0"
|
| 11854 |
+
tr46 "^2.1.0"
|
| 11855 |
+
webidl-conversions "^6.1.0"
|
| 11856 |
+
|
| 11857 |
+
which-boxed-primitive@^1.0.2:
|
| 11858 |
+
version "1.0.2"
|
| 11859 |
+
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
|
| 11860 |
+
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==
|
| 11861 |
+
dependencies:
|
| 11862 |
+
is-bigint "^1.0.1"
|
| 11863 |
+
is-boolean-object "^1.1.0"
|
| 11864 |
+
is-number-object "^1.0.4"
|
| 11865 |
+
is-string "^1.0.5"
|
| 11866 |
+
is-symbol "^1.0.3"
|
| 11867 |
+
|
| 11868 |
+
which-module@^2.0.0:
|
| 11869 |
+
version "2.0.0"
|
| 11870 |
+
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
|
| 11871 |
+
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
|
| 11872 |
+
|
| 11873 |
+
which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.1:
|
| 11874 |
+
version "1.3.1"
|
| 11875 |
+
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
| 11876 |
+
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
|
| 11877 |
+
dependencies:
|
| 11878 |
+
isexe "^2.0.0"
|
| 11879 |
+
|
| 11880 |
+
which@^2.0.1, which@^2.0.2:
|
| 11881 |
+
version "2.0.2"
|
| 11882 |
+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
| 11883 |
+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
|
| 11884 |
+
dependencies:
|
| 11885 |
+
isexe "^2.0.0"
|
| 11886 |
+
|
| 11887 |
+
widest-line@^2.0.1:
|
| 11888 |
+
version "2.0.1"
|
| 11889 |
+
resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"
|
| 11890 |
+
integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==
|
| 11891 |
+
dependencies:
|
| 11892 |
+
string-width "^2.1.1"
|
| 11893 |
+
|
| 11894 |
+
widest-line@^3.1.0:
|
| 11895 |
+
version "3.1.0"
|
| 11896 |
+
resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca"
|
| 11897 |
+
integrity sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==
|
| 11898 |
+
dependencies:
|
| 11899 |
+
string-width "^4.0.0"
|
| 11900 |
+
|
| 11901 |
+
winston-transport@^4.4.0:
|
| 11902 |
+
version "4.4.0"
|
| 11903 |
+
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.4.0.tgz#17af518daa690d5b2ecccaa7acf7b20ca7925e59"
|
| 11904 |
+
integrity sha512-Lc7/p3GtqtqPBYYtS6KCN3c77/2QCev51DvcJKbkFPQNoj1sinkGwLGFDxkXY9J6p9+EPnYs+D90uwbnaiURTw==
|
| 11905 |
+
dependencies:
|
| 11906 |
+
readable-stream "^2.3.7"
|
| 11907 |
+
triple-beam "^1.2.0"
|
| 11908 |
+
|
| 11909 |
+
winston@^3.0.0:
|
| 11910 |
+
version "3.3.3"
|
| 11911 |
+
resolved "https://registry.yarnpkg.com/winston/-/winston-3.3.3.tgz#ae6172042cafb29786afa3d09c8ff833ab7c9170"
|
| 11912 |
+
integrity sha512-oEXTISQnC8VlSAKf1KYSSd7J6IWuRPQqDdo8eoRNaYKLvwSb5+79Z3Yi1lrl6KDpU6/VWaxpakDAtb1oQ4n9aw==
|
| 11913 |
+
dependencies:
|
| 11914 |
+
"@dabh/diagnostics" "^2.0.2"
|
| 11915 |
+
async "^3.1.0"
|
| 11916 |
+
is-stream "^2.0.0"
|
| 11917 |
+
logform "^2.2.0"
|
| 11918 |
+
one-time "^1.0.0"
|
| 11919 |
+
readable-stream "^3.4.0"
|
| 11920 |
+
stack-trace "0.0.x"
|
| 11921 |
+
triple-beam "^1.3.0"
|
| 11922 |
+
winston-transport "^4.4.0"
|
| 11923 |
+
|
| 11924 |
+
word-wrap@^1.2.3, word-wrap@~1.2.3:
|
| 11925 |
+
version "1.2.3"
|
| 11926 |
+
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
|
| 11927 |
+
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
|
| 11928 |
+
|
| 11929 |
+
worker-farm@^1.7.0:
|
| 11930 |
+
version "1.7.0"
|
| 11931 |
+
resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8"
|
| 11932 |
+
integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==
|
| 11933 |
+
dependencies:
|
| 11934 |
+
errno "~0.1.7"
|
| 11935 |
+
|
| 11936 |
+
wrap-ansi@^4.0.0:
|
| 11937 |
+
version "4.0.0"
|
| 11938 |
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-4.0.0.tgz#b3570d7c70156159a2d42be5cc942e957f7b1131"
|
| 11939 |
+
integrity sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg==
|
| 11940 |
+
dependencies:
|
| 11941 |
+
ansi-styles "^3.2.0"
|
| 11942 |
+
string-width "^2.1.1"
|
| 11943 |
+
strip-ansi "^4.0.0"
|
| 11944 |
+
|
| 11945 |
+
wrap-ansi@^5.1.0:
|
| 11946 |
+
version "5.1.0"
|
| 11947 |
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
|
| 11948 |
+
integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
|
| 11949 |
+
dependencies:
|
| 11950 |
+
ansi-styles "^3.2.0"
|
| 11951 |
+
string-width "^3.0.0"
|
| 11952 |
+
strip-ansi "^5.0.0"
|
| 11953 |
+
|
| 11954 |
+
wrap-ansi@^6.2.0:
|
| 11955 |
+
version "6.2.0"
|
| 11956 |
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
|
| 11957 |
+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
|
| 11958 |
+
dependencies:
|
| 11959 |
+
ansi-styles "^4.0.0"
|
| 11960 |
+
string-width "^4.1.0"
|
| 11961 |
+
strip-ansi "^6.0.0"
|
| 11962 |
+
|
| 11963 |
+
wrap-ansi@^7.0.0:
|
| 11964 |
+
version "7.0.0"
|
| 11965 |
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
| 11966 |
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
| 11967 |
+
dependencies:
|
| 11968 |
+
ansi-styles "^4.0.0"
|
| 11969 |
+
string-width "^4.1.0"
|
| 11970 |
+
strip-ansi "^6.0.0"
|
| 11971 |
+
|
| 11972 |
+
wrappy@1:
|
| 11973 |
+
version "1.0.2"
|
| 11974 |
+
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
| 11975 |
+
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|
| 11976 |
+
|
| 11977 |
+
write-file-atomic@^3.0.0, write-file-atomic@^3.0.3:
|
| 11978 |
+
version "3.0.3"
|
| 11979 |
+
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8"
|
| 11980 |
+
integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==
|
| 11981 |
+
dependencies:
|
| 11982 |
+
imurmurhash "^0.1.4"
|
| 11983 |
+
is-typedarray "^1.0.0"
|
| 11984 |
+
signal-exit "^3.0.2"
|
| 11985 |
+
typedarray-to-buffer "^3.1.5"
|
| 11986 |
+
|
| 11987 |
+
ws@^7.2.3, ws@^7.3.1, ws@^7.4.6:
|
| 11988 |
+
version "7.5.3"
|
| 11989 |
+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.3.tgz#160835b63c7d97bfab418fc1b8a9fced2ac01a74"
|
| 11990 |
+
integrity sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==
|
| 11991 |
+
|
| 11992 |
+
x-is-string@^0.1.0:
|
| 11993 |
+
version "0.1.0"
|
| 11994 |
+
resolved "https://registry.yarnpkg.com/x-is-string/-/x-is-string-0.1.0.tgz#474b50865af3a49a9c4657f05acd145458f77d82"
|
| 11995 |
+
integrity sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=
|
| 11996 |
+
|
| 11997 |
+
xml-name-validator@^3.0.0:
|
| 11998 |
+
version "3.0.0"
|
| 11999 |
+
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
|
| 12000 |
+
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
|
| 12001 |
+
|
| 12002 |
+
xmlchars@^2.2.0:
|
| 12003 |
+
version "2.2.0"
|
| 12004 |
+
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
|
| 12005 |
+
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
|
| 12006 |
+
|
| 12007 |
+
xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
|
| 12008 |
+
version "4.0.2"
|
| 12009 |
+
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
|
| 12010 |
+
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
|
| 12011 |
+
|
| 12012 |
+
y18n@^4.0.0:
|
| 12013 |
+
version "4.0.3"
|
| 12014 |
+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf"
|
| 12015 |
+
integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
|
| 12016 |
+
|
| 12017 |
+
yallist@^2.1.2:
|
| 12018 |
+
version "2.1.2"
|
| 12019 |
+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
|
| 12020 |
+
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
|
| 12021 |
+
|
| 12022 |
+
yallist@^3.0.2:
|
| 12023 |
+
version "3.1.1"
|
| 12024 |
+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
|
| 12025 |
+
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
|
| 12026 |
+
|
| 12027 |
+
yallist@^4.0.0:
|
| 12028 |
+
version "4.0.0"
|
| 12029 |
+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
| 12030 |
+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
| 12031 |
+
|
| 12032 |
+
yaml@^1.10.0, yaml@^1.7.2:
|
| 12033 |
+
version "1.10.2"
|
| 12034 |
+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
|
| 12035 |
+
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
| 12036 |
+
|
| 12037 |
+
yargs-parser@^13.1.2:
|
| 12038 |
+
version "13.1.2"
|
| 12039 |
+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
|
| 12040 |
+
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
|
| 12041 |
+
dependencies:
|
| 12042 |
+
camelcase "^5.0.0"
|
| 12043 |
+
decamelize "^1.2.0"
|
| 12044 |
+
|
| 12045 |
+
yargs-parser@^18.1.2, yargs-parser@^18.1.3:
|
| 12046 |
+
version "18.1.3"
|
| 12047 |
+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
|
| 12048 |
+
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
|
| 12049 |
+
dependencies:
|
| 12050 |
+
camelcase "^5.0.0"
|
| 12051 |
+
decamelize "^1.2.0"
|
| 12052 |
+
|
| 12053 |
+
yargs-parser@^20.2.3:
|
| 12054 |
+
version "20.2.9"
|
| 12055 |
+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
|
| 12056 |
+
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
|
| 12057 |
+
|
| 12058 |
+
yargs@^13.3.2:
|
| 12059 |
+
version "13.3.2"
|
| 12060 |
+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
|
| 12061 |
+
integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
|
| 12062 |
+
dependencies:
|
| 12063 |
+
cliui "^5.0.0"
|
| 12064 |
+
find-up "^3.0.0"
|
| 12065 |
+
get-caller-file "^2.0.1"
|
| 12066 |
+
require-directory "^2.1.1"
|
| 12067 |
+
require-main-filename "^2.0.0"
|
| 12068 |
+
set-blocking "^2.0.0"
|
| 12069 |
+
string-width "^3.0.0"
|
| 12070 |
+
which-module "^2.0.0"
|
| 12071 |
+
y18n "^4.0.0"
|
| 12072 |
+
yargs-parser "^13.1.2"
|
| 12073 |
+
|
| 12074 |
+
yargs@^15.4.1:
|
| 12075 |
+
version "15.4.1"
|
| 12076 |
+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
|
| 12077 |
+
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
|
| 12078 |
+
dependencies:
|
| 12079 |
+
cliui "^6.0.0"
|
| 12080 |
+
decamelize "^1.2.0"
|
| 12081 |
+
find-up "^4.1.0"
|
| 12082 |
+
get-caller-file "^2.0.1"
|
| 12083 |
+
require-directory "^2.1.1"
|
| 12084 |
+
require-main-filename "^2.0.0"
|
| 12085 |
+
set-blocking "^2.0.0"
|
| 12086 |
+
string-width "^4.2.0"
|
| 12087 |
+
which-module "^2.0.0"
|
| 12088 |
+
y18n "^4.0.0"
|
| 12089 |
+
yargs-parser "^18.1.2"
|
| 12090 |
+
|
| 12091 |
+
yauzl@^2.10.0:
|
| 12092 |
+
version "2.10.0"
|
| 12093 |
+
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
|
| 12094 |
+
integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=
|
| 12095 |
+
dependencies:
|
| 12096 |
+
buffer-crc32 "~0.2.3"
|
| 12097 |
+
fd-slicer "~1.1.0"
|
| 12098 |
+
|
| 12099 |
+
yocto-queue@^0.1.0:
|
| 12100 |
+
version "0.1.0"
|
| 12101 |
+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
| 12102 |
+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
|
| 12103 |
+
|
| 12104 |
+
zwitch@^1.0.0:
|
| 12105 |
+
version "1.0.5"
|
| 12106 |
+
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
|
| 12107 |
+
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==
|
includes/Admin.php
CHANGED
|
@@ -7,6 +7,8 @@
|
|
| 7 |
|
| 8 |
namespace TIOB;
|
| 9 |
|
|
|
|
|
|
|
| 10 |
/**
|
| 11 |
* Class Admin
|
| 12 |
*
|
|
@@ -145,20 +147,21 @@ class Admin {
|
|
| 145 |
$theme_name = apply_filters( 'ti_wl_theme_name', 'Neve' );
|
| 146 |
|
| 147 |
return array(
|
| 148 |
-
'nonce'
|
| 149 |
-
'assets'
|
| 150 |
-
'upgradeURL'
|
| 151 |
-
'strings'
|
| 152 |
/* translators: %s - Theme name */
|
| 153 |
'starterSitesTabDescription' => __( 'Choose from multiple unique demos, specially designed for you, that can be installed with a single click. You just need to choose your favorite, and we will take care of everything else.', 'templates-patterns-collection' ),
|
| 154 |
),
|
| 155 |
-
'
|
| 156 |
-
'
|
| 157 |
-
'
|
| 158 |
-
'
|
| 159 |
-
'
|
| 160 |
-
'
|
| 161 |
-
'
|
|
|
|
| 162 |
'site_url' => get_site_url(),
|
| 163 |
'license_id' => apply_filters( 'product_neve_license_key', 'free' ),
|
| 164 |
),
|
|
@@ -423,4 +426,5 @@ class Admin {
|
|
| 423 |
),
|
| 424 |
);
|
| 425 |
}
|
|
|
|
| 426 |
}
|
| 7 |
|
| 8 |
namespace TIOB;
|
| 9 |
|
| 10 |
+
use TIOB\Importers\Cleanup\Active_State;
|
| 11 |
+
|
| 12 |
/**
|
| 13 |
* Class Admin
|
| 14 |
*
|
| 147 |
$theme_name = apply_filters( 'ti_wl_theme_name', 'Neve' );
|
| 148 |
|
| 149 |
return array(
|
| 150 |
+
'nonce' => wp_create_nonce( 'wp_rest' ),
|
| 151 |
+
'assets' => TIOB_URL . '/assets/',
|
| 152 |
+
'upgradeURL' => esc_url( apply_filters( 'neve_upgrade_link_from_child_theme_filter', 'https://themeisle.com/themes/neve/upgrade/?utm_medium=aboutneve&utm_source=freevspro&utm_campaign=neve' ) ),
|
| 153 |
+
'strings' => array(
|
| 154 |
/* translators: %s - Theme name */
|
| 155 |
'starterSitesTabDescription' => __( 'Choose from multiple unique demos, specially designed for you, that can be installed with a single click. You just need to choose your favorite, and we will take care of everything else.', 'templates-patterns-collection' ),
|
| 156 |
),
|
| 157 |
+
'cleanupAllowed' => ( ! empty( get_transient( Active_State::STATE_NAME ) ) ) ? 'yes' : 'no',
|
| 158 |
+
'onboarding' => array(),
|
| 159 |
+
'hasFileSystem' => WP_Filesystem(),
|
| 160 |
+
'themesURL' => admin_url( 'themes.php' ),
|
| 161 |
+
'themeAction' => $this->get_theme_action(),
|
| 162 |
+
'brandedTheme' => isset( $this->wl_config['theme_name'] ) ? $this->wl_config['theme_name'] : false,
|
| 163 |
+
'endpoint' => TPC_TEMPLATES_CLOUD_ENDPOINT,
|
| 164 |
+
'params' => array(
|
| 165 |
'site_url' => get_site_url(),
|
| 166 |
'license_id' => apply_filters( 'product_neve_license_key', 'free' ),
|
| 167 |
),
|
| 426 |
),
|
| 427 |
);
|
| 428 |
}
|
| 429 |
+
|
| 430 |
}
|
includes/Importers/Cleanup/Active_State.php
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* The plugin active state for cleanup.
|
| 4 |
+
*
|
| 5 |
+
* Used to keep track of the state of the import for cleanup.
|
| 6 |
+
*
|
| 7 |
+
* @package templates-patterns-collection
|
| 8 |
+
*/
|
| 9 |
+
namespace TIOB\Importers\Cleanup;
|
| 10 |
+
|
| 11 |
+
/**
|
| 12 |
+
* Class Active_State
|
| 13 |
+
* @package TIOB\Importers\Cleanup
|
| 14 |
+
*/
|
| 15 |
+
class Active_State {
|
| 16 |
+
|
| 17 |
+
const STATE_NAME = 'neve_last_imports';
|
| 18 |
+
const HOUR_IN_SECONDS = 3600;
|
| 19 |
+
const PLUGINS_NSP = 'plugins';
|
| 20 |
+
const CATEGORY_NSP = 'category';
|
| 21 |
+
const TAGS_NSP = 'tags';
|
| 22 |
+
const TERMS_NSP = 'terms';
|
| 23 |
+
const POSTS_NSP = 'posts';
|
| 24 |
+
const ATTACHMENT_NSP = 'attachment';
|
| 25 |
+
const FRONT_PAGE_NSP = 'front_page_options';
|
| 26 |
+
const SHOP_PAGE_NSP = 'shop_page_options';
|
| 27 |
+
const THEME_MODS_NSP = 'theme_mods';
|
| 28 |
+
const MENUS_NSP = 'menus';
|
| 29 |
+
const WIDGETS_NSP = 'widgets';
|
| 30 |
+
/**
|
| 31 |
+
* @var array $state
|
| 32 |
+
*/
|
| 33 |
+
private $state;
|
| 34 |
+
|
| 35 |
+
/**
|
| 36 |
+
* Active_State constructor.
|
| 37 |
+
*/
|
| 38 |
+
final public function __construct() {
|
| 39 |
+
$this->fresh_state();
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
/**
|
| 43 |
+
* Init the active state called from Main.
|
| 44 |
+
*/
|
| 45 |
+
final public function init() {
|
| 46 |
+
add_action( 'themeisle_cl_add_property_state', array( $this, 'add_property_state' ), 10, 2 );
|
| 47 |
+
add_action( 'themeisle_cl_add_item_to_property_state', array( $this, 'add_item_to_property_state' ), 10, 2 );
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
private function is_allowed_property( $property_key ) {
|
| 51 |
+
return in_array(
|
| 52 |
+
$property_key,
|
| 53 |
+
array(
|
| 54 |
+
self::PLUGINS_NSP,
|
| 55 |
+
self::CATEGORY_NSP,
|
| 56 |
+
self::TAGS_NSP,
|
| 57 |
+
self::TERMS_NSP,
|
| 58 |
+
self::POSTS_NSP,
|
| 59 |
+
self::ATTACHMENT_NSP,
|
| 60 |
+
self::THEME_MODS_NSP,
|
| 61 |
+
self::MENUS_NSP,
|
| 62 |
+
self::WIDGETS_NSP,
|
| 63 |
+
self::FRONT_PAGE_NSP,
|
| 64 |
+
self::SHOP_PAGE_NSP,
|
| 65 |
+
),
|
| 66 |
+
true
|
| 67 |
+
);
|
| 68 |
+
}
|
| 69 |
+
|
| 70 |
+
final public function add_property_state( $property_key, $data ) {
|
| 71 |
+
if ( $this->is_allowed_property( $property_key ) ) {
|
| 72 |
+
$this->add( $property_key, $data );
|
| 73 |
+
}
|
| 74 |
+
}
|
| 75 |
+
|
| 76 |
+
final public function add_item_to_property_state( $property_key, $item ) {
|
| 77 |
+
if ( $this->is_allowed_property( $property_key ) ) {
|
| 78 |
+
$property = $this->get_by_key( $property_key );
|
| 79 |
+
if ( empty( $property ) ) {
|
| 80 |
+
$property = array();
|
| 81 |
+
}
|
| 82 |
+
$property[] = $item;
|
| 83 |
+
$this->add( $property_key, $property );
|
| 84 |
+
}
|
| 85 |
+
}
|
| 86 |
+
|
| 87 |
+
/**
|
| 88 |
+
* Make sure state is fresh.
|
| 89 |
+
*
|
| 90 |
+
* @return void
|
| 91 |
+
*/
|
| 92 |
+
private function fresh_state() {
|
| 93 |
+
$state = get_transient( self::STATE_NAME );
|
| 94 |
+
if ( empty( $state ) ) {
|
| 95 |
+
$this->state = array();
|
| 96 |
+
}
|
| 97 |
+
$this->state = $state;
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
/**
|
| 101 |
+
* Get current active state.
|
| 102 |
+
*
|
| 103 |
+
* @return array|null
|
| 104 |
+
*/
|
| 105 |
+
final public function get() {
|
| 106 |
+
$this->fresh_state();
|
| 107 |
+
return $this->state;
|
| 108 |
+
}
|
| 109 |
+
|
| 110 |
+
/**
|
| 111 |
+
* Add to state method.
|
| 112 |
+
*
|
| 113 |
+
* @param string $key State key.
|
| 114 |
+
* @param mixed $data Data for the state key.
|
| 115 |
+
* @return void
|
| 116 |
+
*/
|
| 117 |
+
final public function add( $key, $data ) {
|
| 118 |
+
$this->state[ $key ] = $data;
|
| 119 |
+
set_transient( self::STATE_NAME, $this->state, 24 * self::HOUR_IN_SECONDS );
|
| 120 |
+
}
|
| 121 |
+
|
| 122 |
+
/**
|
| 123 |
+
* Remove from state method.
|
| 124 |
+
*
|
| 125 |
+
* @param string $key
|
| 126 |
+
* @return void
|
| 127 |
+
*/
|
| 128 |
+
final public function remove( $key ) {
|
| 129 |
+
unset( $this->state[ $key ] );
|
| 130 |
+
set_transient( self::STATE_NAME, $this->state, 24 * self::HOUR_IN_SECONDS );
|
| 131 |
+
}
|
| 132 |
+
|
| 133 |
+
/**
|
| 134 |
+
* Return specific key from state.
|
| 135 |
+
*
|
| 136 |
+
* @param string $key State key.
|
| 137 |
+
* @return mixed|null
|
| 138 |
+
*/
|
| 139 |
+
final public function get_by_key( $key ) {
|
| 140 |
+
$this->fresh_state();
|
| 141 |
+
if ( empty( $this->state[ $key ] ) ) {
|
| 142 |
+
return null;
|
| 143 |
+
}
|
| 144 |
+
return $this->state[ $key ];
|
| 145 |
+
}
|
| 146 |
+
|
| 147 |
+
/**
|
| 148 |
+
* Method to get set keys.
|
| 149 |
+
* @return string[]
|
| 150 |
+
*/
|
| 151 |
+
final public function get_set_keys() {
|
| 152 |
+
$this->fresh_state();
|
| 153 |
+
return array_keys( $this->state );
|
| 154 |
+
}
|
| 155 |
+
}
|
includes/Importers/Cleanup/Manager.php
ADDED
|
@@ -0,0 +1,247 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
/**
|
| 3 |
+
* The cleanup manager.
|
| 4 |
+
*
|
| 5 |
+
* Used to manage all cleanup actions.
|
| 6 |
+
*
|
| 7 |
+
* @package templates-patterns-collection
|
| 8 |
+
*/
|
| 9 |
+
namespace TIOB\Importers\Cleanup;
|
| 10 |
+
|
| 11 |
+
/**
|
| 12 |
+
* Class Manager
|
| 13 |
+
* @package TIOB\Importers\Cleanup
|
| 14 |
+
*/
|
| 15 |
+
class Manager {
|
| 16 |
+
|
| 17 |
+
/**
|
| 18 |
+
* Main
|
| 19 |
+
*
|
| 20 |
+
* @var Manager
|
| 21 |
+
*/
|
| 22 |
+
protected static $instance = null;
|
| 23 |
+
|
| 24 |
+
/**
|
| 25 |
+
* Instantiate the class.
|
| 26 |
+
*
|
| 27 |
+
* @static
|
| 28 |
+
* @return Manager
|
| 29 |
+
* @since 1.0.0
|
| 30 |
+
* @access public
|
| 31 |
+
*/
|
| 32 |
+
final public static function instance() {
|
| 33 |
+
if ( is_null( self::$instance ) ) {
|
| 34 |
+
self::$instance = new self();
|
| 35 |
+
self::$instance->init();
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
return self::$instance;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
/**
|
| 42 |
+
* Do init actions.
|
| 43 |
+
*/
|
| 44 |
+
private function init() {}
|
| 45 |
+
|
| 46 |
+
/**
|
| 47 |
+
* Uninstall Plugin method.
|
| 48 |
+
*
|
| 49 |
+
* @param string $plugin The plugin file path.
|
| 50 |
+
* @return bool
|
| 51 |
+
*/
|
| 52 |
+
private function uninstall_plugin( $plugin ) {
|
| 53 |
+
require_once( ABSPATH . '/wp-admin/includes/file.php' );
|
| 54 |
+
global $wp_filesystem;
|
| 55 |
+
WP_Filesystem();
|
| 56 |
+
if ( is_plugin_active( $plugin ) ) {
|
| 57 |
+
deactivate_plugins( $plugin, true );
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
if ( is_uninstallable_plugin( $plugin ) ) {
|
| 61 |
+
uninstall_plugin( $plugin );
|
| 62 |
+
}
|
| 63 |
+
$plugins_dir = $wp_filesystem->wp_plugins_dir();
|
| 64 |
+
$plugins_dir = trailingslashit( $plugins_dir );
|
| 65 |
+
$this_plugin_dir = trailingslashit( dirname( $plugins_dir . $plugin ) );
|
| 66 |
+
|
| 67 |
+
if ( strpos( $plugin, '/' ) && $this_plugin_dir != $plugins_dir ) {
|
| 68 |
+
$deleted = $wp_filesystem->delete( $this_plugin_dir, true );
|
| 69 |
+
} else {
|
| 70 |
+
$deleted = $wp_filesystem->delete( $plugins_dir . $plugin );
|
| 71 |
+
}
|
| 72 |
+
return $deleted;
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
/**
|
| 76 |
+
* Returns plugin key from slug.
|
| 77 |
+
*
|
| 78 |
+
* @param string $plugin_slug The plugin slug.
|
| 79 |
+
* @param array $plugin_list The plugin list.
|
| 80 |
+
* @return string
|
| 81 |
+
*/
|
| 82 |
+
private function get_plugin_key_by_slug( $plugin_slug, $plugin_list ) {
|
| 83 |
+
foreach ( $plugin_list as $key => $data ) {
|
| 84 |
+
if ( isset( $data['Name'] ) && sanitize_title( $data['Name'] ) === $plugin_slug ) {
|
| 85 |
+
return $key;
|
| 86 |
+
}
|
| 87 |
+
}
|
| 88 |
+
return '';
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
/**
|
| 92 |
+
* Handles plugin cleanup.
|
| 93 |
+
* @param array $state The cleanup state.
|
| 94 |
+
*/
|
| 95 |
+
private function cleanup_plugins( $state ) {
|
| 96 |
+
if ( isset( $state[ Active_State::PLUGINS_NSP ] ) ) {
|
| 97 |
+
$plugin_list = get_plugins();
|
| 98 |
+
foreach ( $state[ Active_State::PLUGINS_NSP ] as $plugin_slug => $info ) {
|
| 99 |
+
$plugin = $this->get_plugin_key_by_slug( $plugin_slug, $plugin_list );
|
| 100 |
+
if ( empty( $plugin ) ) {
|
| 101 |
+
continue;
|
| 102 |
+
}
|
| 103 |
+
$this->uninstall_plugin( $plugin );
|
| 104 |
+
if ( $plugin_slug === 'woocommerce' ) {
|
| 105 |
+
// Remove WooCommerce Pages.
|
| 106 |
+
wp_delete_post( get_option( 'woocommerce_shop_page_id' ), true );
|
| 107 |
+
wp_delete_post( get_option( 'woocommerce_cart_page_id' ), true );
|
| 108 |
+
wp_delete_post( get_option( 'woocommerce_checkout_page_id' ), true );
|
| 109 |
+
wp_delete_post( get_option( 'woocommerce_myaccount_page_id' ), true );
|
| 110 |
+
wp_delete_post( get_option( 'woocommerce_edit_address_page_id' ), true );
|
| 111 |
+
wp_delete_post( get_option( 'woocommerce_view_order_page_id' ), true );
|
| 112 |
+
wp_delete_post( get_option( 'woocommerce_change_password_page_id' ), true );
|
| 113 |
+
wp_delete_post( get_option( 'woocommerce_logout_page_id' ), true );
|
| 114 |
+
}
|
| 115 |
+
}
|
| 116 |
+
}
|
| 117 |
+
}
|
| 118 |
+
|
| 119 |
+
/**
|
| 120 |
+
* Handles category cleanup.
|
| 121 |
+
* @param array $state The cleanup state.
|
| 122 |
+
*/
|
| 123 |
+
private function cleanup_category( $state ) {
|
| 124 |
+
if ( isset( $state[ Active_State::CATEGORY_NSP ] ) ) {
|
| 125 |
+
foreach ( $state[ Active_State::CATEGORY_NSP ] as $category_id ) {
|
| 126 |
+
wp_delete_category( $category_id );
|
| 127 |
+
}
|
| 128 |
+
}
|
| 129 |
+
}
|
| 130 |
+
|
| 131 |
+
/**
|
| 132 |
+
* Handles terms cleanup.
|
| 133 |
+
* @param array $state The cleanup state.
|
| 134 |
+
*/
|
| 135 |
+
private function cleanup_terms( $state ) {
|
| 136 |
+
if ( isset( $state[ Active_State::TERMS_NSP ] ) ) {
|
| 137 |
+
foreach ( $state[ Active_State::TERMS_NSP ] as $term_data ) {
|
| 138 |
+
wp_delete_term( $term_data['id'], $term_data['taxonomy'] );
|
| 139 |
+
}
|
| 140 |
+
}
|
| 141 |
+
if ( isset( $state[ Active_State::TAGS_NSP ] ) ) {
|
| 142 |
+
foreach ( $state[ Active_State::TAGS_NSP ] as $id ) {
|
| 143 |
+
wp_delete_term( $id, 'post_tag' );
|
| 144 |
+
}
|
| 145 |
+
}
|
| 146 |
+
}
|
| 147 |
+
|
| 148 |
+
/**
|
| 149 |
+
* Handles posts cleanup.
|
| 150 |
+
* @param array $state The cleanup state.
|
| 151 |
+
*/
|
| 152 |
+
private function cleanup_posts( $state ) {
|
| 153 |
+
if ( isset( $state[ Active_State::POSTS_NSP ] ) ) {
|
| 154 |
+
foreach ( $state[ Active_State::POSTS_NSP ] as $post_id ) {
|
| 155 |
+
wp_delete_post( $post_id, true );
|
| 156 |
+
}
|
| 157 |
+
}
|
| 158 |
+
}
|
| 159 |
+
|
| 160 |
+
/**
|
| 161 |
+
* Handles attachments cleanup.
|
| 162 |
+
* @param array $state The cleanup state.
|
| 163 |
+
*/
|
| 164 |
+
private function cleanup_attachments( $state ) {
|
| 165 |
+
if ( isset( $state[ Active_State::ATTACHMENT_NSP ] ) ) {
|
| 166 |
+
foreach ( $state[ Active_State::ATTACHMENT_NSP ] as $post_id ) {
|
| 167 |
+
wp_delete_attachment( $post_id, true );
|
| 168 |
+
}
|
| 169 |
+
}
|
| 170 |
+
}
|
| 171 |
+
|
| 172 |
+
/**
|
| 173 |
+
* Handles theme mods cleanup.
|
| 174 |
+
* @param array $state The cleanup state.
|
| 175 |
+
*/
|
| 176 |
+
private function cleanup_theme_mods( $state ) {
|
| 177 |
+
if ( isset( $state[ Active_State::THEME_MODS_NSP ] ) ) {
|
| 178 |
+
foreach ( $state[ Active_State::THEME_MODS_NSP ] as $theme_mod ) {
|
| 179 |
+
if ( empty( $theme_mod['value'] ) ) {
|
| 180 |
+
remove_theme_mod( $theme_mod['mod'] );
|
| 181 |
+
continue;
|
| 182 |
+
}
|
| 183 |
+
set_theme_mod( $theme_mod['mod'], $theme_mod['value'] );
|
| 184 |
+
}
|
| 185 |
+
}
|
| 186 |
+
}
|
| 187 |
+
|
| 188 |
+
/**
|
| 189 |
+
* Handles menu cleanup.
|
| 190 |
+
* @param array $state The cleanup state.
|
| 191 |
+
*/
|
| 192 |
+
private function cleanup_menus( $state ) {
|
| 193 |
+
if ( isset( $state[ Active_State::MENUS_NSP ] ) ) {
|
| 194 |
+
set_theme_mod( 'nav_menu_locations', $state[ Active_State::MENUS_NSP ] );
|
| 195 |
+
}
|
| 196 |
+
}
|
| 197 |
+
|
| 198 |
+
/**
|
| 199 |
+
* Handles widget cleanup.
|
| 200 |
+
* @param array $state The cleanup state.
|
| 201 |
+
*/
|
| 202 |
+
private function cleanup_widgets( $state ) {
|
| 203 |
+
if ( isset( $state[ Active_State::WIDGETS_NSP ] ) ) {
|
| 204 |
+
foreach ( $state[ Active_State::WIDGETS_NSP ] as $widget ) {
|
| 205 |
+
if ( empty( $widget['value'] ) ) {
|
| 206 |
+
delete_option( $widget['id'] );
|
| 207 |
+
continue;
|
| 208 |
+
}
|
| 209 |
+
update_option( $widget['id'], $widget['value'] );
|
| 210 |
+
}
|
| 211 |
+
}
|
| 212 |
+
}
|
| 213 |
+
|
| 214 |
+
/**
|
| 215 |
+
* Handles other options cleanup.
|
| 216 |
+
* @param array $state The cleanup state.
|
| 217 |
+
*/
|
| 218 |
+
private function cleanup_options( $namespace, $state ) {
|
| 219 |
+
if ( isset( $state[ $namespace ] ) ) {
|
| 220 |
+
foreach ( $state[ $namespace ] as $option => $value ) {
|
| 221 |
+
if ( empty( $value ) ) {
|
| 222 |
+
delete_option( $option );
|
| 223 |
+
continue;
|
| 224 |
+
}
|
| 225 |
+
update_option( $option, $value );
|
| 226 |
+
}
|
| 227 |
+
}
|
| 228 |
+
}
|
| 229 |
+
|
| 230 |
+
final public function do_cleanup() {
|
| 231 |
+
$active_state = new Active_State();
|
| 232 |
+
$state = $active_state->get();
|
| 233 |
+
|
| 234 |
+
$this->cleanup_theme_mods( $state );
|
| 235 |
+
$this->cleanup_menus( $state );
|
| 236 |
+
$this->cleanup_category( $state );
|
| 237 |
+
$this->cleanup_terms( $state );
|
| 238 |
+
$this->cleanup_options( Active_State::FRONT_PAGE_NSP, $state );
|
| 239 |
+
$this->cleanup_options( Active_State::SHOP_PAGE_NSP, $state );
|
| 240 |
+
$this->cleanup_posts( $state );
|
| 241 |
+
$this->cleanup_attachments( $state );
|
| 242 |
+
$this->cleanup_widgets( $state );
|
| 243 |
+
$this->cleanup_plugins( $state );
|
| 244 |
+
|
| 245 |
+
return delete_transient( Active_State::STATE_NAME );
|
| 246 |
+
}
|
| 247 |
+
}
|
includes/Importers/Content_Importer.php
CHANGED
|
@@ -7,6 +7,7 @@
|
|
| 7 |
|
| 8 |
namespace TIOB\Importers;
|
| 9 |
|
|
|
|
| 10 |
use TIOB\Importers\Helpers\Helper;
|
| 11 |
use TIOB\Importers\Helpers\Importer_Alterator;
|
| 12 |
use TIOB\Logger;
|
|
@@ -185,6 +186,7 @@ class Content_Importer {
|
|
| 185 |
* @return int|void
|
| 186 |
*/
|
| 187 |
public function setup_front_page( $args, $demo_slug ) {
|
|
|
|
| 188 |
if ( ! is_array( $args ) ) {
|
| 189 |
return;
|
| 190 |
}
|
|
@@ -194,11 +196,13 @@ class Content_Importer {
|
|
| 194 |
return null;
|
| 195 |
}
|
| 196 |
|
|
|
|
| 197 |
update_option( 'show_on_front', 'page' );
|
| 198 |
|
| 199 |
if ( isset( $args['front_page'] ) && $args['front_page'] !== null ) {
|
| 200 |
$front_page_obj = get_page_by_path( $this->cleanup_page_slug( $args['front_page'], $demo_slug ) );
|
| 201 |
if ( isset( $front_page_obj->ID ) ) {
|
|
|
|
| 202 |
update_option( 'page_on_front', $front_page_obj->ID );
|
| 203 |
}
|
| 204 |
}
|
|
@@ -206,10 +210,13 @@ class Content_Importer {
|
|
| 206 |
if ( isset( $args['blog_page'] ) && $args['blog_page'] !== null ) {
|
| 207 |
$blog_page_obj = get_page_by_path( $this->cleanup_page_slug( $args['blog_page'], $demo_slug ) );
|
| 208 |
if ( isset( $blog_page_obj->ID ) ) {
|
|
|
|
| 209 |
update_option( 'page_for_posts', $blog_page_obj->ID );
|
| 210 |
}
|
| 211 |
}
|
| 212 |
|
|
|
|
|
|
|
| 213 |
if ( isset( $front_page_obj->ID ) ) {
|
| 214 |
$this->logger->log( "Front page set up with id: {$front_page_obj->ID}.", 'success' );
|
| 215 |
|
|
@@ -235,21 +242,24 @@ class Content_Importer {
|
|
| 235 |
|
| 236 |
return;
|
| 237 |
}
|
|
|
|
| 238 |
foreach ( $pages as $option_id => $slug ) {
|
| 239 |
if ( ! empty( $slug ) ) {
|
| 240 |
$page_object = get_page_by_path( $this->cleanup_page_slug( $slug, $demo_slug ) );
|
| 241 |
if ( isset( $page_object->ID ) ) {
|
|
|
|
| 242 |
update_option( $option_id, $page_object->ID );
|
| 243 |
}
|
| 244 |
}
|
| 245 |
}
|
|
|
|
| 246 |
$this->logger->log( 'Shop pages set up.', 'success' );
|
| 247 |
}
|
| 248 |
|
| 249 |
/**
|
| 250 |
* Maybe bust cache for elementor plugin.
|
| 251 |
*/
|
| 252 |
-
|
| 253 |
if ( ! class_exists( '\Elementor\Plugin' ) ) {
|
| 254 |
return;
|
| 255 |
}
|
| 7 |
|
| 8 |
namespace TIOB\Importers;
|
| 9 |
|
| 10 |
+
use TIOB\Importers\Cleanup\Active_State;
|
| 11 |
use TIOB\Importers\Helpers\Helper;
|
| 12 |
use TIOB\Importers\Helpers\Importer_Alterator;
|
| 13 |
use TIOB\Logger;
|
| 186 |
* @return int|void
|
| 187 |
*/
|
| 188 |
public function setup_front_page( $args, $demo_slug ) {
|
| 189 |
+
$front_page_options = array();
|
| 190 |
if ( ! is_array( $args ) ) {
|
| 191 |
return;
|
| 192 |
}
|
| 196 |
return null;
|
| 197 |
}
|
| 198 |
|
| 199 |
+
$front_page_options['show_on_front'] = get_option( 'show_on_front' );
|
| 200 |
update_option( 'show_on_front', 'page' );
|
| 201 |
|
| 202 |
if ( isset( $args['front_page'] ) && $args['front_page'] !== null ) {
|
| 203 |
$front_page_obj = get_page_by_path( $this->cleanup_page_slug( $args['front_page'], $demo_slug ) );
|
| 204 |
if ( isset( $front_page_obj->ID ) ) {
|
| 205 |
+
$front_page_options['page_on_front'] = get_option( 'page_on_front' );
|
| 206 |
update_option( 'page_on_front', $front_page_obj->ID );
|
| 207 |
}
|
| 208 |
}
|
| 210 |
if ( isset( $args['blog_page'] ) && $args['blog_page'] !== null ) {
|
| 211 |
$blog_page_obj = get_page_by_path( $this->cleanup_page_slug( $args['blog_page'], $demo_slug ) );
|
| 212 |
if ( isset( $blog_page_obj->ID ) ) {
|
| 213 |
+
$front_page_options['page_for_posts'] = get_option( 'page_for_posts' );
|
| 214 |
update_option( 'page_for_posts', $blog_page_obj->ID );
|
| 215 |
}
|
| 216 |
}
|
| 217 |
|
| 218 |
+
do_action( 'themeisle_cl_add_property_state', Active_State::FRONT_PAGE_NSP, $front_page_options );
|
| 219 |
+
|
| 220 |
if ( isset( $front_page_obj->ID ) ) {
|
| 221 |
$this->logger->log( "Front page set up with id: {$front_page_obj->ID}.", 'success' );
|
| 222 |
|
| 242 |
|
| 243 |
return;
|
| 244 |
}
|
| 245 |
+
$shop_page_options = array();
|
| 246 |
foreach ( $pages as $option_id => $slug ) {
|
| 247 |
if ( ! empty( $slug ) ) {
|
| 248 |
$page_object = get_page_by_path( $this->cleanup_page_slug( $slug, $demo_slug ) );
|
| 249 |
if ( isset( $page_object->ID ) ) {
|
| 250 |
+
$shop_page_options[ $option_id ] = get_option( $option_id );
|
| 251 |
update_option( $option_id, $page_object->ID );
|
| 252 |
}
|
| 253 |
}
|
| 254 |
}
|
| 255 |
+
do_action( 'themeisle_cl_add_property_state', Active_State::SHOP_PAGE_NSP, $shop_page_options );
|
| 256 |
$this->logger->log( 'Shop pages set up.', 'success' );
|
| 257 |
}
|
| 258 |
|
| 259 |
/**
|
| 260 |
* Maybe bust cache for elementor plugin.
|
| 261 |
*/
|
| 262 |
+
public function maybe_bust_elementor_cache() {
|
| 263 |
if ( ! class_exists( '\Elementor\Plugin' ) ) {
|
| 264 |
return;
|
| 265 |
}
|
includes/Importers/Helpers/Importer_Alterator.php
CHANGED
|
@@ -39,6 +39,8 @@ class Importer_Alterator {
|
|
| 39 |
*/
|
| 40 |
private $site_json_data;
|
| 41 |
|
|
|
|
|
|
|
| 42 |
/**
|
| 43 |
* Importer_Alterator constructor.
|
| 44 |
*
|
|
@@ -55,6 +57,38 @@ class Importer_Alterator {
|
|
| 55 |
add_filter( 'wp_import_nav_menu_item_args', array( $this, 'change_nav_menu_item_link' ), 10, 2 );
|
| 56 |
add_filter( 'intermediate_image_sizes_advanced', '__return_null' );
|
| 57 |
add_filter( 'tpc_post_content_before_insert', array( $this, 'replace_links' ), 10, 2 );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
}
|
| 59 |
|
| 60 |
/**
|
| 39 |
*/
|
| 40 |
private $site_json_data;
|
| 41 |
|
| 42 |
+
private $processed_terms;
|
| 43 |
+
|
| 44 |
/**
|
| 45 |
* Importer_Alterator constructor.
|
| 46 |
*
|
| 57 |
add_filter( 'wp_import_nav_menu_item_args', array( $this, 'change_nav_menu_item_link' ), 10, 2 );
|
| 58 |
add_filter( 'intermediate_image_sizes_advanced', '__return_null' );
|
| 59 |
add_filter( 'tpc_post_content_before_insert', array( $this, 'replace_links' ), 10, 2 );
|
| 60 |
+
add_filter( 'tpc_post_content_processed_terms', array( $this, 'content_to_import' ), 10, 2 );
|
| 61 |
+
}
|
| 62 |
+
|
| 63 |
+
/**
|
| 64 |
+
* Remap method for category terms.
|
| 65 |
+
*
|
| 66 |
+
* @param mixed $input
|
| 67 |
+
* @return array|mixed|string|string[]|null
|
| 68 |
+
*/
|
| 69 |
+
private function remap_category_recursively( $input ) {
|
| 70 |
+
$re = '/replace_cat_(?<categoryID>\d+)/m';
|
| 71 |
+
if ( is_array( $input ) ) {
|
| 72 |
+
return ( isset( $this->processed_terms[ $input['categoryID'] ] ) ) ? $this->processed_terms[ $input['categoryID'] ] : $input['categoryID'];
|
| 73 |
+
}
|
| 74 |
+
return preg_replace_callback( $re, array( $this, 'remap_category_recursively' ), $input );
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
+
/**
|
| 78 |
+
* Process imported content and remap terms.
|
| 79 |
+
*
|
| 80 |
+
* @param string $content The content.
|
| 81 |
+
* @param array $processed_terms The list of processed terms.
|
| 82 |
+
* @return string
|
| 83 |
+
*/
|
| 84 |
+
public function content_to_import( $content, $processed_terms ) {
|
| 85 |
+
$this->processed_terms = $processed_terms;
|
| 86 |
+
if ( strpos( $content, 'wp:woocommerce' ) !== false ) {
|
| 87 |
+
$new_content = $this->remap_category_recursively( $content );
|
| 88 |
+
return $new_content;
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
return $content;
|
| 92 |
}
|
| 93 |
|
| 94 |
/**
|
includes/Importers/Plugin_Importer.php
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
namespace TIOB\Importers;
|
| 9 |
|
| 10 |
use Plugin_Upgrader;
|
|
|
|
| 11 |
use TIOB\Importers\Helpers\Quiet_Skin;
|
| 12 |
use TIOB\Importers\Helpers\Quiet_Skin_Legacy;
|
| 13 |
use TIOB\Logger;
|
|
@@ -112,6 +113,7 @@ class Plugin_Importer {
|
|
| 112 |
* @return WP_REST_Response
|
| 113 |
*/
|
| 114 |
public function run_plugins_install( $plugins_array ) {
|
|
|
|
| 115 |
foreach ( $plugins_array as $plugin_slug => $true ) {
|
| 116 |
$this->logger->log( "Installing {$plugin_slug}.", 'progress' );
|
| 117 |
$install = $this->install_single_plugin( $plugin_slug );
|
|
@@ -126,6 +128,7 @@ class Plugin_Importer {
|
|
| 126 |
)
|
| 127 |
);
|
| 128 |
}
|
|
|
|
| 129 |
$this->logger->log( "Activating {$plugin_slug}.", 'progress' );
|
| 130 |
$activate = $this->activate_single_plugin( $plugin_slug );
|
| 131 |
if ( ! $activate ) {
|
|
@@ -139,7 +142,9 @@ class Plugin_Importer {
|
|
| 139 |
)
|
| 140 |
);
|
| 141 |
}
|
|
|
|
| 142 |
}
|
|
|
|
| 143 |
|
| 144 |
$this->remove_possible_redirects();
|
| 145 |
$this->logger->log( 'Installed and activated plugins.', 'success' );
|
|
@@ -172,7 +177,7 @@ class Plugin_Importer {
|
|
| 172 |
}
|
| 173 |
|
| 174 |
// User doesn't have permissions.
|
| 175 |
-
if ( ! current_user_can( 'install_plugins' ) ) {
|
| 176 |
return false;
|
| 177 |
}
|
| 178 |
|
|
@@ -307,7 +312,7 @@ class Plugin_Importer {
|
|
| 307 |
}
|
| 308 |
|
| 309 |
// User doesn't have permissions.
|
| 310 |
-
if ( ! current_user_can( 'activate_plugins' ) ) {
|
| 311 |
return false;
|
| 312 |
}
|
| 313 |
|
| 8 |
namespace TIOB\Importers;
|
| 9 |
|
| 10 |
use Plugin_Upgrader;
|
| 11 |
+
use TIOB\Importers\Cleanup\Active_State;
|
| 12 |
use TIOB\Importers\Helpers\Quiet_Skin;
|
| 13 |
use TIOB\Importers\Helpers\Quiet_Skin_Legacy;
|
| 14 |
use TIOB\Logger;
|
| 113 |
* @return WP_REST_Response
|
| 114 |
*/
|
| 115 |
public function run_plugins_install( $plugins_array ) {
|
| 116 |
+
$plugin_cleanup = array();
|
| 117 |
foreach ( $plugins_array as $plugin_slug => $true ) {
|
| 118 |
$this->logger->log( "Installing {$plugin_slug}.", 'progress' );
|
| 119 |
$install = $this->install_single_plugin( $plugin_slug );
|
| 128 |
)
|
| 129 |
);
|
| 130 |
}
|
| 131 |
+
$plugin_cleanup[ $plugin_slug ]['installed'] = true;
|
| 132 |
$this->logger->log( "Activating {$plugin_slug}.", 'progress' );
|
| 133 |
$activate = $this->activate_single_plugin( $plugin_slug );
|
| 134 |
if ( ! $activate ) {
|
| 142 |
)
|
| 143 |
);
|
| 144 |
}
|
| 145 |
+
$plugin_cleanup[ $plugin_slug ]['active'] = true;
|
| 146 |
}
|
| 147 |
+
do_action( 'themeisle_cl_add_property_state', Active_State::PLUGINS_NSP, $plugin_cleanup );
|
| 148 |
|
| 149 |
$this->remove_possible_redirects();
|
| 150 |
$this->logger->log( 'Installed and activated plugins.', 'success' );
|
| 177 |
}
|
| 178 |
|
| 179 |
// User doesn't have permissions.
|
| 180 |
+
if ( ! current_user_can( 'install_plugins' ) && ! class_exists( 'WP_CLI' ) ) {
|
| 181 |
return false;
|
| 182 |
}
|
| 183 |
|
| 312 |
}
|
| 313 |
|
| 314 |
// User doesn't have permissions.
|
| 315 |
+
if ( ! current_user_can( 'activate_plugins' ) && ! class_exists( 'WP_CLI' ) ) {
|
| 316 |
return false;
|
| 317 |
}
|
| 318 |
|
includes/Importers/Theme_Mods_Importer.php
CHANGED
|
@@ -7,6 +7,7 @@
|
|
| 7 |
|
| 8 |
namespace TIOB\Importers;
|
| 9 |
|
|
|
|
| 10 |
use TIOB\Importers\Helpers\Helper;
|
| 11 |
use WP_REST_Request;
|
| 12 |
use WP_REST_Response;
|
|
@@ -99,6 +100,15 @@ class Theme_Mods_Importer {
|
|
| 99 |
if ( $value === 'false' ) {
|
| 100 |
$value = false;
|
| 101 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
set_theme_mod( $mod, $value );
|
| 103 |
}
|
| 104 |
|
|
@@ -162,6 +172,8 @@ class Theme_Mods_Importer {
|
|
| 162 |
|
| 163 |
return;
|
| 164 |
}
|
|
|
|
|
|
|
| 165 |
set_theme_mod( 'nav_menu_locations', $setup_menus );
|
| 166 |
|
| 167 |
$this->log .= 'Menus are set up.' . "\n";
|
| 7 |
|
| 8 |
namespace TIOB\Importers;
|
| 9 |
|
| 10 |
+
use TIOB\Importers\Cleanup\Active_State;
|
| 11 |
use TIOB\Importers\Helpers\Helper;
|
| 12 |
use WP_REST_Request;
|
| 13 |
use WP_REST_Response;
|
| 100 |
if ( $value === 'false' ) {
|
| 101 |
$value = false;
|
| 102 |
}
|
| 103 |
+
$previous_value = get_theme_mod( $mod );
|
| 104 |
+
do_action(
|
| 105 |
+
'themeisle_cl_add_item_to_property_state',
|
| 106 |
+
Active_State::THEME_MODS_NSP,
|
| 107 |
+
array(
|
| 108 |
+
'mod' => $mod,
|
| 109 |
+
'value' => $previous_value,
|
| 110 |
+
)
|
| 111 |
+
);
|
| 112 |
set_theme_mod( $mod, $value );
|
| 113 |
}
|
| 114 |
|
| 172 |
|
| 173 |
return;
|
| 174 |
}
|
| 175 |
+
$previous_menu_locations = get_theme_mod( 'nav_menu_locations' );
|
| 176 |
+
do_action( 'themeisle_cl_add_property_state', Active_State::MENUS_NSP, $previous_menu_locations );
|
| 177 |
set_theme_mod( 'nav_menu_locations', $setup_menus );
|
| 178 |
|
| 179 |
$this->log .= 'Menus are set up.' . "\n";
|
includes/Importers/WP/WP_Import.php
CHANGED
|
@@ -5,6 +5,7 @@
|
|
| 5 |
|
| 6 |
namespace TIOB\Importers\WP;
|
| 7 |
|
|
|
|
| 8 |
use TIOB\Importers\Helpers\Helper;
|
| 9 |
use TIOB\Logger;
|
| 10 |
use WP_Error;
|
|
@@ -171,6 +172,7 @@ class WP_Import extends WP_Importer {
|
|
| 171 |
$id = wp_insert_category( $catarr );
|
| 172 |
if ( ! is_wp_error( $id ) ) {
|
| 173 |
if ( isset( $cat['term_id'] ) ) {
|
|
|
|
| 174 |
$this->processed_terms[ intval( $cat['term_id'] ) ] = $id;
|
| 175 |
}
|
| 176 |
} else {
|
|
@@ -217,6 +219,7 @@ class WP_Import extends WP_Importer {
|
|
| 217 |
$id = wp_insert_term( $tag['tag_name'], 'post_tag', $tagarr );
|
| 218 |
if ( ! is_wp_error( $id ) ) {
|
| 219 |
if ( isset( $tag['term_id'] ) ) {
|
|
|
|
| 220 |
$this->processed_terms[ intval( $tag['term_id'] ) ] = $id['term_id'];
|
| 221 |
}
|
| 222 |
} else {
|
|
@@ -273,6 +276,14 @@ class WP_Import extends WP_Importer {
|
|
| 273 |
$id = wp_insert_term( $term['term_name'], $term['term_taxonomy'], $termarr );
|
| 274 |
if ( ! is_wp_error( $id ) ) {
|
| 275 |
if ( isset( $term['term_id'] ) ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 276 |
$this->processed_terms[ intval( $term['term_id'] ) ] = $id['term_id'];
|
| 277 |
}
|
| 278 |
} else {
|
|
@@ -282,6 +293,7 @@ class WP_Import extends WP_Importer {
|
|
| 282 |
}
|
| 283 |
$this->process_termmeta( $term, $id['term_id'] );
|
| 284 |
}
|
|
|
|
| 285 |
unset( $this->terms );
|
| 286 |
$this->logger->log( 'Processed terms.', 'success' );
|
| 287 |
}
|
|
@@ -438,12 +450,15 @@ class WP_Import extends WP_Importer {
|
|
| 438 |
}
|
| 439 |
}
|
| 440 |
$comment_post_id = $post_id = $this->process_attachment( $postdata, $remote_url );
|
|
|
|
| 441 |
} else {
|
| 442 |
$this->logger->log( "Inserting {$postdata['post_type']}: {$postdata['post_title']}.", 'progress' );
|
|
|
|
| 443 |
$postdata['post_content'] = apply_filters( 'tpc_post_content_before_insert', $postdata['post_content'], $this->base_blog_url );
|
| 444 |
$comment_post_id = $post_id = wp_insert_post( $postdata, true );
|
| 445 |
$this->logger->log( "Done inserting {$postdata['post_type']}: {$postdata['post_title']}.", 'success' );
|
| 446 |
do_action( 'wp_import_insert_post', $post_id, $original_post_id, $postdata, $post );
|
|
|
|
| 447 |
}
|
| 448 |
if ( is_wp_error( $post_id ) ) {
|
| 449 |
$this->logger->log( "Failed to import {$post_type_object->labels->singular_name} {$post['post_title']}. \n {$post_id->get_error_message()}" );
|
| 5 |
|
| 6 |
namespace TIOB\Importers\WP;
|
| 7 |
|
| 8 |
+
use TIOB\Importers\Cleanup\Active_State;
|
| 9 |
use TIOB\Importers\Helpers\Helper;
|
| 10 |
use TIOB\Logger;
|
| 11 |
use WP_Error;
|
| 172 |
$id = wp_insert_category( $catarr );
|
| 173 |
if ( ! is_wp_error( $id ) ) {
|
| 174 |
if ( isset( $cat['term_id'] ) ) {
|
| 175 |
+
do_action( 'themeisle_cl_add_item_to_property_state', Active_State::CATEGORY_NSP, $id );
|
| 176 |
$this->processed_terms[ intval( $cat['term_id'] ) ] = $id;
|
| 177 |
}
|
| 178 |
} else {
|
| 219 |
$id = wp_insert_term( $tag['tag_name'], 'post_tag', $tagarr );
|
| 220 |
if ( ! is_wp_error( $id ) ) {
|
| 221 |
if ( isset( $tag['term_id'] ) ) {
|
| 222 |
+
do_action( 'themeisle_cl_add_item_to_property_state', Active_State::TAGS_NSP, $id['term_id'] );
|
| 223 |
$this->processed_terms[ intval( $tag['term_id'] ) ] = $id['term_id'];
|
| 224 |
}
|
| 225 |
} else {
|
| 276 |
$id = wp_insert_term( $term['term_name'], $term['term_taxonomy'], $termarr );
|
| 277 |
if ( ! is_wp_error( $id ) ) {
|
| 278 |
if ( isset( $term['term_id'] ) ) {
|
| 279 |
+
do_action(
|
| 280 |
+
'themeisle_cl_add_item_to_property_state',
|
| 281 |
+
Active_State::TERMS_NSP,
|
| 282 |
+
array(
|
| 283 |
+
'id' => $id['term_id'],
|
| 284 |
+
'taxonomy' => $term['term_taxonomy'],
|
| 285 |
+
)
|
| 286 |
+
);
|
| 287 |
$this->processed_terms[ intval( $term['term_id'] ) ] = $id['term_id'];
|
| 288 |
}
|
| 289 |
} else {
|
| 293 |
}
|
| 294 |
$this->process_termmeta( $term, $id['term_id'] );
|
| 295 |
}
|
| 296 |
+
|
| 297 |
unset( $this->terms );
|
| 298 |
$this->logger->log( 'Processed terms.', 'success' );
|
| 299 |
}
|
| 450 |
}
|
| 451 |
}
|
| 452 |
$comment_post_id = $post_id = $this->process_attachment( $postdata, $remote_url );
|
| 453 |
+
do_action( 'themeisle_cl_add_item_to_property_state', Active_State::ATTACHMENT_NSP, $post_id );
|
| 454 |
} else {
|
| 455 |
$this->logger->log( "Inserting {$postdata['post_type']}: {$postdata['post_title']}.", 'progress' );
|
| 456 |
+
$postdata['post_content'] = apply_filters( 'tpc_post_content_processed_terms', $postdata['post_content'], $this->processed_terms );
|
| 457 |
$postdata['post_content'] = apply_filters( 'tpc_post_content_before_insert', $postdata['post_content'], $this->base_blog_url );
|
| 458 |
$comment_post_id = $post_id = wp_insert_post( $postdata, true );
|
| 459 |
$this->logger->log( "Done inserting {$postdata['post_type']}: {$postdata['post_title']}.", 'success' );
|
| 460 |
do_action( 'wp_import_insert_post', $post_id, $original_post_id, $postdata, $post );
|
| 461 |
+
do_action( 'themeisle_cl_add_item_to_property_state', Active_State::POSTS_NSP, $post_id );
|
| 462 |
}
|
| 463 |
if ( is_wp_error( $post_id ) ) {
|
| 464 |
$this->logger->log( "Failed to import {$post_type_object->labels->singular_name} {$post['post_title']}. \n {$post_id->get_error_message()}" );
|
includes/Importers/WP/WXR_Parser_SimpleXML.php
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
|
| 3 |
namespace TIOB\Importers\WP;
|
|
|
|
| 4 |
|
| 5 |
/**
|
| 6 |
* WXR Parser that makes use of the SimpleXML PHP extension.
|
| 1 |
<?php
|
| 2 |
|
| 3 |
namespace TIOB\Importers\WP;
|
| 4 |
+
use WP_Error;
|
| 5 |
|
| 6 |
/**
|
| 7 |
* WXR Parser that makes use of the SimpleXML PHP extension.
|
includes/Importers/Widgets_Importer.php
CHANGED
|
@@ -11,6 +11,7 @@
|
|
| 11 |
|
| 12 |
namespace TIOB\Importers;
|
| 13 |
|
|
|
|
| 14 |
use WP_Error;
|
| 15 |
use WP_REST_Request;
|
| 16 |
use WP_REST_Response;
|
|
@@ -159,6 +160,16 @@ class Widgets_Importer {
|
|
| 159 |
$single_widget_instances['_multiwidget'] = $multiwidget;
|
| 160 |
}
|
| 161 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
// Update option with new widget.
|
| 163 |
update_option( 'widget_' . $id_base, $single_widget_instances );
|
| 164 |
|
|
@@ -177,6 +188,15 @@ class Widgets_Importer {
|
|
| 177 |
// Add new instance to sidebar.
|
| 178 |
$sidebars_widgets[ $use_sidebar_id ][] = $new_instance_id;
|
| 179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
// Save the amended data.
|
| 181 |
update_option( 'sidebars_widgets', $sidebars_widgets );
|
| 182 |
|
| 11 |
|
| 12 |
namespace TIOB\Importers;
|
| 13 |
|
| 14 |
+
use TIOB\Importers\Cleanup\Active_State;
|
| 15 |
use WP_Error;
|
| 16 |
use WP_REST_Request;
|
| 17 |
use WP_REST_Response;
|
| 160 |
$single_widget_instances['_multiwidget'] = $multiwidget;
|
| 161 |
}
|
| 162 |
|
| 163 |
+
// Get previous value to reset on cleanup
|
| 164 |
+
do_action(
|
| 165 |
+
'themeisle_cl_add_item_to_property_state',
|
| 166 |
+
Active_State::WIDGETS_NSP,
|
| 167 |
+
array(
|
| 168 |
+
'id' => 'widget_' . $id_base,
|
| 169 |
+
'value' => get_option( 'widget_' . $id_base ),
|
| 170 |
+
)
|
| 171 |
+
);
|
| 172 |
+
|
| 173 |
// Update option with new widget.
|
| 174 |
update_option( 'widget_' . $id_base, $single_widget_instances );
|
| 175 |
|
| 188 |
// Add new instance to sidebar.
|
| 189 |
$sidebars_widgets[ $use_sidebar_id ][] = $new_instance_id;
|
| 190 |
|
| 191 |
+
// Get previous value to reset on cleanup
|
| 192 |
+
do_action(
|
| 193 |
+
'themeisle_cl_add_item_to_property_state',
|
| 194 |
+
Active_State::WIDGETS_NSP,
|
| 195 |
+
array(
|
| 196 |
+
'id' => 'sidebars_widgets',
|
| 197 |
+
'value' => get_option( 'sidebars_widgets' ),
|
| 198 |
+
)
|
| 199 |
+
);
|
| 200 |
// Save the amended data.
|
| 201 |
update_option( 'sidebars_widgets', $sidebars_widgets );
|
| 202 |
|
includes/Main.php
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
namespace TIOB;
|
| 9 |
|
| 10 |
use FLBuilder;
|
|
|
|
| 11 |
|
| 12 |
/**
|
| 13 |
* Class Main
|
|
@@ -18,7 +19,7 @@ class Main {
|
|
| 18 |
*
|
| 19 |
* @var string Version string.
|
| 20 |
*/
|
| 21 |
-
const VERSION = '1.1.
|
| 22 |
/**
|
| 23 |
* Sites Library API URL.
|
| 24 |
*
|
|
@@ -113,6 +114,7 @@ class Main {
|
|
| 113 |
}
|
| 114 |
$this->setup_admin();
|
| 115 |
$this->setup_api();
|
|
|
|
| 116 |
}
|
| 117 |
|
| 118 |
/**
|
|
@@ -193,6 +195,16 @@ class Main {
|
|
| 193 |
$api->init();
|
| 194 |
}
|
| 195 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
/**
|
| 197 |
* Get meta fields.
|
| 198 |
*
|
| 8 |
namespace TIOB;
|
| 9 |
|
| 10 |
use FLBuilder;
|
| 11 |
+
use TIOB\Importers\Cleanup\Active_State;
|
| 12 |
|
| 13 |
/**
|
| 14 |
* Class Main
|
| 19 |
*
|
| 20 |
* @var string Version string.
|
| 21 |
*/
|
| 22 |
+
const VERSION = '1.1.17';
|
| 23 |
/**
|
| 24 |
* Sites Library API URL.
|
| 25 |
*
|
| 114 |
}
|
| 115 |
$this->setup_admin();
|
| 116 |
$this->setup_api();
|
| 117 |
+
$this->setup_active_state();
|
| 118 |
}
|
| 119 |
|
| 120 |
/**
|
| 195 |
$api->init();
|
| 196 |
}
|
| 197 |
|
| 198 |
+
/**
|
| 199 |
+
* Setup Active State
|
| 200 |
+
*
|
| 201 |
+
* @return void;
|
| 202 |
+
*/
|
| 203 |
+
private function setup_active_state() {
|
| 204 |
+
$active_state = new Active_State();
|
| 205 |
+
$active_state->init();
|
| 206 |
+
}
|
| 207 |
+
|
| 208 |
/**
|
| 209 |
* Get meta fields.
|
| 210 |
*
|
includes/Rest_Server.php
CHANGED
|
@@ -7,6 +7,7 @@
|
|
| 7 |
|
| 8 |
namespace TIOB;
|
| 9 |
|
|
|
|
| 10 |
use TIOB\TI_Beaver;
|
| 11 |
use TIOB\Importers\Content_Importer;
|
| 12 |
use TIOB\Importers\Plugin_Importer;
|
|
@@ -123,6 +124,28 @@ class Rest_Server {
|
|
| 123 |
},
|
| 124 |
)
|
| 125 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 126 |
}
|
| 127 |
|
| 128 |
/**
|
| 7 |
|
| 8 |
namespace TIOB;
|
| 9 |
|
| 10 |
+
use TIOB\Importers\Cleanup\Manager;
|
| 11 |
use TIOB\TI_Beaver;
|
| 12 |
use TIOB\Importers\Content_Importer;
|
| 13 |
use TIOB\Importers\Plugin_Importer;
|
| 124 |
},
|
| 125 |
)
|
| 126 |
);
|
| 127 |
+
|
| 128 |
+
register_rest_route(
|
| 129 |
+
Main::API_ROOT,
|
| 130 |
+
'/cleanup',
|
| 131 |
+
array(
|
| 132 |
+
'methods' => WP_REST_Server::EDITABLE,
|
| 133 |
+
'callback' => array( $this, 'run_cleanup' ),
|
| 134 |
+
'permission_callback' => function () {
|
| 135 |
+
return current_user_can( 'manage_options' );
|
| 136 |
+
},
|
| 137 |
+
)
|
| 138 |
+
);
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
public function run_cleanup() {
|
| 142 |
+
|
| 143 |
+
return new WP_REST_Response(
|
| 144 |
+
array(
|
| 145 |
+
'success' => true,
|
| 146 |
+
'data' => Manager::instance()->do_cleanup(),
|
| 147 |
+
)
|
| 148 |
+
);
|
| 149 |
}
|
| 150 |
|
| 151 |
/**
|
includes/Sites_Listing.php
CHANGED
|
@@ -66,19 +66,36 @@ class Sites_Listing {
|
|
| 66 |
}
|
| 67 |
|
| 68 |
/**
|
|
|
|
| 69 |
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
*/
|
| 71 |
public function add_sites_library_support() {
|
| 72 |
add_theme_support( 'themeisle-demo-import', $this->get_ti_demo_content_support_data() );
|
| 73 |
}
|
| 74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
private function get_sites() {
|
| 76 |
$cache = get_transient( $this->transient_key );
|
| 77 |
|
| 78 |
if ( $cache !== false ) {
|
| 79 |
$response = $cache;
|
| 80 |
} else {
|
| 81 |
-
$response = wp_remote_get( esc_url( self::
|
| 82 |
|
| 83 |
if ( is_wp_error( $response ) || wp_remote_retrieve_response_code( $response ) !== 200 ) {
|
| 84 |
return array();
|
|
@@ -93,7 +110,7 @@ class Sites_Listing {
|
|
| 93 |
}
|
| 94 |
}
|
| 95 |
|
| 96 |
-
require_once
|
| 97 |
$upsell_status = $this->get_upsell_status();
|
| 98 |
|
| 99 |
$divi = array(
|
| 66 |
}
|
| 67 |
|
| 68 |
/**
|
| 69 |
+
* Return the API path
|
| 70 |
*
|
| 71 |
+
* @return string
|
| 72 |
+
*/
|
| 73 |
+
final public static function get_api_path() {
|
| 74 |
+
if ( defined( 'TPC_USE_STAGING' ) && TPC_USE_STAGING === true ) {
|
| 75 |
+
return ( defined( 'TPC_API_STAGING' ) && ! empty( TPC_API_STAGING ) ) ? TPC_API_STAGING : self::API;
|
| 76 |
+
}
|
| 77 |
+
return self::API;
|
| 78 |
+
}
|
| 79 |
+
|
| 80 |
+
/**
|
| 81 |
+
* Add theme support
|
| 82 |
*/
|
| 83 |
public function add_sites_library_support() {
|
| 84 |
add_theme_support( 'themeisle-demo-import', $this->get_ti_demo_content_support_data() );
|
| 85 |
}
|
| 86 |
|
| 87 |
+
/**
|
| 88 |
+
* Get the sites
|
| 89 |
+
*
|
| 90 |
+
* @return array
|
| 91 |
+
*/
|
| 92 |
private function get_sites() {
|
| 93 |
$cache = get_transient( $this->transient_key );
|
| 94 |
|
| 95 |
if ( $cache !== false ) {
|
| 96 |
$response = $cache;
|
| 97 |
} else {
|
| 98 |
+
$response = wp_remote_get( esc_url( self::get_api_path() ) );
|
| 99 |
|
| 100 |
if ( is_wp_error( $response ) || wp_remote_retrieve_response_code( $response ) !== 200 ) {
|
| 101 |
return array();
|
| 110 |
}
|
| 111 |
}
|
| 112 |
|
| 113 |
+
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
| 114 |
$upsell_status = $this->get_upsell_status();
|
| 115 |
|
| 116 |
$divi = array(
|
includes/WP_Cli.php
CHANGED
|
@@ -45,8 +45,6 @@ class WP_Cli {
|
|
| 45 |
*/
|
| 46 |
private $data = array();
|
| 47 |
|
| 48 |
-
private $locations = array( 'local', 'remote' );
|
| 49 |
-
|
| 50 |
/**
|
| 51 |
* Theme mods importer.
|
| 52 |
*
|
|
@@ -80,7 +78,7 @@ class WP_Cli {
|
|
| 80 |
*/
|
| 81 |
private function setup_props() {
|
| 82 |
$theme_support = get_theme_support( 'themeisle-demo-import' );
|
| 83 |
-
$this->data = $theme_support[0];
|
| 84 |
$this->theme_mods_importer = new Theme_Mods_Importer();
|
| 85 |
$this->content_importer = new Content_Importer();
|
| 86 |
$this->widgets_importer = new Widgets_Importer();
|
|
@@ -103,46 +101,23 @@ class WP_Cli {
|
|
| 103 |
/**
|
| 104 |
* Get all sites as (string) $slug => (array) $args
|
| 105 |
*
|
| 106 |
-
* @param string $
|
| 107 |
*
|
| 108 |
* @return array
|
| 109 |
*/
|
| 110 |
-
private function get_all_sites( $
|
| 111 |
$this->setup_props();
|
|
|
|
| 112 |
|
| 113 |
-
|
| 114 |
-
$this->locations = array( $source );
|
| 115 |
-
}
|
| 116 |
|
| 117 |
-
|
| 118 |
-
'editors' => array(),
|
| 119 |
-
'local' => array(),
|
| 120 |
-
'remote' => array(),
|
| 121 |
-
);
|
| 122 |
-
|
| 123 |
-
$this->data = wp_parse_args( $this->data, $defaults );
|
| 124 |
-
$editors = $this->data['editors'];
|
| 125 |
-
$all_sites = array();
|
| 126 |
-
foreach ( $this->locations as $site_source ) {
|
| 127 |
-
if ( ! isset( $this->data[ $site_source ] ) || empty( $this->data[ $site_source ] ) ) {
|
| 128 |
continue;
|
| 129 |
}
|
| 130 |
-
foreach ( $
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
foreach ( $this->data[ $site_source ][ $editor ] as $site_slug => $data ) {
|
| 135 |
-
$this->data[ $site_source ][ $editor ][ $site_slug ]['slug'] = $site_slug;
|
| 136 |
-
$this->data[ $site_source ][ $editor ][ $site_slug ]['editor'] = $editor;
|
| 137 |
-
$this->data[ $site_source ][ $editor ][ $site_slug ]['source'] = $site_source;
|
| 138 |
-
if ( isset( $data['local_json'] ) ) {
|
| 139 |
-
$this->data[ $site_source ][ $editor ][ $site_slug ]['local_json'] = $data['local_json'];
|
| 140 |
-
}
|
| 141 |
-
if ( isset( $data['remote_json'] ) ) {
|
| 142 |
-
$this->data[ $site_source ][ $editor ][ $site_slug ]['remote_json'] = $data['remote_json'];
|
| 143 |
-
}
|
| 144 |
-
$all_sites[ $site_slug ] = $this->data[ $site_source ][ $editor ][ $site_slug ];
|
| 145 |
-
}
|
| 146 |
}
|
| 147 |
}
|
| 148 |
|
|
@@ -167,8 +142,8 @@ class WP_Cli {
|
|
| 167 |
*
|
| 168 |
*/
|
| 169 |
public function import( $args, $assoc_args ) {
|
| 170 |
-
|
| 171 |
$this->setup_props();
|
|
|
|
| 172 |
$sites = $this->get_all_sites();
|
| 173 |
$site_slug = $args[0];
|
| 174 |
if ( ! array_key_exists( $site_slug, $sites ) ) {
|
|
@@ -285,6 +260,7 @@ class WP_Cli {
|
|
| 285 |
\WP_CLI::warning( "Cannot import XML file. Either the file is not readable or it does not exist (${path})" );
|
| 286 |
}
|
| 287 |
$this->content_importer->import_file( $path, $json, $editor );
|
|
|
|
| 288 |
\WP_CLI::success( 'Content imported.' );
|
| 289 |
}
|
| 290 |
|
|
@@ -294,6 +270,11 @@ class WP_Cli {
|
|
| 294 |
* @param array $json_data site json data.
|
| 295 |
*/
|
| 296 |
private function import_plugins_for_starter_site( $json_data ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 297 |
$all_plugins = array();
|
| 298 |
|
| 299 |
if ( isset( $json_data['recommended_plugins'] ) ) {
|
|
@@ -320,16 +301,6 @@ class WP_Cli {
|
|
| 320 |
*
|
| 321 |
* ## OPTIONS
|
| 322 |
*
|
| 323 |
-
* [--source=<type>]
|
| 324 |
-
* : Which source to list ( local or remote ).
|
| 325 |
-
* ---
|
| 326 |
-
* default: all
|
| 327 |
-
* options:
|
| 328 |
-
* - local
|
| 329 |
-
* - remote
|
| 330 |
-
* - all
|
| 331 |
-
* ---
|
| 332 |
-
*
|
| 333 |
* [--field=<field>]
|
| 334 |
* : Which field to list.
|
| 335 |
* ---
|
|
@@ -339,6 +310,20 @@ class WP_Cli {
|
|
| 339 |
* - editor
|
| 340 |
* - source
|
| 341 |
* - title
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 342 |
* ---
|
| 343 |
*
|
| 344 |
* [--show-url=<bool>]
|
|
@@ -360,16 +345,23 @@ class WP_Cli {
|
|
| 360 |
*/
|
| 361 |
public function list_sites( $args, $assoc_args ) {
|
| 362 |
$fields = array(
|
|
|
|
| 363 |
'slug',
|
| 364 |
'editor',
|
| 365 |
-
'source',
|
| 366 |
-
'title',
|
| 367 |
);
|
| 368 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 369 |
if ( $assoc_args['field'] ) {
|
| 370 |
if ( in_array( $assoc_args['field'], $fields, true ) ) {
|
| 371 |
$formatter = new \WP_CLI\Formatter( $assoc_args, null );
|
| 372 |
-
$formatter->display_items( $
|
| 373 |
} else {
|
| 374 |
\WP_CLI::error( 'Error' );
|
| 375 |
}
|
|
@@ -377,11 +369,7 @@ class WP_Cli {
|
|
| 377 |
return;
|
| 378 |
}
|
| 379 |
|
| 380 |
-
|
| 381 |
-
$fields[] = 'url';
|
| 382 |
-
}
|
| 383 |
-
|
| 384 |
-
\WP_CLI\Utils\format_items( 'table', $this->get_all_sites( $assoc_args['source'] ), $fields );
|
| 385 |
}
|
| 386 |
|
| 387 |
/**
|
|
@@ -393,15 +381,8 @@ class WP_Cli {
|
|
| 393 |
* @return string
|
| 394 |
*/
|
| 395 |
private function get_starter_site_xml( $site, $json ) {
|
| 396 |
-
$source = $site['source'];
|
| 397 |
-
$slug = $site['slug'];
|
| 398 |
-
|
| 399 |
-
if ( $source === 'local' ) {
|
| 400 |
-
return get_template_directory() . '/onboarding/' . $slug . '/export.xml';
|
| 401 |
-
}
|
| 402 |
set_time_limit( 0 );
|
| 403 |
\WP_CLI::line( 'Saving... ' . $json['content_file'] );
|
| 404 |
-
|
| 405 |
$response_file = wp_remote_get( $json['content_file'] );
|
| 406 |
$content_file_path = $this->content_importer->save_xhr_return_path( wp_remote_retrieve_body( $response_file ) );
|
| 407 |
\WP_CLI::line( 'Saved content file in ' . $content_file_path );
|
|
@@ -417,20 +398,7 @@ class WP_Cli {
|
|
| 417 |
* @return array
|
| 418 |
*/
|
| 419 |
private function get_starter_site_json( $site ) {
|
| 420 |
-
$
|
| 421 |
-
$editor = $site['editor'];
|
| 422 |
-
$source = $site['source'];
|
| 423 |
-
|
| 424 |
-
global $wp_filesystem;
|
| 425 |
-
WP_Filesystem();
|
| 426 |
-
if ( $source === 'local' ) {
|
| 427 |
-
return json_decode( $wp_filesystem->get_contents( get_template_directory() . '/onboarding/' . $slug . '/data.json' ), true );
|
| 428 |
-
}
|
| 429 |
-
if ( isset( $site['local_json'] ) ) {
|
| 430 |
-
return json_decode( $wp_filesystem->get_contents( $site['local_json'] ), true );
|
| 431 |
-
}
|
| 432 |
-
$site_url = isset( $site['remote_json'] ) ? $site['remote_json'] : $this->data[ $source ][ $editor ][ $slug ]['url'];
|
| 433 |
-
$request = wp_remote_get( $site_url . 'wp-json/ti-demo-data/data' );
|
| 434 |
$response_code = wp_remote_retrieve_response_code( $request );
|
| 435 |
if ( $response_code !== 200 || empty( $request['body'] ) || ! isset( $request['body'] ) ) {
|
| 436 |
\WP_CLI::warning( 'Cannot get site json data.' );
|
| 45 |
*/
|
| 46 |
private $data = array();
|
| 47 |
|
|
|
|
|
|
|
| 48 |
/**
|
| 49 |
* Theme mods importer.
|
| 50 |
*
|
| 78 |
*/
|
| 79 |
private function setup_props() {
|
| 80 |
$theme_support = get_theme_support( 'themeisle-demo-import' );
|
| 81 |
+
$this->data = $theme_support[0]['remote'];
|
| 82 |
$this->theme_mods_importer = new Theme_Mods_Importer();
|
| 83 |
$this->content_importer = new Content_Importer();
|
| 84 |
$this->widgets_importer = new Widgets_Importer();
|
| 101 |
/**
|
| 102 |
* Get all sites as (string) $slug => (array) $args
|
| 103 |
*
|
| 104 |
+
* @param string $builder what editor to get sites for.
|
| 105 |
*
|
| 106 |
* @return array
|
| 107 |
*/
|
| 108 |
+
private function get_all_sites( $builder = false ) {
|
| 109 |
$this->setup_props();
|
| 110 |
+
$all_sites = array();
|
| 111 |
|
| 112 |
+
foreach ( $this->data as $editor => $sites ) {
|
|
|
|
|
|
|
| 113 |
|
| 114 |
+
if ( $builder !== false && strpos( $editor, $builder ) === false ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
continue;
|
| 116 |
}
|
| 117 |
+
foreach ( $sites as $slug => $data ) {
|
| 118 |
+
$this->data[ $editor ][ $slug ]['slug'] = $slug;
|
| 119 |
+
$this->data[ $editor ][ $slug ]['editor'] = $editor;
|
| 120 |
+
$all_sites[ $slug ] = $this->data[ $editor ][ $slug ];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
}
|
| 122 |
}
|
| 123 |
|
| 142 |
*
|
| 143 |
*/
|
| 144 |
public function import( $args, $assoc_args ) {
|
|
|
|
| 145 |
$this->setup_props();
|
| 146 |
+
|
| 147 |
$sites = $this->get_all_sites();
|
| 148 |
$site_slug = $args[0];
|
| 149 |
if ( ! array_key_exists( $site_slug, $sites ) ) {
|
| 260 |
\WP_CLI::warning( "Cannot import XML file. Either the file is not readable or it does not exist (${path})" );
|
| 261 |
}
|
| 262 |
$this->content_importer->import_file( $path, $json, $editor );
|
| 263 |
+
$this->content_importer->maybe_bust_elementor_cache();
|
| 264 |
\WP_CLI::success( 'Content imported.' );
|
| 265 |
}
|
| 266 |
|
| 270 |
* @param array $json_data site json data.
|
| 271 |
*/
|
| 272 |
private function import_plugins_for_starter_site( $json_data ) {
|
| 273 |
+
require_once ABSPATH . 'wp-admin/includes/plugin-install.php';
|
| 274 |
+
require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader-skin.php';
|
| 275 |
+
require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
|
| 276 |
+
require_once ABSPATH . 'wp-admin/includes/class-plugin-upgrader.php';
|
| 277 |
+
|
| 278 |
$all_plugins = array();
|
| 279 |
|
| 280 |
if ( isset( $json_data['recommended_plugins'] ) ) {
|
| 301 |
*
|
| 302 |
* ## OPTIONS
|
| 303 |
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 304 |
* [--field=<field>]
|
| 305 |
* : Which field to list.
|
| 306 |
* ---
|
| 310 |
* - editor
|
| 311 |
* - source
|
| 312 |
* - title
|
| 313 |
+
* - url
|
| 314 |
+
* ---
|
| 315 |
+
*
|
| 316 |
+
* [--editor=<editor>]
|
| 317 |
+
* : For which editor to list.
|
| 318 |
+
* ---
|
| 319 |
+
* default: null
|
| 320 |
+
* options:
|
| 321 |
+
* - gutenberg
|
| 322 |
+
* - elementor
|
| 323 |
+
* - beaver
|
| 324 |
+
* - brizy
|
| 325 |
+
* - divi
|
| 326 |
+
* - thrive
|
| 327 |
* ---
|
| 328 |
*
|
| 329 |
* [--show-url=<bool>]
|
| 345 |
*/
|
| 346 |
public function list_sites( $args, $assoc_args ) {
|
| 347 |
$fields = array(
|
| 348 |
+
'title',
|
| 349 |
'slug',
|
| 350 |
'editor',
|
|
|
|
|
|
|
| 351 |
);
|
| 352 |
|
| 353 |
+
if ( $assoc_args['show-url'] === 'true' ) {
|
| 354 |
+
$fields[] = 'url';
|
| 355 |
+
}
|
| 356 |
+
|
| 357 |
+
$filtered_by_editor = $assoc_args['editor'] !== null;
|
| 358 |
+
|
| 359 |
+
$sites = $filtered_by_editor ? $this->get_all_sites( $assoc_args['editor'] ) : $this->get_all_sites();
|
| 360 |
+
|
| 361 |
if ( $assoc_args['field'] ) {
|
| 362 |
if ( in_array( $assoc_args['field'], $fields, true ) ) {
|
| 363 |
$formatter = new \WP_CLI\Formatter( $assoc_args, null );
|
| 364 |
+
$formatter->display_items( $sites, array( $assoc_args['field'] ) );
|
| 365 |
} else {
|
| 366 |
\WP_CLI::error( 'Error' );
|
| 367 |
}
|
| 369 |
return;
|
| 370 |
}
|
| 371 |
|
| 372 |
+
\WP_CLI\Utils\format_items( 'table', $sites, $fields );
|
|
|
|
|
|
|
|
|
|
|
|
|
| 373 |
}
|
| 374 |
|
| 375 |
/**
|
| 381 |
* @return string
|
| 382 |
*/
|
| 383 |
private function get_starter_site_xml( $site, $json ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 384 |
set_time_limit( 0 );
|
| 385 |
\WP_CLI::line( 'Saving... ' . $json['content_file'] );
|
|
|
|
| 386 |
$response_file = wp_remote_get( $json['content_file'] );
|
| 387 |
$content_file_path = $this->content_importer->save_xhr_return_path( wp_remote_retrieve_body( $response_file ) );
|
| 388 |
\WP_CLI::line( 'Saved content file in ' . $content_file_path );
|
| 398 |
* @return array
|
| 399 |
*/
|
| 400 |
private function get_starter_site_json( $site ) {
|
| 401 |
+
$request = wp_remote_get( $site['url'] . 'wp-json/ti-demo-data/data' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 402 |
$response_code = wp_remote_retrieve_response_code( $request );
|
| 403 |
if ( $response_code !== 200 || empty( $request['body'] ) || ! isset( $request['body'] ) ) {
|
| 404 |
\WP_CLI::warning( 'Cannot get site json data.' );
|
languages/templates-patterns-collection.pot
CHANGED
|
@@ -2,14 +2,14 @@
|
|
| 2 |
# This file is distributed under the GPLv3.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"Project-Id-Version: Templates Patterns Collection 1.1.
|
| 6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/templates-patterns-collection\n"
|
| 7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
| 8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"POT-Creation-Date: 2021-08-
|
| 13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
| 14 |
"X-Generator: WP-CLI 2.5.0\n"
|
| 15 |
"X-Domain: templates-patterns-collection\n"
|
|
@@ -30,196 +30,196 @@ msgstr ""
|
|
| 30 |
msgid "https://themeisle.com"
|
| 31 |
msgstr ""
|
| 32 |
|
| 33 |
-
#: includes/Admin.php:
|
| 34 |
-
#: includes/Admin.php:
|
| 35 |
msgid "Starter Sites"
|
| 36 |
msgstr ""
|
| 37 |
|
| 38 |
-
#: includes/Admin.php:
|
| 39 |
#: includes/Elementor.php:75
|
| 40 |
#: includes/TI_Beaver.php:402
|
| 41 |
msgid "My Library"
|
| 42 |
msgstr ""
|
| 43 |
|
| 44 |
#. translators: %s - Theme name
|
| 45 |
-
#: includes/Admin.php:
|
| 46 |
msgid "Choose from multiple unique demos, specially designed for you, that can be installed with a single click. You just need to choose your favorite, and we will take care of everything else."
|
| 47 |
msgstr ""
|
| 48 |
|
| 49 |
-
#: includes/Admin.php:
|
| 50 |
msgid "Great news! Now you can export your own custom designs to the cloud and then reuse them on other sites."
|
| 51 |
msgstr ""
|
| 52 |
|
| 53 |
-
#: includes/Admin.php:
|
| 54 |
msgid "Open %s"
|
| 55 |
msgstr ""
|
| 56 |
|
| 57 |
-
#: includes/Admin.php:
|
| 58 |
msgid "Hi! We've noticed you were using a child theme of Zelle before. To make your transition easier, we can help you keep the same homepage settings you had before but in original Zelle's style, by converting it into an Elementor template."
|
| 59 |
msgstr ""
|
| 60 |
|
| 61 |
-
#: includes/Admin.php:
|
| 62 |
#: includes/TI_Beaver.php:412
|
| 63 |
#: assets/src/Components/StarterSiteCard.js:60
|
| 64 |
msgid "Preview"
|
| 65 |
msgstr ""
|
| 66 |
|
| 67 |
-
#: includes/Admin.php:
|
| 68 |
#: includes/TI_Beaver.php:413
|
| 69 |
#: assets/src/Components/PreviewFrame.js:102
|
| 70 |
#: assets/src/Components/StarterSiteCard.js:68
|
| 71 |
msgid "Import"
|
| 72 |
msgstr ""
|
| 73 |
|
| 74 |
-
#: includes/Admin.php:
|
| 75 |
msgid "Get the PRO version!"
|
| 76 |
msgstr ""
|
| 77 |
|
| 78 |
-
#: includes/Admin.php:
|
| 79 |
msgid "Importing"
|
| 80 |
msgstr ""
|
| 81 |
|
| 82 |
-
#: includes/Admin.php:
|
| 83 |
#: includes/Elementor.php:81
|
| 84 |
#: includes/TI_Beaver.php:391
|
| 85 |
#: assets/src/Components/Migration.js:165
|
| 86 |
msgid "Cancel"
|
| 87 |
msgstr ""
|
| 88 |
|
| 89 |
-
#: includes/Admin.php:
|
| 90 |
msgid "Loading"
|
| 91 |
msgstr ""
|
| 92 |
|
| 93 |
-
#: includes/Admin.php:
|
| 94 |
-
#: assets/src/Components/ImportModal.js:
|
| 95 |
#: assets/src/Components/Migration.js:198
|
| 96 |
msgid "View Website"
|
| 97 |
msgstr ""
|
| 98 |
|
| 99 |
-
#: includes/Admin.php:
|
| 100 |
-
#: assets/src/Components/ImportModal.js:
|
| 101 |
msgid "Add your own content"
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
-
#: includes/Admin.php:
|
| 105 |
-
#: assets/src/Components/ImportModal.js:
|
| 106 |
msgid "Back to Sites Library"
|
| 107 |
msgstr ""
|
| 108 |
|
| 109 |
-
#: includes/Admin.php:
|
| 110 |
msgid "Note"
|
| 111 |
msgstr ""
|
| 112 |
|
| 113 |
-
#: includes/Admin.php:
|
| 114 |
msgid "Advanced Options"
|
| 115 |
msgstr ""
|
| 116 |
|
| 117 |
-
#: includes/Admin.php:
|
| 118 |
-
#: assets/src/Components/ImportModal.js:
|
| 119 |
msgid "Plugins"
|
| 120 |
msgstr ""
|
| 121 |
|
| 122 |
-
#: includes/Admin.php:
|
| 123 |
msgid "General"
|
| 124 |
msgstr ""
|
| 125 |
|
| 126 |
-
#: includes/Admin.php:
|
| 127 |
msgid "Keep current layout"
|
| 128 |
msgstr ""
|
| 129 |
|
| 130 |
-
#: includes/Admin.php:
|
| 131 |
#: includes/Elementor.php:96
|
| 132 |
#: includes/TI_Beaver.php:425
|
| 133 |
msgid "Search"
|
| 134 |
msgstr ""
|
| 135 |
|
| 136 |
-
#: includes/Admin.php:
|
| 137 |
-
#: assets/src/Components/ImportModal.js:
|
| 138 |
msgid "Content"
|
| 139 |
msgstr ""
|
| 140 |
|
| 141 |
-
#: includes/Admin.php:
|
| 142 |
-
#: assets/src/Components/ImportModal.js:
|
| 143 |
msgid "Customizer"
|
| 144 |
msgstr ""
|
| 145 |
|
| 146 |
-
#: includes/Admin.php:
|
| 147 |
-
#: assets/src/Components/ImportModal.js:
|
| 148 |
msgid "Widgets"
|
| 149 |
msgstr ""
|
| 150 |
|
| 151 |
-
#: includes/Admin.php:
|
| 152 |
msgid "We recommend you backup your website content before attempting a full site import."
|
| 153 |
msgstr ""
|
| 154 |
|
| 155 |
-
#: includes/Admin.php:
|
| 156 |
msgid "Due to copyright issues, some of the demo images will not be imported and will be replaced by placeholder images."
|
| 157 |
msgstr ""
|
| 158 |
|
| 159 |
-
#: includes/Admin.php:
|
| 160 |
msgid "Some of the demo images will not be imported and will be replaced by placeholder images."
|
| 161 |
msgstr ""
|
| 162 |
|
| 163 |
-
#: includes/Admin.php:
|
| 164 |
msgid "Here is our own collection of related images you can use for your site."
|
| 165 |
msgstr ""
|
| 166 |
|
| 167 |
-
#: includes/Admin.php:
|
| 168 |
-
#: assets/src/Components/ImportModal.js:
|
| 169 |
msgid "Content was successfully imported. Enjoy your new site!"
|
| 170 |
msgstr ""
|
| 171 |
|
| 172 |
-
#: includes/Admin.php:
|
| 173 |
msgid "Available in the PRO version"
|
| 174 |
msgstr ""
|
| 175 |
|
| 176 |
-
#: includes/Admin.php:
|
| 177 |
msgid "Copy error code"
|
| 178 |
msgstr ""
|
| 179 |
|
| 180 |
-
#: includes/Admin.php:
|
| 181 |
msgid "Download error log"
|
| 182 |
msgstr ""
|
| 183 |
|
| 184 |
-
#: includes/Admin.php:
|
| 185 |
msgid "To import this demo you have to install the following plugins:"
|
| 186 |
msgstr ""
|
| 187 |
|
| 188 |
#. translators: 1 - 'here'.
|
| 189 |
-
#: includes/Admin.php:
|
| 190 |
msgid "It seems that Rest API is not working properly on your website. Read about how you can fix it %1$s."
|
| 191 |
msgstr ""
|
| 192 |
|
| 193 |
-
#: includes/Admin.php:
|
| 194 |
msgid "here"
|
| 195 |
msgstr ""
|
| 196 |
|
| 197 |
#. translators: 1 - 'get in touch'.
|
| 198 |
-
#: includes/Admin.php:
|
| 199 |
msgid "Hi! It seems there is a configuration issue with your server that's causing the import to fail. Please %1$s with us with the error code below, so we can help you fix this."
|
| 200 |
msgstr ""
|
| 201 |
|
| 202 |
-
#: includes/Admin.php:
|
| 203 |
-
#: includes/Admin.php:
|
| 204 |
msgid "get in touch"
|
| 205 |
msgstr ""
|
| 206 |
|
| 207 |
#. translators: 1 - 'troubleshooting guide'.
|
| 208 |
-
#: includes/Admin.php:
|
| 209 |
msgid "Hi! It seems there is a configuration issue with your server that's causing the import to fail. Take a look at our %1$s to see if any of the proposed solutions work."
|
| 210 |
msgstr ""
|
| 211 |
|
| 212 |
-
#: includes/Admin.php:
|
| 213 |
msgid "troubleshooting guide"
|
| 214 |
msgstr ""
|
| 215 |
|
| 216 |
#. translators: 1 - 'get in touch'.
|
| 217 |
-
#: includes/Admin.php:
|
| 218 |
msgid "If none of the solutions in the guide work, please %1$s with us with the error code below, so we can help you fix this."
|
| 219 |
msgstr ""
|
| 220 |
|
| 221 |
#. translators: %s - 'WP_Filesystem'.
|
| 222 |
-
#: includes/Admin.php:
|
| 223 |
msgid "It seems that %s is not available. You can contact your site administrator or hosting provider to help you enable it."
|
| 224 |
msgstr ""
|
| 225 |
|
|
@@ -452,10 +452,12 @@ msgstr ""
|
|
| 452 |
msgid "Install and Activate %s"
|
| 453 |
msgstr ""
|
| 454 |
|
|
|
|
| 455 |
#: tests/rest-test.php:59
|
| 456 |
msgid "Ready to use pre-built websites with 1-click installation"
|
| 457 |
msgstr ""
|
| 458 |
|
|
|
|
| 459 |
#: tests/rest-test.php:60
|
| 460 |
msgid "With Neve, you can choose from multiple unique demos, specially designed for you, that can be installed with a single click. You just need to choose your favorite, and we will take care of everything else."
|
| 461 |
msgstr ""
|
|
@@ -514,45 +516,57 @@ msgstr ""
|
|
| 514 |
msgid "Builder Logo"
|
| 515 |
msgstr ""
|
| 516 |
|
| 517 |
-
#: assets/src/Components/ImportModal.js:
|
| 518 |
-
#: assets/src/Components/ImportModal.js:
|
| 519 |
msgid "Something went wrong while loading the site data. Please refresh the page and try again."
|
| 520 |
msgstr ""
|
| 521 |
|
| 522 |
#. translators: name of starter site
|
| 523 |
-
#: assets/src/Components/ImportModal.js:
|
| 524 |
msgid "Import %s as a complete site"
|
| 525 |
msgstr ""
|
| 526 |
|
| 527 |
-
#: assets/src/Components/ImportModal.js:
|
| 528 |
msgid "Import the entire site including customizer options, pages, content and plugins."
|
| 529 |
msgstr ""
|
| 530 |
|
| 531 |
-
#: assets/src/Components/ImportModal.js:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 532 |
msgid "Import settings"
|
| 533 |
msgstr ""
|
| 534 |
|
| 535 |
-
#: assets/src/Components/ImportModal.js:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 536 |
msgid "Something went wrong while installing the necessary plugins."
|
| 537 |
msgstr ""
|
| 538 |
|
| 539 |
-
#: assets/src/Components/ImportModal.js:
|
| 540 |
msgid "Something went wrong while importing the website content."
|
| 541 |
msgstr ""
|
| 542 |
|
| 543 |
-
#: assets/src/Components/ImportModal.js:
|
| 544 |
msgid "Something went wrong while updating the customizer settings."
|
| 545 |
msgstr ""
|
| 546 |
|
| 547 |
-
#: assets/src/Components/ImportModal.js:
|
| 548 |
msgid "Something went wrong while importing the widgets."
|
| 549 |
msgstr ""
|
| 550 |
|
| 551 |
-
#: assets/src/Components/ImportModal.js:
|
| 552 |
msgid "I want to import just the templates"
|
| 553 |
msgstr ""
|
| 554 |
|
| 555 |
-
#: assets/src/Components/ImportModal.js:
|
| 556 |
msgid "Import entire site"
|
| 557 |
msgstr ""
|
| 558 |
|
|
@@ -565,18 +579,22 @@ msgid "Error log"
|
|
| 565 |
msgstr ""
|
| 566 |
|
| 567 |
#: assets/src/Components/ImportStepper.js:8
|
| 568 |
-
msgid "
|
| 569 |
msgstr ""
|
| 570 |
|
| 571 |
#: assets/src/Components/ImportStepper.js:13
|
| 572 |
-
msgid "
|
| 573 |
msgstr ""
|
| 574 |
|
| 575 |
#: assets/src/Components/ImportStepper.js:18
|
|
|
|
|
|
|
|
|
|
|
|
|
| 576 |
msgid "Importing Customizer Settings"
|
| 577 |
msgstr ""
|
| 578 |
|
| 579 |
-
#: assets/src/Components/ImportStepper.js:
|
| 580 |
msgid "Importing Widgets"
|
| 581 |
msgstr ""
|
| 582 |
|
| 2 |
# This file is distributed under the GPLv3.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"Project-Id-Version: Templates Patterns Collection 1.1.17\n"
|
| 6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/templates-patterns-collection\n"
|
| 7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
| 8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
+
"POT-Creation-Date: 2021-08-30T11:12:47+00:00\n"
|
| 13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
| 14 |
"X-Generator: WP-CLI 2.5.0\n"
|
| 15 |
"X-Domain: templates-patterns-collection\n"
|
| 30 |
msgid "https://themeisle.com"
|
| 31 |
msgstr ""
|
| 32 |
|
| 33 |
+
#: includes/Admin.php:72
|
| 34 |
+
#: includes/Admin.php:73
|
| 35 |
msgid "Starter Sites"
|
| 36 |
msgstr ""
|
| 37 |
|
| 38 |
+
#: includes/Admin.php:82
|
| 39 |
#: includes/Elementor.php:75
|
| 40 |
#: includes/TI_Beaver.php:402
|
| 41 |
msgid "My Library"
|
| 42 |
msgstr ""
|
| 43 |
|
| 44 |
#. translators: %s - Theme name
|
| 45 |
+
#: includes/Admin.php:155
|
| 46 |
msgid "Choose from multiple unique demos, specially designed for you, that can be installed with a single click. You just need to choose your favorite, and we will take care of everything else."
|
| 47 |
msgstr ""
|
| 48 |
|
| 49 |
+
#: includes/Admin.php:247
|
| 50 |
msgid "Great news! Now you can export your own custom designs to the cloud and then reuse them on other sites."
|
| 51 |
msgstr ""
|
| 52 |
|
| 53 |
+
#: includes/Admin.php:248
|
| 54 |
msgid "Open %s"
|
| 55 |
msgstr ""
|
| 56 |
|
| 57 |
+
#: includes/Admin.php:345
|
| 58 |
msgid "Hi! We've noticed you were using a child theme of Zelle before. To make your transition easier, we can help you keep the same homepage settings you had before but in original Zelle's style, by converting it into an Elementor template."
|
| 59 |
msgstr ""
|
| 60 |
|
| 61 |
+
#: includes/Admin.php:375
|
| 62 |
#: includes/TI_Beaver.php:412
|
| 63 |
#: assets/src/Components/StarterSiteCard.js:60
|
| 64 |
msgid "Preview"
|
| 65 |
msgstr ""
|
| 66 |
|
| 67 |
+
#: includes/Admin.php:376
|
| 68 |
#: includes/TI_Beaver.php:413
|
| 69 |
#: assets/src/Components/PreviewFrame.js:102
|
| 70 |
#: assets/src/Components/StarterSiteCard.js:68
|
| 71 |
msgid "Import"
|
| 72 |
msgstr ""
|
| 73 |
|
| 74 |
+
#: includes/Admin.php:377
|
| 75 |
msgid "Get the PRO version!"
|
| 76 |
msgstr ""
|
| 77 |
|
| 78 |
+
#: includes/Admin.php:378
|
| 79 |
msgid "Importing"
|
| 80 |
msgstr ""
|
| 81 |
|
| 82 |
+
#: includes/Admin.php:379
|
| 83 |
#: includes/Elementor.php:81
|
| 84 |
#: includes/TI_Beaver.php:391
|
| 85 |
#: assets/src/Components/Migration.js:165
|
| 86 |
msgid "Cancel"
|
| 87 |
msgstr ""
|
| 88 |
|
| 89 |
+
#: includes/Admin.php:380
|
| 90 |
msgid "Loading"
|
| 91 |
msgstr ""
|
| 92 |
|
| 93 |
+
#: includes/Admin.php:381
|
| 94 |
+
#: assets/src/Components/ImportModal.js:615
|
| 95 |
#: assets/src/Components/Migration.js:198
|
| 96 |
msgid "View Website"
|
| 97 |
msgstr ""
|
| 98 |
|
| 99 |
+
#: includes/Admin.php:382
|
| 100 |
+
#: assets/src/Components/ImportModal.js:625
|
| 101 |
msgid "Add your own content"
|
| 102 |
msgstr ""
|
| 103 |
|
| 104 |
+
#: includes/Admin.php:383
|
| 105 |
+
#: assets/src/Components/ImportModal.js:606
|
| 106 |
msgid "Back to Sites Library"
|
| 107 |
msgstr ""
|
| 108 |
|
| 109 |
+
#: includes/Admin.php:384
|
| 110 |
msgid "Note"
|
| 111 |
msgstr ""
|
| 112 |
|
| 113 |
+
#: includes/Admin.php:385
|
| 114 |
msgid "Advanced Options"
|
| 115 |
msgstr ""
|
| 116 |
|
| 117 |
+
#: includes/Admin.php:386
|
| 118 |
+
#: assets/src/Components/ImportModal.js:243
|
| 119 |
msgid "Plugins"
|
| 120 |
msgstr ""
|
| 121 |
|
| 122 |
+
#: includes/Admin.php:387
|
| 123 |
msgid "General"
|
| 124 |
msgstr ""
|
| 125 |
|
| 126 |
+
#: includes/Admin.php:388
|
| 127 |
msgid "Keep current layout"
|
| 128 |
msgstr ""
|
| 129 |
|
| 130 |
+
#: includes/Admin.php:389
|
| 131 |
#: includes/Elementor.php:96
|
| 132 |
#: includes/TI_Beaver.php:425
|
| 133 |
msgid "Search"
|
| 134 |
msgstr ""
|
| 135 |
|
| 136 |
+
#: includes/Admin.php:390
|
| 137 |
+
#: assets/src/Components/ImportModal.js:151
|
| 138 |
msgid "Content"
|
| 139 |
msgstr ""
|
| 140 |
|
| 141 |
+
#: includes/Admin.php:391
|
| 142 |
+
#: assets/src/Components/ImportModal.js:155
|
| 143 |
msgid "Customizer"
|
| 144 |
msgstr ""
|
| 145 |
|
| 146 |
+
#: includes/Admin.php:392
|
| 147 |
+
#: assets/src/Components/ImportModal.js:159
|
| 148 |
msgid "Widgets"
|
| 149 |
msgstr ""
|
| 150 |
|
| 151 |
+
#: includes/Admin.php:393
|
| 152 |
msgid "We recommend you backup your website content before attempting a full site import."
|
| 153 |
msgstr ""
|
| 154 |
|
| 155 |
+
#: includes/Admin.php:394
|
| 156 |
msgid "Due to copyright issues, some of the demo images will not be imported and will be replaced by placeholder images."
|
| 157 |
msgstr ""
|
| 158 |
|
| 159 |
+
#: includes/Admin.php:395
|
| 160 |
msgid "Some of the demo images will not be imported and will be replaced by placeholder images."
|
| 161 |
msgstr ""
|
| 162 |
|
| 163 |
+
#: includes/Admin.php:396
|
| 164 |
msgid "Here is our own collection of related images you can use for your site."
|
| 165 |
msgstr ""
|
| 166 |
|
| 167 |
+
#: includes/Admin.php:397
|
| 168 |
+
#: assets/src/Components/ImportModal.js:554
|
| 169 |
msgid "Content was successfully imported. Enjoy your new site!"
|
| 170 |
msgstr ""
|
| 171 |
|
| 172 |
+
#: includes/Admin.php:398
|
| 173 |
msgid "Available in the PRO version"
|
| 174 |
msgstr ""
|
| 175 |
|
| 176 |
+
#: includes/Admin.php:399
|
| 177 |
msgid "Copy error code"
|
| 178 |
msgstr ""
|
| 179 |
|
| 180 |
+
#: includes/Admin.php:400
|
| 181 |
msgid "Download error log"
|
| 182 |
msgstr ""
|
| 183 |
|
| 184 |
+
#: includes/Admin.php:401
|
| 185 |
msgid "To import this demo you have to install the following plugins:"
|
| 186 |
msgstr ""
|
| 187 |
|
| 188 |
#. translators: 1 - 'here'.
|
| 189 |
+
#: includes/Admin.php:404
|
| 190 |
msgid "It seems that Rest API is not working properly on your website. Read about how you can fix it %1$s."
|
| 191 |
msgstr ""
|
| 192 |
|
| 193 |
+
#: includes/Admin.php:405
|
| 194 |
msgid "here"
|
| 195 |
msgstr ""
|
| 196 |
|
| 197 |
#. translators: 1 - 'get in touch'.
|
| 198 |
+
#: includes/Admin.php:409
|
| 199 |
msgid "Hi! It seems there is a configuration issue with your server that's causing the import to fail. Please %1$s with us with the error code below, so we can help you fix this."
|
| 200 |
msgstr ""
|
| 201 |
|
| 202 |
+
#: includes/Admin.php:410
|
| 203 |
+
#: includes/Admin.php:420
|
| 204 |
msgid "get in touch"
|
| 205 |
msgstr ""
|
| 206 |
|
| 207 |
#. translators: 1 - 'troubleshooting guide'.
|
| 208 |
+
#: includes/Admin.php:414
|
| 209 |
msgid "Hi! It seems there is a configuration issue with your server that's causing the import to fail. Take a look at our %1$s to see if any of the proposed solutions work."
|
| 210 |
msgstr ""
|
| 211 |
|
| 212 |
+
#: includes/Admin.php:415
|
| 213 |
msgid "troubleshooting guide"
|
| 214 |
msgstr ""
|
| 215 |
|
| 216 |
#. translators: 1 - 'get in touch'.
|
| 217 |
+
#: includes/Admin.php:419
|
| 218 |
msgid "If none of the solutions in the guide work, please %1$s with us with the error code below, so we can help you fix this."
|
| 219 |
msgstr ""
|
| 220 |
|
| 221 |
#. translators: %s - 'WP_Filesystem'.
|
| 222 |
+
#: includes/Admin.php:424
|
| 223 |
msgid "It seems that %s is not available. You can contact your site administrator or hosting provider to help you enable it."
|
| 224 |
msgstr ""
|
| 225 |
|
| 452 |
msgid "Install and Activate %s"
|
| 453 |
msgstr ""
|
| 454 |
|
| 455 |
+
#: tests/digital-test.php:62
|
| 456 |
#: tests/rest-test.php:59
|
| 457 |
msgid "Ready to use pre-built websites with 1-click installation"
|
| 458 |
msgstr ""
|
| 459 |
|
| 460 |
+
#: tests/digital-test.php:63
|
| 461 |
#: tests/rest-test.php:60
|
| 462 |
msgid "With Neve, you can choose from multiple unique demos, specially designed for you, that can be installed with a single click. You just need to choose your favorite, and we will take care of everything else."
|
| 463 |
msgstr ""
|
| 516 |
msgid "Builder Logo"
|
| 517 |
msgstr ""
|
| 518 |
|
| 519 |
+
#: assets/src/Components/ImportModal.js:73
|
| 520 |
+
#: assets/src/Components/ImportModal.js:109
|
| 521 |
msgid "Something went wrong while loading the site data. Please refresh the page and try again."
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
#. translators: name of starter site
|
| 525 |
+
#: assets/src/Components/ImportModal.js:133
|
| 526 |
msgid "Import %s as a complete site"
|
| 527 |
msgstr ""
|
| 528 |
|
| 529 |
+
#: assets/src/Components/ImportModal.js:141
|
| 530 |
msgid "Import the entire site including customizer options, pages, content and plugins."
|
| 531 |
msgstr ""
|
| 532 |
|
| 533 |
+
#: assets/src/Components/ImportModal.js:168
|
| 534 |
+
msgid "Cleanup previous import"
|
| 535 |
+
msgstr ""
|
| 536 |
+
|
| 537 |
+
#: assets/src/Components/ImportModal.js:172
|
| 538 |
+
msgid "This will remove any plugins, images, customizer options, widgets posts and pages added by the previous demo import"
|
| 539 |
+
msgstr ""
|
| 540 |
+
|
| 541 |
+
#: assets/src/Components/ImportModal.js:190
|
| 542 |
msgid "Import settings"
|
| 543 |
msgstr ""
|
| 544 |
|
| 545 |
+
#: assets/src/Components/ImportModal.js:433
|
| 546 |
+
msgid "Something went wrong while cleaning the previous import."
|
| 547 |
+
msgstr ""
|
| 548 |
+
|
| 549 |
+
#: assets/src/Components/ImportModal.js:437
|
| 550 |
msgid "Something went wrong while installing the necessary plugins."
|
| 551 |
msgstr ""
|
| 552 |
|
| 553 |
+
#: assets/src/Components/ImportModal.js:441
|
| 554 |
msgid "Something went wrong while importing the website content."
|
| 555 |
msgstr ""
|
| 556 |
|
| 557 |
+
#: assets/src/Components/ImportModal.js:445
|
| 558 |
msgid "Something went wrong while updating the customizer settings."
|
| 559 |
msgstr ""
|
| 560 |
|
| 561 |
+
#: assets/src/Components/ImportModal.js:449
|
| 562 |
msgid "Something went wrong while importing the widgets."
|
| 563 |
msgstr ""
|
| 564 |
|
| 565 |
+
#: assets/src/Components/ImportModal.js:574
|
| 566 |
msgid "I want to import just the templates"
|
| 567 |
msgstr ""
|
| 568 |
|
| 569 |
+
#: assets/src/Components/ImportModal.js:592
|
| 570 |
msgid "Import entire site"
|
| 571 |
msgstr ""
|
| 572 |
|
| 579 |
msgstr ""
|
| 580 |
|
| 581 |
#: assets/src/Components/ImportStepper.js:8
|
| 582 |
+
msgid "Cleanup previous Import"
|
| 583 |
msgstr ""
|
| 584 |
|
| 585 |
#: assets/src/Components/ImportStepper.js:13
|
| 586 |
+
msgid "Installing Plugins"
|
| 587 |
msgstr ""
|
| 588 |
|
| 589 |
#: assets/src/Components/ImportStepper.js:18
|
| 590 |
+
msgid "Importing Content"
|
| 591 |
+
msgstr ""
|
| 592 |
+
|
| 593 |
+
#: assets/src/Components/ImportStepper.js:23
|
| 594 |
msgid "Importing Customizer Settings"
|
| 595 |
msgstr ""
|
| 596 |
|
| 597 |
+
#: assets/src/Components/ImportStepper.js:31
|
| 598 |
msgid "Importing Widgets"
|
| 599 |
msgstr ""
|
| 600 |
|
readme.txt
CHANGED
|
@@ -39,6 +39,14 @@ Yes, you can. You can either chose to import one template or the entire starter
|
|
| 39 |
|
| 40 |
== Changelog ==
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
##### [Version 1.1.16](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.15...v1.1.16) (2021-08-03)
|
| 43 |
|
| 44 |
- fix missing files error
|
| 39 |
|
| 40 |
== Changelog ==
|
| 41 |
|
| 42 |
+
##### [Version 1.1.17](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.16...v1.1.17) (2021-08-30)
|
| 43 |
+
|
| 44 |
+
- add the capability to clean up previous import plugins and content before the next import
|
| 45 |
+
- fix mapping categories that are used in Gutenberg blocks
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
##### [Version 1.1.16](https://github.com/Codeinwp/templates-patterns-collection/compare/v1.1.15...v1.1.16) (2021-08-03)
|
| 51 |
|
| 52 |
- fix missing files error
|
templates-patterns-collection.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/**
|
| 3 |
* Plugin Name: Templates Patterns Collection
|
| 4 |
* Description: This plugin is an add-on to Neve WordPress theme which offers access to Templates and Block Patterns library service to be used with the theme.
|
| 5 |
-
* Version: 1.1.
|
| 6 |
* Author: ThemeIsle
|
| 7 |
* Author URI: https://themeisle.com
|
| 8 |
* License: GPLv3
|
| 2 |
/**
|
| 3 |
* Plugin Name: Templates Patterns Collection
|
| 4 |
* Description: This plugin is an add-on to Neve WordPress theme which offers access to Templates and Block Patterns library service to be used with the theme.
|
| 5 |
+
* Version: 1.1.17
|
| 6 |
* Author: ThemeIsle
|
| 7 |
* Author URI: https://themeisle.com
|
| 8 |
* License: GPLv3
|
vendor/autoload.php
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 6 |
|
| 7 |
-
return
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 6 |
|
| 7 |
+
return ComposerAutoloaderInit0ddd844e4cd37309af68165e6856df0b::getLoader();
|
vendor/codeinwp/themeisle-sdk/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
##### [Version 3.2.20](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.19...v3.2.20) (2021-03-30)
|
| 2 |
|
| 3 |
add wp-config support
|
| 1 |
+
##### [Version 3.2.21](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.20...v3.2.21) (2021-06-30)
|
| 2 |
+
|
| 3 |
+
review and improve compatibility with auto-updates on custom updates endpoint
|
| 4 |
+
|
| 5 |
##### [Version 3.2.20](https://github.com/Codeinwp/themeisle-sdk/compare/v3.2.19...v3.2.20) (2021-03-30)
|
| 6 |
|
| 7 |
add wp-config support
|
vendor/codeinwp/themeisle-sdk/load.php
CHANGED
|
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 14 |
return;
|
| 15 |
}
|
| 16 |
// Current SDK version and path.
|
| 17 |
-
$themeisle_sdk_version = '3.2.
|
| 18 |
$themeisle_sdk_path = dirname( __FILE__ );
|
| 19 |
|
| 20 |
global $themeisle_sdk_max_version;
|
| 14 |
return;
|
| 15 |
}
|
| 16 |
// Current SDK version and path.
|
| 17 |
+
$themeisle_sdk_version = '3.2.21';
|
| 18 |
$themeisle_sdk_path = dirname( __FILE__ );
|
| 19 |
|
| 20 |
global $themeisle_sdk_max_version;
|
vendor/codeinwp/themeisle-sdk/src/Modules/Licenser.php
CHANGED
|
@@ -739,6 +739,9 @@ class Licenser extends Abstract_Module {
|
|
| 739 |
}
|
| 740 |
$api_response = $this->api_request();
|
| 741 |
if ( false !== $api_response && is_object( $api_response ) && isset( $api_response->new_version ) ) {
|
|
|
|
|
|
|
|
|
|
| 742 |
if ( version_compare( $this->product->get_version(), $api_response->new_version, '<' ) ) {
|
| 743 |
$_transient_data->response[ $this->product->get_slug() . '/' . $this->product->get_file() ] = $api_response;
|
| 744 |
} else {
|
| 739 |
}
|
| 740 |
$api_response = $this->api_request();
|
| 741 |
if ( false !== $api_response && is_object( $api_response ) && isset( $api_response->new_version ) ) {
|
| 742 |
+
if ( ! isset( $api_response->plugin ) ) {
|
| 743 |
+
$api_response->plugin = $this->product->get_slug() . '/' . $this->product->get_file();
|
| 744 |
+
}
|
| 745 |
if ( version_compare( $this->product->get_version(), $api_response->new_version, '<' ) ) {
|
| 746 |
$_transient_data->response[ $this->product->get_slug() . '/' . $this->product->get_file() ] = $api_response;
|
| 747 |
} else {
|
vendor/composer/autoload_classmap.php
CHANGED
|
@@ -10,6 +10,8 @@ return array(
|
|
| 10 |
'TIOB\\Admin' => $baseDir . '/includes/Admin.php',
|
| 11 |
'TIOB\\Editor' => $baseDir . '/includes/Editor.php',
|
| 12 |
'TIOB\\Elementor' => $baseDir . '/includes/Elementor.php',
|
|
|
|
|
|
|
| 13 |
'TIOB\\Importers\\Content_Importer' => $baseDir . '/includes/Importers/Content_Importer.php',
|
| 14 |
'TIOB\\Importers\\Helpers\\Helper' => $baseDir . '/includes/Importers/Helpers/Helper.php',
|
| 15 |
'TIOB\\Importers\\Helpers\\Importer_Alterator' => $baseDir . '/includes/Importers/Helpers/Importer_Alterator.php',
|
| 10 |
'TIOB\\Admin' => $baseDir . '/includes/Admin.php',
|
| 11 |
'TIOB\\Editor' => $baseDir . '/includes/Editor.php',
|
| 12 |
'TIOB\\Elementor' => $baseDir . '/includes/Elementor.php',
|
| 13 |
+
'TIOB\\Importers\\Cleanup\\Active_State' => $baseDir . '/includes/Importers/Cleanup/Active_State.php',
|
| 14 |
+
'TIOB\\Importers\\Cleanup\\Manager' => $baseDir . '/includes/Importers/Cleanup/Manager.php',
|
| 15 |
'TIOB\\Importers\\Content_Importer' => $baseDir . '/includes/Importers/Content_Importer.php',
|
| 16 |
'TIOB\\Importers\\Helpers\\Helper' => $baseDir . '/includes/Importers/Helpers/Helper.php',
|
| 17 |
'TIOB\\Importers\\Helpers\\Importer_Alterator' => $baseDir . '/includes/Importers/Helpers/Importer_Alterator.php',
|
vendor/composer/autoload_real.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
-
class
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
|
@@ -22,15 +22,15 @@ class ComposerAutoloaderInitf6ee068beddb0935072aff4767d086e9
|
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
-
spl_autoload_register(array('
|
| 26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
| 27 |
-
spl_autoload_unregister(array('
|
| 28 |
|
| 29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 30 |
if ($useStaticLoader) {
|
| 31 |
require __DIR__ . '/autoload_static.php';
|
| 32 |
|
| 33 |
-
call_user_func(\Composer\Autoload\
|
| 34 |
} else {
|
| 35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 36 |
foreach ($map as $namespace => $path) {
|
|
@@ -51,19 +51,19 @@ class ComposerAutoloaderInitf6ee068beddb0935072aff4767d086e9
|
|
| 51 |
$loader->register(true);
|
| 52 |
|
| 53 |
if ($useStaticLoader) {
|
| 54 |
-
$includeFiles = Composer\Autoload\
|
| 55 |
} else {
|
| 56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 57 |
}
|
| 58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 59 |
-
|
| 60 |
}
|
| 61 |
|
| 62 |
return $loader;
|
| 63 |
}
|
| 64 |
}
|
| 65 |
|
| 66 |
-
function
|
| 67 |
{
|
| 68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 69 |
require $file;
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInit0ddd844e4cd37309af68165e6856df0b
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 22 |
return self::$loader;
|
| 23 |
}
|
| 24 |
|
| 25 |
+
spl_autoload_register(array('ComposerAutoloaderInit0ddd844e4cd37309af68165e6856df0b', 'loadClassLoader'), true, true);
|
| 26 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
| 27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit0ddd844e4cd37309af68165e6856df0b', 'loadClassLoader'));
|
| 28 |
|
| 29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 30 |
if ($useStaticLoader) {
|
| 31 |
require __DIR__ . '/autoload_static.php';
|
| 32 |
|
| 33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit0ddd844e4cd37309af68165e6856df0b::getInitializer($loader));
|
| 34 |
} else {
|
| 35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 36 |
foreach ($map as $namespace => $path) {
|
| 51 |
$loader->register(true);
|
| 52 |
|
| 53 |
if ($useStaticLoader) {
|
| 54 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit0ddd844e4cd37309af68165e6856df0b::$files;
|
| 55 |
} else {
|
| 56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
| 57 |
}
|
| 58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 59 |
+
composerRequire0ddd844e4cd37309af68165e6856df0b($fileIdentifier, $file);
|
| 60 |
}
|
| 61 |
|
| 62 |
return $loader;
|
| 63 |
}
|
| 64 |
}
|
| 65 |
|
| 66 |
+
function composerRequire0ddd844e4cd37309af68165e6856df0b($fileIdentifier, $file)
|
| 67 |
{
|
| 68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 69 |
require $file;
|
vendor/composer/autoload_static.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
-
class
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'50f1a0479b2a5847c529d784c54cebe2' => __DIR__ . '/..' . '/codeinwp/themeisle-sdk/load.php',
|
|
@@ -29,6 +29,8 @@ class ComposerStaticInitf6ee068beddb0935072aff4767d086e9
|
|
| 29 |
'TIOB\\Admin' => __DIR__ . '/../..' . '/includes/Admin.php',
|
| 30 |
'TIOB\\Editor' => __DIR__ . '/../..' . '/includes/Editor.php',
|
| 31 |
'TIOB\\Elementor' => __DIR__ . '/../..' . '/includes/Elementor.php',
|
|
|
|
|
|
|
| 32 |
'TIOB\\Importers\\Content_Importer' => __DIR__ . '/../..' . '/includes/Importers/Content_Importer.php',
|
| 33 |
'TIOB\\Importers\\Helpers\\Helper' => __DIR__ . '/../..' . '/includes/Importers/Helpers/Helper.php',
|
| 34 |
'TIOB\\Importers\\Helpers\\Importer_Alterator' => __DIR__ . '/../..' . '/includes/Importers/Helpers/Importer_Alterator.php',
|
|
@@ -56,9 +58,9 @@ class ComposerStaticInitf6ee068beddb0935072aff4767d086e9
|
|
| 56 |
public static function getInitializer(ClassLoader $loader)
|
| 57 |
{
|
| 58 |
return \Closure::bind(function () use ($loader) {
|
| 59 |
-
$loader->prefixLengthsPsr4 =
|
| 60 |
-
$loader->prefixDirsPsr4 =
|
| 61 |
-
$loader->classMap =
|
| 62 |
|
| 63 |
}, null, ClassLoader::class);
|
| 64 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticInit0ddd844e4cd37309af68165e6856df0b
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'50f1a0479b2a5847c529d784c54cebe2' => __DIR__ . '/..' . '/codeinwp/themeisle-sdk/load.php',
|
| 29 |
'TIOB\\Admin' => __DIR__ . '/../..' . '/includes/Admin.php',
|
| 30 |
'TIOB\\Editor' => __DIR__ . '/../..' . '/includes/Editor.php',
|
| 31 |
'TIOB\\Elementor' => __DIR__ . '/../..' . '/includes/Elementor.php',
|
| 32 |
+
'TIOB\\Importers\\Cleanup\\Active_State' => __DIR__ . '/../..' . '/includes/Importers/Cleanup/Active_State.php',
|
| 33 |
+
'TIOB\\Importers\\Cleanup\\Manager' => __DIR__ . '/../..' . '/includes/Importers/Cleanup/Manager.php',
|
| 34 |
'TIOB\\Importers\\Content_Importer' => __DIR__ . '/../..' . '/includes/Importers/Content_Importer.php',
|
| 35 |
'TIOB\\Importers\\Helpers\\Helper' => __DIR__ . '/../..' . '/includes/Importers/Helpers/Helper.php',
|
| 36 |
'TIOB\\Importers\\Helpers\\Importer_Alterator' => __DIR__ . '/../..' . '/includes/Importers/Helpers/Importer_Alterator.php',
|
| 58 |
public static function getInitializer(ClassLoader $loader)
|
| 59 |
{
|
| 60 |
return \Closure::bind(function () use ($loader) {
|
| 61 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit0ddd844e4cd37309af68165e6856df0b::$prefixLengthsPsr4;
|
| 62 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit0ddd844e4cd37309af68165e6856df0b::$prefixDirsPsr4;
|
| 63 |
+
$loader->classMap = ComposerStaticInit0ddd844e4cd37309af68165e6856df0b::$classMap;
|
| 64 |
|
| 65 |
}, null, ClassLoader::class);
|
| 66 |
}
|
vendor/composer/installed.json
CHANGED
|
@@ -2,23 +2,23 @@
|
|
| 2 |
"packages": [
|
| 3 |
{
|
| 4 |
"name": "codeinwp/themeisle-sdk",
|
| 5 |
-
"version": "3.2.
|
| 6 |
-
"version_normalized": "3.2.
|
| 7 |
"source": {
|
| 8 |
"type": "git",
|
| 9 |
"url": "https://github.com/Codeinwp/themeisle-sdk.git",
|
| 10 |
-
"reference": "
|
| 11 |
},
|
| 12 |
"dist": {
|
| 13 |
"type": "zip",
|
| 14 |
-
"url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/
|
| 15 |
-
"reference": "
|
| 16 |
"shasum": ""
|
| 17 |
},
|
| 18 |
"require-dev": {
|
| 19 |
"codeinwp/phpcs-ruleset": "dev-main"
|
| 20 |
},
|
| 21 |
-
"time": "2021-
|
| 22 |
"type": "library",
|
| 23 |
"installation-source": "dist",
|
| 24 |
"notification-url": "https://packagist.org/downloads/",
|
|
@@ -39,7 +39,7 @@
|
|
| 39 |
],
|
| 40 |
"support": {
|
| 41 |
"issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
|
| 42 |
-
"source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.
|
| 43 |
},
|
| 44 |
"install-path": "../codeinwp/themeisle-sdk"
|
| 45 |
}
|
| 2 |
"packages": [
|
| 3 |
{
|
| 4 |
"name": "codeinwp/themeisle-sdk",
|
| 5 |
+
"version": "3.2.21",
|
| 6 |
+
"version_normalized": "3.2.21.0",
|
| 7 |
"source": {
|
| 8 |
"type": "git",
|
| 9 |
"url": "https://github.com/Codeinwp/themeisle-sdk.git",
|
| 10 |
+
"reference": "cafd016b61ec0928c0234e312046782a77c14318"
|
| 11 |
},
|
| 12 |
"dist": {
|
| 13 |
"type": "zip",
|
| 14 |
+
"url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/cafd016b61ec0928c0234e312046782a77c14318",
|
| 15 |
+
"reference": "cafd016b61ec0928c0234e312046782a77c14318",
|
| 16 |
"shasum": ""
|
| 17 |
},
|
| 18 |
"require-dev": {
|
| 19 |
"codeinwp/phpcs-ruleset": "dev-main"
|
| 20 |
},
|
| 21 |
+
"time": "2021-06-30T10:55:18+00:00",
|
| 22 |
"type": "library",
|
| 23 |
"installation-source": "dist",
|
| 24 |
"notification-url": "https://packagist.org/downloads/",
|
| 39 |
],
|
| 40 |
"support": {
|
| 41 |
"issues": "https://github.com/Codeinwp/themeisle-sdk/issues",
|
| 42 |
+
"source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.2.21"
|
| 43 |
},
|
| 44 |
"install-path": "../codeinwp/themeisle-sdk"
|
| 45 |
}
|
vendor/composer/installed.php
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?php return array(
|
| 2 |
'root' => array(
|
| 3 |
-
'pretty_version' => '1.1.
|
| 4 |
-
'version' => '1.1.
|
| 5 |
'type' => 'library',
|
| 6 |
'install_path' => __DIR__ . '/../../',
|
| 7 |
'aliases' => array(),
|
|
@@ -11,8 +11,8 @@
|
|
| 11 |
),
|
| 12 |
'versions' => array(
|
| 13 |
'codeinwp/templates-patterns-collection' => array(
|
| 14 |
-
'pretty_version' => '1.1.
|
| 15 |
-
'version' => '1.1.
|
| 16 |
'type' => 'library',
|
| 17 |
'install_path' => __DIR__ . '/../../',
|
| 18 |
'aliases' => array(),
|
|
@@ -20,12 +20,12 @@
|
|
| 20 |
'dev_requirement' => false,
|
| 21 |
),
|
| 22 |
'codeinwp/themeisle-sdk' => array(
|
| 23 |
-
'pretty_version' => '3.2.
|
| 24 |
-
'version' => '3.2.
|
| 25 |
'type' => 'library',
|
| 26 |
'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk',
|
| 27 |
'aliases' => array(),
|
| 28 |
-
'reference' => '
|
| 29 |
'dev_requirement' => false,
|
| 30 |
),
|
| 31 |
),
|
| 1 |
<?php return array(
|
| 2 |
'root' => array(
|
| 3 |
+
'pretty_version' => '1.1.17',
|
| 4 |
+
'version' => '1.1.17.0',
|
| 5 |
'type' => 'library',
|
| 6 |
'install_path' => __DIR__ . '/../../',
|
| 7 |
'aliases' => array(),
|
| 11 |
),
|
| 12 |
'versions' => array(
|
| 13 |
'codeinwp/templates-patterns-collection' => array(
|
| 14 |
+
'pretty_version' => '1.1.17',
|
| 15 |
+
'version' => '1.1.17.0',
|
| 16 |
'type' => 'library',
|
| 17 |
'install_path' => __DIR__ . '/../../',
|
| 18 |
'aliases' => array(),
|
| 20 |
'dev_requirement' => false,
|
| 21 |
),
|
| 22 |
'codeinwp/themeisle-sdk' => array(
|
| 23 |
+
'pretty_version' => '3.2.21',
|
| 24 |
+
'version' => '3.2.21.0',
|
| 25 |
'type' => 'library',
|
| 26 |
'install_path' => __DIR__ . '/../codeinwp/themeisle-sdk',
|
| 27 |
'aliases' => array(),
|
| 28 |
+
'reference' => 'cafd016b61ec0928c0234e312046782a77c14318',
|
| 29 |
'dev_requirement' => false,
|
| 30 |
),
|
| 31 |
),
|
