Google Fonts for WordPress - Version 3.0.23

Version Description

Download this release

Release Info

Developer DannyCooper
Plugin Icon 128x128 Google Fonts for WordPress
Version 3.0.23
Comparing to
See all releases

Code changes from version 3.0.20 to 3.0.23

blocks/dist/blocks.build.js CHANGED
@@ -1 +1 @@
1
- !function(i){function a(f){if(e[f])return e[f].exports;var o=e[f]={i:f,l:!1,exports:{}};return i[f].call(o.exports,o,o.exports,a),o.l=!0,o.exports}var e={};a.m=i,a.c=e,a.d=function(i,e,f){a.o(i,e)||Object.defineProperty(i,e,{configurable:!1,enumerable:!0,get:f})},a.n=function(i){var e=i&&i.__esModule?function(){return i.default}:function(){return i};return a.d(e,"a",e),e},a.o=function(i,a){return Object.prototype.hasOwnProperty.call(i,a)},a.p="",a(a.s=0)}([function(i,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});e(1)},function(i,a,e){"use strict";var f=e(2),o=e(5),__=wp.i18n.__;(0,wp.blocks.registerBlockType)("olympus-google-fonts/google-fonts",{title:__("Google Fonts","olympus-google-fonts"),category:"common",icon:wp.element.createElement("svg",{baseProfile:"tiny",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},wp.element.createElement("path",{fill:"none",d:"M0 0h24v24H0V0z"}),wp.element.createElement("path",{d:"M9.93 13.5h4.14L12 7.98zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-4.05 16.5l-1.14-3H9.17l-1.12 3H5.96l5.11-13h1.86l5.11 13h-2.09z"})),keywords:[__("Fonts","olympus-google-fonts"),__("Heading","olympus-google-fonts")],transforms:o.a,edit:f.a,save:function(){return null}})},function(i,a,e){"use strict";function f(i,a){if(!(i instanceof a))throw new TypeError("Cannot call a class as a function")}function o(i,a){if(!i)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!a||"object"!==typeof a&&"function"!==typeof a?i:a}function v(i,a){if("function"!==typeof a&&null!==a)throw new TypeError("Super expression must either be null or a function, not "+typeof a);i.prototype=Object.create(a&&a.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),a&&(Object.setPrototypeOf?Object.setPrototypeOf(i,a):i.__proto__=a)}var n=e(3),t=e.n(n),r=e(4),l=e.n(r),s="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(i){return typeof i}:function(i){return i&&"function"===typeof Symbol&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},u=function(){function i(i,a){for(var e=0;e<a.length;e++){var f=a[e];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(i,f.key,f)}}return function(a,e,f){return e&&i(a.prototype,e),f&&i(a,f),a}}(),__=wp.i18n.__,S=wp.element,c=S.Component,d=S.Fragment,h=wp.components,m=h.SelectControl,g=h.RangeControl,p=h.PanelBody,b=wp.blockEditor,y=b.RichText,N=b.InspectorControls,k=b.BlockControls,M=b.AlignmentToolbar,C=b.PanelColorSettings,O=function(i){function a(){return f(this,a),o(this,(a.__proto__||Object.getPrototypeOf(a)).apply(this,arguments))}return v(a,i),u(a,[{key:"componentDidUpdate",value:function(i){this.props.attributes.fontID!==i.attributes.fontID&&(this.props.attributes.v="0")}},{key:"getFontsForSelect",value:function(){var i=Object.values(ogf_custom_fonts).map(function(i){return{value:i.id,label:i.label}});i.unshift({value:"1",label:__("- Custom Fonts -","olympus-google-fonts"),disabled:!0});var a=Object.values(ogf_typekit_fonts).map(function(i){return{value:i.id,label:i.label}});a.unshift({value:"1",label:__("- Typekit Fonts -","olympus-google-fonts"),disabled:!0});var e=l.a.items.map(function(i){var a=i.label;return{value:i.id,label:a}});e.unshift({value:"1",label:__("- System Fonts -","olympus-google-fonts"),disabled:!0});var f=t.a.items.map(function(i){var a=i.f;return{value:a.replace(/\s+/g,"+"),label:a}});return f.unshift({value:"1",label:__("- Google Fonts -","olympus-google-fonts"),disabled:!0}),i.concat(a,e,f)}},{key:"searchFonts",value:function(i,a){for(var e=0;e<a.length;e++)if(a[e].id===i)return a[e]}},{key:"isCustomFont",value:function(i){var a=this.searchFonts(i,Object.values(ogf_custom_fonts));return"object"===("undefined"===typeof a?"undefined":s(a))}},{key:"isSystemFont",value:function(i){var a=this.searchFonts(i,l.a.items);return"object"===("undefined"===typeof a?"undefined":s(a))}},{key:"isTypekitFont",value:function(i){var a=this.searchFonts(i,Object.values(ogf_typekit_fonts));return"object"===("undefined"===typeof a?"undefined":s(a))}},{key:"isItalic",value:function(i){return!i.includes("0i")}},{key:"getVariantsForSelect",value:function(i){if(i){var a={0:__("- Default -","olympus-google-fonts"),100:__("Thin","olympus-google-fonts"),200:__("Extra Light","olympus-google-fonts"),300:__("Light","olympus-google-fonts"),400:__("Normal","olympus-google-fonts"),500:__("Medium","olympus-google-fonts"),600:__("Semi Bold","olympus-google-fonts"),700:__("Bold","olympus-google-fonts"),800:__("Extra Bold","olympus-google-fonts"),900:__("Ultra Bold","olympus-google-fonts")};return-1===i.v.indexOf("0")&&i.v.unshift("0"),i.v.filter(this.isItalic).map(function(i){return{value:i,label:a[i]}})}}},{key:"getFontObject",value:function(i){if(i)for(var a=0;a<t.a.items.length;a++)if(t.a.items[a].f===i)return t.a.items[a]}},{key:"addGoogleFontToHead",value:function(i,a){if(i&&a){var e=document.head,f=document.createElement("link");f.type="text/css",f.rel="stylesheet",f.href="https://fonts.googleapis.com/css?family="+i.replace(/\s+/g,"+")+":"+a.v.join(","),e.appendChild(f)}}},{key:"render",value:function(){var i=this.props,a=i.attributes,e=i.setAttributes,f=a.fontID,o=a.content,v=a.align,n=a.variant,t=a.fontSize,r=a.lineHeight,l=a.color,s=a.blockType,u=this.getFontsForSelect();u.unshift({label:"- Default -",value:"0"});var S=[{value:"0",label:"- Default -"},{value:"400",label:"Regular"},{value:"700",label:"Bold"}];if(!this.isTypekitFont(f)&&!this.isSystemFont(f)&&!this.isCustomFont(f)){var c=this.getFontObject(f.replace(/\+/g," "));S=this.getVariantsForSelect(c),this.addGoogleFontToHead(f,c)}var h=wp.element.createElement(N,null,wp.element.createElement(p,{title:__("Font Settings","olympus-google-fonts")},wp.element.createElement(m,{label:__("Block Type","olympus-google-fonts"),type:"string",value:s,options:[{label:"Paragraph",value:"p"},{label:"H1",value:"h1"},{label:"H2",value:"h2"},{label:"H3",value:"h3"},{label:"H4",value:"h4"},{label:"H5",value:"h5"},{label:"H6",value:"h6"},{label:"Span",value:"span"}],onChange:function(i){return e({blockType:i})}}),wp.element.createElement(m,{label:__("Font","olympus-google-fonts"),type:"string",value:f,options:u,onChange:function(i){return e({fontID:i})}}),wp.element.createElement(m,{label:__("Font Variant","olympus-google-fonts"),type:"string",value:n,options:S,onChange:function(i){return e({variant:i})}}),wp.element.createElement(g,{label:__("Font Size","olympus-google-fonts"),value:t,onChange:function(i){return e({fontSize:i})},allowReset:!0,min:"10",max:"150"}),wp.element.createElement(g,{label:__("Line Height","olympus-google-fonts"),value:r,onChange:function(i){return e({lineHeight:i})},allowReset:!0,min:"1",max:"3",step:"0.1"}),wp.element.createElement(C,{title:__("Color Settings","olympus-google-fonts"),colorSettings:[{value:a.color,onChange:function(i){return e({color:i})},label:__("Text Color","olympus-google-fonts")}]})));return wp.element.createElement(d,null,h,wp.element.createElement(k,null,wp.element.createElement(M,{value:v,onChange:function(i){return e({align:i})}})),wp.element.createElement(y,{tagName:s||"p",value:o,onChange:function(i){return e({content:i})},style:{fontSize:t?t+"px":void 0,textAlign:v,fontFamily:f.replace(/\+/g," "),fontWeight:n,lineHeight:r,color:l},placeholder:__("Add some content...","olympus-google-fonts")}))}}]),a}(c);a.a=O},function(i,a){i.exports={kind:"webfonts#webfontList",items:[{f:"ABeeZee",v:["400","400i"]},{f:"Abel",v:["400"]},{f:"Abhaya Libre",v:["400","500","600","700","800"]},{f:"Abril Fatface",v:["400"]},{f:"Aclonica",v:["400"]},{f:"Acme",v:["400"]},{f:"Actor",v:["400"]},{f:"Adamina",v:["400"]},{f:"Advent Pro",v:["100","200","300","400","500","600","700"]},{f:"Aguafina Script",v:["400"]},{f:"Akaya Kanadaka",v:["400"]},{f:"Akaya Telivigala",v:["400"]},{f:"Akronim",v:["400"]},{f:"Akshar",v:["300","400","500","600","700"]},{f:"Aladin",v:["400"]},{f:"Alata",v:["400"]},{f:"Alatsi",v:["400"]},{f:"Aldrich",v:["400"]},{f:"Alef",v:["400","700"]},{f:"Alegreya",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Alegreya SC",v:["400","400i","500","500i","700","700i","800","800i","900","900i"]},{f:"Alegreya Sans",v:["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"]},{f:"Alegreya Sans SC",v:["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"]},{f:"Aleo",v:["300","300i","400","400i","700","700i"]},{f:"Alex Brush",v:["400"]},{f:"Alfa Slab One",v:["400"]},{f:"Alice",v:["400"]},{f:"Alike",v:["400"]},{f:"Alike Angular",v:["400"]},{f:"Allan",v:["400","700"]},{f:"Allerta",v:["400"]},{f:"Allerta Stencil",v:["400"]},{f:"Allison",v:["400"]},{f:"Allura",v:["400"]},{f:"Almarai",v:["300","400","700","800"]},{f:"Almendra",v:["400","400i","700","700i"]},{f:"Almendra Display",v:["400"]},{f:"Almendra SC",v:["400"]},{f:"Alumni Sans",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Alumni Sans Inline One",v:["400","400i"]},{f:"Amarante",v:["400"]},{f:"Amaranth",v:["400","400i","700","700i"]},{f:"Amatic SC",v:["400","700"]},{f:"Amethysta",v:["400"]},{f:"Amiko",v:["400","600","700"]},{f:"Amiri",v:["400","400i","700","700i"]},{f:"Amita",v:["400","700"]},{f:"Anaheim",v:["400"]},{f:"Andada Pro",v:["400","500","600","700","800","400i","500i","600i","700i","800i"]},{f:"Andika",v:["400","400i","700","700i"]},{f:"Andika New Basic",v:["400","400i","700","700i"]},{f:"Anek Bangla",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Devanagari",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Gujarati",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Gurmukhi",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Kannada",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Latin",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Malayalam",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Odia",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Tamil",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Telugu",v:["100","200","300","400","500","600","700","800"]},{f:"Angkor",v:["400"]},{f:"Annie Use Your Telescope",v:["400"]},{f:"Anonymous Pro",v:["400","400i","700","700i"]},{f:"Antic",v:["400"]},{f:"Antic Didone",v:["400"]},{f:"Antic Slab",v:["400"]},{f:"Anton",v:["400"]},{f:"Antonio",v:["100","200","300","400","500","600","700"]},{f:"Anybody",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Arapey",v:["400","400i"]},{f:"Arbutus",v:["400"]},{f:"Arbutus Slab",v:["400"]},{f:"Architects Daughter",v:["400"]},{f:"Archivo",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Archivo Black",v:["400"]},{f:"Archivo Narrow",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Are You Serious",v:["400"]},{f:"Aref Ruqaa",v:["400","700"]},{f:"Arima Madurai",v:["100","200","300","400","500","700","800","900"]},{f:"Arimo",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Arizonia",v:["400"]},{f:"Armata",v:["400"]},{f:"Arsenal",v:["400","400i","700","700i"]},{f:"Artifika",v:["400"]},{f:"Arvo",v:["400","400i","700","700i"]},{f:"Arya",v:["400","700"]},{f:"Asap",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Asap Condensed",v:["400","400i","500","500i","600","600i","700","700i"]},{f:"Asar",v:["400"]},{f:"Asset",v:["400"]},{f:"Assistant",v:["200","300","400","500","600","700","800"]},{f:"Astloch",v:["400","700"]},{f:"Asul",v:["400","700"]},{f:"Athiti",v:["200","300","400","500","600","700"]},{f:"Atkinson Hyperlegible",v:["400","400i","700","700i"]},{f:"Atma",v:["300","400","500","600","700"]},{f:"Atomic Age",v:["400"]},{f:"Aubrey",v:["400"]},{f:"Audiowide",v:["400"]},{f:"Autour One",v:["400"]},{f:"Average",v:["400"]},{f:"Average Sans",v:["400"]},{f:"Averia Gruesa Libre",v:["400"]},{f:"Averia Libre",v:["300","300i","400","400i","700","700i"]},{f:"Averia Sans Libre",v:["300","300i","400","400i","700","700i"]},{f:"Averia Serif Libre",v:["300","300i","400","400i","700","700i"]},{f:"Azeret Mono",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"B612",v:["400","400i","700","700i"]},{f:"B612 Mono",v:["400","400i","700","700i"]},{f:"BIZ UDGothic",v:["400","700"]},{f:"BIZ UDMincho",v:["400"]},{f:"BIZ UDPGothic",v:["400","700"]},{f:"BIZ UDPMincho",v:["400"]},{f:"Babylonica",v:["400"]},{f:"Bad Script",v:["400"]},{f:"Bahiana",v:["400"]},{f:"Bahianita",v:["400"]},{f:"Bai Jamjuree",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Bakbak One",v:["400"]},{f:"Ballet",v:["400"]},{f:"Baloo 2",v:["400","500","600","700","800"]},{f:"Baloo Bhai 2",v:["400","500","600","700","800"]},{f:"Baloo Bhaijaan 2",v:["400","500","600","700","800"]},{f:"Baloo Bhaina 2",v:["400","500","600","700","800"]},{f:"Baloo Chettan 2",v:["400","500","600","700","800"]},{f:"Baloo Da 2",v:["400","500","600","700","800"]},{f:"Baloo Paaji 2",v:["400","500","600","700","800"]},{f:"Baloo Tamma 2",v:["400","500","600","700","800"]},{f:"Baloo Tammudu 2",v:["400","500","600","700","800"]},{f:"Baloo Thambi 2",v:["400","500","600","700","800"]},{f:"Balsamiq Sans",v:["400","400i","700","700i"]},{f:"Balthazar",v:["400"]},{f:"Bangers",v:["400"]},{f:"Barlow",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Barlow Condensed",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Barlow Semi Condensed",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Barriecito",v:["400"]},{f:"Barrio",v:["400"]},{f:"Basic",v:["400"]},{f:"Baskervville",v:["400","400i"]},{f:"Battambang",v:["100","300","400","700","900"]},{f:"Baumans",v:["400"]},{f:"Bayon",v:["400"]},{f:"Be Vietnam Pro",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Beau Rivage",v:["400"]},{f:"Bebas Neue",v:["400"]},{f:"Belgrano",v:["400"]},{f:"Bellefair",v:["400"]},{f:"Belleza",v:["400"]},{f:"Bellota",v:["300","300i","400","400i","700","700i"]},{f:"Bellota Text",v:["300","300i","400","400i","700","700i"]},{f:"BenchNine",v:["300","400","700"]},{f:"Benne",v:["400"]},{f:"Bentham",v:["400"]},{f:"Berkshire Swash",v:["400"]},{f:"Besley",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Beth Ellen",v:["400"]},{f:"Bevan",v:["400","400i"]},{f:"BhuTuka Expanded One",v:["400"]},{f:"Big Shoulders Display",v:["100","200","300","400","500","600","700","800","900"]},{f:"Big Shoulders Inline Display",v:["100","200","300","400","500","600","700","800","900"]},{f:"Big Shoulders Inline Text",v:["100","200","300","400","500","600","700","800","900"]},{f:"Big Shoulders Stencil Display",v:["100","200","300","400","500","600","700","800","900"]},{f:"Big Shoulders Stencil Text",v:["100","200","300","400","500","600","700","800","900"]},{f:"Big Shoulders Text",v:["100","200","300","400","500","600","700","800","900"]},{f:"Bigelow Rules",v:["400"]},{f:"Bigshot One",v:["400"]},{f:"Bilbo",v:["400"]},{f:"Bilbo Swash Caps",v:["400"]},{f:"BioRhyme",v:["200","300","400","700","800"]},{f:"BioRhyme Expanded",v:["200","300","400","700","800"]},{f:"Birthstone",v:["400"]},{f:"Birthstone Bounce",v:["400","500"]},{f:"Biryani",v:["200","300","400","600","700","800","900"]},{f:"Bitter",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Black And White Picture",v:["400"]},{f:"Black Han Sans",v:["400"]},{f:"Black Ops One",v:["400"]},{f:"Blaka",v:["400"]},{f:"Blaka Hollow",v:["400"]},{f:"Blinker",v:["100","200","300","400","600","700","800","900"]},{f:"Bodoni Moda",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Bokor",v:["400"]},{f:"Bona Nova",v:["400","400i","700"]},{f:"Bonbon",v:["400"]},{f:"Bonheur Royale",v:["400"]},{f:"Boogaloo",v:["400"]},{f:"Bowlby One",v:["400"]},{f:"Bowlby One SC",v:["400"]},{f:"Brawler",v:["400","700"]},{f:"Bree Serif",v:["400"]},{f:"Brygada 1918",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Bubblegum Sans",v:["400"]},{f:"Bubbler One",v:["400"]},{f:"Buda",v:["300"]},{f:"Buenard",v:["400","700"]},{f:"Bungee",v:["400"]},{f:"Bungee Hairline",v:["400"]},{f:"Bungee Inline",v:["400"]},{f:"Bungee Outline",v:["400"]},{f:"Bungee Shade",v:["400"]},{f:"Butcherman",v:["400"]},{f:"Butterfly Kids",v:["400"]},{f:"Cabin",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Cabin Condensed",v:["400","500","600","700"]},{f:"Cabin Sketch",v:["400","700"]},{f:"Caesar Dressing",v:["400"]},{f:"Cagliostro",v:["400"]},{f:"Cairo",v:["200","300","400","500","600","700","800","900"]},{f:"Caladea",v:["400","400i","700","700i"]},{f:"Calistoga",v:["400"]},{f:"Calligraffitti",v:["400"]},{f:"Cambay",v:["400","400i","700","700i"]},{f:"Cambo",v:["400"]},{f:"Candal",v:["400"]},{f:"Cantarell",v:["400","400i","700","700i"]},{f:"Cantata One",v:["400"]},{f:"Cantora One",v:["400"]},{f:"Capriola",v:["400"]},{f:"Caramel",v:["400"]},{f:"Carattere",v:["400"]},{f:"Cardo",v:["400","400i","700"]},{f:"Carme",v:["400"]},{f:"Carrois Gothic",v:["400"]},{f:"Carrois Gothic SC",v:["400"]},{f:"Carter One",v:["400"]},{f:"Castoro",v:["400","400i"]},{f:"Catamaran",v:["100","200","300","400","500","600","700","800","900"]},{f:"Caudex",v:["400","400i","700","700i"]},{f:"Caveat",v:["400","500","600","700"]},{f:"Caveat Brush",v:["400"]},{f:"Cedarville Cursive",v:["400"]},{f:"Ceviche One",v:["400"]},{f:"Chakra Petch",v:["300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Changa",v:["200","300","400","500","600","700","800"]},{f:"Changa One",v:["400","400i"]},{f:"Chango",v:["400"]},{f:"Charis SIL",v:["400","400i","700","700i"]},{f:"Charm",v:["400","700"]},{f:"Charmonman",v:["400","700"]},{f:"Chathura",v:["100","300","400","700","800"]},{f:"Chau Philomene One",v:["400","400i"]},{f:"Chela One",v:["400"]},{f:"Chelsea Market",v:["400"]},{f:"Chenla",v:["400"]},{f:"Cherish",v:["400"]},{f:"Cherry Cream Soda",v:["400"]},{f:"Cherry Swash",v:["400","700"]},{f:"Chewy",v:["400"]},{f:"Chicle",v:["400"]},{f:"Chilanka",v:["400"]},{f:"Chivo",v:["300","300i","400","400i","700","700i","900","900i"]},{f:"Chonburi",v:["400"]},{f:"Cinzel",v:["400","500","600","700","800","900"]},{f:"Cinzel Decorative",v:["400","700","900"]},{f:"Clicker Script",v:["400"]},{f:"Coda",v:["400","800"]},{f:"Coda Caption",v:["800"]},{f:"Codystar",v:["300","400"]},{f:"Coiny",v:["400"]},{f:"Combo",v:["400"]},{f:"Comfortaa",v:["300","400","500","600","700"]},{f:"Comforter",v:["400"]},{f:"Comforter Brush",v:["400"]},{f:"Comic Neue",v:["300","300i","400","400i","700","700i"]},{f:"Coming Soon",v:["400"]},{f:"Commissioner",v:["100","200","300","400","500","600","700","800","900"]},{f:"Concert One",v:["400"]},{f:"Condiment",v:["400"]},{f:"Content",v:["400","700"]},{f:"Contrail One",v:["400"]},{f:"Convergence",v:["400"]},{f:"Cookie",v:["400"]},{f:"Copse",v:["400"]},{f:"Corben",v:["400","700"]},{f:"Corinthia",v:["400","700"]},{f:"Cormorant",v:["300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Cormorant Garamond",v:["300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Cormorant Infant",v:["300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Cormorant SC",v:["300","400","500","600","700"]},{f:"Cormorant Unicase",v:["300","400","500","600","700"]},{f:"Cormorant Upright",v:["300","400","500","600","700"]},{f:"Courgette",v:["400"]},{f:"Courier Prime",v:["400","400i","700","700i"]},{f:"Cousine",v:["400","400i","700","700i"]},{f:"Coustard",v:["400","900"]},{f:"Covered By Your Grace",v:["400"]},{f:"Crafty Girls",v:["400"]},{f:"Creepster",v:["400"]},{f:"Crete Round",v:["400","400i"]},{f:"Crimson Pro",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Crimson Text",v:["400","400i","600","600i","700","700i"]},{f:"Croissant One",v:["400"]},{f:"Crushed",v:["400"]},{f:"Cuprum",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Cute Font",v:["400"]},{f:"Cutive",v:["400"]},{f:"Cutive Mono",v:["400"]},{f:"DM Mono",v:["300","300i","400","400i","500","500i"]},{f:"DM Sans",v:["400","400i","500","500i","700","700i"]},{f:"DM Serif Display",v:["400","400i"]},{f:"DM Serif Text",v:["400","400i"]},{f:"Damion",v:["400"]},{f:"Dancing Script",v:["400","500","600","700"]},{f:"Dangrek",v:["400"]},{f:"Darker Grotesque",v:["300","400","500","600","700","800","900"]},{f:"David Libre",v:["400","500","700"]},{f:"Dawning of a New Day",v:["400"]},{f:"Days One",v:["400"]},{f:"Dekko",v:["400"]},{f:"Dela Gothic One",v:["400"]},{f:"Delius",v:["400"]},{f:"Delius Swash Caps",v:["400"]},{f:"Delius Unicase",v:["400","700"]},{f:"Della Respira",v:["400"]},{f:"Denk One",v:["400"]},{f:"Devonshire",v:["400"]},{f:"Dhurjati",v:["400"]},{f:"Didact Gothic",v:["400"]},{f:"Diplomata",v:["400"]},{f:"Diplomata SC",v:["400"]},{f:"Do Hyeon",v:["400"]},{f:"Dokdo",v:["400"]},{f:"Domine",v:["400","500","600","700"]},{f:"Donegal One",v:["400"]},{f:"Dongle",v:["300","400","700"]},{f:"Doppio One",v:["400"]},{f:"Dorsa",v:["400"]},{f:"Dosis",v:["200","300","400","500","600","700","800"]},{f:"DotGothic16",v:["400"]},{f:"Dr Sugiyama",v:["400"]},{f:"Duru Sans",v:["400"]},{f:"Dynalight",v:["400"]},{f:"EB Garamond",v:["400","500","600","700","800","400i","500i","600i","700i","800i"]},{f:"Eagle Lake",v:["400"]},{f:"East Sea Dokdo",v:["400"]},{f:"Eater",v:["400"]},{f:"Economica",v:["400","400i","700","700i"]},{f:"Eczar",v:["400","500","600","700","800"]},{f:"El Messiri",v:["400","500","600","700"]},{f:"Electrolize",v:["400"]},{f:"Elsie",v:["400","900"]},{f:"Elsie Swash Caps",v:["400","900"]},{f:"Emblema One",v:["400"]},{f:"Emilys Candy",v:["400"]},{f:"Encode Sans",v:["100","200","300","400","500","600","700","800","900"]},{f:"Encode Sans Condensed",v:["100","200","300","400","500","600","700","800","900"]},{f:"Encode Sans Expanded",v:["100","200","300","400","500","600","700","800","900"]},{f:"Encode Sans SC",v:["100","200","300","400","500","600","700","800","900"]},{f:"Encode Sans Semi Condensed",v:["100","200","300","400","500","600","700","800","900"]},{f:"Encode Sans Semi Expanded",v:["100","200","300","400","500","600","700","800","900"]},{f:"Engagement",v:["400"]},{f:"Englebert",v:["400"]},{f:"Enriqueta",v:["400","500","600","700"]},{f:"Ephesis",v:["400"]},{f:"Epilogue",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Erica One",v:["400"]},{f:"Esteban",v:["400"]},{f:"Estonia",v:["400"]},{f:"Euphoria Script",v:["400"]},{f:"Ewert",v:["400"]},{f:"Exo",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Exo 2",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Expletus Sans",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Explora",v:["400"]},{f:"Fahkwang",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Familjen Grotesk",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Fanwood Text",v:["400","400i"]},{f:"Farro",v:["300","400","500","700"]},{f:"Farsan",v:["400"]},{f:"Fascinate",v:["400"]},{f:"Fascinate Inline",v:["400"]},{f:"Faster One",v:["400"]},{f:"Fasthand",v:["400"]},{f:"Fauna One",v:["400"]},{f:"Faustina",v:["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]},{f:"Federant",v:["400"]},{f:"Federo",v:["400"]},{f:"Felipa",v:["400"]},{f:"Fenix",v:["400"]},{f:"Festive",v:["400"]},{f:"Finger Paint",v:["400"]},{f:"Fira Code",v:["300","400","500","600","700"]},{f:"Fira Mono",v:["400","500","700"]},{f:"Fira Sans",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Fira Sans Condensed",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Fira Sans Extra Condensed",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Fjalla One",v:["400"]},{f:"Fjord One",v:["400"]},{f:"Flamenco",v:["300","400"]},{f:"Flavors",v:["400"]},{f:"Fleur De Leah",v:["400"]},{f:"Flow Block",v:["400"]},{f:"Flow Circular",v:["400"]},{f:"Flow Rounded",v:["400"]},{f:"Fondamento",v:["400","400i"]},{f:"Fontdiner Swanky",v:["400"]},{f:"Forum",v:["400"]},{f:"Francois One",v:["400"]},{f:"Frank Ruhl Libre",v:["300","400","500","700","900"]},{f:"Fraunces",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Freckle Face",v:["400"]},{f:"Fredericka the Great",v:["400"]},{f:"Fredoka",v:["300","400","500","600","700"]},{f:"Fredoka One",v:["400"]},{f:"Freehand",v:["400"]},{f:"Fresca",v:["400"]},{f:"Frijole",v:["400"]},{f:"Fruktur",v:["400"]},{f:"Fugaz One",v:["400"]},{f:"Fuggles",v:["400"]},{f:"Fuzzy Bubbles",v:["400","700"]},{f:"GFS Didot",v:["400"]},{f:"GFS Neohellenic",v:["400","400i","700","700i"]},{f:"Gabriela",v:["400"]},{f:"Gaegu",v:["300","400","700"]},{f:"Gafata",v:["400"]},{f:"Galada",v:["400"]},{f:"Galdeano",v:["400"]},{f:"Galindo",v:["400"]},{f:"Gamja Flower",v:["400"]},{f:"Gayathri",v:["100","400","700"]},{f:"Gelasio",v:["400","400i","500","500i","600","600i","700","700i"]},{f:"Gemunu Libre",v:["200","300","400","500","600","700","800"]},{f:"Genos",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Gentium Basic",v:["400","400i","700","700i"]},{f:"Gentium Book Basic",v:["400","400i","700","700i"]},{f:"Gentium Plus",v:["400","400i","700","700i"]},{f:"Geo",v:["400","400i"]},{f:"Georama",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Geostar",v:["400"]},{f:"Geostar Fill",v:["400"]},{f:"Germania One",v:["400"]},{f:"Gideon Roman",v:["400"]},{f:"Gidugu",v:["400"]},{f:"Gilda Display",v:["400"]},{f:"Girassol",v:["400"]},{f:"Give You Glory",v:["400"]},{f:"Glass Antiqua",v:["400"]},{f:"Glegoo",v:["400","700"]},{f:"Gloria Hallelujah",v:["400"]},{f:"Glory",v:["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"]},{f:"Gluten",v:["100","200","300","400","500","600","700","800","900"]},{f:"Goblin One",v:["400"]},{f:"Gochi Hand",v:["400"]},{f:"Goldman",v:["400","700"]},{f:"Gorditas",v:["400","700"]},{f:"Gothic A1",v:["100","200","300","400","500","600","700","800","900"]},{f:"Gotu",v:["400"]},{f:"Goudy Bookletter 1911",v:["400"]},{f:"Gowun Batang",v:["400","700"]},{f:"Gowun Dodum",v:["400"]},{f:"Graduate",v:["400"]},{f:"Grand Hotel",v:["400"]},{f:"Grandstander",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Grape Nuts",v:["400"]},{f:"Gravitas One",v:["400"]},{f:"Great Vibes",v:["400"]},{f:"Grechen Fuemen",v:["400"]},{f:"Grenze",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Grenze Gotisch",v:["100","200","300","400","500","600","700","800","900"]},{f:"Grey Qo",v:["400"]},{f:"Griffy",v:["400"]},{f:"Gruppo",v:["400"]},{f:"Gudea",v:["400","400i","700"]},{f:"Gugi",v:["400"]},{f:"Gupter",v:["400","500","700"]},{f:"Gurajada",v:["400"]},{f:"Gwendolyn",v:["400","700"]},{f:"Habibi",v:["400"]},{f:"Hachi Maru Pop",v:["400"]},{f:"Hahmlet",v:["100","200","300","400","500","600","700","800","900"]},{f:"Halant",v:["300","400","500","600","700"]},{f:"Hammersmith One",v:["400"]},{f:"Hanalei",v:["400"]},{f:"Hanalei Fill",v:["400"]},{f:"Handlee",v:["400"]},{f:"Hanuman",v:["100","300","400","700","900"]},{f:"Happy Monkey",v:["400"]},{f:"Harmattan",v:["400","700"]},{f:"Headland One",v:["400"]},{f:"Heebo",v:["100","200","300","400","500","600","700","800","900"]},{f:"Henny Penny",v:["400"]},{f:"Hepta Slab",v:["100","200","300","400","500","600","700","800","900"]},{f:"Herr Von Muellerhoff",v:["400"]},{f:"Hi Melody",v:["400"]},{f:"Hina Mincho",v:["400"]},{f:"Hind",v:["300","400","500","600","700"]},{f:"Hind Guntur",v:["300","400","500","600","700"]},{f:"Hind Madurai",v:["300","400","500","600","700"]},{f:"Hind Siliguri",v:["300","400","500","600","700"]},{f:"Hind Vadodara",v:["300","400","500","600","700"]},{f:"Holtwood One SC",v:["400"]},{f:"Homemade Apple",v:["400"]},{f:"Homenaje",v:["400"]},{f:"Hubballi",v:["400"]},{f:"Hurricane",v:["400"]},{f:"IBM Plex Mono",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"IBM Plex Sans",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"IBM Plex Sans Arabic",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Sans Condensed",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"IBM Plex Sans Devanagari",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Sans Hebrew",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Sans KR",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Sans Thai",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Sans Thai Looped",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Serif",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"IM Fell DW Pica",v:["400","400i"]},{f:"IM Fell DW Pica SC",v:["400"]},{f:"IM Fell Double Pica",v:["400","400i"]},{f:"IM Fell Double Pica SC",v:["400"]},{f:"IM Fell English",v:["400","400i"]},{f:"IM Fell English SC",v:["400"]},{f:"IM Fell French Canon",v:["400","400i"]},{f:"IM Fell French Canon SC",v:["400"]},{f:"IM Fell Great Primer",v:["400","400i"]},{f:"IM Fell Great Primer SC",v:["400"]},{f:"Ibarra Real Nova",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Iceberg",v:["400"]},{f:"Iceland",v:["400"]},{f:"Imbue",v:["100","200","300","400","500","600","700","800","900"]},{f:"Imperial Script",v:["400"]},{f:"Imprima",v:["400"]},{f:"Inconsolata",v:["200","300","400","500","600","700","800","900"]},{f:"Inder",v:["400"]},{f:"Indie Flower",v:["400"]},{f:"Ingrid Darling",v:["400"]},{f:"Inika",v:["400","700"]},{f:"Inknut Antiqua",v:["300","400","500","600","700","800","900"]},{f:"Inria Sans",v:["300","300i","400","400i","700","700i"]},{f:"Inria Serif",v:["300","300i","400","400i","700","700i"]},{f:"Inspiration",v:["400"]},{f:"Inter",v:["100","200","300","400","500","600","700","800","900"]},{f:"Irish Grover",v:["400"]},{f:"Island Moments",v:["400"]},{f:"Istok Web",v:["400","400i","700","700i"]},{f:"Italiana",v:["400"]},{f:"Italianno",v:["400"]},{f:"Itim",v:["400"]},{f:"Jacques Francois",v:["400"]},{f:"Jacques Francois Shadow",v:["400"]},{f:"Jaldi",v:["400","700"]},{f:"JetBrains Mono",v:["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"]},{f:"Jim Nightshade",v:["400"]},{f:"Joan",v:["400"]},{f:"Jockey One",v:["400"]},{f:"Jolly Lodger",v:["400"]},{f:"Jomhuria",v:["400"]},{f:"Jomolhari",v:["400"]},{f:"Josefin Sans",v:["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]},{f:"Josefin Slab",v:["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]},{f:"Jost",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Joti One",v:["400"]},{f:"Jua",v:["400"]},{f:"Judson",v:["400","400i","700"]},{f:"Julee",v:["400"]},{f:"Julius Sans One",v:["400"]},{f:"Junge",v:["400"]},{f:"Jura",v:["300","400","500","600","700"]},{f:"Just Another Hand",v:["400"]},{f:"Just Me Again Down Here",v:["400"]},{f:"K2D",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]},{f:"Kadwa",v:["400","700"]},{f:"Kaisei Decol",v:["400","500","700"]},{f:"Kaisei HarunoUmi",v:["400","500","700"]},{f:"Kaisei Opti",v:["400","500","700"]},{f:"Kaisei Tokumin",v:["400","500","700","800"]},{f:"Kalam",v:["300","400","700"]},{f:"Kameron",v:["400","700"]},{f:"Kanit",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Kantumruy",v:["300","400","700"]},{f:"Karantina",v:["300","400","700"]},{f:"Karla",v:["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]},{f:"Karma",v:["300","400","500","600","700"]},{f:"Katibeh",v:["400"]},{f:"Kaushan Script",v:["400"]},{f:"Kavivanar",v:["400"]},{f:"Kavoon",v:["400"]},{f:"Kdam Thmor",v:["400"]},{f:"Kdam Thmor Pro",v:["400"]},{f:"Keania One",v:["400"]},{f:"Kelly Slab",v:["400"]},{f:"Kenia",v:["400"]},{f:"Khand",v:["300","400","500","600","700"]},{f:"Khmer",v:["400"]},{f:"Khula",v:["300","400","600","700","800"]},{f:"Kings",v:["400"]},{f:"Kirang Haerang",v:["400"]},{f:"Kite One",v:["400"]},{f:"Kiwi Maru",v:["300","400","500"]},{f:"Klee One",v:["400","600"]},{f:"Knewave",v:["400"]},{f:"KoHo",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Kodchasan",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Koh Santepheap",v:["100","300","400","700","900"]},{f:"Kolker Brush",v:["400"]},{f:"Kosugi",v:["400"]},{f:"Kosugi Maru",v:["400"]},{f:"Kotta One",v:["400"]},{f:"Koulen",v:["400"]},{f:"Kranky",v:["400"]},{f:"Kreon",v:["300","400","500","600","700"]},{f:"Kristi",v:["400"]},{f:"Krona One",v:["400"]},{f:"Krub",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Kufam",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Kulim Park",v:["200","200i","300","300i","400","400i","600","600i","700","700i"]},{f:"Kumar One",v:["400"]},{f:"Kumar One Outline",v:["400"]},{f:"Kumbh Sans",v:["100","200","300","400","500","600","700","800","900"]},{f:"Kurale",v:["400"]},{f:"La Belle Aurore",v:["400"]},{f:"Lacquer",v:["400"]},{f:"Laila",v:["300","400","500","600","700"]},{f:"Lakki Reddy",v:["400"]},{f:"Lalezar",v:["400"]},{f:"Lancelot",v:["400"]},{f:"Langar",v:["400"]},{f:"Lateef",v:["400"]},{f:"Lato",v:["100","100i","300","300i","400","400i","700","700i","900","900i"]},{f:"Lavishly Yours",v:["400"]},{f:"League Gothic",v:["400"]},{f:"League Script",v:["400"]},{f:"League Spartan",v:["100","200","300","400","500","600","700","800","900"]},{f:"Leckerli One",v:["400"]},{f:"Ledger",v:["400"]},{f:"Lekton",v:["400","400i","700"]},{f:"Lemon",v:["400"]},{f:"Lemonada",v:["300","400","500","600","700"]},{f:"Lexend",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Deca",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Exa",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Giga",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Mega",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Peta",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Tera",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Zetta",v:["100","200","300","400","500","600","700","800","900"]},{f:"Libre Barcode 128",v:["400"]},{f:"Libre Barcode 128 Text",v:["400"]},{f:"Libre Barcode 39",v:["400"]},{f:"Libre Barcode 39 Extended",v:["400"]},{f:"Libre Barcode 39 Extended Text",v:["400"]},{f:"Libre Barcode 39 Text",v:["400"]},{f:"Libre Barcode EAN13 Text",v:["400"]},{f:"Libre Baskerville",v:["400","400i","700"]},{f:"Libre Bodoni",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Libre Caslon Display",v:["400"]},{f:"Libre Caslon Text",v:["400","400i","700"]},{f:"Libre Franklin",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Licorice",v:["400"]},{f:"Life Savers",v:["400","700","800"]},{f:"Lilita One",v:["400"]},{f:"Lily Script One",v:["400"]},{f:"Limelight",v:["400"]},{f:"Linden Hill",v:["400","400i"]},{f:"Literata",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Liu Jian Mao Cao",v:["400"]},{f:"Livvic",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","900","900i"]},{f:"Lobster",v:["400"]},{f:"Lobster Two",v:["400","400i","700","700i"]},{f:"Londrina Outline",v:["400"]},{f:"Londrina Shadow",v:["400"]},{f:"Londrina Sketch",v:["400"]},{f:"Londrina Solid",v:["100","300","400","900"]},{f:"Long Cang",v:["400"]},{f:"Lora",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Love Light",v:["400"]},{f:"Love Ya Like A Sister",v:["400"]},{f:"Loved by the King",v:["400"]},{f:"Lovers Quarrel",v:["400"]},{f:"Luckiest Guy",v:["400"]},{f:"Lusitana",v:["400","700"]},{f:"Lustria",v:["400"]},{f:"Luxurious Roman",v:["400"]},{f:"Luxurious Script",v:["400"]},{f:"M PLUS 1",v:["100","200","300","400","500","600","700","800","900"]},{f:"M PLUS 1 Code",v:["100","200","300","400","500","600","700"]},{f:"M PLUS 1p",v:["100","300","400","500","700","800","900"]},{f:"M PLUS 2",v:["100","200","300","400","500","600","700","800","900"]},{f:"M PLUS Code Latin",v:["100","200","300","400","500","600","700"]},{f:"M PLUS Rounded 1c",v:["100","300","400","500","700","800","900"]},{f:"Ma Shan Zheng",v:["400"]},{f:"Macondo",v:["400"]},{f:"Macondo Swash Caps",v:["400"]},{f:"Mada",v:["200","300","400","500","600","700","900"]},{f:"Magra",v:["400","700"]},{f:"Maiden Orange",v:["400"]},{f:"Maitree",v:["200","300","400","500","600","700"]},{f:"Major Mono Display",v:["400"]},{f:"Mako",v:["400"]},{f:"Mali",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Mallanna",v:["400"]},{f:"Mandali",v:["400"]},{f:"Manjari",v:["100","400","700"]},{f:"Manrope",v:["200","300","400","500","600","700","800"]},{f:"Mansalva",v:["400"]},{f:"Manuale",v:["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]},{f:"Marcellus",v:["400"]},{f:"Marcellus SC",v:["400"]},{f:"Marck Script",v:["400"]},{f:"Margarine",v:["400"]},{f:"Markazi Text",v:["400","500","600","700"]},{f:"Marko One",v:["400"]},{f:"Marmelad",v:["400"]},{f:"Martel",v:["200","300","400","600","700","800","900"]},{f:"Martel Sans",v:["200","300","400","600","700","800","900"]},{f:"Marvel",v:["400","400i","700","700i"]},{f:"Mate",v:["400","400i"]},{f:"Mate SC",v:["400"]},{f:"Maven Pro",v:["400","500","600","700","800","900"]},{f:"McLaren",v:["400"]},{f:"Mea Culpa",v:["400"]},{f:"Meddon",v:["400"]},{f:"MedievalSharp",v:["400"]},{f:"Medula One",v:["400"]},{f:"Meera Inimai",v:["400"]},{f:"Megrim",v:["400"]},{f:"Meie Script",v:["400"]},{f:"Meow Script",v:["400"]},{f:"Merienda",v:["400","700"]},{f:"Merienda One",v:["400"]},{f:"Merriweather",v:["300","300i","400","400i","700","700i","900","900i"]},{f:"Merriweather Sans",v:["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]},{f:"Metal",v:["400"]},{f:"Metal Mania",v:["400"]},{f:"Metamorphous",v:["400"]},{f:"Metrophobic",v:["400"]},{f:"Michroma",v:["400"]},{f:"Milonga",v:["400"]},{f:"Miltonian",v:["400"]},{f:"Miltonian Tattoo",v:["400"]},{f:"Mina",v:["400","700"]},{f:"Miniver",v:["400"]},{f:"Miriam Libre",v:["400","700"]},{f:"Mirza",v:["400","500","600","700"]},{f:"Miss Fajardose",v:["400"]},{f:"Mitr",v:["200","300","400","500","600","700"]},{f:"Mochiy Pop One",v:["400"]},{f:"Mochiy Pop P One",v:["400"]},{f:"Modak",v:["400"]},{f:"Modern Antiqua",v:["400"]},{f:"Mogra",v:["400"]},{f:"Mohave",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Molengo",v:["400"]},{f:"Molle",v:["400i"]},{f:"Monda",v:["400","700"]},{f:"Monofett",v:["400"]},{f:"Monoton",v:["400"]},{f:"Monsieur La Doulaise",v:["400"]},{f:"Montaga",v:["400"]},{f:"Montagu Slab",v:["100","200","300","400","500","600","700"]},{f:"MonteCarlo",v:["400"]},{f:"Montez",v:["400"]},{f:"Montserrat",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Montserrat Alternates",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Montserrat Subrayada",v:["400","700"]},{f:"Moo Lah Lah",v:["400"]},{f:"Moon Dance",v:["400"]},{f:"Moul",v:["400"]},{f:"Moulpali",v:["400"]},{f:"Mountains of Christmas",v:["400","700"]},{f:"Mouse Memoirs",v:["400"]},{f:"Mr Bedfort",v:["400"]},{f:"Mr Dafoe",v:["400"]},{f:"Mr De Haviland",v:["400"]},{f:"Mrs Saint Delafield",v:["400"]},{f:"Mrs Sheppards",v:["400"]},{f:"Ms Madi",v:["400"]},{f:"Mukta",v:["200","300","400","500","600","700","800"]},{f:"Mukta Mahee",v:["200","300","400","500","600","700","800"]},{f:"Mukta Malar",v:["200","300","400","500","600","700","800"]},{f:"Mukta Vaani",v:["200","300","400","500","600","700","800"]},{f:"Mulish",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Murecho",v:["100","200","300","400","500","600","700","800","900"]},{f:"MuseoModerno",v:["100","200","300","400","500","600","700","800","900"]},{f:"My Soul",v:["400"]},{f:"Mystery Quest",v:["400"]},{f:"NTR",v:["400"]},{f:"Nanum Brush Script",v:["400"]},{f:"Nanum Gothic",v:["400","700","800"]},{f:"Nanum Gothic Coding",v:["400","700"]},{f:"Nanum Myeongjo",v:["400","700","800"]},{f:"Nanum Pen Script",v:["400"]},{f:"Neonderthaw",v:["400"]},{f:"Nerko One",v:["400"]},{f:"Neucha",v:["400"]},{f:"Neuton",v:["200","300","400","400i","700","800"]},{f:"New Rocker",v:["400"]},{f:"New Tegomin",v:["400"]},{f:"News Cycle",v:["400","700"]},{f:"Newsreader",v:["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]},{f:"Niconne",v:["400"]},{f:"Niramit",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Nixie One",v:["400"]},{f:"Nobile",v:["400","400i","500","500i","700","700i"]},{f:"Nokora",v:["100","300","400","700","900"]},{f:"Norican",v:["400"]},{f:"Nosifer",v:["400"]},{f:"Notable",v:["400"]},{f:"Nothing You Could Do",v:["400"]},{f:"Noticia Text",v:["400","400i","700","700i"]},{f:"Noto Emoji",v:["300","400","500","600","700"]},{f:"Noto Kufi Arabic",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Music",v:["400"]},{f:"Noto Naskh Arabic",v:["400","500","600","700"]},{f:"Noto Nastaliq Urdu",v:["400","700"]},{f:"Noto Rashi Hebrew",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Noto Sans Adlam",v:["400","500","600","700"]},{f:"Noto Sans Adlam Unjoined",v:["400","500","600","700"]},{f:"Noto Sans Anatolian Hieroglyphs",v:["400"]},{f:"Noto Sans Arabic",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Armenian",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Avestan",v:["400"]},{f:"Noto Sans Balinese",v:["400","500","600","700"]},{f:"Noto Sans Bamum",v:["400","500","600","700"]},{f:"Noto Sans Bassa Vah",v:["400"]},{f:"Noto Sans Batak",v:["400"]},{f:"Noto Sans Bengali",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Bhaiksuki",v:["400"]},{f:"Noto Sans Brahmi",v:["400"]},{f:"Noto Sans Buginese",v:["400"]},{f:"Noto Sans Buhid",v:["400"]},{f:"Noto Sans Canadian Aboriginal",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Carian",v:["400"]},{f:"Noto Sans Caucasian Albanian",v:["400"]},{f:"Noto Sans Chakma",v:["400"]},{f:"Noto Sans Cham",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Cherokee",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Coptic",v:["400"]},{f:"Noto Sans Cuneiform",v:["400"]},{f:"Noto Sans Cypriot",v:["400"]},{f:"Noto Sans Deseret",v:["400"]},{f:"Noto Sans Devanagari",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Display",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Noto Sans Duployan",v:["400"]},{f:"Noto Sans Egyptian Hieroglyphs",v:["400"]},{f:"Noto Sans Elbasan",v:["400"]},{f:"Noto Sans Elymaic",v:["400"]},{f:"Noto Sans Georgian",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Glagolitic",v:["400"]},{f:"Noto Sans Gothic",v:["400"]},{f:"Noto Sans Grantha",v:["400"]},{f:"Noto Sans Gujarati",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Gunjala Gondi",v:["400"]},{f:"Noto Sans Gurmukhi",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans HK",v:["100","300","400","500","700","900"]},{f:"Noto Sans Hanifi Rohingya",v:["400","500","600","700"]},{f:"Noto Sans Hanunoo",v:["400"]},{f:"Noto Sans Hatran",v:["400"]},{f:"Noto Sans Hebrew",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Imperial Aramaic",v:["400"]},{f:"Noto Sans Indic Siyaq Numbers",v:["400"]},{f:"Noto Sans Inscriptional Pahlavi",v:["400"]},{f:"Noto Sans Inscriptional Parthian",v:["400"]},{f:"Noto Sans JP",v:["100","300","400","500","700","900"]},{f:"Noto Sans Javanese",v:["400","700"]},{f:"Noto Sans KR",v:["100","300","400","500","700","900"]},{f:"Noto Sans Kaithi",v:["400"]},{f:"Noto Sans Kannada",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Kayah Li",v:["400","500","600","700"]},{f:"Noto Sans Kharoshthi",v:["400"]},{f:"Noto Sans Khmer",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Khojki",v:["400"]},{f:"Noto Sans Khudawadi",v:["400"]},{f:"Noto Sans Lao",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Lepcha",v:["400"]},{f:"Noto Sans Limbu",v:["400"]},{f:"Noto Sans Linear A",v:["400"]},{f:"Noto Sans Linear B",v:["400"]},{f:"Noto Sans Lisu",v:["400","500","600","700"]},{f:"Noto Sans Lycian",v:["400"]},{f:"Noto Sans Lydian",v:["400"]},{f:"Noto Sans Mahajani",v:["400"]},{f:"Noto Sans Malayalam",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Mandaic",v:["400"]},{f:"Noto Sans Manichaean",v:["400"]},{f:"Noto Sans Marchen",v:["400"]},{f:"Noto Sans Masaram Gondi",v:["400"]},{f:"Noto Sans Math",v:["400"]},{f:"Noto Sans Mayan Numerals",v:["400"]},{f:"Noto Sans Medefaidrin",v:["400","500","600","700"]},{f:"Noto Sans Meetei Mayek",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Meroitic",v:["400"]},{f:"Noto Sans Miao",v:["400"]},{f:"Noto Sans Modi",v:["400"]},{f:"Noto Sans Mongolian",v:["400"]},{f:"Noto Sans Mono",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Mro",v:["400"]},{f:"Noto Sans Multani",v:["400"]},{f:"Noto Sans Myanmar",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans N Ko",v:["400"]},{f:"Noto Sans Nabataean",v:["400"]},{f:"Noto Sans New Tai Lue",v:["400"]},{f:"Noto Sans Newa",v:["400"]},{f:"Noto Sans Nushu",v:["400"]},{f:"Noto Sans Ogham",v:["400"]},{f:"Noto Sans Ol Chiki",v:["400","500","600","700"]},{f:"Noto Sans Old Hungarian",v:["400"]},{f:"Noto Sans Old Italic",v:["400"]},{f:"Noto Sans Old North Arabian",v:["400"]},{f:"Noto Sans Old Permic",v:["400"]},{f:"Noto Sans Old Persian",v:["400"]},{f:"Noto Sans Old Sogdian",v:["400"]},{f:"Noto Sans Old South Arabian",v:["400"]},{f:"Noto Sans Old Turkic",v:["400"]},{f:"Noto Sans Oriya",v:["100","400","700","900"]},{f:"Noto Sans Osage",v:["400"]},{f:"Noto Sans Osmanya",v:["400"]},{f:"Noto Sans Pahawh Hmong",v:["400"]},{f:"Noto Sans Palmyrene",v:["400"]},{f:"Noto Sans Pau Cin Hau",v:["400"]},{f:"Noto Sans Phags Pa",v:["400"]},{f:"Noto Sans Phoenician",v:["400"]},{f:"Noto Sans Psalter Pahlavi",v:["400"]},{f:"Noto Sans Rejang",v:["400"]},{f:"Noto Sans Runic",v:["400"]},{f:"Noto Sans SC",v:["100","300","400","500","700","900"]},{f:"Noto Sans Samaritan",v:["400"]},{f:"Noto Sans Saurashtra",v:["400"]},{f:"Noto Sans Sharada",v:["400"]},{f:"Noto Sans Shavian",v:["400"]},{f:"Noto Sans Siddham",v:["400"]},{f:"Noto Sans Sinhala",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Sogdian",v:["400"]},{f:"Noto Sans Sora Sompeng",v:["400","500","600","700"]},{f:"Noto Sans Soyombo",v:["400"]},{f:"Noto Sans Sundanese",v:["400","500","600","700"]},{f:"Noto Sans Syloti Nagri",v:["400"]},{f:"Noto Sans Symbols",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Symbols 2",v:["400"]},{f:"Noto Sans Syriac",v:["100","400","900"]},{f:"Noto Sans TC",v:["100","300","400","500","700","900"]},{f:"Noto Sans Tagalog",v:["400"]},{f:"Noto Sans Tagbanwa",v:["400"]},{f:"Noto Sans Tai Le",v:["400"]},{f:"Noto Sans Tai Tham",v:["400","500","600","700"]},{f:"Noto Sans Tai Viet",v:["400"]},{f:"Noto Sans Takri",v:["400"]},{f:"Noto Sans Tamil",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Tamil Supplement",v:["400"]},{f:"Noto Sans Telugu",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Thaana",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Thai",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Thai Looped",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Tifinagh",v:["400"]},{f:"Noto Sans Tirhuta",v:["400"]},{f:"Noto Sans Ugaritic",v:["400"]},{f:"Noto Sans Vai",v:["400"]},{f:"Noto Sans Wancho",v:["400"]},{f:"Noto Sans Warang Citi",v:["400"]},{f:"Noto Sans Yi",v:["400"]},{f:"Noto Sans Zanabazar Square",v:["400"]},{f:"Noto Serif",v:["400","400i","700","700i"]},{f:"Noto Serif Ahom",v:["400"]},{f:"Noto Serif Armenian",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Balinese",v:["400"]},{f:"Noto Serif Bengali",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Devanagari",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Display",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Noto Serif Dogra",v:["400"]},{f:"Noto Serif Ethiopic",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Georgian",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Grantha",v:["400"]},{f:"Noto Serif Gujarati",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Gurmukhi",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Hebrew",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif JP",v:["200","300","400","500","600","700","900"]},{f:"Noto Serif KR",v:["200","300","400","500","600","700","900"]},{f:"Noto Serif Kannada",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Khmer",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Lao",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Malayalam",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Myanmar",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Nyiakeng Puachue Hmong",v:["400","500","600","700"]},{f:"Noto Serif SC",v:["200","300","400","500","600","700","900"]},{f:"Noto Serif Sinhala",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif TC",v:["200","300","400","500","600","700","900"]},{f:"Noto Serif Tamil",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Noto Serif Tangut",v:["400"]},{f:"Noto Serif Telugu",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Thai",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Tibetan",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Yezidi",v:["400","500","600","700"]},{f:"Noto Traditional Nushu",v:["400"]},{f:"Nova Cut",v:["400"]},{f:"Nova Flat",v:["400"]},{f:"Nova Mono",v:["400"]},{f:"Nova Oval",v:["400"]},{f:"Nova Round",v:["400"]},{f:"Nova Script",v:["400"]},{f:"Nova Slim",v:["400"]},{f:"Nova Square",v:["400"]},{f:"Numans",v:["400"]},{f:"Nunito",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Nunito Sans",v:["200","200i","300","300i","400","400i","600","600i","700","700i","800","800i","900","900i"]},{f:"Nuosu SIL",v:["400"]},{f:"Odibee Sans",v:["400"]},{f:"Odor Mean Chey",v:["400"]},{f:"Offside",v:["400"]},{f:"Oi",v:["400"]},{f:"Old Standard TT",v:["400","400i","700"]},{f:"Oldenburg",v:["400"]},{f:"Ole",v:["400"]},{f:"Oleo Script",v:["400","700"]},{f:"Oleo Script Swash Caps",v:["400","700"]},{f:"Oooh Baby",v:["400"]},{f:"Open Sans",v:["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]},{f:"Oranienbaum",v:["400"]},{f:"Orbitron",v:["400","500","600","700","800","900"]},{f:"Oregano",v:["400","400i"]},{f:"Orelega One",v:["400"]},{f:"Orienta",v:["400"]},{f:"Original Surfer",v:["400"]},{f:"Oswald",v:["200","300","400","500","600","700"]},{f:"Otomanopee One",v:["400"]},{f:"Outfit",v:["100","200","300","400","500","600","700","800","900"]},{f:"Over the Rainbow",v:["400"]},{f:"Overlock",v:["400","400i","700","700i","900","900i"]},{f:"Overlock SC",v:["400"]},{f:"Overpass",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Overpass Mono",v:["300","400","500","600","700"]},{f:"Ovo",v:["400"]},{f:"Oxanium",v:["200","300","400","500","600","700","800"]},{f:"Oxygen",v:["300","400","700"]},{f:"Oxygen Mono",v:["400"]},{f:"PT Mono",v:["400"]},{f:"PT Sans",v:["400","400i","700","700i"]},{f:"PT Sans Caption",v:["400","700"]},{f:"PT Sans Narrow",v:["400","700"]},{f:"PT Serif",v:["400","400i","700","700i"]},{f:"PT Serif Caption",v:["400","400i"]},{f:"Pacifico",v:["400"]},{f:"Padauk",v:["400","700"]},{f:"Palanquin",v:["100","200","300","400","500","600","700"]},{f:"Palanquin Dark",v:["400","500","600","700"]},{f:"Palette Mosaic",v:["400"]},{f:"Pangolin",v:["400"]},{f:"Paprika",v:["400"]},{f:"Parisienne",v:["400"]},{f:"Passero One",v:["400"]},{f:"Passion One",v:["400","700","900"]},{f:"Passions Conflict",v:["400"]},{f:"Pathway Gothic One",v:["400"]},{f:"Patrick Hand",v:["400"]},{f:"Patrick Hand SC",v:["400"]},{f:"Pattaya",v:["400"]},{f:"Patua One",v:["400"]},{f:"Pavanam",v:["400"]},{f:"Paytone One",v:["400"]},{f:"Peddana",v:["400"]},{f:"Peralta",v:["400"]},{f:"Permanent Marker",v:["400"]},{f:"Petemoss",v:["400"]},{f:"Petit Formal Script",v:["400"]},{f:"Petrona",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Philosopher",v:["400","400i","700","700i"]},{f:"Piazzolla",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Piedra",v:["400"]},{f:"Pinyon Script",v:["400"]},{f:"Pirata One",v:["400"]},{f:"Plaster",v:["400"]},{f:"Play",v:["400","700"]},{f:"Playball",v:["400"]},{f:"Playfair Display",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Playfair Display SC",v:["400","400i","700","700i","900","900i"]},{f:"Plus Jakarta Sans",v:["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]},{f:"Podkova",v:["400","500","600","700","800"]},{f:"Poiret One",v:["400"]},{f:"Poller One",v:["400"]},{f:"Poly",v:["400","400i"]},{f:"Pompiere",v:["400"]},{f:"Pontano Sans",v:["400"]},{f:"Poor Story",v:["400"]},{f:"Poppins",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Port Lligat Sans",v:["400"]},{f:"Port Lligat Slab",v:["400"]},{f:"Potta One",v:["400"]},{f:"Pragati Narrow",v:["400","700"]},{f:"Praise",v:["400"]},{f:"Prata",v:["400"]},{f:"Preahvihear",v:["400"]},{f:"Press Start 2P",v:["400"]},{f:"Pridi",v:["200","300","400","500","600","700"]},{f:"Princess Sofia",v:["400"]},{f:"Prociono",v:["400"]},{f:"Prompt",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Prosto One",v:["400"]},{f:"Proza Libre",v:["400","400i","500","500i","600","600i","700","700i","800","800i"]},{f:"Public Sans",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Puppies Play",v:["400"]},{f:"Puritan",v:["400","400i","700","700i"]},{f:"Purple Purse",v:["400"]},{f:"Qahiri",v:["400"]},{f:"Quando",v:["400"]},{f:"Quantico",v:["400","400i","700","700i"]},{f:"Quattrocento",v:["400","700"]},{f:"Quattrocento Sans",v:["400","400i","700","700i"]},{f:"Questrial",v:["400"]},{f:"Quicksand",v:["300","400","500","600","700"]},{f:"Quintessential",v:["400"]},{f:"Qwigley",v:["400"]},{f:"Qwitcher Grypen",v:["400","700"]},{f:"Racing Sans One",v:["400"]},{f:"Radio Canada",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Radley",v:["400","400i"]},{f:"Rajdhani",v:["300","400","500","600","700"]},{f:"Rakkas",v:["400"]},{f:"Raleway",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Raleway Dots",v:["400"]},{f:"Ramabhadra",v:["400"]},{f:"Ramaraja",v:["400"]},{f:"Rambla",v:["400","400i","700","700i"]},{f:"Rammetto One",v:["400"]},{f:"Rampart One",v:["400"]},{f:"Ranchers",v:["400"]},{f:"Rancho",v:["400"]},{f:"Ranga",v:["400","700"]},{f:"Rasa",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Rationale",v:["400"]},{f:"Ravi Prakash",v:["400"]},{f:"Readex Pro",v:["200","300","400","500","600","700"]},{f:"Recursive",v:["300","400","500","600","700","800","900"]},{f:"Red Hat Display",v:["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]},{f:"Red Hat Mono",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Red Hat Text",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Red Rose",v:["300","400","500","600","700"]},{f:"Redacted",v:["400"]},{f:"Redacted Script",v:["300","400","700"]},{f:"Redressed",v:["400"]},{f:"Reem Kufi",v:["400","500","600","700"]},{f:"Reenie Beanie",v:["400"]},{f:"Reggae One",v:["400"]},{f:"Revalia",v:["400"]},{f:"Rhodium Libre",v:["400"]},{f:"Ribeye",v:["400"]},{f:"Ribeye Marrow",v:["400"]},{f:"Righteous",v:["400"]},{f:"Risque",v:["400"]},{f:"Road Rage",v:["400"]},{f:"Roboto",v:["100","100i","300","300i","400","400i","500","500i","700","700i","900","900i"]},{f:"Roboto Condensed",v:["300","300i","400","400i","700","700i"]},{f:"Roboto Flex",v:["400"]},{f:"Roboto Mono",v:["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]},{f:"Roboto Serif",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Roboto Slab",v:["100","200","300","400","500","600","700","800","900"]},{f:"Rochester",v:["400"]},{f:"Rock 3D",v:["400"]},{f:"Rock Salt",v:["400"]},{f:"RocknRoll One",v:["400"]},{f:"Rokkitt",v:["100","200","300","400","500","600","700","800","900"]},{f:"Romanesco",v:["400"]},{f:"Ropa Sans",v:["400","400i"]},{f:"Rosario",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Rosarivo",v:["400","400i"]},{f:"Rouge Script",v:["400"]},{f:"Rowdies",v:["300","400","700"]},{f:"Rozha One",v:["400"]},{f:"Rubik",v:["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]},{f:"Rubik Beastly",v:["400"]},{f:"Rubik Bubbles",v:["400"]},{f:"Rubik Glitch",v:["400"]},{f:"Rubik Microbe",v:["400"]},{f:"Rubik Mono One",v:["400"]},{f:"Rubik Moonrocks",v:["400"]},{f:"Rubik Puddles",v:["400"]},{f:"Rubik Wet Paint",v:["400"]},{f:"Ruda",v:["400","500","600","700","800","900"]},{f:"Rufina",v:["400","700"]},{f:"Ruge Boogie",v:["400"]},{f:"Ruluko",v:["400"]},{f:"Rum Raisin",v:["400"]},{f:"Ruslan Display",v:["400"]},{f:"Russo One",v:["400"]},{f:"Ruthie",v:["400"]},{f:"Rye",v:["400"]},{f:"STIX Two Text",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Sacramento",v:["400"]},{f:"Sahitya",v:["400","700"]},{f:"Sail",v:["400"]},{f:"Saira",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Saira Condensed",v:["100","200","300","400","500","600","700","800","900"]},{f:"Saira Extra Condensed",v:["100","200","300","400","500","600","700","800","900"]},{f:"Saira Semi Condensed",v:["100","200","300","400","500","600","700","800","900"]},{f:"Saira Stencil One",v:["400"]},{f:"Salsa",v:["400"]},{f:"Sanchez",v:["400","400i"]},{f:"Sancreek",v:["400"]},{f:"Sansita",v:["400","400i","700","700i","800","800i","900","900i"]},{f:"Sansita Swashed",v:["300","400","500","600","700","800","900"]},{f:"Sarabun",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]},{f:"Sarala",v:["400","700"]},{f:"Sarina",v:["400"]},{f:"Sarpanch",v:["400","500","600","700","800","900"]},{f:"Sassy Frass",v:["400"]},{f:"Satisfy",v:["400"]},{f:"Sawarabi Gothic",v:["400"]},{f:"Sawarabi Mincho",v:["400"]},{f:"Scada",v:["400","400i","700","700i"]},{f:"Scheherazade New",v:["400","700"]},{f:"Schoolbell",v:["400"]},{f:"Scope One",v:["400"]},{f:"Seaweed Script",v:["400"]},{f:"Secular One",v:["400"]},{f:"Sedgwick Ave",v:["400"]},{f:"Sedgwick Ave Display",v:["400"]},{f:"Sen",v:["400","700","800"]},{f:"Send Flowers",v:["400"]},{f:"Sevillana",v:["400"]},{f:"Seymour One",v:["400"]},{f:"Shadows Into Light",v:["400"]},{f:"Shadows Into Light Two",v:["400"]},{f:"Shalimar",v:["400"]},{f:"Shanti",v:["400"]},{f:"Share",v:["400","400i","700","700i"]},{f:"Share Tech",v:["400"]},{f:"Share Tech Mono",v:["400"]},{f:"Shippori Antique",v:["400"]},{f:"Shippori Antique B1",v:["400"]},{f:"Shippori Mincho",v:["400","500","600","700","800"]},{f:"Shippori Mincho B1",v:["400","500","600","700","800"]},{f:"Shizuru",v:["400"]},{f:"Shojumaru",v:["400"]},{f:"Short Stack",v:["400"]},{f:"Shrikhand",v:["400"]},{f:"Siemreap",v:["400"]},{f:"Sigmar One",v:["400"]},{f:"Signika",v:["300","400","500","600","700"]},{f:"Signika Negative",v:["300","400","500","600","700"]},{f:"Simonetta",v:["400","400i","900","900i"]},{f:"Single Day",v:["400"]},{f:"Sintony",v:["400","700"]},{f:"Sirin Stencil",v:["400"]},{f:"Six Caps",v:["400"]},{f:"Skranji",v:["400","700"]},{f:"Slabo 13px",v:["400"]},{f:"Slabo 27px",v:["400"]},{f:"Slackey",v:["400"]},{f:"Smokum",v:["400"]},{f:"Smooch",v:["400"]},{f:"Smooch Sans",v:["100","200","300","400","500","600","700","800","900"]},{f:"Smythe",v:["400"]},{f:"Sniglet",v:["400","800"]},{f:"Snippet",v:["400"]},{f:"Snowburst One",v:["400"]},{f:"Sofadi One",v:["400"]},{f:"Sofia",v:["400"]},{f:"Solway",v:["300","400","500","700","800"]},{f:"Song Myung",v:["400"]},{f:"Sonsie One",v:["400"]},{f:"Sora",v:["100","200","300","400","500","600","700","800"]},{f:"Sorts Mill Goudy",v:["400","400i"]},{f:"Source Code Pro",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Source Sans 3",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Source Sans Pro",v:["200","200i","300","300i","400","400i","600","600i","700","700i","900","900i"]},{f:"Source Serif 4",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Source Serif Pro",v:["200","200i","300","300i","400","400i","600","600i","700","700i","900","900i"]},{f:"Space Grotesk",v:["300","400","500","600","700"]},{f:"Space Mono",v:["400","400i","700","700i"]},{f:"Special Elite",v:["400"]},{f:"Spectral",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]},{f:"Spectral SC",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]},{f:"Spicy Rice",v:["400"]},{f:"Spinnaker",v:["400"]},{f:"Spirax",v:["400"]},{f:"Spline Sans",v:["300","400","500","600","700"]},{f:"Spline Sans Mono",v:["300","400","500","600","700"]},{f:"Squada One",v:["400"]},{f:"Square Peg",v:["400"]},{f:"Sree Krushnadevaraya",v:["400"]},{f:"Sriracha",v:["400"]},{f:"Srisakdi",v:["400","700"]},{f:"Staatliches",v:["400"]},{f:"Stalemate",v:["400"]},{f:"Stalinist One",v:["400"]},{f:"Stardos Stencil",v:["400","700"]},{f:"Stick",v:["400"]},{f:"Stick No Bills",v:["200","300","400","500","600","700","800"]},{f:"Stint Ultra Condensed",v:["400"]},{f:"Stint Ultra Expanded",v:["400"]},{f:"Stoke",v:["300","400"]},{f:"Strait",v:["400"]},{f:"Style Script",v:["400"]},{f:"Stylish",v:["400"]},{f:"Sue Ellen Francisco",v:["400"]},{f:"Suez One",v:["400"]},{f:"Sulphur Point",v:["300","400","700"]},{f:"Sumana",v:["400","700"]},{f:"Sunflower",v:["300","500","700"]},{f:"Sunshiney",v:["400"]},{f:"Supermercado One",v:["400"]},{f:"Sura",v:["400","700"]},{f:"Suranna",v:["400"]},{f:"Suravaram",v:["400"]},{f:"Suwannaphum",v:["100","300","400","700","900"]},{f:"Swanky and Moo Moo",v:["400"]},{f:"Syncopate",v:["400","700"]},{f:"Syne",v:["400","500","600","700","800"]},{f:"Syne Mono",v:["400"]},{f:"Syne Tactile",v:["400"]},{f:"Tai Heritage Pro",v:["400","700"]},{f:"Tajawal",v:["200","300","400","500","700","800","900"]},{f:"Tangerine",v:["400","700"]},{f:"Tapestry",v:["400"]},{f:"Taprom",v:["400"]},{f:"Tauri",v:["400"]},{f:"Taviraj",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Teko",v:["300","400","500","600","700"]},{f:"Telex",v:["400"]},{f:"Tenali Ramakrishna",v:["400"]},{f:"Tenor Sans",v:["400"]},{f:"Text Me One",v:["400"]},{f:"Texturina",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Thasadith",v:["400","400i","700","700i"]},{f:"The Girl Next Door",v:["400"]},{f:"The Nautigal",v:["400","700"]},{f:"Tienne",v:["400","700","900"]},{f:"Tillana",v:["400","500","600","700","800"]},{f:"Timmana",v:["400"]},{f:"Tinos",v:["400","400i","700","700i"]},{f:"Tiro Bangla",v:["400","400i"]},{f:"Tiro Devanagari Hindi",v:["400","400i"]},{f:"Tiro Devanagari Marathi",v:["400","400i"]},{f:"Tiro Devanagari Sanskrit",v:["400","400i"]},{f:"Tiro Gurmukhi",v:["400","400i"]},{f:"Tiro Kannada",v:["400","400i"]},{f:"Tiro Tamil",v:["400","400i"]},{f:"Tiro Telugu",v:["400","400i"]},{f:"Titan One",v:["400"]},{f:"Titillium Web",v:["200","200i","300","300i","400","400i","600","600i","700","700i","900"]},{f:"Tomorrow",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Tourney",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Trade Winds",v:["400"]},{f:"Train One",v:["400"]},{f:"Trirong",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Trispace",v:["100","200","300","400","500","600","700","800"]},{f:"Trocchi",v:["400"]},{f:"Trochut",v:["400","400i","700"]},{f:"Truculenta",v:["100","200","300","400","500","600","700","800","900"]},{f:"Trykker",v:["400"]},{f:"Tulpen One",v:["400"]},{f:"Turret Road",v:["200","300","400","500","700","800"]},{f:"Twinkle Star",v:["400"]},{f:"Ubuntu",v:["300","300i","400","400i","500","500i","700","700i"]},{f:"Ubuntu Condensed",v:["400"]},{f:"Ubuntu Mono",v:["400","400i","700","700i"]},{f:"Uchen",v:["400"]},{f:"Ultra",v:["400"]},{f:"Uncial Antiqua",v:["400"]},{f:"Underdog",v:["400"]},{f:"Unica One",v:["400"]},{f:"UnifrakturCook",v:["700"]},{f:"UnifrakturMaguntia",v:["400"]},{f:"Unkempt",v:["400","700"]},{f:"Unlock",v:["400"]},{f:"Unna",v:["400","400i","700","700i"]},{f:"Updock",v:["400"]},{f:"Urbanist",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"VT323",v:["400"]},{f:"Vampiro One",v:["400"]},{f:"Varela",v:["400"]},{f:"Varela Round",v:["400"]},{f:"Varta",v:["300","400","500","600","700"]},{f:"Vast Shadow",v:["400"]},{f:"Vazirmatn",v:["100","200","300","400","500","600","700","800","900"]},{f:"Vesper Libre",v:["400","500","700","900"]},{f:"Viaoda Libre",v:["400"]},{f:"Vibes",v:["400"]},{f:"Vibur",v:["400"]},{f:"Vidaloka",v:["400"]},{f:"Viga",v:["400"]},{f:"Voces",v:["400"]},{f:"Volkhov",v:["400","400i","700","700i"]},{f:"Vollkorn",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Vollkorn SC",v:["400","600","700","900"]},{f:"Voltaire",v:["400"]},{f:"Vujahday Script",v:["400"]},{f:"Waiting for the Sunrise",v:["400"]},{f:"Wallpoet",v:["400"]},{f:"Walter Turncoat",v:["400"]},{f:"Warnes",v:["400"]},{f:"Water Brush",v:["400"]},{f:"Waterfall",v:["400"]},{f:"Wellfleet",v:["400"]},{f:"Wendy One",v:["400"]},{f:"Whisper",v:["400"]},{f:"WindSong",v:["400","500"]},{f:"Wire One",v:["400"]},{f:"Work Sans",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Xanh Mono",v:["400","400i"]},{f:"Yaldevi",v:["200","300","400","500","600","700"]},{f:"Yanone Kaffeesatz",v:["200","300","400","500","600","700"]},{f:"Yantramanav",v:["100","300","400","500","700","900"]},{f:"Yatra One",v:["400"]},{f:"Yellowtail",v:["400"]},{f:"Yeon Sung",v:["400"]},{f:"Yeseva One",v:["400"]},{f:"Yesteryear",v:["400"]},{f:"Yomogi",v:["400"]},{f:"Yrsa",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Yuji Boku",v:["400"]},{f:"Yuji Hentaigana Akari",v:["400"]},{f:"Yuji Hentaigana Akebono",v:["400"]},{f:"Yuji Mai",v:["400"]},{f:"Yuji Syuku",v:["400"]},{f:"Yusei Magic",v:["400"]},{f:"ZCOOL KuaiLe",v:["400"]},{f:"ZCOOL QingKe HuangYou",v:["400"]},{f:"ZCOOL XiaoWei",v:["400"]},{f:"Zen Antique",v:["400"]},{f:"Zen Antique Soft",v:["400"]},{f:"Zen Dots",v:["400"]},{f:"Zen Kaku Gothic Antique",v:["300","400","500","700","900"]},{f:"Zen Kaku Gothic New",v:["300","400","500","700","900"]},{f:"Zen Kurenaido",v:["400"]},{f:"Zen Loop",v:["400","400i"]},{f:"Zen Maru Gothic",v:["300","400","500","700","900"]},{f:"Zen Old Mincho",v:["400","700","900"]},{f:"Zen Tokyo Zoo",v:["400"]},{f:"Zeyada",v:["400"]},{f:"Zhi Mang Xing",v:["400"]},{f:"Zilla Slab",v:["300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Zilla Slab Highlight",v:["400","700"]}]}},function(i,a){i.exports={kind:"webfonts#webfontList",items:[{id:"arial",label:"Arial",stack:"Arial, Helvetica Neue, Helvetica, sans-serif"},{id:"calibri",label:"Calibri",stack:"Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;"},{id:"consolas",label:"Consolas",stack:"Consolas, monaco, monospace"},{id:"courier-new",label:"Courier New",stack:"Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace"},{id:"helvetica",label:"Helvetica Neue",stack:"Helvetica Neue, Helvetica, Arial, sans-serif"},{id:"georgia",label:"Georgia",stack:"Georgia, Times, Times New Roman, serif"},{id:"futura",label:"Futura",stack:"Futura, Trebuchet MS, Arial, sans-serif"},{id:"lucida-grande",label:"Lucida Grande",stack:"Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif"},{id:"tahoma",label:"Tahoma",stack:"Tahoma, Verdana, Segoe, sans-serif"},{id:"times-new-roman",label:"Times New Roman",stack:"TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif"},{id:"trebuchet",label:"Trebuchet MS",stack:"Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif"},{id:"palatino",label:"Palatino",stack:"Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif"},{id:"verdana",label:"Verdana",stack:"Verdana, Geneva, sans-serif;"}]}},function(i,a,e){"use strict";var f=wp.blocks.createBlock,o={from:[{type:"block",blocks:["core/paragraph"],transform:function(i){var a=i.content;return f("olympus-google-fonts/google-fonts",{content:a})}},{type:"block",blocks:["core/heading"],transform:function(i){var a=i.content,e=i.level;return f("olympus-google-fonts/google-fonts",{content:a,blockType:"h"+e})}}],to:[{type:"block",blocks:["core/paragraph"],transform:function(i){var a=i.content;return f("core/paragraph",{content:a})}}]};a.a=o}]);
1
+ !function(i){function a(f){if(e[f])return e[f].exports;var o=e[f]={i:f,l:!1,exports:{}};return i[f].call(o.exports,o,o.exports,a),o.l=!0,o.exports}var e={};a.m=i,a.c=e,a.d=function(i,e,f){a.o(i,e)||Object.defineProperty(i,e,{configurable:!1,enumerable:!0,get:f})},a.n=function(i){var e=i&&i.__esModule?function(){return i.default}:function(){return i};return a.d(e,"a",e),e},a.o=function(i,a){return Object.prototype.hasOwnProperty.call(i,a)},a.p="",a(a.s=0)}([function(i,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});e(1)},function(i,a,e){"use strict";var f=e(2),o=e(5),__=wp.i18n.__;(0,wp.blocks.registerBlockType)("olympus-google-fonts/google-fonts",{title:__("Google Fonts","olympus-google-fonts"),category:"common",icon:wp.element.createElement("svg",{baseProfile:"tiny",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},wp.element.createElement("path",{fill:"none",d:"M0 0h24v24H0V0z"}),wp.element.createElement("path",{d:"M9.93 13.5h4.14L12 7.98zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-4.05 16.5l-1.14-3H9.17l-1.12 3H5.96l5.11-13h1.86l5.11 13h-2.09z"})),keywords:[__("Fonts","olympus-google-fonts"),__("Heading","olympus-google-fonts")],transforms:o.a,edit:f.a,save:function(){return null}})},function(i,a,e){"use strict";function f(i,a){if(!(i instanceof a))throw new TypeError("Cannot call a class as a function")}function o(i,a){if(!i)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!a||"object"!==typeof a&&"function"!==typeof a?i:a}function v(i,a){if("function"!==typeof a&&null!==a)throw new TypeError("Super expression must either be null or a function, not "+typeof a);i.prototype=Object.create(a&&a.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),a&&(Object.setPrototypeOf?Object.setPrototypeOf(i,a):i.__proto__=a)}var n=e(3),t=e.n(n),r=e(4),l=e.n(r),s="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(i){return typeof i}:function(i){return i&&"function"===typeof Symbol&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},u=function(){function i(i,a){for(var e=0;e<a.length;e++){var f=a[e];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(i,f.key,f)}}return function(a,e,f){return e&&i(a.prototype,e),f&&i(a,f),a}}(),__=wp.i18n.__,S=wp.element,c=S.Component,d=S.Fragment,h=wp.components,m=h.SelectControl,g=h.RangeControl,p=h.PanelBody,b=wp.blockEditor,y=b.RichText,N=b.InspectorControls,k=b.BlockControls,M=b.AlignmentToolbar,C=b.PanelColorSettings,O=function(i){function a(){return f(this,a),o(this,(a.__proto__||Object.getPrototypeOf(a)).apply(this,arguments))}return v(a,i),u(a,[{key:"componentDidUpdate",value:function(i){this.props.attributes.fontID!==i.attributes.fontID&&(this.props.attributes.v="0")}},{key:"getFontsForSelect",value:function(){var i=Object.values(ogf_custom_fonts).map(function(i){return{value:i.id,label:i.label}});i.unshift({value:"1",label:__("- Custom Fonts -","olympus-google-fonts"),disabled:!0});var a=Object.values(ogf_typekit_fonts).map(function(i){return{value:i.id,label:i.label}});a.unshift({value:"1",label:__("- Typekit Fonts -","olympus-google-fonts"),disabled:!0});var e=l.a.items.map(function(i){var a=i.label;return{value:i.id,label:a}});e.unshift({value:"1",label:__("- System Fonts -","olympus-google-fonts"),disabled:!0});var f=t.a.items.map(function(i){var a=i.f;return{value:a.replace(/\s+/g,"+"),label:a}});return f.unshift({value:"1",label:__("- Google Fonts -","olympus-google-fonts"),disabled:!0}),i.concat(a,e,f)}},{key:"searchFonts",value:function(i,a){for(var e=0;e<a.length;e++)if(a[e].id===i)return a[e]}},{key:"isCustomFont",value:function(i){var a=this.searchFonts(i,Object.values(ogf_custom_fonts));return"object"===("undefined"===typeof a?"undefined":s(a))}},{key:"isSystemFont",value:function(i){var a=this.searchFonts(i,l.a.items);return"object"===("undefined"===typeof a?"undefined":s(a))}},{key:"isTypekitFont",value:function(i){var a=this.searchFonts(i,Object.values(ogf_typekit_fonts));return"object"===("undefined"===typeof a?"undefined":s(a))}},{key:"isItalic",value:function(i){return!i.includes("0i")}},{key:"getVariantsForSelect",value:function(i){if(i){var a={0:__("- Default -","olympus-google-fonts"),100:__("Thin","olympus-google-fonts"),200:__("Extra Light","olympus-google-fonts"),300:__("Light","olympus-google-fonts"),400:__("Normal","olympus-google-fonts"),500:__("Medium","olympus-google-fonts"),600:__("Semi Bold","olympus-google-fonts"),700:__("Bold","olympus-google-fonts"),800:__("Extra Bold","olympus-google-fonts"),900:__("Ultra Bold","olympus-google-fonts")};return-1===i.v.indexOf("0")&&i.v.unshift("0"),i.v.filter(this.isItalic).map(function(i){return{value:i,label:a[i]}})}}},{key:"getFontObject",value:function(i){if(i)for(var a=0;a<t.a.items.length;a++)if(t.a.items[a].f===i)return t.a.items[a]}},{key:"addGoogleFontToHead",value:function(i,a){if(i&&a){var e=document.querySelector("[name=editor-canvas]"),f=e?e.contentDocument.head:document.head,o=document.createElement("link");o.type="text/css",o.rel="stylesheet",o.href="https://fonts.googleapis.com/css?family="+i.replace(/\s+/g,"+")+":"+a.v.join(","),f.appendChild(o)}}},{key:"render",value:function(){var i=this.props,a=i.attributes,e=i.setAttributes,f=a.fontID,o=a.content,v=a.align,n=a.variant,t=a.fontSize,r=a.lineHeight,l=a.color,s=a.blockType,u=this.getFontsForSelect();u.unshift({label:"- Default -",value:"0"});var S=[{value:"0",label:"- Default -"},{value:"400",label:"Regular"},{value:"700",label:"Bold"}];if(!this.isTypekitFont(f)&&!this.isSystemFont(f)&&!this.isCustomFont(f)){var c=this.getFontObject(f.replace(/\+/g," "));S=this.getVariantsForSelect(c),this.addGoogleFontToHead(f,c)}var h=wp.element.createElement(N,null,wp.element.createElement(p,{title:__("Font Settings","olympus-google-fonts")},wp.element.createElement(m,{label:__("Block Type","olympus-google-fonts"),type:"string",value:s,options:[{label:"Paragraph",value:"p"},{label:"H1",value:"h1"},{label:"H2",value:"h2"},{label:"H3",value:"h3"},{label:"H4",value:"h4"},{label:"H5",value:"h5"},{label:"H6",value:"h6"},{label:"Span",value:"span"}],onChange:function(i){return e({blockType:i})}}),wp.element.createElement(m,{label:__("Font","olympus-google-fonts"),type:"string",value:f,options:u,onChange:function(i){return e({fontID:i})}}),wp.element.createElement(m,{label:__("Font Variant","olympus-google-fonts"),type:"string",value:n,options:S,onChange:function(i){return e({variant:i})}}),wp.element.createElement(g,{label:__("Font Size","olympus-google-fonts"),value:t,onChange:function(i){return e({fontSize:i})},allowReset:!0,min:"10",max:"150"}),wp.element.createElement(g,{label:__("Line Height","olympus-google-fonts"),value:r,onChange:function(i){return e({lineHeight:i})},allowReset:!0,min:"1",max:"3",step:"0.1"}),wp.element.createElement(C,{title:__("Color Settings","olympus-google-fonts"),colorSettings:[{value:a.color,onChange:function(i){return e({color:i})},label:__("Text Color","olympus-google-fonts")}]})));return wp.element.createElement(d,null,h,wp.element.createElement(k,null,wp.element.createElement(M,{value:v,onChange:function(i){return e({align:i})}})),wp.element.createElement(y,{tagName:s||"p",value:o,onChange:function(i){return e({content:i})},style:{fontSize:t?t+"px":void 0,textAlign:v,fontFamily:f.replace(/\+/g," "),fontWeight:n,lineHeight:r,color:l},placeholder:__("Add some content...","olympus-google-fonts")}))}}]),a}(c);a.a=O},function(i,a){i.exports={kind:"webfonts#webfontList",items:[{f:"ABeeZee",v:["400","400i"]},{f:"Abel",v:["400"]},{f:"Abhaya Libre",v:["400","500","600","700","800"]},{f:"Abril Fatface",v:["400"]},{f:"Aclonica",v:["400"]},{f:"Acme",v:["400"]},{f:"Actor",v:["400"]},{f:"Adamina",v:["400"]},{f:"Advent Pro",v:["100","200","300","400","500","600","700"]},{f:"Aguafina Script",v:["400"]},{f:"Akaya Kanadaka",v:["400"]},{f:"Akaya Telivigala",v:["400"]},{f:"Akronim",v:["400"]},{f:"Akshar",v:["300","400","500","600","700"]},{f:"Aladin",v:["400"]},{f:"Alata",v:["400"]},{f:"Alatsi",v:["400"]},{f:"Aldrich",v:["400"]},{f:"Alef",v:["400","700"]},{f:"Alegreya",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Alegreya SC",v:["400","400i","500","500i","700","700i","800","800i","900","900i"]},{f:"Alegreya Sans",v:["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"]},{f:"Alegreya Sans SC",v:["100","100i","300","300i","400","400i","500","500i","700","700i","800","800i","900","900i"]},{f:"Aleo",v:["300","300i","400","400i","700","700i"]},{f:"Alex Brush",v:["400"]},{f:"Alfa Slab One",v:["400"]},{f:"Alice",v:["400"]},{f:"Alike",v:["400"]},{f:"Alike Angular",v:["400"]},{f:"Allan",v:["400","700"]},{f:"Allerta",v:["400"]},{f:"Allerta Stencil",v:["400"]},{f:"Allison",v:["400"]},{f:"Allura",v:["400"]},{f:"Almarai",v:["300","400","700","800"]},{f:"Almendra",v:["400","400i","700","700i"]},{f:"Almendra Display",v:["400"]},{f:"Almendra SC",v:["400"]},{f:"Alumni Sans",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Alumni Sans Inline One",v:["400","400i"]},{f:"Amarante",v:["400"]},{f:"Amaranth",v:["400","400i","700","700i"]},{f:"Amatic SC",v:["400","700"]},{f:"Amethysta",v:["400"]},{f:"Amiko",v:["400","600","700"]},{f:"Amiri",v:["400","400i","700","700i"]},{f:"Amita",v:["400","700"]},{f:"Anaheim",v:["400"]},{f:"Andada Pro",v:["400","500","600","700","800","400i","500i","600i","700i","800i"]},{f:"Andika",v:["400","400i","700","700i"]},{f:"Andika New Basic",v:["400","400i","700","700i"]},{f:"Anek Bangla",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Devanagari",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Gujarati",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Gurmukhi",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Kannada",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Latin",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Malayalam",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Odia",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Tamil",v:["100","200","300","400","500","600","700","800"]},{f:"Anek Telugu",v:["100","200","300","400","500","600","700","800"]},{f:"Angkor",v:["400"]},{f:"Annie Use Your Telescope",v:["400"]},{f:"Anonymous Pro",v:["400","400i","700","700i"]},{f:"Antic",v:["400"]},{f:"Antic Didone",v:["400"]},{f:"Antic Slab",v:["400"]},{f:"Anton",v:["400"]},{f:"Antonio",v:["100","200","300","400","500","600","700"]},{f:"Anybody",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Arapey",v:["400","400i"]},{f:"Arbutus",v:["400"]},{f:"Arbutus Slab",v:["400"]},{f:"Architects Daughter",v:["400"]},{f:"Archivo",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Archivo Black",v:["400"]},{f:"Archivo Narrow",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Are You Serious",v:["400"]},{f:"Aref Ruqaa",v:["400","700"]},{f:"Arima Madurai",v:["100","200","300","400","500","700","800","900"]},{f:"Arimo",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Arizonia",v:["400"]},{f:"Armata",v:["400"]},{f:"Arsenal",v:["400","400i","700","700i"]},{f:"Artifika",v:["400"]},{f:"Arvo",v:["400","400i","700","700i"]},{f:"Arya",v:["400","700"]},{f:"Asap",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Asap Condensed",v:["400","400i","500","500i","600","600i","700","700i"]},{f:"Asar",v:["400"]},{f:"Asset",v:["400"]},{f:"Assistant",v:["200","300","400","500","600","700","800"]},{f:"Astloch",v:["400","700"]},{f:"Asul",v:["400","700"]},{f:"Athiti",v:["200","300","400","500","600","700"]},{f:"Atkinson Hyperlegible",v:["400","400i","700","700i"]},{f:"Atma",v:["300","400","500","600","700"]},{f:"Atomic Age",v:["400"]},{f:"Aubrey",v:["400"]},{f:"Audiowide",v:["400"]},{f:"Autour One",v:["400"]},{f:"Average",v:["400"]},{f:"Average Sans",v:["400"]},{f:"Averia Gruesa Libre",v:["400"]},{f:"Averia Libre",v:["300","300i","400","400i","700","700i"]},{f:"Averia Sans Libre",v:["300","300i","400","400i","700","700i"]},{f:"Averia Serif Libre",v:["300","300i","400","400i","700","700i"]},{f:"Azeret Mono",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"B612",v:["400","400i","700","700i"]},{f:"B612 Mono",v:["400","400i","700","700i"]},{f:"BIZ UDGothic",v:["400","700"]},{f:"BIZ UDMincho",v:["400"]},{f:"BIZ UDPGothic",v:["400","700"]},{f:"BIZ UDPMincho",v:["400"]},{f:"Babylonica",v:["400"]},{f:"Bad Script",v:["400"]},{f:"Bahiana",v:["400"]},{f:"Bahianita",v:["400"]},{f:"Bai Jamjuree",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Bakbak One",v:["400"]},{f:"Ballet",v:["400"]},{f:"Baloo 2",v:["400","500","600","700","800"]},{f:"Baloo Bhai 2",v:["400","500","600","700","800"]},{f:"Baloo Bhaijaan 2",v:["400","500","600","700","800"]},{f:"Baloo Bhaina 2",v:["400","500","600","700","800"]},{f:"Baloo Chettan 2",v:["400","500","600","700","800"]},{f:"Baloo Da 2",v:["400","500","600","700","800"]},{f:"Baloo Paaji 2",v:["400","500","600","700","800"]},{f:"Baloo Tamma 2",v:["400","500","600","700","800"]},{f:"Baloo Tammudu 2",v:["400","500","600","700","800"]},{f:"Baloo Thambi 2",v:["400","500","600","700","800"]},{f:"Balsamiq Sans",v:["400","400i","700","700i"]},{f:"Balthazar",v:["400"]},{f:"Bangers",v:["400"]},{f:"Barlow",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Barlow Condensed",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Barlow Semi Condensed",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Barriecito",v:["400"]},{f:"Barrio",v:["400"]},{f:"Basic",v:["400"]},{f:"Baskervville",v:["400","400i"]},{f:"Battambang",v:["100","300","400","700","900"]},{f:"Baumans",v:["400"]},{f:"Bayon",v:["400"]},{f:"Be Vietnam Pro",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Beau Rivage",v:["400"]},{f:"Bebas Neue",v:["400"]},{f:"Belgrano",v:["400"]},{f:"Bellefair",v:["400"]},{f:"Belleza",v:["400"]},{f:"Bellota",v:["300","300i","400","400i","700","700i"]},{f:"Bellota Text",v:["300","300i","400","400i","700","700i"]},{f:"BenchNine",v:["300","400","700"]},{f:"Benne",v:["400"]},{f:"Bentham",v:["400"]},{f:"Berkshire Swash",v:["400"]},{f:"Besley",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Beth Ellen",v:["400"]},{f:"Bevan",v:["400","400i"]},{f:"BhuTuka Expanded One",v:["400"]},{f:"Big Shoulders Display",v:["100","200","300","400","500","600","700","800","900"]},{f:"Big Shoulders Inline Display",v:["100","200","300","400","500","600","700","800","900"]},{f:"Big Shoulders Inline Text",v:["100","200","300","400","500","600","700","800","900"]},{f:"Big Shoulders Stencil Display",v:["100","200","300","400","500","600","700","800","900"]},{f:"Big Shoulders Stencil Text",v:["100","200","300","400","500","600","700","800","900"]},{f:"Big Shoulders Text",v:["100","200","300","400","500","600","700","800","900"]},{f:"Bigelow Rules",v:["400"]},{f:"Bigshot One",v:["400"]},{f:"Bilbo",v:["400"]},{f:"Bilbo Swash Caps",v:["400"]},{f:"BioRhyme",v:["200","300","400","700","800"]},{f:"BioRhyme Expanded",v:["200","300","400","700","800"]},{f:"Birthstone",v:["400"]},{f:"Birthstone Bounce",v:["400","500"]},{f:"Biryani",v:["200","300","400","600","700","800","900"]},{f:"Bitter",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Black And White Picture",v:["400"]},{f:"Black Han Sans",v:["400"]},{f:"Black Ops One",v:["400"]},{f:"Blaka",v:["400"]},{f:"Blaka Hollow",v:["400"]},{f:"Blinker",v:["100","200","300","400","600","700","800","900"]},{f:"Bodoni Moda",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Bokor",v:["400"]},{f:"Bona Nova",v:["400","400i","700"]},{f:"Bonbon",v:["400"]},{f:"Bonheur Royale",v:["400"]},{f:"Boogaloo",v:["400"]},{f:"Bowlby One",v:["400"]},{f:"Bowlby One SC",v:["400"]},{f:"Brawler",v:["400","700"]},{f:"Bree Serif",v:["400"]},{f:"Brygada 1918",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Bubblegum Sans",v:["400"]},{f:"Bubbler One",v:["400"]},{f:"Buda",v:["300"]},{f:"Buenard",v:["400","700"]},{f:"Bungee",v:["400"]},{f:"Bungee Hairline",v:["400"]},{f:"Bungee Inline",v:["400"]},{f:"Bungee Outline",v:["400"]},{f:"Bungee Shade",v:["400"]},{f:"Butcherman",v:["400"]},{f:"Butterfly Kids",v:["400"]},{f:"Cabin",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Cabin Condensed",v:["400","500","600","700"]},{f:"Cabin Sketch",v:["400","700"]},{f:"Caesar Dressing",v:["400"]},{f:"Cagliostro",v:["400"]},{f:"Cairo",v:["200","300","400","500","600","700","800","900"]},{f:"Caladea",v:["400","400i","700","700i"]},{f:"Calistoga",v:["400"]},{f:"Calligraffitti",v:["400"]},{f:"Cambay",v:["400","400i","700","700i"]},{f:"Cambo",v:["400"]},{f:"Candal",v:["400"]},{f:"Cantarell",v:["400","400i","700","700i"]},{f:"Cantata One",v:["400"]},{f:"Cantora One",v:["400"]},{f:"Capriola",v:["400"]},{f:"Caramel",v:["400"]},{f:"Carattere",v:["400"]},{f:"Cardo",v:["400","400i","700"]},{f:"Carme",v:["400"]},{f:"Carrois Gothic",v:["400"]},{f:"Carrois Gothic SC",v:["400"]},{f:"Carter One",v:["400"]},{f:"Castoro",v:["400","400i"]},{f:"Catamaran",v:["100","200","300","400","500","600","700","800","900"]},{f:"Caudex",v:["400","400i","700","700i"]},{f:"Caveat",v:["400","500","600","700"]},{f:"Caveat Brush",v:["400"]},{f:"Cedarville Cursive",v:["400"]},{f:"Ceviche One",v:["400"]},{f:"Chakra Petch",v:["300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Changa",v:["200","300","400","500","600","700","800"]},{f:"Changa One",v:["400","400i"]},{f:"Chango",v:["400"]},{f:"Charis SIL",v:["400","400i","700","700i"]},{f:"Charm",v:["400","700"]},{f:"Charmonman",v:["400","700"]},{f:"Chathura",v:["100","300","400","700","800"]},{f:"Chau Philomene One",v:["400","400i"]},{f:"Chela One",v:["400"]},{f:"Chelsea Market",v:["400"]},{f:"Chenla",v:["400"]},{f:"Cherish",v:["400"]},{f:"Cherry Cream Soda",v:["400"]},{f:"Cherry Swash",v:["400","700"]},{f:"Chewy",v:["400"]},{f:"Chicle",v:["400"]},{f:"Chilanka",v:["400"]},{f:"Chivo",v:["300","300i","400","400i","700","700i","900","900i"]},{f:"Chonburi",v:["400"]},{f:"Cinzel",v:["400","500","600","700","800","900"]},{f:"Cinzel Decorative",v:["400","700","900"]},{f:"Clicker Script",v:["400"]},{f:"Coda",v:["400","800"]},{f:"Coda Caption",v:["800"]},{f:"Codystar",v:["300","400"]},{f:"Coiny",v:["400"]},{f:"Combo",v:["400"]},{f:"Comfortaa",v:["300","400","500","600","700"]},{f:"Comforter",v:["400"]},{f:"Comforter Brush",v:["400"]},{f:"Comic Neue",v:["300","300i","400","400i","700","700i"]},{f:"Coming Soon",v:["400"]},{f:"Commissioner",v:["100","200","300","400","500","600","700","800","900"]},{f:"Concert One",v:["400"]},{f:"Condiment",v:["400"]},{f:"Content",v:["400","700"]},{f:"Contrail One",v:["400"]},{f:"Convergence",v:["400"]},{f:"Cookie",v:["400"]},{f:"Copse",v:["400"]},{f:"Corben",v:["400","700"]},{f:"Corinthia",v:["400","700"]},{f:"Cormorant",v:["300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Cormorant Garamond",v:["300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Cormorant Infant",v:["300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Cormorant SC",v:["300","400","500","600","700"]},{f:"Cormorant Unicase",v:["300","400","500","600","700"]},{f:"Cormorant Upright",v:["300","400","500","600","700"]},{f:"Courgette",v:["400"]},{f:"Courier Prime",v:["400","400i","700","700i"]},{f:"Cousine",v:["400","400i","700","700i"]},{f:"Coustard",v:["400","900"]},{f:"Covered By Your Grace",v:["400"]},{f:"Crafty Girls",v:["400"]},{f:"Creepster",v:["400"]},{f:"Crete Round",v:["400","400i"]},{f:"Crimson Pro",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Crimson Text",v:["400","400i","600","600i","700","700i"]},{f:"Croissant One",v:["400"]},{f:"Crushed",v:["400"]},{f:"Cuprum",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Cute Font",v:["400"]},{f:"Cutive",v:["400"]},{f:"Cutive Mono",v:["400"]},{f:"DM Mono",v:["300","300i","400","400i","500","500i"]},{f:"DM Sans",v:["400","400i","500","500i","700","700i"]},{f:"DM Serif Display",v:["400","400i"]},{f:"DM Serif Text",v:["400","400i"]},{f:"Damion",v:["400"]},{f:"Dancing Script",v:["400","500","600","700"]},{f:"Dangrek",v:["400"]},{f:"Darker Grotesque",v:["300","400","500","600","700","800","900"]},{f:"David Libre",v:["400","500","700"]},{f:"Dawning of a New Day",v:["400"]},{f:"Days One",v:["400"]},{f:"Dekko",v:["400"]},{f:"Dela Gothic One",v:["400"]},{f:"Delius",v:["400"]},{f:"Delius Swash Caps",v:["400"]},{f:"Delius Unicase",v:["400","700"]},{f:"Della Respira",v:["400"]},{f:"Denk One",v:["400"]},{f:"Devonshire",v:["400"]},{f:"Dhurjati",v:["400"]},{f:"Didact Gothic",v:["400"]},{f:"Diplomata",v:["400"]},{f:"Diplomata SC",v:["400"]},{f:"Do Hyeon",v:["400"]},{f:"Dokdo",v:["400"]},{f:"Domine",v:["400","500","600","700"]},{f:"Donegal One",v:["400"]},{f:"Dongle",v:["300","400","700"]},{f:"Doppio One",v:["400"]},{f:"Dorsa",v:["400"]},{f:"Dosis",v:["200","300","400","500","600","700","800"]},{f:"DotGothic16",v:["400"]},{f:"Dr Sugiyama",v:["400"]},{f:"Duru Sans",v:["400"]},{f:"Dynalight",v:["400"]},{f:"EB Garamond",v:["400","500","600","700","800","400i","500i","600i","700i","800i"]},{f:"Eagle Lake",v:["400"]},{f:"East Sea Dokdo",v:["400"]},{f:"Eater",v:["400"]},{f:"Economica",v:["400","400i","700","700i"]},{f:"Eczar",v:["400","500","600","700","800"]},{f:"El Messiri",v:["400","500","600","700"]},{f:"Electrolize",v:["400"]},{f:"Elsie",v:["400","900"]},{f:"Elsie Swash Caps",v:["400","900"]},{f:"Emblema One",v:["400"]},{f:"Emilys Candy",v:["400"]},{f:"Encode Sans",v:["100","200","300","400","500","600","700","800","900"]},{f:"Encode Sans Condensed",v:["100","200","300","400","500","600","700","800","900"]},{f:"Encode Sans Expanded",v:["100","200","300","400","500","600","700","800","900"]},{f:"Encode Sans SC",v:["100","200","300","400","500","600","700","800","900"]},{f:"Encode Sans Semi Condensed",v:["100","200","300","400","500","600","700","800","900"]},{f:"Encode Sans Semi Expanded",v:["100","200","300","400","500","600","700","800","900"]},{f:"Engagement",v:["400"]},{f:"Englebert",v:["400"]},{f:"Enriqueta",v:["400","500","600","700"]},{f:"Ephesis",v:["400"]},{f:"Epilogue",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Erica One",v:["400"]},{f:"Esteban",v:["400"]},{f:"Estonia",v:["400"]},{f:"Euphoria Script",v:["400"]},{f:"Ewert",v:["400"]},{f:"Exo",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Exo 2",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Expletus Sans",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Explora",v:["400"]},{f:"Fahkwang",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Familjen Grotesk",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Fanwood Text",v:["400","400i"]},{f:"Farro",v:["300","400","500","700"]},{f:"Farsan",v:["400"]},{f:"Fascinate",v:["400"]},{f:"Fascinate Inline",v:["400"]},{f:"Faster One",v:["400"]},{f:"Fasthand",v:["400"]},{f:"Fauna One",v:["400"]},{f:"Faustina",v:["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]},{f:"Federant",v:["400"]},{f:"Federo",v:["400"]},{f:"Felipa",v:["400"]},{f:"Fenix",v:["400"]},{f:"Festive",v:["400"]},{f:"Finger Paint",v:["400"]},{f:"Fira Code",v:["300","400","500","600","700"]},{f:"Fira Mono",v:["400","500","700"]},{f:"Fira Sans",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Fira Sans Condensed",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Fira Sans Extra Condensed",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Fjalla One",v:["400"]},{f:"Fjord One",v:["400"]},{f:"Flamenco",v:["300","400"]},{f:"Flavors",v:["400"]},{f:"Fleur De Leah",v:["400"]},{f:"Flow Block",v:["400"]},{f:"Flow Circular",v:["400"]},{f:"Flow Rounded",v:["400"]},{f:"Fondamento",v:["400","400i"]},{f:"Fontdiner Swanky",v:["400"]},{f:"Forum",v:["400"]},{f:"Francois One",v:["400"]},{f:"Frank Ruhl Libre",v:["300","400","500","700","900"]},{f:"Fraunces",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Freckle Face",v:["400"]},{f:"Fredericka the Great",v:["400"]},{f:"Fredoka",v:["300","400","500","600","700"]},{f:"Fredoka One",v:["400"]},{f:"Freehand",v:["400"]},{f:"Fresca",v:["400"]},{f:"Frijole",v:["400"]},{f:"Fruktur",v:["400"]},{f:"Fugaz One",v:["400"]},{f:"Fuggles",v:["400"]},{f:"Fuzzy Bubbles",v:["400","700"]},{f:"GFS Didot",v:["400"]},{f:"GFS Neohellenic",v:["400","400i","700","700i"]},{f:"Gabriela",v:["400"]},{f:"Gaegu",v:["300","400","700"]},{f:"Gafata",v:["400"]},{f:"Galada",v:["400"]},{f:"Galdeano",v:["400"]},{f:"Galindo",v:["400"]},{f:"Gamja Flower",v:["400"]},{f:"Gayathri",v:["100","400","700"]},{f:"Gelasio",v:["400","400i","500","500i","600","600i","700","700i"]},{f:"Gemunu Libre",v:["200","300","400","500","600","700","800"]},{f:"Genos",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Gentium Basic",v:["400","400i","700","700i"]},{f:"Gentium Book Basic",v:["400","400i","700","700i"]},{f:"Gentium Plus",v:["400","400i","700","700i"]},{f:"Geo",v:["400","400i"]},{f:"Georama",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Geostar",v:["400"]},{f:"Geostar Fill",v:["400"]},{f:"Germania One",v:["400"]},{f:"Gideon Roman",v:["400"]},{f:"Gidugu",v:["400"]},{f:"Gilda Display",v:["400"]},{f:"Girassol",v:["400"]},{f:"Give You Glory",v:["400"]},{f:"Glass Antiqua",v:["400"]},{f:"Glegoo",v:["400","700"]},{f:"Gloria Hallelujah",v:["400"]},{f:"Glory",v:["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"]},{f:"Gluten",v:["100","200","300","400","500","600","700","800","900"]},{f:"Goblin One",v:["400"]},{f:"Gochi Hand",v:["400"]},{f:"Goldman",v:["400","700"]},{f:"Gorditas",v:["400","700"]},{f:"Gothic A1",v:["100","200","300","400","500","600","700","800","900"]},{f:"Gotu",v:["400"]},{f:"Goudy Bookletter 1911",v:["400"]},{f:"Gowun Batang",v:["400","700"]},{f:"Gowun Dodum",v:["400"]},{f:"Graduate",v:["400"]},{f:"Grand Hotel",v:["400"]},{f:"Grandstander",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Grape Nuts",v:["400"]},{f:"Gravitas One",v:["400"]},{f:"Great Vibes",v:["400"]},{f:"Grechen Fuemen",v:["400"]},{f:"Grenze",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Grenze Gotisch",v:["100","200","300","400","500","600","700","800","900"]},{f:"Grey Qo",v:["400"]},{f:"Griffy",v:["400"]},{f:"Gruppo",v:["400"]},{f:"Gudea",v:["400","400i","700"]},{f:"Gugi",v:["400"]},{f:"Gupter",v:["400","500","700"]},{f:"Gurajada",v:["400"]},{f:"Gwendolyn",v:["400","700"]},{f:"Habibi",v:["400"]},{f:"Hachi Maru Pop",v:["400"]},{f:"Hahmlet",v:["100","200","300","400","500","600","700","800","900"]},{f:"Halant",v:["300","400","500","600","700"]},{f:"Hammersmith One",v:["400"]},{f:"Hanalei",v:["400"]},{f:"Hanalei Fill",v:["400"]},{f:"Handlee",v:["400"]},{f:"Hanuman",v:["100","300","400","700","900"]},{f:"Happy Monkey",v:["400"]},{f:"Harmattan",v:["400","700"]},{f:"Headland One",v:["400"]},{f:"Heebo",v:["100","200","300","400","500","600","700","800","900"]},{f:"Henny Penny",v:["400"]},{f:"Hepta Slab",v:["100","200","300","400","500","600","700","800","900"]},{f:"Herr Von Muellerhoff",v:["400"]},{f:"Hi Melody",v:["400"]},{f:"Hina Mincho",v:["400"]},{f:"Hind",v:["300","400","500","600","700"]},{f:"Hind Guntur",v:["300","400","500","600","700"]},{f:"Hind Madurai",v:["300","400","500","600","700"]},{f:"Hind Siliguri",v:["300","400","500","600","700"]},{f:"Hind Vadodara",v:["300","400","500","600","700"]},{f:"Holtwood One SC",v:["400"]},{f:"Homemade Apple",v:["400"]},{f:"Homenaje",v:["400"]},{f:"Hubballi",v:["400"]},{f:"Hurricane",v:["400"]},{f:"IBM Plex Mono",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"IBM Plex Sans",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"IBM Plex Sans Arabic",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Sans Condensed",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"IBM Plex Sans Devanagari",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Sans Hebrew",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Sans KR",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Sans Thai",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Sans Thai Looped",v:["100","200","300","400","500","600","700"]},{f:"IBM Plex Serif",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"IM Fell DW Pica",v:["400","400i"]},{f:"IM Fell DW Pica SC",v:["400"]},{f:"IM Fell Double Pica",v:["400","400i"]},{f:"IM Fell Double Pica SC",v:["400"]},{f:"IM Fell English",v:["400","400i"]},{f:"IM Fell English SC",v:["400"]},{f:"IM Fell French Canon",v:["400","400i"]},{f:"IM Fell French Canon SC",v:["400"]},{f:"IM Fell Great Primer",v:["400","400i"]},{f:"IM Fell Great Primer SC",v:["400"]},{f:"Ibarra Real Nova",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Iceberg",v:["400"]},{f:"Iceland",v:["400"]},{f:"Imbue",v:["100","200","300","400","500","600","700","800","900"]},{f:"Imperial Script",v:["400"]},{f:"Imprima",v:["400"]},{f:"Inconsolata",v:["200","300","400","500","600","700","800","900"]},{f:"Inder",v:["400"]},{f:"Indie Flower",v:["400"]},{f:"Ingrid Darling",v:["400"]},{f:"Inika",v:["400","700"]},{f:"Inknut Antiqua",v:["300","400","500","600","700","800","900"]},{f:"Inria Sans",v:["300","300i","400","400i","700","700i"]},{f:"Inria Serif",v:["300","300i","400","400i","700","700i"]},{f:"Inspiration",v:["400"]},{f:"Inter",v:["100","200","300","400","500","600","700","800","900"]},{f:"Irish Grover",v:["400"]},{f:"Island Moments",v:["400"]},{f:"Istok Web",v:["400","400i","700","700i"]},{f:"Italiana",v:["400"]},{f:"Italianno",v:["400"]},{f:"Itim",v:["400"]},{f:"Jacques Francois",v:["400"]},{f:"Jacques Francois Shadow",v:["400"]},{f:"Jaldi",v:["400","700"]},{f:"JetBrains Mono",v:["100","200","300","400","500","600","700","800","100i","200i","300i","400i","500i","600i","700i","800i"]},{f:"Jim Nightshade",v:["400"]},{f:"Joan",v:["400"]},{f:"Jockey One",v:["400"]},{f:"Jolly Lodger",v:["400"]},{f:"Jomhuria",v:["400"]},{f:"Jomolhari",v:["400"]},{f:"Josefin Sans",v:["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]},{f:"Josefin Slab",v:["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]},{f:"Jost",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Joti One",v:["400"]},{f:"Jua",v:["400"]},{f:"Judson",v:["400","400i","700"]},{f:"Julee",v:["400"]},{f:"Julius Sans One",v:["400"]},{f:"Junge",v:["400"]},{f:"Jura",v:["300","400","500","600","700"]},{f:"Just Another Hand",v:["400"]},{f:"Just Me Again Down Here",v:["400"]},{f:"K2D",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]},{f:"Kadwa",v:["400","700"]},{f:"Kaisei Decol",v:["400","500","700"]},{f:"Kaisei HarunoUmi",v:["400","500","700"]},{f:"Kaisei Opti",v:["400","500","700"]},{f:"Kaisei Tokumin",v:["400","500","700","800"]},{f:"Kalam",v:["300","400","700"]},{f:"Kameron",v:["400","700"]},{f:"Kanit",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Kantumruy",v:["300","400","700"]},{f:"Karantina",v:["300","400","700"]},{f:"Karla",v:["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]},{f:"Karma",v:["300","400","500","600","700"]},{f:"Katibeh",v:["400"]},{f:"Kaushan Script",v:["400"]},{f:"Kavivanar",v:["400"]},{f:"Kavoon",v:["400"]},{f:"Kdam Thmor",v:["400"]},{f:"Kdam Thmor Pro",v:["400"]},{f:"Keania One",v:["400"]},{f:"Kelly Slab",v:["400"]},{f:"Kenia",v:["400"]},{f:"Khand",v:["300","400","500","600","700"]},{f:"Khmer",v:["400"]},{f:"Khula",v:["300","400","600","700","800"]},{f:"Kings",v:["400"]},{f:"Kirang Haerang",v:["400"]},{f:"Kite One",v:["400"]},{f:"Kiwi Maru",v:["300","400","500"]},{f:"Klee One",v:["400","600"]},{f:"Knewave",v:["400"]},{f:"KoHo",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Kodchasan",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Koh Santepheap",v:["100","300","400","700","900"]},{f:"Kolker Brush",v:["400"]},{f:"Kosugi",v:["400"]},{f:"Kosugi Maru",v:["400"]},{f:"Kotta One",v:["400"]},{f:"Koulen",v:["400"]},{f:"Kranky",v:["400"]},{f:"Kreon",v:["300","400","500","600","700"]},{f:"Kristi",v:["400"]},{f:"Krona One",v:["400"]},{f:"Krub",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Kufam",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Kulim Park",v:["200","200i","300","300i","400","400i","600","600i","700","700i"]},{f:"Kumar One",v:["400"]},{f:"Kumar One Outline",v:["400"]},{f:"Kumbh Sans",v:["100","200","300","400","500","600","700","800","900"]},{f:"Kurale",v:["400"]},{f:"La Belle Aurore",v:["400"]},{f:"Lacquer",v:["400"]},{f:"Laila",v:["300","400","500","600","700"]},{f:"Lakki Reddy",v:["400"]},{f:"Lalezar",v:["400"]},{f:"Lancelot",v:["400"]},{f:"Langar",v:["400"]},{f:"Lateef",v:["400"]},{f:"Lato",v:["100","100i","300","300i","400","400i","700","700i","900","900i"]},{f:"Lavishly Yours",v:["400"]},{f:"League Gothic",v:["400"]},{f:"League Script",v:["400"]},{f:"League Spartan",v:["100","200","300","400","500","600","700","800","900"]},{f:"Leckerli One",v:["400"]},{f:"Ledger",v:["400"]},{f:"Lekton",v:["400","400i","700"]},{f:"Lemon",v:["400"]},{f:"Lemonada",v:["300","400","500","600","700"]},{f:"Lexend",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Deca",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Exa",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Giga",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Mega",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Peta",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Tera",v:["100","200","300","400","500","600","700","800","900"]},{f:"Lexend Zetta",v:["100","200","300","400","500","600","700","800","900"]},{f:"Libre Barcode 128",v:["400"]},{f:"Libre Barcode 128 Text",v:["400"]},{f:"Libre Barcode 39",v:["400"]},{f:"Libre Barcode 39 Extended",v:["400"]},{f:"Libre Barcode 39 Extended Text",v:["400"]},{f:"Libre Barcode 39 Text",v:["400"]},{f:"Libre Barcode EAN13 Text",v:["400"]},{f:"Libre Baskerville",v:["400","400i","700"]},{f:"Libre Bodoni",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Libre Caslon Display",v:["400"]},{f:"Libre Caslon Text",v:["400","400i","700"]},{f:"Libre Franklin",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Licorice",v:["400"]},{f:"Life Savers",v:["400","700","800"]},{f:"Lilita One",v:["400"]},{f:"Lily Script One",v:["400"]},{f:"Limelight",v:["400"]},{f:"Linden Hill",v:["400","400i"]},{f:"Literata",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Liu Jian Mao Cao",v:["400"]},{f:"Livvic",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","900","900i"]},{f:"Lobster",v:["400"]},{f:"Lobster Two",v:["400","400i","700","700i"]},{f:"Londrina Outline",v:["400"]},{f:"Londrina Shadow",v:["400"]},{f:"Londrina Sketch",v:["400"]},{f:"Londrina Solid",v:["100","300","400","900"]},{f:"Long Cang",v:["400"]},{f:"Lora",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Love Light",v:["400"]},{f:"Love Ya Like A Sister",v:["400"]},{f:"Loved by the King",v:["400"]},{f:"Lovers Quarrel",v:["400"]},{f:"Luckiest Guy",v:["400"]},{f:"Lusitana",v:["400","700"]},{f:"Lustria",v:["400"]},{f:"Luxurious Roman",v:["400"]},{f:"Luxurious Script",v:["400"]},{f:"M PLUS 1",v:["100","200","300","400","500","600","700","800","900"]},{f:"M PLUS 1 Code",v:["100","200","300","400","500","600","700"]},{f:"M PLUS 1p",v:["100","300","400","500","700","800","900"]},{f:"M PLUS 2",v:["100","200","300","400","500","600","700","800","900"]},{f:"M PLUS Code Latin",v:["100","200","300","400","500","600","700"]},{f:"M PLUS Rounded 1c",v:["100","300","400","500","700","800","900"]},{f:"Ma Shan Zheng",v:["400"]},{f:"Macondo",v:["400"]},{f:"Macondo Swash Caps",v:["400"]},{f:"Mada",v:["200","300","400","500","600","700","900"]},{f:"Magra",v:["400","700"]},{f:"Maiden Orange",v:["400"]},{f:"Maitree",v:["200","300","400","500","600","700"]},{f:"Major Mono Display",v:["400"]},{f:"Mako",v:["400"]},{f:"Mali",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Mallanna",v:["400"]},{f:"Mandali",v:["400"]},{f:"Manjari",v:["100","400","700"]},{f:"Manrope",v:["200","300","400","500","600","700","800"]},{f:"Mansalva",v:["400"]},{f:"Manuale",v:["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]},{f:"Marcellus",v:["400"]},{f:"Marcellus SC",v:["400"]},{f:"Marck Script",v:["400"]},{f:"Margarine",v:["400"]},{f:"Markazi Text",v:["400","500","600","700"]},{f:"Marko One",v:["400"]},{f:"Marmelad",v:["400"]},{f:"Martel",v:["200","300","400","600","700","800","900"]},{f:"Martel Sans",v:["200","300","400","600","700","800","900"]},{f:"Marvel",v:["400","400i","700","700i"]},{f:"Mate",v:["400","400i"]},{f:"Mate SC",v:["400"]},{f:"Maven Pro",v:["400","500","600","700","800","900"]},{f:"McLaren",v:["400"]},{f:"Mea Culpa",v:["400"]},{f:"Meddon",v:["400"]},{f:"MedievalSharp",v:["400"]},{f:"Medula One",v:["400"]},{f:"Meera Inimai",v:["400"]},{f:"Megrim",v:["400"]},{f:"Meie Script",v:["400"]},{f:"Meow Script",v:["400"]},{f:"Merienda",v:["400","700"]},{f:"Merienda One",v:["400"]},{f:"Merriweather",v:["300","300i","400","400i","700","700i","900","900i"]},{f:"Merriweather Sans",v:["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]},{f:"Metal",v:["400"]},{f:"Metal Mania",v:["400"]},{f:"Metamorphous",v:["400"]},{f:"Metrophobic",v:["400"]},{f:"Michroma",v:["400"]},{f:"Milonga",v:["400"]},{f:"Miltonian",v:["400"]},{f:"Miltonian Tattoo",v:["400"]},{f:"Mina",v:["400","700"]},{f:"Miniver",v:["400"]},{f:"Miriam Libre",v:["400","700"]},{f:"Mirza",v:["400","500","600","700"]},{f:"Miss Fajardose",v:["400"]},{f:"Mitr",v:["200","300","400","500","600","700"]},{f:"Mochiy Pop One",v:["400"]},{f:"Mochiy Pop P One",v:["400"]},{f:"Modak",v:["400"]},{f:"Modern Antiqua",v:["400"]},{f:"Mogra",v:["400"]},{f:"Mohave",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Molengo",v:["400"]},{f:"Molle",v:["400i"]},{f:"Monda",v:["400","700"]},{f:"Monofett",v:["400"]},{f:"Monoton",v:["400"]},{f:"Monsieur La Doulaise",v:["400"]},{f:"Montaga",v:["400"]},{f:"Montagu Slab",v:["100","200","300","400","500","600","700"]},{f:"MonteCarlo",v:["400"]},{f:"Montez",v:["400"]},{f:"Montserrat",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Montserrat Alternates",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Montserrat Subrayada",v:["400","700"]},{f:"Moo Lah Lah",v:["400"]},{f:"Moon Dance",v:["400"]},{f:"Moul",v:["400"]},{f:"Moulpali",v:["400"]},{f:"Mountains of Christmas",v:["400","700"]},{f:"Mouse Memoirs",v:["400"]},{f:"Mr Bedfort",v:["400"]},{f:"Mr Dafoe",v:["400"]},{f:"Mr De Haviland",v:["400"]},{f:"Mrs Saint Delafield",v:["400"]},{f:"Mrs Sheppards",v:["400"]},{f:"Ms Madi",v:["400"]},{f:"Mukta",v:["200","300","400","500","600","700","800"]},{f:"Mukta Mahee",v:["200","300","400","500","600","700","800"]},{f:"Mukta Malar",v:["200","300","400","500","600","700","800"]},{f:"Mukta Vaani",v:["200","300","400","500","600","700","800"]},{f:"Mulish",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Murecho",v:["100","200","300","400","500","600","700","800","900"]},{f:"MuseoModerno",v:["100","200","300","400","500","600","700","800","900"]},{f:"My Soul",v:["400"]},{f:"Mystery Quest",v:["400"]},{f:"NTR",v:["400"]},{f:"Nanum Brush Script",v:["400"]},{f:"Nanum Gothic",v:["400","700","800"]},{f:"Nanum Gothic Coding",v:["400","700"]},{f:"Nanum Myeongjo",v:["400","700","800"]},{f:"Nanum Pen Script",v:["400"]},{f:"Neonderthaw",v:["400"]},{f:"Nerko One",v:["400"]},{f:"Neucha",v:["400"]},{f:"Neuton",v:["200","300","400","400i","700","800"]},{f:"New Rocker",v:["400"]},{f:"New Tegomin",v:["400"]},{f:"News Cycle",v:["400","700"]},{f:"Newsreader",v:["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]},{f:"Niconne",v:["400"]},{f:"Niramit",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Nixie One",v:["400"]},{f:"Nobile",v:["400","400i","500","500i","700","700i"]},{f:"Nokora",v:["100","300","400","700","900"]},{f:"Norican",v:["400"]},{f:"Nosifer",v:["400"]},{f:"Notable",v:["400"]},{f:"Nothing You Could Do",v:["400"]},{f:"Noticia Text",v:["400","400i","700","700i"]},{f:"Noto Emoji",v:["300","400","500","600","700"]},{f:"Noto Kufi Arabic",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Music",v:["400"]},{f:"Noto Naskh Arabic",v:["400","500","600","700"]},{f:"Noto Nastaliq Urdu",v:["400","700"]},{f:"Noto Rashi Hebrew",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Noto Sans Adlam",v:["400","500","600","700"]},{f:"Noto Sans Adlam Unjoined",v:["400","500","600","700"]},{f:"Noto Sans Anatolian Hieroglyphs",v:["400"]},{f:"Noto Sans Arabic",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Armenian",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Avestan",v:["400"]},{f:"Noto Sans Balinese",v:["400","500","600","700"]},{f:"Noto Sans Bamum",v:["400","500","600","700"]},{f:"Noto Sans Bassa Vah",v:["400"]},{f:"Noto Sans Batak",v:["400"]},{f:"Noto Sans Bengali",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Bhaiksuki",v:["400"]},{f:"Noto Sans Brahmi",v:["400"]},{f:"Noto Sans Buginese",v:["400"]},{f:"Noto Sans Buhid",v:["400"]},{f:"Noto Sans Canadian Aboriginal",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Carian",v:["400"]},{f:"Noto Sans Caucasian Albanian",v:["400"]},{f:"Noto Sans Chakma",v:["400"]},{f:"Noto Sans Cham",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Cherokee",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Coptic",v:["400"]},{f:"Noto Sans Cuneiform",v:["400"]},{f:"Noto Sans Cypriot",v:["400"]},{f:"Noto Sans Deseret",v:["400"]},{f:"Noto Sans Devanagari",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Display",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Noto Sans Duployan",v:["400"]},{f:"Noto Sans Egyptian Hieroglyphs",v:["400"]},{f:"Noto Sans Elbasan",v:["400"]},{f:"Noto Sans Elymaic",v:["400"]},{f:"Noto Sans Georgian",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Glagolitic",v:["400"]},{f:"Noto Sans Gothic",v:["400"]},{f:"Noto Sans Grantha",v:["400"]},{f:"Noto Sans Gujarati",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Gunjala Gondi",v:["400"]},{f:"Noto Sans Gurmukhi",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans HK",v:["100","300","400","500","700","900"]},{f:"Noto Sans Hanifi Rohingya",v:["400","500","600","700"]},{f:"Noto Sans Hanunoo",v:["400"]},{f:"Noto Sans Hatran",v:["400"]},{f:"Noto Sans Hebrew",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Imperial Aramaic",v:["400"]},{f:"Noto Sans Indic Siyaq Numbers",v:["400"]},{f:"Noto Sans Inscriptional Pahlavi",v:["400"]},{f:"Noto Sans Inscriptional Parthian",v:["400"]},{f:"Noto Sans JP",v:["100","300","400","500","700","900"]},{f:"Noto Sans Javanese",v:["400","700"]},{f:"Noto Sans KR",v:["100","300","400","500","700","900"]},{f:"Noto Sans Kaithi",v:["400"]},{f:"Noto Sans Kannada",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Kayah Li",v:["400","500","600","700"]},{f:"Noto Sans Kharoshthi",v:["400"]},{f:"Noto Sans Khmer",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Khojki",v:["400"]},{f:"Noto Sans Khudawadi",v:["400"]},{f:"Noto Sans Lao",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Lepcha",v:["400"]},{f:"Noto Sans Limbu",v:["400"]},{f:"Noto Sans Linear A",v:["400"]},{f:"Noto Sans Linear B",v:["400"]},{f:"Noto Sans Lisu",v:["400","500","600","700"]},{f:"Noto Sans Lycian",v:["400"]},{f:"Noto Sans Lydian",v:["400"]},{f:"Noto Sans Mahajani",v:["400"]},{f:"Noto Sans Malayalam",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Mandaic",v:["400"]},{f:"Noto Sans Manichaean",v:["400"]},{f:"Noto Sans Marchen",v:["400"]},{f:"Noto Sans Masaram Gondi",v:["400"]},{f:"Noto Sans Math",v:["400"]},{f:"Noto Sans Mayan Numerals",v:["400"]},{f:"Noto Sans Medefaidrin",v:["400","500","600","700"]},{f:"Noto Sans Meetei Mayek",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Meroitic",v:["400"]},{f:"Noto Sans Miao",v:["400"]},{f:"Noto Sans Modi",v:["400"]},{f:"Noto Sans Mongolian",v:["400"]},{f:"Noto Sans Mono",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Mro",v:["400"]},{f:"Noto Sans Multani",v:["400"]},{f:"Noto Sans Myanmar",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans N Ko",v:["400"]},{f:"Noto Sans Nabataean",v:["400"]},{f:"Noto Sans New Tai Lue",v:["400"]},{f:"Noto Sans Newa",v:["400"]},{f:"Noto Sans Nushu",v:["400"]},{f:"Noto Sans Ogham",v:["400"]},{f:"Noto Sans Ol Chiki",v:["400","500","600","700"]},{f:"Noto Sans Old Hungarian",v:["400"]},{f:"Noto Sans Old Italic",v:["400"]},{f:"Noto Sans Old North Arabian",v:["400"]},{f:"Noto Sans Old Permic",v:["400"]},{f:"Noto Sans Old Persian",v:["400"]},{f:"Noto Sans Old Sogdian",v:["400"]},{f:"Noto Sans Old South Arabian",v:["400"]},{f:"Noto Sans Old Turkic",v:["400"]},{f:"Noto Sans Oriya",v:["100","400","700","900"]},{f:"Noto Sans Osage",v:["400"]},{f:"Noto Sans Osmanya",v:["400"]},{f:"Noto Sans Pahawh Hmong",v:["400"]},{f:"Noto Sans Palmyrene",v:["400"]},{f:"Noto Sans Pau Cin Hau",v:["400"]},{f:"Noto Sans Phags Pa",v:["400"]},{f:"Noto Sans Phoenician",v:["400"]},{f:"Noto Sans Psalter Pahlavi",v:["400"]},{f:"Noto Sans Rejang",v:["400"]},{f:"Noto Sans Runic",v:["400"]},{f:"Noto Sans SC",v:["100","300","400","500","700","900"]},{f:"Noto Sans Samaritan",v:["400"]},{f:"Noto Sans Saurashtra",v:["400"]},{f:"Noto Sans Sharada",v:["400"]},{f:"Noto Sans Shavian",v:["400"]},{f:"Noto Sans Siddham",v:["400"]},{f:"Noto Sans Sinhala",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Sogdian",v:["400"]},{f:"Noto Sans Sora Sompeng",v:["400","500","600","700"]},{f:"Noto Sans Soyombo",v:["400"]},{f:"Noto Sans Sundanese",v:["400","500","600","700"]},{f:"Noto Sans Syloti Nagri",v:["400"]},{f:"Noto Sans Symbols",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Symbols 2",v:["400"]},{f:"Noto Sans Syriac",v:["100","400","900"]},{f:"Noto Sans TC",v:["100","300","400","500","700","900"]},{f:"Noto Sans Tagalog",v:["400"]},{f:"Noto Sans Tagbanwa",v:["400"]},{f:"Noto Sans Tai Le",v:["400"]},{f:"Noto Sans Tai Tham",v:["400","500","600","700"]},{f:"Noto Sans Tai Viet",v:["400"]},{f:"Noto Sans Takri",v:["400"]},{f:"Noto Sans Tamil",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Tamil Supplement",v:["400"]},{f:"Noto Sans Telugu",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Thaana",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Thai",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Thai Looped",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Sans Tifinagh",v:["400"]},{f:"Noto Sans Tirhuta",v:["400"]},{f:"Noto Sans Ugaritic",v:["400"]},{f:"Noto Sans Vai",v:["400"]},{f:"Noto Sans Wancho",v:["400"]},{f:"Noto Sans Warang Citi",v:["400"]},{f:"Noto Sans Yi",v:["400"]},{f:"Noto Sans Zanabazar Square",v:["400"]},{f:"Noto Serif",v:["400","400i","700","700i"]},{f:"Noto Serif Ahom",v:["400"]},{f:"Noto Serif Armenian",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Balinese",v:["400"]},{f:"Noto Serif Bengali",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Devanagari",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Display",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Noto Serif Dogra",v:["400"]},{f:"Noto Serif Ethiopic",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Georgian",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Grantha",v:["400"]},{f:"Noto Serif Gujarati",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Gurmukhi",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Hebrew",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif JP",v:["200","300","400","500","600","700","900"]},{f:"Noto Serif KR",v:["200","300","400","500","600","700","900"]},{f:"Noto Serif Kannada",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Khmer",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Lao",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Malayalam",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Myanmar",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Nyiakeng Puachue Hmong",v:["400","500","600","700"]},{f:"Noto Serif SC",v:["200","300","400","500","600","700","900"]},{f:"Noto Serif Sinhala",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif TC",v:["200","300","400","500","600","700","900"]},{f:"Noto Serif Tamil",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Noto Serif Tangut",v:["400"]},{f:"Noto Serif Telugu",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Thai",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Tibetan",v:["100","200","300","400","500","600","700","800","900"]},{f:"Noto Serif Yezidi",v:["400","500","600","700"]},{f:"Noto Traditional Nushu",v:["400"]},{f:"Nova Cut",v:["400"]},{f:"Nova Flat",v:["400"]},{f:"Nova Mono",v:["400"]},{f:"Nova Oval",v:["400"]},{f:"Nova Round",v:["400"]},{f:"Nova Script",v:["400"]},{f:"Nova Slim",v:["400"]},{f:"Nova Square",v:["400"]},{f:"Numans",v:["400"]},{f:"Nunito",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Nunito Sans",v:["200","200i","300","300i","400","400i","600","600i","700","700i","800","800i","900","900i"]},{f:"Nuosu SIL",v:["400"]},{f:"Odibee Sans",v:["400"]},{f:"Odor Mean Chey",v:["400"]},{f:"Offside",v:["400"]},{f:"Oi",v:["400"]},{f:"Old Standard TT",v:["400","400i","700"]},{f:"Oldenburg",v:["400"]},{f:"Ole",v:["400"]},{f:"Oleo Script",v:["400","700"]},{f:"Oleo Script Swash Caps",v:["400","700"]},{f:"Oooh Baby",v:["400"]},{f:"Open Sans",v:["300","400","500","600","700","800","300i","400i","500i","600i","700i","800i"]},{f:"Oranienbaum",v:["400"]},{f:"Orbitron",v:["400","500","600","700","800","900"]},{f:"Oregano",v:["400","400i"]},{f:"Orelega One",v:["400"]},{f:"Orienta",v:["400"]},{f:"Original Surfer",v:["400"]},{f:"Oswald",v:["200","300","400","500","600","700"]},{f:"Otomanopee One",v:["400"]},{f:"Outfit",v:["100","200","300","400","500","600","700","800","900"]},{f:"Over the Rainbow",v:["400"]},{f:"Overlock",v:["400","400i","700","700i","900","900i"]},{f:"Overlock SC",v:["400"]},{f:"Overpass",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Overpass Mono",v:["300","400","500","600","700"]},{f:"Ovo",v:["400"]},{f:"Oxanium",v:["200","300","400","500","600","700","800"]},{f:"Oxygen",v:["300","400","700"]},{f:"Oxygen Mono",v:["400"]},{f:"PT Mono",v:["400"]},{f:"PT Sans",v:["400","400i","700","700i"]},{f:"PT Sans Caption",v:["400","700"]},{f:"PT Sans Narrow",v:["400","700"]},{f:"PT Serif",v:["400","400i","700","700i"]},{f:"PT Serif Caption",v:["400","400i"]},{f:"Pacifico",v:["400"]},{f:"Padauk",v:["400","700"]},{f:"Palanquin",v:["100","200","300","400","500","600","700"]},{f:"Palanquin Dark",v:["400","500","600","700"]},{f:"Palette Mosaic",v:["400"]},{f:"Pangolin",v:["400"]},{f:"Paprika",v:["400"]},{f:"Parisienne",v:["400"]},{f:"Passero One",v:["400"]},{f:"Passion One",v:["400","700","900"]},{f:"Passions Conflict",v:["400"]},{f:"Pathway Gothic One",v:["400"]},{f:"Patrick Hand",v:["400"]},{f:"Patrick Hand SC",v:["400"]},{f:"Pattaya",v:["400"]},{f:"Patua One",v:["400"]},{f:"Pavanam",v:["400"]},{f:"Paytone One",v:["400"]},{f:"Peddana",v:["400"]},{f:"Peralta",v:["400"]},{f:"Permanent Marker",v:["400"]},{f:"Petemoss",v:["400"]},{f:"Petit Formal Script",v:["400"]},{f:"Petrona",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Philosopher",v:["400","400i","700","700i"]},{f:"Piazzolla",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Piedra",v:["400"]},{f:"Pinyon Script",v:["400"]},{f:"Pirata One",v:["400"]},{f:"Plaster",v:["400"]},{f:"Play",v:["400","700"]},{f:"Playball",v:["400"]},{f:"Playfair Display",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Playfair Display SC",v:["400","400i","700","700i","900","900i"]},{f:"Plus Jakarta Sans",v:["200","300","400","500","600","700","800","200i","300i","400i","500i","600i","700i","800i"]},{f:"Podkova",v:["400","500","600","700","800"]},{f:"Poiret One",v:["400"]},{f:"Poller One",v:["400"]},{f:"Poly",v:["400","400i"]},{f:"Pompiere",v:["400"]},{f:"Pontano Sans",v:["400"]},{f:"Poor Story",v:["400"]},{f:"Poppins",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Port Lligat Sans",v:["400"]},{f:"Port Lligat Slab",v:["400"]},{f:"Potta One",v:["400"]},{f:"Pragati Narrow",v:["400","700"]},{f:"Praise",v:["400"]},{f:"Prata",v:["400"]},{f:"Preahvihear",v:["400"]},{f:"Press Start 2P",v:["400"]},{f:"Pridi",v:["200","300","400","500","600","700"]},{f:"Princess Sofia",v:["400"]},{f:"Prociono",v:["400"]},{f:"Prompt",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Prosto One",v:["400"]},{f:"Proza Libre",v:["400","400i","500","500i","600","600i","700","700i","800","800i"]},{f:"Public Sans",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Puppies Play",v:["400"]},{f:"Puritan",v:["400","400i","700","700i"]},{f:"Purple Purse",v:["400"]},{f:"Qahiri",v:["400"]},{f:"Quando",v:["400"]},{f:"Quantico",v:["400","400i","700","700i"]},{f:"Quattrocento",v:["400","700"]},{f:"Quattrocento Sans",v:["400","400i","700","700i"]},{f:"Questrial",v:["400"]},{f:"Quicksand",v:["300","400","500","600","700"]},{f:"Quintessential",v:["400"]},{f:"Qwigley",v:["400"]},{f:"Qwitcher Grypen",v:["400","700"]},{f:"Racing Sans One",v:["400"]},{f:"Radio Canada",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Radley",v:["400","400i"]},{f:"Rajdhani",v:["300","400","500","600","700"]},{f:"Rakkas",v:["400"]},{f:"Raleway",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Raleway Dots",v:["400"]},{f:"Ramabhadra",v:["400"]},{f:"Ramaraja",v:["400"]},{f:"Rambla",v:["400","400i","700","700i"]},{f:"Rammetto One",v:["400"]},{f:"Rampart One",v:["400"]},{f:"Ranchers",v:["400"]},{f:"Rancho",v:["400"]},{f:"Ranga",v:["400","700"]},{f:"Rasa",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Rationale",v:["400"]},{f:"Ravi Prakash",v:["400"]},{f:"Readex Pro",v:["200","300","400","500","600","700"]},{f:"Recursive",v:["300","400","500","600","700","800","900"]},{f:"Red Hat Display",v:["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]},{f:"Red Hat Mono",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Red Hat Text",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Red Rose",v:["300","400","500","600","700"]},{f:"Redacted",v:["400"]},{f:"Redacted Script",v:["300","400","700"]},{f:"Redressed",v:["400"]},{f:"Reem Kufi",v:["400","500","600","700"]},{f:"Reenie Beanie",v:["400"]},{f:"Reggae One",v:["400"]},{f:"Revalia",v:["400"]},{f:"Rhodium Libre",v:["400"]},{f:"Ribeye",v:["400"]},{f:"Ribeye Marrow",v:["400"]},{f:"Righteous",v:["400"]},{f:"Risque",v:["400"]},{f:"Road Rage",v:["400"]},{f:"Roboto",v:["100","100i","300","300i","400","400i","500","500i","700","700i","900","900i"]},{f:"Roboto Condensed",v:["300","300i","400","400i","700","700i"]},{f:"Roboto Flex",v:["400"]},{f:"Roboto Mono",v:["100","200","300","400","500","600","700","100i","200i","300i","400i","500i","600i","700i"]},{f:"Roboto Serif",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Roboto Slab",v:["100","200","300","400","500","600","700","800","900"]},{f:"Rochester",v:["400"]},{f:"Rock 3D",v:["400"]},{f:"Rock Salt",v:["400"]},{f:"RocknRoll One",v:["400"]},{f:"Rokkitt",v:["100","200","300","400","500","600","700","800","900"]},{f:"Romanesco",v:["400"]},{f:"Ropa Sans",v:["400","400i"]},{f:"Rosario",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Rosarivo",v:["400","400i"]},{f:"Rouge Script",v:["400"]},{f:"Rowdies",v:["300","400","700"]},{f:"Rozha One",v:["400"]},{f:"Rubik",v:["300","400","500","600","700","800","900","300i","400i","500i","600i","700i","800i","900i"]},{f:"Rubik Beastly",v:["400"]},{f:"Rubik Bubbles",v:["400"]},{f:"Rubik Glitch",v:["400"]},{f:"Rubik Microbe",v:["400"]},{f:"Rubik Mono One",v:["400"]},{f:"Rubik Moonrocks",v:["400"]},{f:"Rubik Puddles",v:["400"]},{f:"Rubik Wet Paint",v:["400"]},{f:"Ruda",v:["400","500","600","700","800","900"]},{f:"Rufina",v:["400","700"]},{f:"Ruge Boogie",v:["400"]},{f:"Ruluko",v:["400"]},{f:"Rum Raisin",v:["400"]},{f:"Ruslan Display",v:["400"]},{f:"Russo One",v:["400"]},{f:"Ruthie",v:["400"]},{f:"Rye",v:["400"]},{f:"STIX Two Text",v:["400","500","600","700","400i","500i","600i","700i"]},{f:"Sacramento",v:["400"]},{f:"Sahitya",v:["400","700"]},{f:"Sail",v:["400"]},{f:"Saira",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Saira Condensed",v:["100","200","300","400","500","600","700","800","900"]},{f:"Saira Extra Condensed",v:["100","200","300","400","500","600","700","800","900"]},{f:"Saira Semi Condensed",v:["100","200","300","400","500","600","700","800","900"]},{f:"Saira Stencil One",v:["400"]},{f:"Salsa",v:["400"]},{f:"Sanchez",v:["400","400i"]},{f:"Sancreek",v:["400"]},{f:"Sansita",v:["400","400i","700","700i","800","800i","900","900i"]},{f:"Sansita Swashed",v:["300","400","500","600","700","800","900"]},{f:"Sarabun",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]},{f:"Sarala",v:["400","700"]},{f:"Sarina",v:["400"]},{f:"Sarpanch",v:["400","500","600","700","800","900"]},{f:"Sassy Frass",v:["400"]},{f:"Satisfy",v:["400"]},{f:"Sawarabi Gothic",v:["400"]},{f:"Sawarabi Mincho",v:["400"]},{f:"Scada",v:["400","400i","700","700i"]},{f:"Scheherazade New",v:["400","700"]},{f:"Schoolbell",v:["400"]},{f:"Scope One",v:["400"]},{f:"Seaweed Script",v:["400"]},{f:"Secular One",v:["400"]},{f:"Sedgwick Ave",v:["400"]},{f:"Sedgwick Ave Display",v:["400"]},{f:"Sen",v:["400","700","800"]},{f:"Send Flowers",v:["400"]},{f:"Sevillana",v:["400"]},{f:"Seymour One",v:["400"]},{f:"Shadows Into Light",v:["400"]},{f:"Shadows Into Light Two",v:["400"]},{f:"Shalimar",v:["400"]},{f:"Shanti",v:["400"]},{f:"Share",v:["400","400i","700","700i"]},{f:"Share Tech",v:["400"]},{f:"Share Tech Mono",v:["400"]},{f:"Shippori Antique",v:["400"]},{f:"Shippori Antique B1",v:["400"]},{f:"Shippori Mincho",v:["400","500","600","700","800"]},{f:"Shippori Mincho B1",v:["400","500","600","700","800"]},{f:"Shizuru",v:["400"]},{f:"Shojumaru",v:["400"]},{f:"Short Stack",v:["400"]},{f:"Shrikhand",v:["400"]},{f:"Siemreap",v:["400"]},{f:"Sigmar One",v:["400"]},{f:"Signika",v:["300","400","500","600","700"]},{f:"Signika Negative",v:["300","400","500","600","700"]},{f:"Simonetta",v:["400","400i","900","900i"]},{f:"Single Day",v:["400"]},{f:"Sintony",v:["400","700"]},{f:"Sirin Stencil",v:["400"]},{f:"Six Caps",v:["400"]},{f:"Skranji",v:["400","700"]},{f:"Slabo 13px",v:["400"]},{f:"Slabo 27px",v:["400"]},{f:"Slackey",v:["400"]},{f:"Smokum",v:["400"]},{f:"Smooch",v:["400"]},{f:"Smooch Sans",v:["100","200","300","400","500","600","700","800","900"]},{f:"Smythe",v:["400"]},{f:"Sniglet",v:["400","800"]},{f:"Snippet",v:["400"]},{f:"Snowburst One",v:["400"]},{f:"Sofadi One",v:["400"]},{f:"Sofia",v:["400"]},{f:"Solway",v:["300","400","500","700","800"]},{f:"Song Myung",v:["400"]},{f:"Sonsie One",v:["400"]},{f:"Sora",v:["100","200","300","400","500","600","700","800"]},{f:"Sorts Mill Goudy",v:["400","400i"]},{f:"Source Code Pro",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Source Sans 3",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Source Sans Pro",v:["200","200i","300","300i","400","400i","600","600i","700","700i","900","900i"]},{f:"Source Serif 4",v:["200","300","400","500","600","700","800","900","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Source Serif Pro",v:["200","200i","300","300i","400","400i","600","600i","700","700i","900","900i"]},{f:"Space Grotesk",v:["300","400","500","600","700"]},{f:"Space Mono",v:["400","400i","700","700i"]},{f:"Special Elite",v:["400"]},{f:"Spectral",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]},{f:"Spectral SC",v:["200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i"]},{f:"Spicy Rice",v:["400"]},{f:"Spinnaker",v:["400"]},{f:"Spirax",v:["400"]},{f:"Spline Sans",v:["300","400","500","600","700"]},{f:"Spline Sans Mono",v:["300","400","500","600","700"]},{f:"Squada One",v:["400"]},{f:"Square Peg",v:["400"]},{f:"Sree Krushnadevaraya",v:["400"]},{f:"Sriracha",v:["400"]},{f:"Srisakdi",v:["400","700"]},{f:"Staatliches",v:["400"]},{f:"Stalemate",v:["400"]},{f:"Stalinist One",v:["400"]},{f:"Stardos Stencil",v:["400","700"]},{f:"Stick",v:["400"]},{f:"Stick No Bills",v:["200","300","400","500","600","700","800"]},{f:"Stint Ultra Condensed",v:["400"]},{f:"Stint Ultra Expanded",v:["400"]},{f:"Stoke",v:["300","400"]},{f:"Strait",v:["400"]},{f:"Style Script",v:["400"]},{f:"Stylish",v:["400"]},{f:"Sue Ellen Francisco",v:["400"]},{f:"Suez One",v:["400"]},{f:"Sulphur Point",v:["300","400","700"]},{f:"Sumana",v:["400","700"]},{f:"Sunflower",v:["300","500","700"]},{f:"Sunshiney",v:["400"]},{f:"Supermercado One",v:["400"]},{f:"Sura",v:["400","700"]},{f:"Suranna",v:["400"]},{f:"Suravaram",v:["400"]},{f:"Suwannaphum",v:["100","300","400","700","900"]},{f:"Swanky and Moo Moo",v:["400"]},{f:"Syncopate",v:["400","700"]},{f:"Syne",v:["400","500","600","700","800"]},{f:"Syne Mono",v:["400"]},{f:"Syne Tactile",v:["400"]},{f:"Tai Heritage Pro",v:["400","700"]},{f:"Tajawal",v:["200","300","400","500","700","800","900"]},{f:"Tangerine",v:["400","700"]},{f:"Tapestry",v:["400"]},{f:"Taprom",v:["400"]},{f:"Tauri",v:["400"]},{f:"Taviraj",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Teko",v:["300","400","500","600","700"]},{f:"Telex",v:["400"]},{f:"Tenali Ramakrishna",v:["400"]},{f:"Tenor Sans",v:["400"]},{f:"Text Me One",v:["400"]},{f:"Texturina",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Thasadith",v:["400","400i","700","700i"]},{f:"The Girl Next Door",v:["400"]},{f:"The Nautigal",v:["400","700"]},{f:"Tienne",v:["400","700","900"]},{f:"Tillana",v:["400","500","600","700","800"]},{f:"Timmana",v:["400"]},{f:"Tinos",v:["400","400i","700","700i"]},{f:"Tiro Bangla",v:["400","400i"]},{f:"Tiro Devanagari Hindi",v:["400","400i"]},{f:"Tiro Devanagari Marathi",v:["400","400i"]},{f:"Tiro Devanagari Sanskrit",v:["400","400i"]},{f:"Tiro Gurmukhi",v:["400","400i"]},{f:"Tiro Kannada",v:["400","400i"]},{f:"Tiro Tamil",v:["400","400i"]},{f:"Tiro Telugu",v:["400","400i"]},{f:"Titan One",v:["400"]},{f:"Titillium Web",v:["200","200i","300","300i","400","400i","600","600i","700","700i","900"]},{f:"Tomorrow",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Tourney",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Trade Winds",v:["400"]},{f:"Train One",v:["400"]},{f:"Trirong",v:["100","100i","200","200i","300","300i","400","400i","500","500i","600","600i","700","700i","800","800i","900","900i"]},{f:"Trispace",v:["100","200","300","400","500","600","700","800"]},{f:"Trocchi",v:["400"]},{f:"Trochut",v:["400","400i","700"]},{f:"Truculenta",v:["100","200","300","400","500","600","700","800","900"]},{f:"Trykker",v:["400"]},{f:"Tulpen One",v:["400"]},{f:"Turret Road",v:["200","300","400","500","700","800"]},{f:"Twinkle Star",v:["400"]},{f:"Ubuntu",v:["300","300i","400","400i","500","500i","700","700i"]},{f:"Ubuntu Condensed",v:["400"]},{f:"Ubuntu Mono",v:["400","400i","700","700i"]},{f:"Uchen",v:["400"]},{f:"Ultra",v:["400"]},{f:"Uncial Antiqua",v:["400"]},{f:"Underdog",v:["400"]},{f:"Unica One",v:["400"]},{f:"UnifrakturCook",v:["700"]},{f:"UnifrakturMaguntia",v:["400"]},{f:"Unkempt",v:["400","700"]},{f:"Unlock",v:["400"]},{f:"Unna",v:["400","400i","700","700i"]},{f:"Updock",v:["400"]},{f:"Urbanist",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"VT323",v:["400"]},{f:"Vampiro One",v:["400"]},{f:"Varela",v:["400"]},{f:"Varela Round",v:["400"]},{f:"Varta",v:["300","400","500","600","700"]},{f:"Vast Shadow",v:["400"]},{f:"Vazirmatn",v:["100","200","300","400","500","600","700","800","900"]},{f:"Vesper Libre",v:["400","500","700","900"]},{f:"Viaoda Libre",v:["400"]},{f:"Vibes",v:["400"]},{f:"Vibur",v:["400"]},{f:"Vidaloka",v:["400"]},{f:"Viga",v:["400"]},{f:"Voces",v:["400"]},{f:"Volkhov",v:["400","400i","700","700i"]},{f:"Vollkorn",v:["400","500","600","700","800","900","400i","500i","600i","700i","800i","900i"]},{f:"Vollkorn SC",v:["400","600","700","900"]},{f:"Voltaire",v:["400"]},{f:"Vujahday Script",v:["400"]},{f:"Waiting for the Sunrise",v:["400"]},{f:"Wallpoet",v:["400"]},{f:"Walter Turncoat",v:["400"]},{f:"Warnes",v:["400"]},{f:"Water Brush",v:["400"]},{f:"Waterfall",v:["400"]},{f:"Wellfleet",v:["400"]},{f:"Wendy One",v:["400"]},{f:"Whisper",v:["400"]},{f:"WindSong",v:["400","500"]},{f:"Wire One",v:["400"]},{f:"Work Sans",v:["100","200","300","400","500","600","700","800","900","100i","200i","300i","400i","500i","600i","700i","800i","900i"]},{f:"Xanh Mono",v:["400","400i"]},{f:"Yaldevi",v:["200","300","400","500","600","700"]},{f:"Yanone Kaffeesatz",v:["200","300","400","500","600","700"]},{f:"Yantramanav",v:["100","300","400","500","700","900"]},{f:"Yatra One",v:["400"]},{f:"Yellowtail",v:["400"]},{f:"Yeon Sung",v:["400"]},{f:"Yeseva One",v:["400"]},{f:"Yesteryear",v:["400"]},{f:"Yomogi",v:["400"]},{f:"Yrsa",v:["300","400","500","600","700","300i","400i","500i","600i","700i"]},{f:"Yuji Boku",v:["400"]},{f:"Yuji Hentaigana Akari",v:["400"]},{f:"Yuji Hentaigana Akebono",v:["400"]},{f:"Yuji Mai",v:["400"]},{f:"Yuji Syuku",v:["400"]},{f:"Yusei Magic",v:["400"]},{f:"ZCOOL KuaiLe",v:["400"]},{f:"ZCOOL QingKe HuangYou",v:["400"]},{f:"ZCOOL XiaoWei",v:["400"]},{f:"Zen Antique",v:["400"]},{f:"Zen Antique Soft",v:["400"]},{f:"Zen Dots",v:["400"]},{f:"Zen Kaku Gothic Antique",v:["300","400","500","700","900"]},{f:"Zen Kaku Gothic New",v:["300","400","500","700","900"]},{f:"Zen Kurenaido",v:["400"]},{f:"Zen Loop",v:["400","400i"]},{f:"Zen Maru Gothic",v:["300","400","500","700","900"]},{f:"Zen Old Mincho",v:["400","700","900"]},{f:"Zen Tokyo Zoo",v:["400"]},{f:"Zeyada",v:["400"]},{f:"Zhi Mang Xing",v:["400"]},{f:"Zilla Slab",v:["300","300i","400","400i","500","500i","600","600i","700","700i"]},{f:"Zilla Slab Highlight",v:["400","700"]}]}},function(i,a){i.exports={kind:"webfonts#webfontList",items:[{id:"arial",label:"Arial",stack:"Arial, Helvetica Neue, Helvetica, sans-serif"},{id:"calibri",label:"Calibri",stack:"Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;"},{id:"consolas",label:"Consolas",stack:"Consolas, monaco, monospace"},{id:"courier-new",label:"Courier New",stack:"Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace"},{id:"helvetica",label:"Helvetica Neue",stack:"Helvetica Neue, Helvetica, Arial, sans-serif"},{id:"georgia",label:"Georgia",stack:"Georgia, Times, Times New Roman, serif"},{id:"futura",label:"Futura",stack:"Futura, Trebuchet MS, Arial, sans-serif"},{id:"lucida-grande",label:"Lucida Grande",stack:"Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif"},{id:"tahoma",label:"Tahoma",stack:"Tahoma, Verdana, Segoe, sans-serif"},{id:"times-new-roman",label:"Times New Roman",stack:"TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif"},{id:"trebuchet",label:"Trebuchet MS",stack:"Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif"},{id:"palatino",label:"Palatino",stack:"Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif"},{id:"verdana",label:"Verdana",stack:"Verdana, Geneva, sans-serif;"}]}},function(i,a,e){"use strict";var f=wp.blocks.createBlock,o={from:[{type:"block",blocks:["core/paragraph"],transform:function(i){var a=i.content;return f("olympus-google-fonts/google-fonts",{content:a})}},{type:"block",blocks:["core/heading"],transform:function(i){var a=i.content,e=i.level;return f("olympus-google-fonts/google-fonts",{content:a,blockType:"h"+e})}}],to:[{type:"block",blocks:["core/paragraph"],transform:function(i){var a=i.content;return f("core/paragraph",{content:a})}}]};a.a=o}]);
blocks/package-lock.json CHANGED
@@ -1,8 +1,9060 @@
1
  {
2
  "name": "my-block-cgb-guten-block",
3
  "version": "1.13.0",
4
- "lockfileVersion": 1,
5
  "requires": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  "dependencies": {
7
  "@babel/code-frame": {
8
  "version": "7.0.0-beta.44",
@@ -239,12 +9291,14 @@
239
  "ajv-errors": {
240
  "version": "1.0.1",
241
  "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
242
- "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ=="
 
243
  },
244
  "ajv-keywords": {
245
  "version": "2.1.1",
246
  "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz",
247
- "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I="
 
248
  },
249
  "align-text": {
250
  "version": "0.1.4",
@@ -2563,7 +11617,8 @@
2563
  "eslint-plugin-jest": {
2564
  "version": "21.27.2",
2565
  "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.27.2.tgz",
2566
- "integrity": "sha512-0E4OIgBJVlAmf1KfYFtZ3gYxgUzC5Eb3Jzmrc9ikI1OY+/cM8Kh72Ti7KfpeHNeD3HJNf9SmEfmvQLIz44Hrhw=="
 
2567
  },
2568
  "eslint-plugin-jsx-a11y": {
2569
  "version": "6.4.1",
@@ -5112,7 +14167,8 @@
5112
  "ajv-keywords": {
5113
  "version": "3.5.2",
5114
  "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
5115
- "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ=="
 
5116
  },
5117
  "fast-deep-equal": {
5118
  "version": "3.1.3",
@@ -6087,6 +15143,14 @@
6087
  "xtend": "^4.0.0"
6088
  }
6089
  },
 
 
 
 
 
 
 
 
6090
  "string-width": {
6091
  "version": "2.1.1",
6092
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
@@ -6144,14 +15208,6 @@
6144
  "define-properties": "^1.1.3"
6145
  }
6146
  },
6147
- "string_decoder": {
6148
- "version": "1.1.1",
6149
- "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
6150
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
6151
- "requires": {
6152
- "safe-buffer": "~5.1.0"
6153
- }
6154
- },
6155
  "strip-ansi": {
6156
  "version": "3.0.1",
6157
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
@@ -6209,7 +15265,8 @@
6209
  "ajv-keywords": {
6210
  "version": "3.5.2",
6211
  "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
6212
- "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ=="
 
6213
  },
6214
  "fast-deep-equal": {
6215
  "version": "3.1.3",
@@ -6927,7 +15984,8 @@
6927
  "ajv-keywords": {
6928
  "version": "3.5.2",
6929
  "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
6930
- "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ=="
 
6931
  },
6932
  "cliui": {
6933
  "version": "3.2.0",
1
  {
2
  "name": "my-block-cgb-guten-block",
3
  "version": "1.13.0",
4
+ "lockfileVersion": 2,
5
  "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "my-block-cgb-guten-block",
9
+ "version": "1.13.0",
10
+ "dependencies": {
11
+ "cgb-scripts": "^1.23.1",
12
+ "classnames": "^2.3.1"
13
+ }
14
+ },
15
+ "node_modules/@babel/code-frame": {
16
+ "version": "7.0.0-beta.44",
17
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz",
18
+ "integrity": "sha512-cuAuTTIQ9RqcFRJ/Y8PvTh+paepNcaGxwQwjIDRWPXmzzyAeCO4KqS9ikMvq0MCbRk6GlYKwfzStrcP3/jSL8g==",
19
+ "dependencies": {
20
+ "@babel/highlight": "7.0.0-beta.44"
21
+ }
22
+ },
23
+ "node_modules/@babel/generator": {
24
+ "version": "7.0.0-beta.44",
25
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.0.0-beta.44.tgz",
26
+ "integrity": "sha512-5xVb7hlhjGcdkKpMXgicAVgx8syK5VJz193k0i/0sLP6DzE6lRrU1K3B/rFefgdo9LPGMAOOOAWW4jycj07ShQ==",
27
+ "dependencies": {
28
+ "@babel/types": "7.0.0-beta.44",
29
+ "jsesc": "^2.5.1",
30
+ "lodash": "^4.2.0",
31
+ "source-map": "^0.5.0",
32
+ "trim-right": "^1.0.1"
33
+ }
34
+ },
35
+ "node_modules/@babel/generator/node_modules/jsesc": {
36
+ "version": "2.5.2",
37
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
38
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
39
+ "bin": {
40
+ "jsesc": "bin/jsesc"
41
+ },
42
+ "engines": {
43
+ "node": ">=4"
44
+ }
45
+ },
46
+ "node_modules/@babel/generator/node_modules/source-map": {
47
+ "version": "0.5.7",
48
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
49
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
50
+ "engines": {
51
+ "node": ">=0.10.0"
52
+ }
53
+ },
54
+ "node_modules/@babel/helper-function-name": {
55
+ "version": "7.0.0-beta.44",
56
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz",
57
+ "integrity": "sha512-MHRG2qZMKMFaBavX0LWpfZ2e+hLloT++N7rfM3DYOMUOGCD8cVjqZpwiL8a0bOX3IYcQev1ruciT0gdFFRTxzg==",
58
+ "dependencies": {
59
+ "@babel/helper-get-function-arity": "7.0.0-beta.44",
60
+ "@babel/template": "7.0.0-beta.44",
61
+ "@babel/types": "7.0.0-beta.44"
62
+ }
63
+ },
64
+ "node_modules/@babel/helper-get-function-arity": {
65
+ "version": "7.0.0-beta.44",
66
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz",
67
+ "integrity": "sha512-w0YjWVwrM2HwP6/H3sEgrSQdkCaxppqFeJtAnB23pRiJB5E/O9Yp7JAAeWBl+gGEgmBFinnTyOv2RN7rcSmMiw==",
68
+ "dependencies": {
69
+ "@babel/types": "7.0.0-beta.44"
70
+ }
71
+ },
72
+ "node_modules/@babel/helper-split-export-declaration": {
73
+ "version": "7.0.0-beta.44",
74
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz",
75
+ "integrity": "sha512-aQ7QowtkgKKzPGf0j6u77kBMdUFVBKNHw2p/3HX/POt5/oz8ec5cs0GwlgM8Hz7ui5EwJnzyfRmkNF1Nx1N7aA==",
76
+ "dependencies": {
77
+ "@babel/types": "7.0.0-beta.44"
78
+ }
79
+ },
80
+ "node_modules/@babel/highlight": {
81
+ "version": "7.0.0-beta.44",
82
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0-beta.44.tgz",
83
+ "integrity": "sha512-Il19yJvy7vMFm8AVAh6OZzaFoAd0hbkeMZiX3P5HGD+z7dyI7RzndHB0dg6Urh/VAFfHtpOIzDUSxmY6coyZWQ==",
84
+ "dependencies": {
85
+ "chalk": "^2.0.0",
86
+ "esutils": "^2.0.2",
87
+ "js-tokens": "^3.0.0"
88
+ }
89
+ },
90
+ "node_modules/@babel/runtime": {
91
+ "version": "7.15.4",
92
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
93
+ "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
94
+ "dependencies": {
95
+ "regenerator-runtime": "^0.13.4"
96
+ },
97
+ "engines": {
98
+ "node": ">=6.9.0"
99
+ }
100
+ },
101
+ "node_modules/@babel/runtime-corejs3": {
102
+ "version": "7.15.4",
103
+ "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.15.4.tgz",
104
+ "integrity": "sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==",
105
+ "dependencies": {
106
+ "core-js-pure": "^3.16.0",
107
+ "regenerator-runtime": "^0.13.4"
108
+ },
109
+ "engines": {
110
+ "node": ">=6.9.0"
111
+ }
112
+ },
113
+ "node_modules/@babel/runtime-corejs3/node_modules/regenerator-runtime": {
114
+ "version": "0.13.9",
115
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
116
+ "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
117
+ },
118
+ "node_modules/@babel/runtime/node_modules/regenerator-runtime": {
119
+ "version": "0.13.9",
120
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
121
+ "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
122
+ },
123
+ "node_modules/@babel/template": {
124
+ "version": "7.0.0-beta.44",
125
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.0.0-beta.44.tgz",
126
+ "integrity": "sha512-w750Sloq0UNifLx1rUqwfbnC6uSUk0mfwwgGRfdLiaUzfAOiH0tHJE6ILQIUi3KYkjiCDTskoIsnfqZvWLBDng==",
127
+ "dependencies": {
128
+ "@babel/code-frame": "7.0.0-beta.44",
129
+ "@babel/types": "7.0.0-beta.44",
130
+ "babylon": "7.0.0-beta.44",
131
+ "lodash": "^4.2.0"
132
+ }
133
+ },
134
+ "node_modules/@babel/template/node_modules/babylon": {
135
+ "version": "7.0.0-beta.44",
136
+ "resolved": "https://registry.npmjs.org/babylon/-/babylon-7.0.0-beta.44.tgz",
137
+ "integrity": "sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g==",
138
+ "bin": {
139
+ "babylon": "bin/babylon.js"
140
+ },
141
+ "engines": {
142
+ "node": ">=4.2.0"
143
+ }
144
+ },
145
+ "node_modules/@babel/traverse": {
146
+ "version": "7.0.0-beta.44",
147
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.0.0-beta.44.tgz",
148
+ "integrity": "sha512-UHuDz8ukQkJCDASKHf+oDt3FVUzFd+QYfuBIsiNu/4+/ix6pP/C+uQZJ6K1oEfbCMv/IKWbgDEh7fcsnIE5AtA==",
149
+ "dependencies": {
150
+ "@babel/code-frame": "7.0.0-beta.44",
151
+ "@babel/generator": "7.0.0-beta.44",
152
+ "@babel/helper-function-name": "7.0.0-beta.44",
153
+ "@babel/helper-split-export-declaration": "7.0.0-beta.44",
154
+ "@babel/types": "7.0.0-beta.44",
155
+ "babylon": "7.0.0-beta.44",
156
+ "debug": "^3.1.0",
157
+ "globals": "^11.1.0",
158
+ "invariant": "^2.2.0",
159
+ "lodash": "^4.2.0"
160
+ }
161
+ },
162
+ "node_modules/@babel/traverse/node_modules/babylon": {
163
+ "version": "7.0.0-beta.44",
164
+ "resolved": "https://registry.npmjs.org/babylon/-/babylon-7.0.0-beta.44.tgz",
165
+ "integrity": "sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g==",
166
+ "bin": {
167
+ "babylon": "bin/babylon.js"
168
+ },
169
+ "engines": {
170
+ "node": ">=4.2.0"
171
+ }
172
+ },
173
+ "node_modules/@babel/traverse/node_modules/debug": {
174
+ "version": "3.2.7",
175
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
176
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
177
+ "dependencies": {
178
+ "ms": "^2.1.1"
179
+ }
180
+ },
181
+ "node_modules/@babel/traverse/node_modules/globals": {
182
+ "version": "11.12.0",
183
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
184
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
185
+ "engines": {
186
+ "node": ">=4"
187
+ }
188
+ },
189
+ "node_modules/@babel/traverse/node_modules/ms": {
190
+ "version": "2.1.3",
191
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
192
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
193
+ },
194
+ "node_modules/@babel/types": {
195
+ "version": "7.0.0-beta.44",
196
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.44.tgz",
197
+ "integrity": "sha512-5eTV4WRmqbaFM3v9gHAIljEQJU4Ssc6fxL61JN+Oe2ga/BwyjzjamwkCVVAQjHGuAX8i0BWo42dshL8eO5KfLQ==",
198
+ "dependencies": {
199
+ "esutils": "^2.0.2",
200
+ "lodash": "^4.2.0",
201
+ "to-fast-properties": "^2.0.0"
202
+ }
203
+ },
204
+ "node_modules/@babel/types/node_modules/to-fast-properties": {
205
+ "version": "2.0.0",
206
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
207
+ "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
208
+ "engines": {
209
+ "node": ">=4"
210
+ }
211
+ },
212
+ "node_modules/@scarf/scarf": {
213
+ "version": "1.1.1",
214
+ "resolved": "https://registry.npmjs.org/@scarf/scarf/-/scarf-1.1.1.tgz",
215
+ "integrity": "sha512-VGbKDbk1RFIaSmdVb0cNjjWJoRWRI/Weo23AjRCC2nryO0iAS8pzsToJfPVPtVs74WHw4L1UTADNdIYRLkirZQ==",
216
+ "hasInstallScript": true
217
+ },
218
+ "node_modules/abbrev": {
219
+ "version": "1.1.1",
220
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
221
+ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
222
+ },
223
+ "node_modules/acorn": {
224
+ "version": "5.7.4",
225
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz",
226
+ "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==",
227
+ "bin": {
228
+ "acorn": "bin/acorn"
229
+ },
230
+ "engines": {
231
+ "node": ">=0.4.0"
232
+ }
233
+ },
234
+ "node_modules/acorn-dynamic-import": {
235
+ "version": "2.0.2",
236
+ "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz",
237
+ "integrity": "sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ=",
238
+ "dependencies": {
239
+ "acorn": "^4.0.3"
240
+ }
241
+ },
242
+ "node_modules/acorn-dynamic-import/node_modules/acorn": {
243
+ "version": "4.0.13",
244
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
245
+ "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=",
246
+ "bin": {
247
+ "acorn": "bin/acorn"
248
+ },
249
+ "engines": {
250
+ "node": ">=0.4.0"
251
+ }
252
+ },
253
+ "node_modules/acorn-jsx": {
254
+ "version": "3.0.1",
255
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz",
256
+ "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=",
257
+ "dependencies": {
258
+ "acorn": "^3.0.4"
259
+ }
260
+ },
261
+ "node_modules/acorn-jsx/node_modules/acorn": {
262
+ "version": "3.3.0",
263
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
264
+ "integrity": "sha1-ReN/s56No/JbruP/U2niu18iAXo=",
265
+ "bin": {
266
+ "acorn": "bin/acorn"
267
+ },
268
+ "engines": {
269
+ "node": ">=0.4.0"
270
+ }
271
+ },
272
+ "node_modules/ajv": {
273
+ "version": "5.5.2",
274
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
275
+ "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
276
+ "dependencies": {
277
+ "co": "^4.6.0",
278
+ "fast-deep-equal": "^1.0.0",
279
+ "fast-json-stable-stringify": "^2.0.0",
280
+ "json-schema-traverse": "^0.3.0"
281
+ }
282
+ },
283
+ "node_modules/ajv-errors": {
284
+ "version": "1.0.1",
285
+ "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
286
+ "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
287
+ "peerDependencies": {
288
+ "ajv": ">=5.0.0"
289
+ }
290
+ },
291
+ "node_modules/ajv-keywords": {
292
+ "version": "2.1.1",
293
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz",
294
+ "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=",
295
+ "peerDependencies": {
296
+ "ajv": "^5.0.0"
297
+ }
298
+ },
299
+ "node_modules/align-text": {
300
+ "version": "0.1.4",
301
+ "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
302
+ "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
303
+ "dependencies": {
304
+ "kind-of": "^3.0.2",
305
+ "longest": "^1.0.1",
306
+ "repeat-string": "^1.5.2"
307
+ },
308
+ "engines": {
309
+ "node": ">=0.10.0"
310
+ }
311
+ },
312
+ "node_modules/align-text/node_modules/kind-of": {
313
+ "version": "3.2.2",
314
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
315
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
316
+ "dependencies": {
317
+ "is-buffer": "^1.1.5"
318
+ },
319
+ "engines": {
320
+ "node": ">=0.10.0"
321
+ }
322
+ },
323
+ "node_modules/amdefine": {
324
+ "version": "1.0.1",
325
+ "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
326
+ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
327
+ "engines": {
328
+ "node": ">=0.4.2"
329
+ }
330
+ },
331
+ "node_modules/ansi-align": {
332
+ "version": "2.0.0",
333
+ "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz",
334
+ "integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=",
335
+ "dependencies": {
336
+ "string-width": "^2.0.0"
337
+ }
338
+ },
339
+ "node_modules/ansi-escapes": {
340
+ "version": "3.2.0",
341
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz",
342
+ "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==",
343
+ "engines": {
344
+ "node": ">=4"
345
+ }
346
+ },
347
+ "node_modules/ansi-regex": {
348
+ "version": "2.1.1",
349
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
350
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
351
+ "engines": {
352
+ "node": ">=0.10.0"
353
+ }
354
+ },
355
+ "node_modules/ansi-styles": {
356
+ "version": "3.2.1",
357
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
358
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
359
+ "dependencies": {
360
+ "color-convert": "^1.9.0"
361
+ },
362
+ "engines": {
363
+ "node": ">=4"
364
+ }
365
+ },
366
+ "node_modules/anymatch": {
367
+ "version": "3.1.2",
368
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
369
+ "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
370
+ "optional": true,
371
+ "dependencies": {
372
+ "normalize-path": "^3.0.0",
373
+ "picomatch": "^2.0.4"
374
+ },
375
+ "engines": {
376
+ "node": ">= 8"
377
+ }
378
+ },
379
+ "node_modules/aproba": {
380
+ "version": "1.2.0",
381
+ "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
382
+ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw=="
383
+ },
384
+ "node_modules/are-we-there-yet": {
385
+ "version": "1.1.7",
386
+ "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz",
387
+ "integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==",
388
+ "dependencies": {
389
+ "delegates": "^1.0.0",
390
+ "readable-stream": "^2.0.6"
391
+ }
392
+ },
393
+ "node_modules/argparse": {
394
+ "version": "1.0.10",
395
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
396
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
397
+ "dependencies": {
398
+ "sprintf-js": "~1.0.2"
399
+ }
400
+ },
401
+ "node_modules/aria-query": {
402
+ "version": "4.2.2",
403
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
404
+ "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
405
+ "dependencies": {
406
+ "@babel/runtime": "^7.10.2",
407
+ "@babel/runtime-corejs3": "^7.10.2"
408
+ },
409
+ "engines": {
410
+ "node": ">=6.0"
411
+ }
412
+ },
413
+ "node_modules/arr-diff": {
414
+ "version": "4.0.0",
415
+ "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
416
+ "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
417
+ "optional": true,
418
+ "engines": {
419
+ "node": ">=0.10.0"
420
+ }
421
+ },
422
+ "node_modules/arr-flatten": {
423
+ "version": "1.1.0",
424
+ "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
425
+ "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
426
+ "optional": true,
427
+ "engines": {
428
+ "node": ">=0.10.0"
429
+ }
430
+ },
431
+ "node_modules/arr-union": {
432
+ "version": "3.1.0",
433
+ "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
434
+ "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
435
+ "optional": true,
436
+ "engines": {
437
+ "node": ">=0.10.0"
438
+ }
439
+ },
440
+ "node_modules/array-find-index": {
441
+ "version": "1.0.2",
442
+ "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
443
+ "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
444
+ "engines": {
445
+ "node": ">=0.10.0"
446
+ }
447
+ },
448
+ "node_modules/array-includes": {
449
+ "version": "3.1.4",
450
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz",
451
+ "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==",
452
+ "dependencies": {
453
+ "call-bind": "^1.0.2",
454
+ "define-properties": "^1.1.3",
455
+ "es-abstract": "^1.19.1",
456
+ "get-intrinsic": "^1.1.1",
457
+ "is-string": "^1.0.7"
458
+ },
459
+ "engines": {
460
+ "node": ">= 0.4"
461
+ },
462
+ "funding": {
463
+ "url": "https://github.com/sponsors/ljharb"
464
+ }
465
+ },
466
+ "node_modules/array-unique": {
467
+ "version": "0.3.2",
468
+ "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
469
+ "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
470
+ "optional": true,
471
+ "engines": {
472
+ "node": ">=0.10.0"
473
+ }
474
+ },
475
+ "node_modules/array.prototype.flatmap": {
476
+ "version": "1.2.5",
477
+ "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz",
478
+ "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==",
479
+ "dependencies": {
480
+ "call-bind": "^1.0.0",
481
+ "define-properties": "^1.1.3",
482
+ "es-abstract": "^1.19.0"
483
+ },
484
+ "engines": {
485
+ "node": ">= 0.4"
486
+ },
487
+ "funding": {
488
+ "url": "https://github.com/sponsors/ljharb"
489
+ }
490
+ },
491
+ "node_modules/asn1": {
492
+ "version": "0.2.4",
493
+ "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
494
+ "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
495
+ "dependencies": {
496
+ "safer-buffer": "~2.1.0"
497
+ }
498
+ },
499
+ "node_modules/asn1.js": {
500
+ "version": "5.4.1",
501
+ "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz",
502
+ "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==",
503
+ "dependencies": {
504
+ "bn.js": "^4.0.0",
505
+ "inherits": "^2.0.1",
506
+ "minimalistic-assert": "^1.0.0",
507
+ "safer-buffer": "^2.1.0"
508
+ }
509
+ },
510
+ "node_modules/asn1.js/node_modules/bn.js": {
511
+ "version": "4.12.0",
512
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
513
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
514
+ },
515
+ "node_modules/assert": {
516
+ "version": "1.5.0",
517
+ "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz",
518
+ "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==",
519
+ "dependencies": {
520
+ "object-assign": "^4.1.1",
521
+ "util": "0.10.3"
522
+ }
523
+ },
524
+ "node_modules/assert-plus": {
525
+ "version": "1.0.0",
526
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
527
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
528
+ "engines": {
529
+ "node": ">=0.8"
530
+ }
531
+ },
532
+ "node_modules/assert/node_modules/inherits": {
533
+ "version": "2.0.1",
534
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
535
+ "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE="
536
+ },
537
+ "node_modules/assert/node_modules/util": {
538
+ "version": "0.10.3",
539
+ "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
540
+ "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
541
+ "dependencies": {
542
+ "inherits": "2.0.1"
543
+ }
544
+ },
545
+ "node_modules/assign-symbols": {
546
+ "version": "1.0.0",
547
+ "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
548
+ "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
549
+ "optional": true,
550
+ "engines": {
551
+ "node": ">=0.10.0"
552
+ }
553
+ },
554
+ "node_modules/ast-types-flow": {
555
+ "version": "0.0.7",
556
+ "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
557
+ "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0="
558
+ },
559
+ "node_modules/async": {
560
+ "version": "2.6.3",
561
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
562
+ "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
563
+ "dependencies": {
564
+ "lodash": "^4.17.14"
565
+ }
566
+ },
567
+ "node_modules/async-each": {
568
+ "version": "1.0.3",
569
+ "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
570
+ "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==",
571
+ "optional": true
572
+ },
573
+ "node_modules/async-foreach": {
574
+ "version": "0.1.3",
575
+ "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
576
+ "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
577
+ "engines": {
578
+ "node": "*"
579
+ }
580
+ },
581
+ "node_modules/asynckit": {
582
+ "version": "0.4.0",
583
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
584
+ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
585
+ },
586
+ "node_modules/atob": {
587
+ "version": "2.1.2",
588
+ "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
589
+ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
590
+ "optional": true,
591
+ "bin": {
592
+ "atob": "bin/atob.js"
593
+ },
594
+ "engines": {
595
+ "node": ">= 4.5.0"
596
+ }
597
+ },
598
+ "node_modules/autoprefixer": {
599
+ "version": "7.2.6",
600
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.2.6.tgz",
601
+ "integrity": "sha512-Iq8TRIB+/9eQ8rbGhcP7ct5cYb/3qjNYAR2SnzLCEcwF6rvVOax8+9+fccgXk4bEhQGjOZd5TLhsksmAdsbGqQ==",
602
+ "dependencies": {
603
+ "browserslist": "^2.11.3",
604
+ "caniuse-lite": "^1.0.30000805",
605
+ "normalize-range": "^0.1.2",
606
+ "num2fraction": "^1.2.2",
607
+ "postcss": "^6.0.17",
608
+ "postcss-value-parser": "^3.2.3"
609
+ },
610
+ "bin": {
611
+ "autoprefixer-info": "bin/autoprefixer-info"
612
+ }
613
+ },
614
+ "node_modules/aws-sign2": {
615
+ "version": "0.7.0",
616
+ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
617
+ "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=",
618
+ "engines": {
619
+ "node": "*"
620
+ }
621
+ },
622
+ "node_modules/aws4": {
623
+ "version": "1.11.0",
624
+ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
625
+ "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
626
+ },
627
+ "node_modules/axe-core": {
628
+ "version": "4.3.3",
629
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.3.3.tgz",
630
+ "integrity": "sha512-/lqqLAmuIPi79WYfRpy2i8z+x+vxU3zX2uAm0gs1q52qTuKwolOj1P8XbufpXcsydrpKx2yGn2wzAnxCMV86QA==",
631
+ "engines": {
632
+ "node": ">=4"
633
+ }
634
+ },
635
+ "node_modules/axobject-query": {
636
+ "version": "2.2.0",
637
+ "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
638
+ "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA=="
639
+ },
640
+ "node_modules/babel-code-frame": {
641
+ "version": "6.26.0",
642
+ "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
643
+ "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
644
+ "dependencies": {
645
+ "chalk": "^1.1.3",
646
+ "esutils": "^2.0.2",
647
+ "js-tokens": "^3.0.2"
648
+ }
649
+ },
650
+ "node_modules/babel-code-frame/node_modules/ansi-styles": {
651
+ "version": "2.2.1",
652
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
653
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
654
+ "engines": {
655
+ "node": ">=0.10.0"
656
+ }
657
+ },
658
+ "node_modules/babel-code-frame/node_modules/chalk": {
659
+ "version": "1.1.3",
660
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
661
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
662
+ "dependencies": {
663
+ "ansi-styles": "^2.2.1",
664
+ "escape-string-regexp": "^1.0.2",
665
+ "has-ansi": "^2.0.0",
666
+ "strip-ansi": "^3.0.0",
667
+ "supports-color": "^2.0.0"
668
+ },
669
+ "engines": {
670
+ "node": ">=0.10.0"
671
+ }
672
+ },
673
+ "node_modules/babel-code-frame/node_modules/supports-color": {
674
+ "version": "2.0.0",
675
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
676
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
677
+ "engines": {
678
+ "node": ">=0.8.0"
679
+ }
680
+ },
681
+ "node_modules/babel-core": {
682
+ "version": "6.26.3",
683
+ "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz",
684
+ "integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==",
685
+ "dependencies": {
686
+ "babel-code-frame": "^6.26.0",
687
+ "babel-generator": "^6.26.0",
688
+ "babel-helpers": "^6.24.1",
689
+ "babel-messages": "^6.23.0",
690
+ "babel-register": "^6.26.0",
691
+ "babel-runtime": "^6.26.0",
692
+ "babel-template": "^6.26.0",
693
+ "babel-traverse": "^6.26.0",
694
+ "babel-types": "^6.26.0",
695
+ "babylon": "^6.18.0",
696
+ "convert-source-map": "^1.5.1",
697
+ "debug": "^2.6.9",
698
+ "json5": "^0.5.1",
699
+ "lodash": "^4.17.4",
700
+ "minimatch": "^3.0.4",
701
+ "path-is-absolute": "^1.0.1",
702
+ "private": "^0.1.8",
703
+ "slash": "^1.0.0",
704
+ "source-map": "^0.5.7"
705
+ }
706
+ },
707
+ "node_modules/babel-core/node_modules/source-map": {
708
+ "version": "0.5.7",
709
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
710
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
711
+ "engines": {
712
+ "node": ">=0.10.0"
713
+ }
714
+ },
715
+ "node_modules/babel-eslint": {
716
+ "version": "8.2.6",
717
+ "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.6.tgz",
718
+ "integrity": "sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==",
719
+ "deprecated": "babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.",
720
+ "dependencies": {
721
+ "@babel/code-frame": "7.0.0-beta.44",
722
+ "@babel/traverse": "7.0.0-beta.44",
723
+ "@babel/types": "7.0.0-beta.44",
724
+ "babylon": "7.0.0-beta.44",
725
+ "eslint-scope": "3.7.1",
726
+ "eslint-visitor-keys": "^1.0.0"
727
+ },
728
+ "engines": {
729
+ "node": ">=4"
730
+ }
731
+ },
732
+ "node_modules/babel-eslint/node_modules/babylon": {
733
+ "version": "7.0.0-beta.44",
734
+ "resolved": "https://registry.npmjs.org/babylon/-/babylon-7.0.0-beta.44.tgz",
735
+ "integrity": "sha512-5Hlm13BJVAioCHpImtFqNOF2H3ieTOHd0fmFGMxOJ9jgeFqeAwsv3u5P5cR7CSeFrkgHsT19DgFJkHV0/Mcd8g==",
736
+ "bin": {
737
+ "babylon": "bin/babylon.js"
738
+ },
739
+ "engines": {
740
+ "node": ">=4.2.0"
741
+ }
742
+ },
743
+ "node_modules/babel-generator": {
744
+ "version": "6.26.1",
745
+ "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz",
746
+ "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==",
747
+ "dependencies": {
748
+ "babel-messages": "^6.23.0",
749
+ "babel-runtime": "^6.26.0",
750
+ "babel-types": "^6.26.0",
751
+ "detect-indent": "^4.0.0",
752
+ "jsesc": "^1.3.0",
753
+ "lodash": "^4.17.4",
754
+ "source-map": "^0.5.7",
755
+ "trim-right": "^1.0.1"
756
+ }
757
+ },
758
+ "node_modules/babel-generator/node_modules/source-map": {
759
+ "version": "0.5.7",
760
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
761
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
762
+ "engines": {
763
+ "node": ">=0.10.0"
764
+ }
765
+ },
766
+ "node_modules/babel-helper-builder-binary-assignment-operator-visitor": {
767
+ "version": "6.24.1",
768
+ "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
769
+ "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=",
770
+ "dependencies": {
771
+ "babel-helper-explode-assignable-expression": "^6.24.1",
772
+ "babel-runtime": "^6.22.0",
773
+ "babel-types": "^6.24.1"
774
+ }
775
+ },
776
+ "node_modules/babel-helper-builder-react-jsx": {
777
+ "version": "6.26.0",
778
+ "resolved": "https://registry.npmjs.org/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz",
779
+ "integrity": "sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA=",
780
+ "dependencies": {
781
+ "babel-runtime": "^6.26.0",
782
+ "babel-types": "^6.26.0",
783
+ "esutils": "^2.0.2"
784
+ }
785
+ },
786
+ "node_modules/babel-helper-call-delegate": {
787
+ "version": "6.24.1",
788
+ "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
789
+ "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=",
790
+ "dependencies": {
791
+ "babel-helper-hoist-variables": "^6.24.1",
792
+ "babel-runtime": "^6.22.0",
793
+ "babel-traverse": "^6.24.1",
794
+ "babel-types": "^6.24.1"
795
+ }
796
+ },
797
+ "node_modules/babel-helper-define-map": {
798
+ "version": "6.26.0",
799
+ "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
800
+ "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=",
801
+ "dependencies": {
802
+ "babel-helper-function-name": "^6.24.1",
803
+ "babel-runtime": "^6.26.0",
804
+ "babel-types": "^6.26.0",
805
+ "lodash": "^4.17.4"
806
+ }
807
+ },
808
+ "node_modules/babel-helper-explode-assignable-expression": {
809
+ "version": "6.24.1",
810
+ "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
811
+ "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=",
812
+ "dependencies": {
813
+ "babel-runtime": "^6.22.0",
814
+ "babel-traverse": "^6.24.1",
815
+ "babel-types": "^6.24.1"
816
+ }
817
+ },
818
+ "node_modules/babel-helper-function-name": {
819
+ "version": "6.24.1",
820
+ "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
821
+ "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=",
822
+ "dependencies": {
823
+ "babel-helper-get-function-arity": "^6.24.1",
824
+ "babel-runtime": "^6.22.0",
825
+ "babel-template": "^6.24.1",
826
+ "babel-traverse": "^6.24.1",
827
+ "babel-types": "^6.24.1"
828
+ }
829
+ },
830
+ "node_modules/babel-helper-get-function-arity": {
831
+ "version": "6.24.1",
832
+ "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
833
+ "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
834
+ "dependencies": {
835
+ "babel-runtime": "^6.22.0",
836
+ "babel-types": "^6.24.1"
837
+ }
838
+ },
839
+ "node_modules/babel-helper-hoist-variables": {
840
+ "version": "6.24.1",
841
+ "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
842
+ "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=",
843
+ "dependencies": {
844
+ "babel-runtime": "^6.22.0",
845
+ "babel-types": "^6.24.1"
846
+ }
847
+ },
848
+ "node_modules/babel-helper-optimise-call-expression": {
849
+ "version": "6.24.1",
850
+ "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
851
+ "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=",
852
+ "dependencies": {
853
+ "babel-runtime": "^6.22.0",
854
+ "babel-types": "^6.24.1"
855
+ }
856
+ },
857
+ "node_modules/babel-helper-regex": {
858
+ "version": "6.26.0",
859
+ "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
860
+ "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=",
861
+ "dependencies": {
862
+ "babel-runtime": "^6.26.0",
863
+ "babel-types": "^6.26.0",
864
+ "lodash": "^4.17.4"
865
+ }
866
+ },
867
+ "node_modules/babel-helper-remap-async-to-generator": {
868
+ "version": "6.24.1",
869
+ "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
870
+ "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=",
871
+ "dependencies": {
872
+ "babel-helper-function-name": "^6.24.1",
873
+ "babel-runtime": "^6.22.0",
874
+ "babel-template": "^6.24.1",
875
+ "babel-traverse": "^6.24.1",
876
+ "babel-types": "^6.24.1"
877
+ }
878
+ },
879
+ "node_modules/babel-helper-replace-supers": {
880
+ "version": "6.24.1",
881
+ "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
882
+ "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=",
883
+ "dependencies": {
884
+ "babel-helper-optimise-call-expression": "^6.24.1",
885
+ "babel-messages": "^6.23.0",
886
+ "babel-runtime": "^6.22.0",
887
+ "babel-template": "^6.24.1",
888
+ "babel-traverse": "^6.24.1",
889
+ "babel-types": "^6.24.1"
890
+ }
891
+ },
892
+ "node_modules/babel-helpers": {
893
+ "version": "6.24.1",
894
+ "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz",
895
+ "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
896
+ "dependencies": {
897
+ "babel-runtime": "^6.22.0",
898
+ "babel-template": "^6.24.1"
899
+ }
900
+ },
901
+ "node_modules/babel-loader": {
902
+ "version": "7.1.5",
903
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.5.tgz",
904
+ "integrity": "sha512-iCHfbieL5d1LfOQeeVJEUyD9rTwBcP/fcEbRCfempxTDuqrKpu0AZjLAQHEQa3Yqyj9ORKe2iHfoj4rHLf7xpw==",
905
+ "dependencies": {
906
+ "find-cache-dir": "^1.0.0",
907
+ "loader-utils": "^1.0.2",
908
+ "mkdirp": "^0.5.1"
909
+ },
910
+ "engines": {
911
+ "node": ">=4"
912
+ },
913
+ "peerDependencies": {
914
+ "babel-core": "6",
915
+ "webpack": "2 || 3 || 4"
916
+ }
917
+ },
918
+ "node_modules/babel-messages": {
919
+ "version": "6.23.0",
920
+ "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz",
921
+ "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
922
+ "dependencies": {
923
+ "babel-runtime": "^6.22.0"
924
+ }
925
+ },
926
+ "node_modules/babel-plugin-check-es2015-constants": {
927
+ "version": "6.22.0",
928
+ "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
929
+ "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=",
930
+ "dependencies": {
931
+ "babel-runtime": "^6.22.0"
932
+ }
933
+ },
934
+ "node_modules/babel-plugin-syntax-async-functions": {
935
+ "version": "6.13.0",
936
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
937
+ "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU="
938
+ },
939
+ "node_modules/babel-plugin-syntax-class-properties": {
940
+ "version": "6.13.0",
941
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz",
942
+ "integrity": "sha1-1+sjt5oxf4VDlixQW4J8fWysJ94="
943
+ },
944
+ "node_modules/babel-plugin-syntax-exponentiation-operator": {
945
+ "version": "6.13.0",
946
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
947
+ "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4="
948
+ },
949
+ "node_modules/babel-plugin-syntax-jsx": {
950
+ "version": "6.18.0",
951
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
952
+ "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY="
953
+ },
954
+ "node_modules/babel-plugin-syntax-object-rest-spread": {
955
+ "version": "6.13.0",
956
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
957
+ "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U="
958
+ },
959
+ "node_modules/babel-plugin-syntax-trailing-function-commas": {
960
+ "version": "6.22.0",
961
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
962
+ "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM="
963
+ },
964
+ "node_modules/babel-plugin-transform-async-to-generator": {
965
+ "version": "6.24.1",
966
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
967
+ "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=",
968
+ "dependencies": {
969
+ "babel-helper-remap-async-to-generator": "^6.24.1",
970
+ "babel-plugin-syntax-async-functions": "^6.8.0",
971
+ "babel-runtime": "^6.22.0"
972
+ }
973
+ },
974
+ "node_modules/babel-plugin-transform-class-properties": {
975
+ "version": "6.24.1",
976
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz",
977
+ "integrity": "sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=",
978
+ "dependencies": {
979
+ "babel-helper-function-name": "^6.24.1",
980
+ "babel-plugin-syntax-class-properties": "^6.8.0",
981
+ "babel-runtime": "^6.22.0",
982
+ "babel-template": "^6.24.1"
983
+ }
984
+ },
985
+ "node_modules/babel-plugin-transform-es2015-arrow-functions": {
986
+ "version": "6.22.0",
987
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
988
+ "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=",
989
+ "dependencies": {
990
+ "babel-runtime": "^6.22.0"
991
+ }
992
+ },
993
+ "node_modules/babel-plugin-transform-es2015-block-scoped-functions": {
994
+ "version": "6.22.0",
995
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
996
+ "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=",
997
+ "dependencies": {
998
+ "babel-runtime": "^6.22.0"
999
+ }
1000
+ },
1001
+ "node_modules/babel-plugin-transform-es2015-block-scoping": {
1002
+ "version": "6.26.0",
1003
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
1004
+ "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=",
1005
+ "dependencies": {
1006
+ "babel-runtime": "^6.26.0",
1007
+ "babel-template": "^6.26.0",
1008
+ "babel-traverse": "^6.26.0",
1009
+ "babel-types": "^6.26.0",
1010
+ "lodash": "^4.17.4"
1011
+ }
1012
+ },
1013
+ "node_modules/babel-plugin-transform-es2015-classes": {
1014
+ "version": "6.24.1",
1015
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
1016
+ "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=",
1017
+ "dependencies": {
1018
+ "babel-helper-define-map": "^6.24.1",
1019
+ "babel-helper-function-name": "^6.24.1",
1020
+ "babel-helper-optimise-call-expression": "^6.24.1",
1021
+ "babel-helper-replace-supers": "^6.24.1",
1022
+ "babel-messages": "^6.23.0",
1023
+ "babel-runtime": "^6.22.0",
1024
+ "babel-template": "^6.24.1",
1025
+ "babel-traverse": "^6.24.1",
1026
+ "babel-types": "^6.24.1"
1027
+ }
1028
+ },
1029
+ "node_modules/babel-plugin-transform-es2015-computed-properties": {
1030
+ "version": "6.24.1",
1031
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
1032
+ "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=",
1033
+ "dependencies": {
1034
+ "babel-runtime": "^6.22.0",
1035
+ "babel-template": "^6.24.1"
1036
+ }
1037
+ },
1038
+ "node_modules/babel-plugin-transform-es2015-destructuring": {
1039
+ "version": "6.23.0",
1040
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
1041
+ "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=",
1042
+ "dependencies": {
1043
+ "babel-runtime": "^6.22.0"
1044
+ }
1045
+ },
1046
+ "node_modules/babel-plugin-transform-es2015-duplicate-keys": {
1047
+ "version": "6.24.1",
1048
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
1049
+ "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=",
1050
+ "dependencies": {
1051
+ "babel-runtime": "^6.22.0",
1052
+ "babel-types": "^6.24.1"
1053
+ }
1054
+ },
1055
+ "node_modules/babel-plugin-transform-es2015-for-of": {
1056
+ "version": "6.23.0",
1057
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
1058
+ "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=",
1059
+ "dependencies": {
1060
+ "babel-runtime": "^6.22.0"
1061
+ }
1062
+ },
1063
+ "node_modules/babel-plugin-transform-es2015-function-name": {
1064
+ "version": "6.24.1",
1065
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
1066
+ "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=",
1067
+ "dependencies": {
1068
+ "babel-helper-function-name": "^6.24.1",
1069
+ "babel-runtime": "^6.22.0",
1070
+ "babel-types": "^6.24.1"
1071
+ }
1072
+ },
1073
+ "node_modules/babel-plugin-transform-es2015-literals": {
1074
+ "version": "6.22.0",
1075
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
1076
+ "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=",
1077
+ "dependencies": {
1078
+ "babel-runtime": "^6.22.0"
1079
+ }
1080
+ },
1081
+ "node_modules/babel-plugin-transform-es2015-modules-amd": {
1082
+ "version": "6.24.1",
1083
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
1084
+ "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=",
1085
+ "dependencies": {
1086
+ "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
1087
+ "babel-runtime": "^6.22.0",
1088
+ "babel-template": "^6.24.1"
1089
+ }
1090
+ },
1091
+ "node_modules/babel-plugin-transform-es2015-modules-commonjs": {
1092
+ "version": "6.26.2",
1093
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz",
1094
+ "integrity": "sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==",
1095
+ "dependencies": {
1096
+ "babel-plugin-transform-strict-mode": "^6.24.1",
1097
+ "babel-runtime": "^6.26.0",
1098
+ "babel-template": "^6.26.0",
1099
+ "babel-types": "^6.26.0"
1100
+ }
1101
+ },
1102
+ "node_modules/babel-plugin-transform-es2015-modules-systemjs": {
1103
+ "version": "6.24.1",
1104
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
1105
+ "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=",
1106
+ "dependencies": {
1107
+ "babel-helper-hoist-variables": "^6.24.1",
1108
+ "babel-runtime": "^6.22.0",
1109
+ "babel-template": "^6.24.1"
1110
+ }
1111
+ },
1112
+ "node_modules/babel-plugin-transform-es2015-modules-umd": {
1113
+ "version": "6.24.1",
1114
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
1115
+ "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=",
1116
+ "dependencies": {
1117
+ "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
1118
+ "babel-runtime": "^6.22.0",
1119
+ "babel-template": "^6.24.1"
1120
+ }
1121
+ },
1122
+ "node_modules/babel-plugin-transform-es2015-object-super": {
1123
+ "version": "6.24.1",
1124
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
1125
+ "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=",
1126
+ "dependencies": {
1127
+ "babel-helper-replace-supers": "^6.24.1",
1128
+ "babel-runtime": "^6.22.0"
1129
+ }
1130
+ },
1131
+ "node_modules/babel-plugin-transform-es2015-parameters": {
1132
+ "version": "6.24.1",
1133
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
1134
+ "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=",
1135
+ "dependencies": {
1136
+ "babel-helper-call-delegate": "^6.24.1",
1137
+ "babel-helper-get-function-arity": "^6.24.1",
1138
+ "babel-runtime": "^6.22.0",
1139
+ "babel-template": "^6.24.1",
1140
+ "babel-traverse": "^6.24.1",
1141
+ "babel-types": "^6.24.1"
1142
+ }
1143
+ },
1144
+ "node_modules/babel-plugin-transform-es2015-shorthand-properties": {
1145
+ "version": "6.24.1",
1146
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
1147
+ "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=",
1148
+ "dependencies": {
1149
+ "babel-runtime": "^6.22.0",
1150
+ "babel-types": "^6.24.1"
1151
+ }
1152
+ },
1153
+ "node_modules/babel-plugin-transform-es2015-spread": {
1154
+ "version": "6.22.0",
1155
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
1156
+ "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=",
1157
+ "dependencies": {
1158
+ "babel-runtime": "^6.22.0"
1159
+ }
1160
+ },
1161
+ "node_modules/babel-plugin-transform-es2015-sticky-regex": {
1162
+ "version": "6.24.1",
1163
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
1164
+ "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=",
1165
+ "dependencies": {
1166
+ "babel-helper-regex": "^6.24.1",
1167
+ "babel-runtime": "^6.22.0",
1168
+ "babel-types": "^6.24.1"
1169
+ }
1170
+ },
1171
+ "node_modules/babel-plugin-transform-es2015-template-literals": {
1172
+ "version": "6.22.0",
1173
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
1174
+ "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=",
1175
+ "dependencies": {
1176
+ "babel-runtime": "^6.22.0"
1177
+ }
1178
+ },
1179
+ "node_modules/babel-plugin-transform-es2015-typeof-symbol": {
1180
+ "version": "6.23.0",
1181
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
1182
+ "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=",
1183
+ "dependencies": {
1184
+ "babel-runtime": "^6.22.0"
1185
+ }
1186
+ },
1187
+ "node_modules/babel-plugin-transform-es2015-unicode-regex": {
1188
+ "version": "6.24.1",
1189
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
1190
+ "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=",
1191
+ "dependencies": {
1192
+ "babel-helper-regex": "^6.24.1",
1193
+ "babel-runtime": "^6.22.0",
1194
+ "regexpu-core": "^2.0.0"
1195
+ }
1196
+ },
1197
+ "node_modules/babel-plugin-transform-exponentiation-operator": {
1198
+ "version": "6.24.1",
1199
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
1200
+ "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=",
1201
+ "dependencies": {
1202
+ "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1",
1203
+ "babel-plugin-syntax-exponentiation-operator": "^6.8.0",
1204
+ "babel-runtime": "^6.22.0"
1205
+ }
1206
+ },
1207
+ "node_modules/babel-plugin-transform-object-rest-spread": {
1208
+ "version": "6.26.0",
1209
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz",
1210
+ "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=",
1211
+ "dependencies": {
1212
+ "babel-plugin-syntax-object-rest-spread": "^6.8.0",
1213
+ "babel-runtime": "^6.26.0"
1214
+ }
1215
+ },
1216
+ "node_modules/babel-plugin-transform-react-jsx": {
1217
+ "version": "6.24.1",
1218
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz",
1219
+ "integrity": "sha1-hAoCjn30YN/DotKfDA2R9jduZqM=",
1220
+ "dependencies": {
1221
+ "babel-helper-builder-react-jsx": "^6.24.1",
1222
+ "babel-plugin-syntax-jsx": "^6.8.0",
1223
+ "babel-runtime": "^6.22.0"
1224
+ }
1225
+ },
1226
+ "node_modules/babel-plugin-transform-regenerator": {
1227
+ "version": "6.26.0",
1228
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz",
1229
+ "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=",
1230
+ "dependencies": {
1231
+ "regenerator-transform": "^0.10.0"
1232
+ }
1233
+ },
1234
+ "node_modules/babel-plugin-transform-runtime": {
1235
+ "version": "6.23.0",
1236
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz",
1237
+ "integrity": "sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=",
1238
+ "dependencies": {
1239
+ "babel-runtime": "^6.22.0"
1240
+ }
1241
+ },
1242
+ "node_modules/babel-plugin-transform-strict-mode": {
1243
+ "version": "6.24.1",
1244
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
1245
+ "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=",
1246
+ "dependencies": {
1247
+ "babel-runtime": "^6.22.0",
1248
+ "babel-types": "^6.24.1"
1249
+ }
1250
+ },
1251
+ "node_modules/babel-preset-cgb": {
1252
+ "version": "1.7.1",
1253
+ "resolved": "https://registry.npmjs.org/babel-preset-cgb/-/babel-preset-cgb-1.7.1.tgz",
1254
+ "integrity": "sha512-9fzPz7TSZhQrQCxOcZwqmoNCg2HFWoNyc700Z9X9oAws9quM3m52hZMW4ZV3Tq+X3nHh0upf5XBJ6apssntjHQ==",
1255
+ "dependencies": {
1256
+ "@scarf/scarf": "^1.0.6",
1257
+ "babel-plugin-syntax-async-functions": "^6.13.0",
1258
+ "babel-plugin-transform-class-properties": "6.24.1",
1259
+ "babel-plugin-transform-object-rest-spread": "^6.26.0",
1260
+ "babel-plugin-transform-react-jsx": "^6.24.1",
1261
+ "babel-plugin-transform-runtime": "^6.23.0",
1262
+ "babel-preset-env": "^1.6.0",
1263
+ "update-notifier": "^2.3.0"
1264
+ }
1265
+ },
1266
+ "node_modules/babel-preset-env": {
1267
+ "version": "1.7.0",
1268
+ "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.7.0.tgz",
1269
+ "integrity": "sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==",
1270
+ "dependencies": {
1271
+ "babel-plugin-check-es2015-constants": "^6.22.0",
1272
+ "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
1273
+ "babel-plugin-transform-async-to-generator": "^6.22.0",
1274
+ "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
1275
+ "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
1276
+ "babel-plugin-transform-es2015-block-scoping": "^6.23.0",
1277
+ "babel-plugin-transform-es2015-classes": "^6.23.0",
1278
+ "babel-plugin-transform-es2015-computed-properties": "^6.22.0",
1279
+ "babel-plugin-transform-es2015-destructuring": "^6.23.0",
1280
+ "babel-plugin-transform-es2015-duplicate-keys": "^6.22.0",
1281
+ "babel-plugin-transform-es2015-for-of": "^6.23.0",
1282
+ "babel-plugin-transform-es2015-function-name": "^6.22.0",
1283
+ "babel-plugin-transform-es2015-literals": "^6.22.0",
1284
+ "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
1285
+ "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
1286
+ "babel-plugin-transform-es2015-modules-systemjs": "^6.23.0",
1287
+ "babel-plugin-transform-es2015-modules-umd": "^6.23.0",
1288
+ "babel-plugin-transform-es2015-object-super": "^6.22.0",
1289
+ "babel-plugin-transform-es2015-parameters": "^6.23.0",
1290
+ "babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
1291
+ "babel-plugin-transform-es2015-spread": "^6.22.0",
1292
+ "babel-plugin-transform-es2015-sticky-regex": "^6.22.0",
1293
+ "babel-plugin-transform-es2015-template-literals": "^6.22.0",
1294
+ "babel-plugin-transform-es2015-typeof-symbol": "^6.23.0",
1295
+ "babel-plugin-transform-es2015-unicode-regex": "^6.22.0",
1296
+ "babel-plugin-transform-exponentiation-operator": "^6.22.0",
1297
+ "babel-plugin-transform-regenerator": "^6.22.0",
1298
+ "browserslist": "^3.2.6",
1299
+ "invariant": "^2.2.2",
1300
+ "semver": "^5.3.0"
1301
+ }
1302
+ },
1303
+ "node_modules/babel-preset-env/node_modules/browserslist": {
1304
+ "version": "3.2.8",
1305
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-3.2.8.tgz",
1306
+ "integrity": "sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==",
1307
+ "dependencies": {
1308
+ "caniuse-lite": "^1.0.30000844",
1309
+ "electron-to-chromium": "^1.3.47"
1310
+ },
1311
+ "bin": {
1312
+ "browserslist": "cli.js"
1313
+ }
1314
+ },
1315
+ "node_modules/babel-register": {
1316
+ "version": "6.26.0",
1317
+ "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz",
1318
+ "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=",
1319
+ "dependencies": {
1320
+ "babel-core": "^6.26.0",
1321
+ "babel-runtime": "^6.26.0",
1322
+ "core-js": "^2.5.0",
1323
+ "home-or-tmp": "^2.0.0",
1324
+ "lodash": "^4.17.4",
1325
+ "mkdirp": "^0.5.1",
1326
+ "source-map-support": "^0.4.15"
1327
+ }
1328
+ },
1329
+ "node_modules/babel-runtime": {
1330
+ "version": "6.26.0",
1331
+ "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
1332
+ "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
1333
+ "dependencies": {
1334
+ "core-js": "^2.4.0",
1335
+ "regenerator-runtime": "^0.11.0"
1336
+ }
1337
+ },
1338
+ "node_modules/babel-template": {
1339
+ "version": "6.26.0",
1340
+ "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz",
1341
+ "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=",
1342
+ "dependencies": {
1343
+ "babel-runtime": "^6.26.0",
1344
+ "babel-traverse": "^6.26.0",
1345
+ "babel-types": "^6.26.0",
1346
+ "babylon": "^6.18.0",
1347
+ "lodash": "^4.17.4"
1348
+ }
1349
+ },
1350
+ "node_modules/babel-traverse": {
1351
+ "version": "6.26.0",
1352
+ "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz",
1353
+ "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=",
1354
+ "dependencies": {
1355
+ "babel-code-frame": "^6.26.0",
1356
+ "babel-messages": "^6.23.0",
1357
+ "babel-runtime": "^6.26.0",
1358
+ "babel-types": "^6.26.0",
1359
+ "babylon": "^6.18.0",
1360
+ "debug": "^2.6.8",
1361
+ "globals": "^9.18.0",
1362
+ "invariant": "^2.2.2",
1363
+ "lodash": "^4.17.4"
1364
+ }
1365
+ },
1366
+ "node_modules/babel-types": {
1367
+ "version": "6.26.0",
1368
+ "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
1369
+ "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
1370
+ "dependencies": {
1371
+ "babel-runtime": "^6.26.0",
1372
+ "esutils": "^2.0.2",
1373
+ "lodash": "^4.17.4",
1374
+ "to-fast-properties": "^1.0.3"
1375
+ }
1376
+ },
1377
+ "node_modules/babylon": {
1378
+ "version": "6.18.0",
1379
+ "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
1380
+ "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==",
1381
+ "bin": {
1382
+ "babylon": "bin/babylon.js"
1383
+ }
1384
+ },
1385
+ "node_modules/balanced-match": {
1386
+ "version": "1.0.2",
1387
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1388
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
1389
+ },
1390
+ "node_modules/base": {
1391
+ "version": "0.11.2",
1392
+ "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
1393
+ "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
1394
+ "optional": true,
1395
+ "dependencies": {
1396
+ "cache-base": "^1.0.1",
1397
+ "class-utils": "^0.3.5",
1398
+ "component-emitter": "^1.2.1",
1399
+ "define-property": "^1.0.0",
1400
+ "isobject": "^3.0.1",
1401
+ "mixin-deep": "^1.2.0",
1402
+ "pascalcase": "^0.1.1"
1403
+ },
1404
+ "engines": {
1405
+ "node": ">=0.10.0"
1406
+ }
1407
+ },
1408
+ "node_modules/base/node_modules/define-property": {
1409
+ "version": "1.0.0",
1410
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
1411
+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
1412
+ "optional": true,
1413
+ "dependencies": {
1414
+ "is-descriptor": "^1.0.0"
1415
+ },
1416
+ "engines": {
1417
+ "node": ">=0.10.0"
1418
+ }
1419
+ },
1420
+ "node_modules/base/node_modules/is-accessor-descriptor": {
1421
+ "version": "1.0.0",
1422
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
1423
+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
1424
+ "optional": true,
1425
+ "dependencies": {
1426
+ "kind-of": "^6.0.0"
1427
+ },
1428
+ "engines": {
1429
+ "node": ">=0.10.0"
1430
+ }
1431
+ },
1432
+ "node_modules/base/node_modules/is-data-descriptor": {
1433
+ "version": "1.0.0",
1434
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
1435
+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
1436
+ "optional": true,
1437
+ "dependencies": {
1438
+ "kind-of": "^6.0.0"
1439
+ },
1440
+ "engines": {
1441
+ "node": ">=0.10.0"
1442
+ }
1443
+ },
1444
+ "node_modules/base/node_modules/is-descriptor": {
1445
+ "version": "1.0.2",
1446
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
1447
+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
1448
+ "optional": true,
1449
+ "dependencies": {
1450
+ "is-accessor-descriptor": "^1.0.0",
1451
+ "is-data-descriptor": "^1.0.0",
1452
+ "kind-of": "^6.0.2"
1453
+ },
1454
+ "engines": {
1455
+ "node": ">=0.10.0"
1456
+ }
1457
+ },
1458
+ "node_modules/base64-js": {
1459
+ "version": "1.5.1",
1460
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
1461
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
1462
+ "funding": [
1463
+ {
1464
+ "type": "github",
1465
+ "url": "https://github.com/sponsors/feross"
1466
+ },
1467
+ {
1468
+ "type": "patreon",
1469
+ "url": "https://www.patreon.com/feross"
1470
+ },
1471
+ {
1472
+ "type": "consulting",
1473
+ "url": "https://feross.org/support"
1474
+ }
1475
+ ]
1476
+ },
1477
+ "node_modules/bcrypt-pbkdf": {
1478
+ "version": "1.0.2",
1479
+ "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
1480
+ "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
1481
+ "dependencies": {
1482
+ "tweetnacl": "^0.14.3"
1483
+ }
1484
+ },
1485
+ "node_modules/big.js": {
1486
+ "version": "5.2.2",
1487
+ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
1488
+ "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
1489
+ "engines": {
1490
+ "node": "*"
1491
+ }
1492
+ },
1493
+ "node_modules/binary-extensions": {
1494
+ "version": "2.2.0",
1495
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
1496
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
1497
+ "optional": true,
1498
+ "engines": {
1499
+ "node": ">=8"
1500
+ }
1501
+ },
1502
+ "node_modules/bindings": {
1503
+ "version": "1.5.0",
1504
+ "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
1505
+ "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
1506
+ "optional": true,
1507
+ "dependencies": {
1508
+ "file-uri-to-path": "1.0.0"
1509
+ }
1510
+ },
1511
+ "node_modules/block-stream": {
1512
+ "version": "0.0.9",
1513
+ "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
1514
+ "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
1515
+ "dependencies": {
1516
+ "inherits": "~2.0.0"
1517
+ },
1518
+ "engines": {
1519
+ "node": "0.4 || >=0.5.8"
1520
+ }
1521
+ },
1522
+ "node_modules/bn.js": {
1523
+ "version": "5.2.0",
1524
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz",
1525
+ "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw=="
1526
+ },
1527
+ "node_modules/boxen": {
1528
+ "version": "1.3.0",
1529
+ "resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz",
1530
+ "integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==",
1531
+ "dependencies": {
1532
+ "ansi-align": "^2.0.0",
1533
+ "camelcase": "^4.0.0",
1534
+ "chalk": "^2.0.1",
1535
+ "cli-boxes": "^1.0.0",
1536
+ "string-width": "^2.0.0",
1537
+ "term-size": "^1.2.0",
1538
+ "widest-line": "^2.0.0"
1539
+ },
1540
+ "engines": {
1541
+ "node": ">=4"
1542
+ }
1543
+ },
1544
+ "node_modules/brace-expansion": {
1545
+ "version": "1.1.11",
1546
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
1547
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
1548
+ "dependencies": {
1549
+ "balanced-match": "^1.0.0",
1550
+ "concat-map": "0.0.1"
1551
+ }
1552
+ },
1553
+ "node_modules/braces": {
1554
+ "version": "3.0.2",
1555
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
1556
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
1557
+ "optional": true,
1558
+ "dependencies": {
1559
+ "fill-range": "^7.0.1"
1560
+ },
1561
+ "engines": {
1562
+ "node": ">=8"
1563
+ }
1564
+ },
1565
+ "node_modules/brorand": {
1566
+ "version": "1.1.0",
1567
+ "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
1568
+ "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8="
1569
+ },
1570
+ "node_modules/browserify-aes": {
1571
+ "version": "1.2.0",
1572
+ "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
1573
+ "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
1574
+ "dependencies": {
1575
+ "buffer-xor": "^1.0.3",
1576
+ "cipher-base": "^1.0.0",
1577
+ "create-hash": "^1.1.0",
1578
+ "evp_bytestokey": "^1.0.3",
1579
+ "inherits": "^2.0.1",
1580
+ "safe-buffer": "^5.0.1"
1581
+ }
1582
+ },
1583
+ "node_modules/browserify-cipher": {
1584
+ "version": "1.0.1",
1585
+ "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
1586
+ "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
1587
+ "dependencies": {
1588
+ "browserify-aes": "^1.0.4",
1589
+ "browserify-des": "^1.0.0",
1590
+ "evp_bytestokey": "^1.0.0"
1591
+ }
1592
+ },
1593
+ "node_modules/browserify-des": {
1594
+ "version": "1.0.2",
1595
+ "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz",
1596
+ "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==",
1597
+ "dependencies": {
1598
+ "cipher-base": "^1.0.1",
1599
+ "des.js": "^1.0.0",
1600
+ "inherits": "^2.0.1",
1601
+ "safe-buffer": "^5.1.2"
1602
+ }
1603
+ },
1604
+ "node_modules/browserify-rsa": {
1605
+ "version": "4.1.0",
1606
+ "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz",
1607
+ "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==",
1608
+ "dependencies": {
1609
+ "bn.js": "^5.0.0",
1610
+ "randombytes": "^2.0.1"
1611
+ }
1612
+ },
1613
+ "node_modules/browserify-sign": {
1614
+ "version": "4.2.1",
1615
+ "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz",
1616
+ "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==",
1617
+ "dependencies": {
1618
+ "bn.js": "^5.1.1",
1619
+ "browserify-rsa": "^4.0.1",
1620
+ "create-hash": "^1.2.0",
1621
+ "create-hmac": "^1.1.7",
1622
+ "elliptic": "^6.5.3",
1623
+ "inherits": "^2.0.4",
1624
+ "parse-asn1": "^5.1.5",
1625
+ "readable-stream": "^3.6.0",
1626
+ "safe-buffer": "^5.2.0"
1627
+ }
1628
+ },
1629
+ "node_modules/browserify-sign/node_modules/readable-stream": {
1630
+ "version": "3.6.0",
1631
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
1632
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
1633
+ "dependencies": {
1634
+ "inherits": "^2.0.3",
1635
+ "string_decoder": "^1.1.1",
1636
+ "util-deprecate": "^1.0.1"
1637
+ },
1638
+ "engines": {
1639
+ "node": ">= 6"
1640
+ }
1641
+ },
1642
+ "node_modules/browserify-sign/node_modules/safe-buffer": {
1643
+ "version": "5.2.1",
1644
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1645
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1646
+ "funding": [
1647
+ {
1648
+ "type": "github",
1649
+ "url": "https://github.com/sponsors/feross"
1650
+ },
1651
+ {
1652
+ "type": "patreon",
1653
+ "url": "https://www.patreon.com/feross"
1654
+ },
1655
+ {
1656
+ "type": "consulting",
1657
+ "url": "https://feross.org/support"
1658
+ }
1659
+ ]
1660
+ },
1661
+ "node_modules/browserify-zlib": {
1662
+ "version": "0.2.0",
1663
+ "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
1664
+ "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
1665
+ "dependencies": {
1666
+ "pako": "~1.0.5"
1667
+ }
1668
+ },
1669
+ "node_modules/browserslist": {
1670
+ "version": "2.11.3",
1671
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.11.3.tgz",
1672
+ "integrity": "sha512-yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA==",
1673
+ "deprecated": "Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.",
1674
+ "dependencies": {
1675
+ "caniuse-lite": "^1.0.30000792",
1676
+ "electron-to-chromium": "^1.3.30"
1677
+ },
1678
+ "bin": {
1679
+ "browserslist": "cli.js"
1680
+ }
1681
+ },
1682
+ "node_modules/buffer": {
1683
+ "version": "4.9.2",
1684
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz",
1685
+ "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
1686
+ "dependencies": {
1687
+ "base64-js": "^1.0.2",
1688
+ "ieee754": "^1.1.4",
1689
+ "isarray": "^1.0.0"
1690
+ }
1691
+ },
1692
+ "node_modules/buffer-from": {
1693
+ "version": "1.1.2",
1694
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
1695
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
1696
+ },
1697
+ "node_modules/buffer-xor": {
1698
+ "version": "1.0.3",
1699
+ "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
1700
+ "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk="
1701
+ },
1702
+ "node_modules/builtin-status-codes": {
1703
+ "version": "3.0.0",
1704
+ "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
1705
+ "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug="
1706
+ },
1707
+ "node_modules/cache-base": {
1708
+ "version": "1.0.1",
1709
+ "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
1710
+ "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
1711
+ "optional": true,
1712
+ "dependencies": {
1713
+ "collection-visit": "^1.0.0",
1714
+ "component-emitter": "^1.2.1",
1715
+ "get-value": "^2.0.6",
1716
+ "has-value": "^1.0.0",
1717
+ "isobject": "^3.0.1",
1718
+ "set-value": "^2.0.0",
1719
+ "to-object-path": "^0.3.0",
1720
+ "union-value": "^1.0.0",
1721
+ "unset-value": "^1.0.0"
1722
+ },
1723
+ "engines": {
1724
+ "node": ">=0.10.0"
1725
+ }
1726
+ },
1727
+ "node_modules/call-bind": {
1728
+ "version": "1.0.2",
1729
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
1730
+ "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
1731
+ "dependencies": {
1732
+ "function-bind": "^1.1.1",
1733
+ "get-intrinsic": "^1.0.2"
1734
+ },
1735
+ "funding": {
1736
+ "url": "https://github.com/sponsors/ljharb"
1737
+ }
1738
+ },
1739
+ "node_modules/caller-callsite": {
1740
+ "version": "2.0.0",
1741
+ "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
1742
+ "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=",
1743
+ "dependencies": {
1744
+ "callsites": "^2.0.0"
1745
+ },
1746
+ "engines": {
1747
+ "node": ">=4"
1748
+ }
1749
+ },
1750
+ "node_modules/caller-callsite/node_modules/callsites": {
1751
+ "version": "2.0.0",
1752
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
1753
+ "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=",
1754
+ "engines": {
1755
+ "node": ">=4"
1756
+ }
1757
+ },
1758
+ "node_modules/caller-path": {
1759
+ "version": "0.1.0",
1760
+ "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz",
1761
+ "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=",
1762
+ "dependencies": {
1763
+ "callsites": "^0.2.0"
1764
+ },
1765
+ "engines": {
1766
+ "node": ">=0.10.0"
1767
+ }
1768
+ },
1769
+ "node_modules/callsites": {
1770
+ "version": "0.2.0",
1771
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz",
1772
+ "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=",
1773
+ "engines": {
1774
+ "node": ">=0.10.0"
1775
+ }
1776
+ },
1777
+ "node_modules/camelcase": {
1778
+ "version": "4.1.0",
1779
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
1780
+ "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
1781
+ "engines": {
1782
+ "node": ">=4"
1783
+ }
1784
+ },
1785
+ "node_modules/camelcase-keys": {
1786
+ "version": "2.1.0",
1787
+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
1788
+ "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
1789
+ "dependencies": {
1790
+ "camelcase": "^2.0.0",
1791
+ "map-obj": "^1.0.0"
1792
+ },
1793
+ "engines": {
1794
+ "node": ">=0.10.0"
1795
+ }
1796
+ },
1797
+ "node_modules/camelcase-keys/node_modules/camelcase": {
1798
+ "version": "2.1.1",
1799
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
1800
+ "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
1801
+ "engines": {
1802
+ "node": ">=0.10.0"
1803
+ }
1804
+ },
1805
+ "node_modules/caniuse-lite": {
1806
+ "version": "1.0.30001267",
1807
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001267.tgz",
1808
+ "integrity": "sha512-r1mjTzAuJ9W8cPBGbbus8E0SKcUP7gn03R14Wk8FlAlqhH9hroy9nLqmpuXlfKEw/oILW+FGz47ipXV2O7x8lg==",
1809
+ "funding": {
1810
+ "type": "opencollective",
1811
+ "url": "https://opencollective.com/browserslist"
1812
+ }
1813
+ },
1814
+ "node_modules/capture-stack-trace": {
1815
+ "version": "1.0.1",
1816
+ "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz",
1817
+ "integrity": "sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw==",
1818
+ "engines": {
1819
+ "node": ">=0.10.0"
1820
+ }
1821
+ },
1822
+ "node_modules/caseless": {
1823
+ "version": "0.12.0",
1824
+ "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
1825
+ "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
1826
+ },
1827
+ "node_modules/center-align": {
1828
+ "version": "0.1.3",
1829
+ "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
1830
+ "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
1831
+ "dependencies": {
1832
+ "align-text": "^0.1.3",
1833
+ "lazy-cache": "^1.0.3"
1834
+ },
1835
+ "engines": {
1836
+ "node": ">=0.10.0"
1837
+ }
1838
+ },
1839
+ "node_modules/cgb-dev-utils": {
1840
+ "version": "1.6.1",
1841
+ "resolved": "https://registry.npmjs.org/cgb-dev-utils/-/cgb-dev-utils-1.6.1.tgz",
1842
+ "integrity": "sha512-WJFWifyKCL+jVewgELmJ8I8H1IrTedYuOnk6IFaxRvP9ELAHEcofCKNt4HiNJorMUUrqkt8ohaRaxeaH75UPlA==",
1843
+ "dependencies": {
1844
+ "@scarf/scarf": "^1.0.6",
1845
+ "chalk": "2.3.0",
1846
+ "cross-spawn": "5.1.0",
1847
+ "update-notifier": "^2.3.0"
1848
+ }
1849
+ },
1850
+ "node_modules/cgb-dev-utils/node_modules/chalk": {
1851
+ "version": "2.3.0",
1852
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz",
1853
+ "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==",
1854
+ "dependencies": {
1855
+ "ansi-styles": "^3.1.0",
1856
+ "escape-string-regexp": "^1.0.5",
1857
+ "supports-color": "^4.0.0"
1858
+ },
1859
+ "engines": {
1860
+ "node": ">=4"
1861
+ }
1862
+ },
1863
+ "node_modules/cgb-dev-utils/node_modules/has-flag": {
1864
+ "version": "2.0.0",
1865
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
1866
+ "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
1867
+ "engines": {
1868
+ "node": ">=0.10.0"
1869
+ }
1870
+ },
1871
+ "node_modules/cgb-dev-utils/node_modules/supports-color": {
1872
+ "version": "4.5.0",
1873
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
1874
+ "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
1875
+ "dependencies": {
1876
+ "has-flag": "^2.0.0"
1877
+ },
1878
+ "engines": {
1879
+ "node": ">=4"
1880
+ }
1881
+ },
1882
+ "node_modules/cgb-scripts": {
1883
+ "version": "1.23.1",
1884
+ "resolved": "https://registry.npmjs.org/cgb-scripts/-/cgb-scripts-1.23.1.tgz",
1885
+ "integrity": "sha512-axJTEMMgXI6kUsGQYCZ4WHGVGVFUOCBmu6SpLR/80zStmv+4dtGpWSw6G73b1t3iW/wCBmgU7HMQVenCfxp+AQ==",
1886
+ "dependencies": {
1887
+ "@scarf/scarf": "^1.0.6",
1888
+ "autoprefixer": "^7.2.4",
1889
+ "babel-core": "^6.25.0",
1890
+ "babel-eslint": "^8.2.1",
1891
+ "babel-loader": "^7.1.1",
1892
+ "babel-preset-cgb": "^1.7.0",
1893
+ "cgb-dev-utils": "^1.6.0",
1894
+ "chalk": "^2.3.0",
1895
+ "cross-env": "^5.0.1",
1896
+ "cross-spawn": "^5.1.0",
1897
+ "eslint": "^4.15.0",
1898
+ "eslint-config-wordpress": "^2.0.0",
1899
+ "eslint-plugin-jest": "^21.6.1",
1900
+ "eslint-plugin-jsx-a11y": "^6.0.3",
1901
+ "eslint-plugin-react": "^7.5.1",
1902
+ "eslint-plugin-wordpress": "^0.1.0",
1903
+ "extract-text-webpack-plugin": "^3.0.2",
1904
+ "filesize": "^3.5.11",
1905
+ "fs-extra": "^5.0.0",
1906
+ "gzip-size": "^4.1.0",
1907
+ "inquirer": "^5.0.0",
1908
+ "node-sass": "^4.7.2",
1909
+ "ora": "^1.3.0",
1910
+ "postcss-loader": "^2.0.10",
1911
+ "raw-loader": "^0.5.1",
1912
+ "resolve-pkg": "^1.0.0",
1913
+ "sass-loader": "^6.0.6",
1914
+ "shelljs": "^0.8.0",
1915
+ "style-loader": "^0.23.1",
1916
+ "update-notifier": "^2.3.0",
1917
+ "webpack": "^3.1.0"
1918
+ },
1919
+ "bin": {
1920
+ "cgb-scripts": "bin/cgb-scripts.js"
1921
+ }
1922
+ },
1923
+ "node_modules/chalk": {
1924
+ "version": "2.4.2",
1925
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
1926
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
1927
+ "dependencies": {
1928
+ "ansi-styles": "^3.2.1",
1929
+ "escape-string-regexp": "^1.0.5",
1930
+ "supports-color": "^5.3.0"
1931
+ },
1932
+ "engines": {
1933
+ "node": ">=4"
1934
+ }
1935
+ },
1936
+ "node_modules/chardet": {
1937
+ "version": "0.4.2",
1938
+ "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz",
1939
+ "integrity": "sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I="
1940
+ },
1941
+ "node_modules/chokidar": {
1942
+ "version": "3.5.2",
1943
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
1944
+ "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
1945
+ "optional": true,
1946
+ "dependencies": {
1947
+ "anymatch": "~3.1.2",
1948
+ "braces": "~3.0.2",
1949
+ "glob-parent": "~5.1.2",
1950
+ "is-binary-path": "~2.1.0",
1951
+ "is-glob": "~4.0.1",
1952
+ "normalize-path": "~3.0.0",
1953
+ "readdirp": "~3.6.0"
1954
+ },
1955
+ "engines": {
1956
+ "node": ">= 8.10.0"
1957
+ },
1958
+ "optionalDependencies": {
1959
+ "fsevents": "~2.3.2"
1960
+ }
1961
+ },
1962
+ "node_modules/ci-info": {
1963
+ "version": "1.6.0",
1964
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz",
1965
+ "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A=="
1966
+ },
1967
+ "node_modules/cipher-base": {
1968
+ "version": "1.0.4",
1969
+ "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
1970
+ "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
1971
+ "dependencies": {
1972
+ "inherits": "^2.0.1",
1973
+ "safe-buffer": "^5.0.1"
1974
+ }
1975
+ },
1976
+ "node_modules/circular-json": {
1977
+ "version": "0.3.3",
1978
+ "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz",
1979
+ "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==",
1980
+ "deprecated": "CircularJSON is in maintenance only, flatted is its successor."
1981
+ },
1982
+ "node_modules/class-utils": {
1983
+ "version": "0.3.6",
1984
+ "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
1985
+ "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
1986
+ "optional": true,
1987
+ "dependencies": {
1988
+ "arr-union": "^3.1.0",
1989
+ "define-property": "^0.2.5",
1990
+ "isobject": "^3.0.0",
1991
+ "static-extend": "^0.1.1"
1992
+ },
1993
+ "engines": {
1994
+ "node": ">=0.10.0"
1995
+ }
1996
+ },
1997
+ "node_modules/class-utils/node_modules/define-property": {
1998
+ "version": "0.2.5",
1999
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
2000
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
2001
+ "optional": true,
2002
+ "dependencies": {
2003
+ "is-descriptor": "^0.1.0"
2004
+ },
2005
+ "engines": {
2006
+ "node": ">=0.10.0"
2007
+ }
2008
+ },
2009
+ "node_modules/classnames": {
2010
+ "version": "2.3.1",
2011
+ "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz",
2012
+ "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA=="
2013
+ },
2014
+ "node_modules/cli-boxes": {
2015
+ "version": "1.0.0",
2016
+ "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz",
2017
+ "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM=",
2018
+ "engines": {
2019
+ "node": ">=0.10.0"
2020
+ }
2021
+ },
2022
+ "node_modules/cli-cursor": {
2023
+ "version": "2.1.0",
2024
+ "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz",
2025
+ "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=",
2026
+ "dependencies": {
2027
+ "restore-cursor": "^2.0.0"
2028
+ },
2029
+ "engines": {
2030
+ "node": ">=4"
2031
+ }
2032
+ },
2033
+ "node_modules/cli-spinners": {
2034
+ "version": "1.3.1",
2035
+ "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-1.3.1.tgz",
2036
+ "integrity": "sha512-1QL4544moEsDVH9T/l6Cemov/37iv1RtoKf7NJ04A60+4MREXNfx/QvavbH6QoGdsD4N4Mwy49cmaINR/o2mdg==",
2037
+ "engines": {
2038
+ "node": ">=4"
2039
+ }
2040
+ },
2041
+ "node_modules/cli-width": {
2042
+ "version": "2.2.1",
2043
+ "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz",
2044
+ "integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw=="
2045
+ },
2046
+ "node_modules/cliui": {
2047
+ "version": "5.0.0",
2048
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
2049
+ "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
2050
+ "dependencies": {
2051
+ "string-width": "^3.1.0",
2052
+ "strip-ansi": "^5.2.0",
2053
+ "wrap-ansi": "^5.1.0"
2054
+ }
2055
+ },
2056
+ "node_modules/cliui/node_modules/ansi-regex": {
2057
+ "version": "4.1.0",
2058
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
2059
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
2060
+ "engines": {
2061
+ "node": ">=6"
2062
+ }
2063
+ },
2064
+ "node_modules/cliui/node_modules/emoji-regex": {
2065
+ "version": "7.0.3",
2066
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
2067
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="
2068
+ },
2069
+ "node_modules/cliui/node_modules/string-width": {
2070
+ "version": "3.1.0",
2071
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
2072
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
2073
+ "dependencies": {
2074
+ "emoji-regex": "^7.0.1",
2075
+ "is-fullwidth-code-point": "^2.0.0",
2076
+ "strip-ansi": "^5.1.0"
2077
+ },
2078
+ "engines": {
2079
+ "node": ">=6"
2080
+ }
2081
+ },
2082
+ "node_modules/cliui/node_modules/strip-ansi": {
2083
+ "version": "5.2.0",
2084
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
2085
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
2086
+ "dependencies": {
2087
+ "ansi-regex": "^4.1.0"
2088
+ },
2089
+ "engines": {
2090
+ "node": ">=6"
2091
+ }
2092
+ },
2093
+ "node_modules/clone-deep": {
2094
+ "version": "2.0.2",
2095
+ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-2.0.2.tgz",
2096
+ "integrity": "sha512-SZegPTKjCgpQH63E+eN6mVEEPdQBOUzjyJm5Pora4lrwWRFS8I0QAxV/KD6vV/i0WuijHZWQC1fMsPEdxfdVCQ==",
2097
+ "dependencies": {
2098
+ "for-own": "^1.0.0",
2099
+ "is-plain-object": "^2.0.4",
2100
+ "kind-of": "^6.0.0",
2101
+ "shallow-clone": "^1.0.0"
2102
+ },
2103
+ "engines": {
2104
+ "node": ">=0.10.0"
2105
+ }
2106
+ },
2107
+ "node_modules/co": {
2108
+ "version": "4.6.0",
2109
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
2110
+ "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
2111
+ "engines": {
2112
+ "iojs": ">= 1.0.0",
2113
+ "node": ">= 0.12.0"
2114
+ }
2115
+ },
2116
+ "node_modules/code-point-at": {
2117
+ "version": "1.1.0",
2118
+ "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
2119
+ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
2120
+ "engines": {
2121
+ "node": ">=0.10.0"
2122
+ }
2123
+ },
2124
+ "node_modules/collection-visit": {
2125
+ "version": "1.0.0",
2126
+ "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
2127
+ "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
2128
+ "optional": true,
2129
+ "dependencies": {
2130
+ "map-visit": "^1.0.0",
2131
+ "object-visit": "^1.0.0"
2132
+ },
2133
+ "engines": {
2134
+ "node": ">=0.10.0"
2135
+ }
2136
+ },
2137
+ "node_modules/color-convert": {
2138
+ "version": "1.9.3",
2139
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2140
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2141
+ "dependencies": {
2142
+ "color-name": "1.1.3"
2143
+ }
2144
+ },
2145
+ "node_modules/color-name": {
2146
+ "version": "1.1.3",
2147
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2148
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
2149
+ },
2150
+ "node_modules/combined-stream": {
2151
+ "version": "1.0.8",
2152
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
2153
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
2154
+ "dependencies": {
2155
+ "delayed-stream": "~1.0.0"
2156
+ },
2157
+ "engines": {
2158
+ "node": ">= 0.8"
2159
+ }
2160
+ },
2161
+ "node_modules/commondir": {
2162
+ "version": "1.0.1",
2163
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
2164
+ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
2165
+ },
2166
+ "node_modules/component-emitter": {
2167
+ "version": "1.3.0",
2168
+ "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
2169
+ "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
2170
+ "optional": true
2171
+ },
2172
+ "node_modules/concat-map": {
2173
+ "version": "0.0.1",
2174
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2175
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
2176
+ },
2177
+ "node_modules/concat-stream": {
2178
+ "version": "1.6.2",
2179
+ "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
2180
+ "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
2181
+ "engines": [
2182
+ "node >= 0.8"
2183
+ ],
2184
+ "dependencies": {
2185
+ "buffer-from": "^1.0.0",
2186
+ "inherits": "^2.0.3",
2187
+ "readable-stream": "^2.2.2",
2188
+ "typedarray": "^0.0.6"
2189
+ }
2190
+ },
2191
+ "node_modules/configstore": {
2192
+ "version": "3.1.5",
2193
+ "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.5.tgz",
2194
+ "integrity": "sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA==",
2195
+ "dependencies": {
2196
+ "dot-prop": "^4.2.1",
2197
+ "graceful-fs": "^4.1.2",
2198
+ "make-dir": "^1.0.0",
2199
+ "unique-string": "^1.0.0",
2200
+ "write-file-atomic": "^2.0.0",
2201
+ "xdg-basedir": "^3.0.0"
2202
+ },
2203
+ "engines": {
2204
+ "node": ">=4"
2205
+ }
2206
+ },
2207
+ "node_modules/console-browserify": {
2208
+ "version": "1.2.0",
2209
+ "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz",
2210
+ "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA=="
2211
+ },
2212
+ "node_modules/console-control-strings": {
2213
+ "version": "1.1.0",
2214
+ "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
2215
+ "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
2216
+ },
2217
+ "node_modules/constants-browserify": {
2218
+ "version": "1.0.0",
2219
+ "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
2220
+ "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U="
2221
+ },
2222
+ "node_modules/convert-source-map": {
2223
+ "version": "1.8.0",
2224
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
2225
+ "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
2226
+ "dependencies": {
2227
+ "safe-buffer": "~5.1.1"
2228
+ }
2229
+ },
2230
+ "node_modules/copy-descriptor": {
2231
+ "version": "0.1.1",
2232
+ "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
2233
+ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
2234
+ "optional": true,
2235
+ "engines": {
2236
+ "node": ">=0.10.0"
2237
+ }
2238
+ },
2239
+ "node_modules/core-js": {
2240
+ "version": "2.6.12",
2241
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
2242
+ "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
2243
+ "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
2244
+ "hasInstallScript": true
2245
+ },
2246
+ "node_modules/core-js-pure": {
2247
+ "version": "3.18.3",
2248
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.18.3.tgz",
2249
+ "integrity": "sha512-qfskyO/KjtbYn09bn1IPkuhHl5PlJ6IzJ9s9sraJ1EqcuGyLGKzhSM1cY0zgyL9hx42eulQLZ6WaeK5ycJCkqw==",
2250
+ "deprecated": "core-js-pure@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js-pure.",
2251
+ "hasInstallScript": true,
2252
+ "funding": {
2253
+ "type": "opencollective",
2254
+ "url": "https://opencollective.com/core-js"
2255
+ }
2256
+ },
2257
+ "node_modules/core-util-is": {
2258
+ "version": "1.0.3",
2259
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
2260
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
2261
+ },
2262
+ "node_modules/cosmiconfig": {
2263
+ "version": "5.2.1",
2264
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
2265
+ "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
2266
+ "dependencies": {
2267
+ "import-fresh": "^2.0.0",
2268
+ "is-directory": "^0.3.1",
2269
+ "js-yaml": "^3.13.1",
2270
+ "parse-json": "^4.0.0"
2271
+ },
2272
+ "engines": {
2273
+ "node": ">=4"
2274
+ }
2275
+ },
2276
+ "node_modules/cosmiconfig/node_modules/parse-json": {
2277
+ "version": "4.0.0",
2278
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
2279
+ "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
2280
+ "dependencies": {
2281
+ "error-ex": "^1.3.1",
2282
+ "json-parse-better-errors": "^1.0.1"
2283
+ },
2284
+ "engines": {
2285
+ "node": ">=4"
2286
+ }
2287
+ },
2288
+ "node_modules/create-ecdh": {
2289
+ "version": "4.0.4",
2290
+ "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz",
2291
+ "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==",
2292
+ "dependencies": {
2293
+ "bn.js": "^4.1.0",
2294
+ "elliptic": "^6.5.3"
2295
+ }
2296
+ },
2297
+ "node_modules/create-ecdh/node_modules/bn.js": {
2298
+ "version": "4.12.0",
2299
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
2300
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
2301
+ },
2302
+ "node_modules/create-error-class": {
2303
+ "version": "3.0.2",
2304
+ "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
2305
+ "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=",
2306
+ "dependencies": {
2307
+ "capture-stack-trace": "^1.0.0"
2308
+ },
2309
+ "engines": {
2310
+ "node": ">=0.10.0"
2311
+ }
2312
+ },
2313
+ "node_modules/create-hash": {
2314
+ "version": "1.2.0",
2315
+ "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
2316
+ "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
2317
+ "dependencies": {
2318
+ "cipher-base": "^1.0.1",
2319
+ "inherits": "^2.0.1",
2320
+ "md5.js": "^1.3.4",
2321
+ "ripemd160": "^2.0.1",
2322
+ "sha.js": "^2.4.0"
2323
+ }
2324
+ },
2325
+ "node_modules/create-hmac": {
2326
+ "version": "1.1.7",
2327
+ "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
2328
+ "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
2329
+ "dependencies": {
2330
+ "cipher-base": "^1.0.3",
2331
+ "create-hash": "^1.1.0",
2332
+ "inherits": "^2.0.1",
2333
+ "ripemd160": "^2.0.0",
2334
+ "safe-buffer": "^5.0.1",
2335
+ "sha.js": "^2.4.8"
2336
+ }
2337
+ },
2338
+ "node_modules/cross-env": {
2339
+ "version": "5.2.1",
2340
+ "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.2.1.tgz",
2341
+ "integrity": "sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==",
2342
+ "dependencies": {
2343
+ "cross-spawn": "^6.0.5"
2344
+ },
2345
+ "bin": {
2346
+ "cross-env": "dist/bin/cross-env.js",
2347
+ "cross-env-shell": "dist/bin/cross-env-shell.js"
2348
+ },
2349
+ "engines": {
2350
+ "node": ">=4.0"
2351
+ }
2352
+ },
2353
+ "node_modules/cross-env/node_modules/cross-spawn": {
2354
+ "version": "6.0.5",
2355
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
2356
+ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
2357
+ "dependencies": {
2358
+ "nice-try": "^1.0.4",
2359
+ "path-key": "^2.0.1",
2360
+ "semver": "^5.5.0",
2361
+ "shebang-command": "^1.2.0",
2362
+ "which": "^1.2.9"
2363
+ },
2364
+ "engines": {
2365
+ "node": ">=4.8"
2366
+ }
2367
+ },
2368
+ "node_modules/cross-spawn": {
2369
+ "version": "5.1.0",
2370
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
2371
+ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
2372
+ "dependencies": {
2373
+ "lru-cache": "^4.0.1",
2374
+ "shebang-command": "^1.2.0",
2375
+ "which": "^1.2.9"
2376
+ }
2377
+ },
2378
+ "node_modules/crypto-browserify": {
2379
+ "version": "3.12.0",
2380
+ "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
2381
+ "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
2382
+ "dependencies": {
2383
+ "browserify-cipher": "^1.0.0",
2384
+ "browserify-sign": "^4.0.0",
2385
+ "create-ecdh": "^4.0.0",
2386
+ "create-hash": "^1.1.0",
2387
+ "create-hmac": "^1.1.0",
2388
+ "diffie-hellman": "^5.0.0",
2389
+ "inherits": "^2.0.1",
2390
+ "pbkdf2": "^3.0.3",
2391
+ "public-encrypt": "^4.0.0",
2392
+ "randombytes": "^2.0.0",
2393
+ "randomfill": "^1.0.3"
2394
+ },
2395
+ "engines": {
2396
+ "node": "*"
2397
+ }
2398
+ },
2399
+ "node_modules/crypto-random-string": {
2400
+ "version": "1.0.0",
2401
+ "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz",
2402
+ "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=",
2403
+ "engines": {
2404
+ "node": ">=4"
2405
+ }
2406
+ },
2407
+ "node_modules/currently-unhandled": {
2408
+ "version": "0.4.1",
2409
+ "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
2410
+ "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
2411
+ "dependencies": {
2412
+ "array-find-index": "^1.0.1"
2413
+ },
2414
+ "engines": {
2415
+ "node": ">=0.10.0"
2416
+ }
2417
+ },
2418
+ "node_modules/d": {
2419
+ "version": "1.0.1",
2420
+ "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
2421
+ "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
2422
+ "dependencies": {
2423
+ "es5-ext": "^0.10.50",
2424
+ "type": "^1.0.1"
2425
+ }
2426
+ },
2427
+ "node_modules/damerau-levenshtein": {
2428
+ "version": "1.0.7",
2429
+ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz",
2430
+ "integrity": "sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw=="
2431
+ },
2432
+ "node_modules/dashdash": {
2433
+ "version": "1.14.1",
2434
+ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
2435
+ "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
2436
+ "dependencies": {
2437
+ "assert-plus": "^1.0.0"
2438
+ },
2439
+ "engines": {
2440
+ "node": ">=0.10"
2441
+ }
2442
+ },
2443
+ "node_modules/debug": {
2444
+ "version": "2.6.9",
2445
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
2446
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
2447
+ "dependencies": {
2448
+ "ms": "2.0.0"
2449
+ }
2450
+ },
2451
+ "node_modules/decamelize": {
2452
+ "version": "1.2.0",
2453
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
2454
+ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
2455
+ "engines": {
2456
+ "node": ">=0.10.0"
2457
+ }
2458
+ },
2459
+ "node_modules/decode-uri-component": {
2460
+ "version": "0.2.0",
2461
+ "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
2462
+ "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
2463
+ "optional": true,
2464
+ "engines": {
2465
+ "node": ">=0.10"
2466
+ }
2467
+ },
2468
+ "node_modules/deep-extend": {
2469
+ "version": "0.6.0",
2470
+ "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
2471
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
2472
+ "engines": {
2473
+ "node": ">=4.0.0"
2474
+ }
2475
+ },
2476
+ "node_modules/deep-is": {
2477
+ "version": "0.1.4",
2478
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
2479
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
2480
+ },
2481
+ "node_modules/define-properties": {
2482
+ "version": "1.1.3",
2483
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
2484
+ "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
2485
+ "dependencies": {
2486
+ "object-keys": "^1.0.12"
2487
+ },
2488
+ "engines": {
2489
+ "node": ">= 0.4"
2490
+ }
2491
+ },
2492
+ "node_modules/define-property": {
2493
+ "version": "2.0.2",
2494
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
2495
+ "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
2496
+ "optional": true,
2497
+ "dependencies": {
2498
+ "is-descriptor": "^1.0.2",
2499
+ "isobject": "^3.0.1"
2500
+ },
2501
+ "engines": {
2502
+ "node": ">=0.10.0"
2503
+ }
2504
+ },
2505
+ "node_modules/define-property/node_modules/is-accessor-descriptor": {
2506
+ "version": "1.0.0",
2507
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
2508
+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
2509
+ "optional": true,
2510
+ "dependencies": {
2511
+ "kind-of": "^6.0.0"
2512
+ },
2513
+ "engines": {
2514
+ "node": ">=0.10.0"
2515
+ }
2516
+ },
2517
+ "node_modules/define-property/node_modules/is-data-descriptor": {
2518
+ "version": "1.0.0",
2519
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
2520
+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
2521
+ "optional": true,
2522
+ "dependencies": {
2523
+ "kind-of": "^6.0.0"
2524
+ },
2525
+ "engines": {
2526
+ "node": ">=0.10.0"
2527
+ }
2528
+ },
2529
+ "node_modules/define-property/node_modules/is-descriptor": {
2530
+ "version": "1.0.2",
2531
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
2532
+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
2533
+ "optional": true,
2534
+ "dependencies": {
2535
+ "is-accessor-descriptor": "^1.0.0",
2536
+ "is-data-descriptor": "^1.0.0",
2537
+ "kind-of": "^6.0.2"
2538
+ },
2539
+ "engines": {
2540
+ "node": ">=0.10.0"
2541
+ }
2542
+ },
2543
+ "node_modules/delayed-stream": {
2544
+ "version": "1.0.0",
2545
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
2546
+ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
2547
+ "engines": {
2548
+ "node": ">=0.4.0"
2549
+ }
2550
+ },
2551
+ "node_modules/delegates": {
2552
+ "version": "1.0.0",
2553
+ "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
2554
+ "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o="
2555
+ },
2556
+ "node_modules/des.js": {
2557
+ "version": "1.0.1",
2558
+ "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
2559
+ "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==",
2560
+ "dependencies": {
2561
+ "inherits": "^2.0.1",
2562
+ "minimalistic-assert": "^1.0.0"
2563
+ }
2564
+ },
2565
+ "node_modules/detect-indent": {
2566
+ "version": "4.0.0",
2567
+ "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
2568
+ "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
2569
+ "dependencies": {
2570
+ "repeating": "^2.0.0"
2571
+ },
2572
+ "engines": {
2573
+ "node": ">=0.10.0"
2574
+ }
2575
+ },
2576
+ "node_modules/diffie-hellman": {
2577
+ "version": "5.0.3",
2578
+ "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
2579
+ "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
2580
+ "dependencies": {
2581
+ "bn.js": "^4.1.0",
2582
+ "miller-rabin": "^4.0.0",
2583
+ "randombytes": "^2.0.0"
2584
+ }
2585
+ },
2586
+ "node_modules/diffie-hellman/node_modules/bn.js": {
2587
+ "version": "4.12.0",
2588
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
2589
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
2590
+ },
2591
+ "node_modules/doctrine": {
2592
+ "version": "2.1.0",
2593
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
2594
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
2595
+ "dependencies": {
2596
+ "esutils": "^2.0.2"
2597
+ },
2598
+ "engines": {
2599
+ "node": ">=0.10.0"
2600
+ }
2601
+ },
2602
+ "node_modules/domain-browser": {
2603
+ "version": "1.2.0",
2604
+ "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz",
2605
+ "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==",
2606
+ "engines": {
2607
+ "node": ">=0.4",
2608
+ "npm": ">=1.2"
2609
+ }
2610
+ },
2611
+ "node_modules/dot-prop": {
2612
+ "version": "4.2.1",
2613
+ "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz",
2614
+ "integrity": "sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==",
2615
+ "dependencies": {
2616
+ "is-obj": "^1.0.0"
2617
+ },
2618
+ "engines": {
2619
+ "node": ">=4"
2620
+ }
2621
+ },
2622
+ "node_modules/duplexer": {
2623
+ "version": "0.1.2",
2624
+ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
2625
+ "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
2626
+ },
2627
+ "node_modules/duplexer3": {
2628
+ "version": "0.1.4",
2629
+ "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
2630
+ "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI="
2631
+ },
2632
+ "node_modules/ecc-jsbn": {
2633
+ "version": "0.1.2",
2634
+ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
2635
+ "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
2636
+ "dependencies": {
2637
+ "jsbn": "~0.1.0",
2638
+ "safer-buffer": "^2.1.0"
2639
+ }
2640
+ },
2641
+ "node_modules/electron-to-chromium": {
2642
+ "version": "1.3.868",
2643
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.868.tgz",
2644
+ "integrity": "sha512-kZYCHqwJ1ctGrYDlOcWQH+/AftAm/KD4lEnLDNwS0kKwx1x6dU4zv+GuDjsPPOGn/2TjnKBaZjDyjXaoix0q/A=="
2645
+ },
2646
+ "node_modules/elliptic": {
2647
+ "version": "6.5.4",
2648
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
2649
+ "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
2650
+ "dependencies": {
2651
+ "bn.js": "^4.11.9",
2652
+ "brorand": "^1.1.0",
2653
+ "hash.js": "^1.0.0",
2654
+ "hmac-drbg": "^1.0.1",
2655
+ "inherits": "^2.0.4",
2656
+ "minimalistic-assert": "^1.0.1",
2657
+ "minimalistic-crypto-utils": "^1.0.1"
2658
+ }
2659
+ },
2660
+ "node_modules/elliptic/node_modules/bn.js": {
2661
+ "version": "4.12.0",
2662
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
2663
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
2664
+ },
2665
+ "node_modules/emoji-regex": {
2666
+ "version": "9.2.2",
2667
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
2668
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
2669
+ },
2670
+ "node_modules/emojis-list": {
2671
+ "version": "3.0.0",
2672
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
2673
+ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
2674
+ "engines": {
2675
+ "node": ">= 4"
2676
+ }
2677
+ },
2678
+ "node_modules/enhanced-resolve": {
2679
+ "version": "3.4.1",
2680
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-3.4.1.tgz",
2681
+ "integrity": "sha1-BCHjOf1xQZs9oT0Smzl5BAIwR24=",
2682
+ "dependencies": {
2683
+ "graceful-fs": "^4.1.2",
2684
+ "memory-fs": "^0.4.0",
2685
+ "object-assign": "^4.0.1",
2686
+ "tapable": "^0.2.7"
2687
+ },
2688
+ "engines": {
2689
+ "node": ">=4.3.0 <5.0.0 || >=5.10"
2690
+ }
2691
+ },
2692
+ "node_modules/errno": {
2693
+ "version": "0.1.8",
2694
+ "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz",
2695
+ "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
2696
+ "dependencies": {
2697
+ "prr": "~1.0.1"
2698
+ },
2699
+ "bin": {
2700
+ "errno": "cli.js"
2701
+ }
2702
+ },
2703
+ "node_modules/error-ex": {
2704
+ "version": "1.3.2",
2705
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
2706
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
2707
+ "dependencies": {
2708
+ "is-arrayish": "^0.2.1"
2709
+ }
2710
+ },
2711
+ "node_modules/es-abstract": {
2712
+ "version": "1.19.1",
2713
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz",
2714
+ "integrity": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==",
2715
+ "dependencies": {
2716
+ "call-bind": "^1.0.2",
2717
+ "es-to-primitive": "^1.2.1",
2718
+ "function-bind": "^1.1.1",
2719
+ "get-intrinsic": "^1.1.1",
2720
+ "get-symbol-description": "^1.0.0",
2721
+ "has": "^1.0.3",
2722
+ "has-symbols": "^1.0.2",
2723
+ "internal-slot": "^1.0.3",
2724
+ "is-callable": "^1.2.4",
2725
+ "is-negative-zero": "^2.0.1",
2726
+ "is-regex": "^1.1.4",
2727
+ "is-shared-array-buffer": "^1.0.1",
2728
+ "is-string": "^1.0.7",
2729
+ "is-weakref": "^1.0.1",
2730
+ "object-inspect": "^1.11.0",
2731
+ "object-keys": "^1.1.1",
2732
+ "object.assign": "^4.1.2",
2733
+ "string.prototype.trimend": "^1.0.4",
2734
+ "string.prototype.trimstart": "^1.0.4",
2735
+ "unbox-primitive": "^1.0.1"
2736
+ },
2737
+ "engines": {
2738
+ "node": ">= 0.4"
2739
+ },
2740
+ "funding": {
2741
+ "url": "https://github.com/sponsors/ljharb"
2742
+ }
2743
+ },
2744
+ "node_modules/es-to-primitive": {
2745
+ "version": "1.2.1",
2746
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
2747
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
2748
+ "dependencies": {
2749
+ "is-callable": "^1.1.4",
2750
+ "is-date-object": "^1.0.1",
2751
+ "is-symbol": "^1.0.2"
2752
+ },
2753
+ "engines": {
2754
+ "node": ">= 0.4"
2755
+ },
2756
+ "funding": {
2757
+ "url": "https://github.com/sponsors/ljharb"
2758
+ }
2759
+ },
2760
+ "node_modules/es5-ext": {
2761
+ "version": "0.10.53",
2762
+ "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz",
2763
+ "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==",
2764
+ "dependencies": {
2765
+ "es6-iterator": "~2.0.3",
2766
+ "es6-symbol": "~3.1.3",
2767
+ "next-tick": "~1.0.0"
2768
+ }
2769
+ },
2770
+ "node_modules/es6-iterator": {
2771
+ "version": "2.0.3",
2772
+ "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
2773
+ "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=",
2774
+ "dependencies": {
2775
+ "d": "1",
2776
+ "es5-ext": "^0.10.35",
2777
+ "es6-symbol": "^3.1.1"
2778
+ }
2779
+ },
2780
+ "node_modules/es6-map": {
2781
+ "version": "0.1.5",
2782
+ "resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz",
2783
+ "integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=",
2784
+ "dependencies": {
2785
+ "d": "1",
2786
+ "es5-ext": "~0.10.14",
2787
+ "es6-iterator": "~2.0.1",
2788
+ "es6-set": "~0.1.5",
2789
+ "es6-symbol": "~3.1.1",
2790
+ "event-emitter": "~0.3.5"
2791
+ }
2792
+ },
2793
+ "node_modules/es6-set": {
2794
+ "version": "0.1.5",
2795
+ "resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz",
2796
+ "integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=",
2797
+ "dependencies": {
2798
+ "d": "1",
2799
+ "es5-ext": "~0.10.14",
2800
+ "es6-iterator": "~2.0.1",
2801
+ "es6-symbol": "3.1.1",
2802
+ "event-emitter": "~0.3.5"
2803
+ }
2804
+ },
2805
+ "node_modules/es6-set/node_modules/es6-symbol": {
2806
+ "version": "3.1.1",
2807
+ "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",
2808
+ "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=",
2809
+ "dependencies": {
2810
+ "d": "1",
2811
+ "es5-ext": "~0.10.14"
2812
+ }
2813
+ },
2814
+ "node_modules/es6-symbol": {
2815
+ "version": "3.1.3",
2816
+ "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
2817
+ "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
2818
+ "dependencies": {
2819
+ "d": "^1.0.1",
2820
+ "ext": "^1.1.2"
2821
+ }
2822
+ },
2823
+ "node_modules/es6-weak-map": {
2824
+ "version": "2.0.3",
2825
+ "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz",
2826
+ "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==",
2827
+ "dependencies": {
2828
+ "d": "1",
2829
+ "es5-ext": "^0.10.46",
2830
+ "es6-iterator": "^2.0.3",
2831
+ "es6-symbol": "^3.1.1"
2832
+ }
2833
+ },
2834
+ "node_modules/escape-string-regexp": {
2835
+ "version": "1.0.5",
2836
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2837
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
2838
+ "engines": {
2839
+ "node": ">=0.8.0"
2840
+ }
2841
+ },
2842
+ "node_modules/escope": {
2843
+ "version": "3.6.0",
2844
+ "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
2845
+ "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=",
2846
+ "dependencies": {
2847
+ "es6-map": "^0.1.3",
2848
+ "es6-weak-map": "^2.0.1",
2849
+ "esrecurse": "^4.1.0",
2850
+ "estraverse": "^4.1.1"
2851
+ },
2852
+ "engines": {
2853
+ "node": ">=0.4.0"
2854
+ }
2855
+ },
2856
+ "node_modules/eslint": {
2857
+ "version": "4.19.1",
2858
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-4.19.1.tgz",
2859
+ "integrity": "sha512-bT3/1x1EbZB7phzYu7vCr1v3ONuzDtX8WjuM9c0iYxe+cq+pwcKEoQjl7zd3RpC6YOLgnSy3cTN58M2jcoPDIQ==",
2860
+ "dependencies": {
2861
+ "ajv": "^5.3.0",
2862
+ "babel-code-frame": "^6.22.0",
2863
+ "chalk": "^2.1.0",
2864
+ "concat-stream": "^1.6.0",
2865
+ "cross-spawn": "^5.1.0",
2866
+ "debug": "^3.1.0",
2867
+ "doctrine": "^2.1.0",
2868
+ "eslint-scope": "^3.7.1",
2869
+ "eslint-visitor-keys": "^1.0.0",
2870
+ "espree": "^3.5.4",
2871
+ "esquery": "^1.0.0",
2872
+ "esutils": "^2.0.2",
2873
+ "file-entry-cache": "^2.0.0",
2874
+ "functional-red-black-tree": "^1.0.1",
2875
+ "glob": "^7.1.2",
2876
+ "globals": "^11.0.1",
2877
+ "ignore": "^3.3.3",
2878
+ "imurmurhash": "^0.1.4",
2879
+ "inquirer": "^3.0.6",
2880
+ "is-resolvable": "^1.0.0",
2881
+ "js-yaml": "^3.9.1",
2882
+ "json-stable-stringify-without-jsonify": "^1.0.1",
2883
+ "levn": "^0.3.0",
2884
+ "lodash": "^4.17.4",
2885
+ "minimatch": "^3.0.2",
2886
+ "mkdirp": "^0.5.1",
2887
+ "natural-compare": "^1.4.0",
2888
+ "optionator": "^0.8.2",
2889
+ "path-is-inside": "^1.0.2",
2890
+ "pluralize": "^7.0.0",
2891
+ "progress": "^2.0.0",
2892
+ "regexpp": "^1.0.1",
2893
+ "require-uncached": "^1.0.3",
2894
+ "semver": "^5.3.0",
2895
+ "strip-ansi": "^4.0.0",
2896
+ "strip-json-comments": "~2.0.1",
2897
+ "table": "4.0.2",
2898
+ "text-table": "~0.2.0"
2899
+ },
2900
+ "bin": {
2901
+ "eslint": "bin/eslint.js"
2902
+ },
2903
+ "engines": {
2904
+ "node": ">=4"
2905
+ }
2906
+ },
2907
+ "node_modules/eslint-config-wordpress": {
2908
+ "version": "2.0.0",
2909
+ "resolved": "https://registry.npmjs.org/eslint-config-wordpress/-/eslint-config-wordpress-2.0.0.tgz",
2910
+ "integrity": "sha1-UgEgbGlk1kgxUjLt9t+9LpJeTNY=",
2911
+ "deprecated": "This package has been deprecated, please use @wordpress/eslint-plugin or @wordpress/scripts",
2912
+ "engines": {
2913
+ "node": ">=4.2.1"
2914
+ }
2915
+ },
2916
+ "node_modules/eslint-plugin-jest": {
2917
+ "version": "21.27.2",
2918
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.27.2.tgz",
2919
+ "integrity": "sha512-0E4OIgBJVlAmf1KfYFtZ3gYxgUzC5Eb3Jzmrc9ikI1OY+/cM8Kh72Ti7KfpeHNeD3HJNf9SmEfmvQLIz44Hrhw==",
2920
+ "engines": {
2921
+ "node": ">= 4"
2922
+ },
2923
+ "peerDependencies": {
2924
+ "eslint": ">=3.6"
2925
+ }
2926
+ },
2927
+ "node_modules/eslint-plugin-jsx-a11y": {
2928
+ "version": "6.4.1",
2929
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz",
2930
+ "integrity": "sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==",
2931
+ "dependencies": {
2932
+ "@babel/runtime": "^7.11.2",
2933
+ "aria-query": "^4.2.2",
2934
+ "array-includes": "^3.1.1",
2935
+ "ast-types-flow": "^0.0.7",
2936
+ "axe-core": "^4.0.2",
2937
+ "axobject-query": "^2.2.0",
2938
+ "damerau-levenshtein": "^1.0.6",
2939
+ "emoji-regex": "^9.0.0",
2940
+ "has": "^1.0.3",
2941
+ "jsx-ast-utils": "^3.1.0",
2942
+ "language-tags": "^1.0.5"
2943
+ },
2944
+ "engines": {
2945
+ "node": ">=4.0"
2946
+ },
2947
+ "peerDependencies": {
2948
+ "eslint": "^3 || ^4 || ^5 || ^6 || ^7"
2949
+ }
2950
+ },
2951
+ "node_modules/eslint-plugin-react": {
2952
+ "version": "7.26.1",
2953
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.26.1.tgz",
2954
+ "integrity": "sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==",
2955
+ "dependencies": {
2956
+ "array-includes": "^3.1.3",
2957
+ "array.prototype.flatmap": "^1.2.4",
2958
+ "doctrine": "^2.1.0",
2959
+ "estraverse": "^5.2.0",
2960
+ "jsx-ast-utils": "^2.4.1 || ^3.0.0",
2961
+ "minimatch": "^3.0.4",
2962
+ "object.entries": "^1.1.4",
2963
+ "object.fromentries": "^2.0.4",
2964
+ "object.hasown": "^1.0.0",
2965
+ "object.values": "^1.1.4",
2966
+ "prop-types": "^15.7.2",
2967
+ "resolve": "^2.0.0-next.3",
2968
+ "semver": "^6.3.0",
2969
+ "string.prototype.matchall": "^4.0.5"
2970
+ },
2971
+ "engines": {
2972
+ "node": ">=4"
2973
+ },
2974
+ "peerDependencies": {
2975
+ "eslint": "^3 || ^4 || ^5 || ^6 || ^7"
2976
+ }
2977
+ },
2978
+ "node_modules/eslint-plugin-react/node_modules/estraverse": {
2979
+ "version": "5.2.0",
2980
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
2981
+ "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
2982
+ "engines": {
2983
+ "node": ">=4.0"
2984
+ }
2985
+ },
2986
+ "node_modules/eslint-plugin-react/node_modules/semver": {
2987
+ "version": "6.3.0",
2988
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
2989
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
2990
+ "bin": {
2991
+ "semver": "bin/semver.js"
2992
+ }
2993
+ },
2994
+ "node_modules/eslint-plugin-wordpress": {
2995
+ "version": "0.1.0",
2996
+ "resolved": "https://registry.npmjs.org/eslint-plugin-wordpress/-/eslint-plugin-wordpress-0.1.0.tgz",
2997
+ "integrity": "sha1-PmlvCTJtmRXiZogasUj+0oFhF2I=",
2998
+ "deprecated": "This package has been deprecated, please use @wordpress/eslint-plugin or @wordpress/scripts",
2999
+ "dependencies": {
3000
+ "requireindex": "~1.1.0"
3001
+ },
3002
+ "engines": {
3003
+ "node": ">=0.10.0"
3004
+ }
3005
+ },
3006
+ "node_modules/eslint-scope": {
3007
+ "version": "3.7.1",
3008
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.1.tgz",
3009
+ "integrity": "sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=",
3010
+ "dependencies": {
3011
+ "esrecurse": "^4.1.0",
3012
+ "estraverse": "^4.1.1"
3013
+ },
3014
+ "engines": {
3015
+ "node": ">=4.0.0"
3016
+ }
3017
+ },
3018
+ "node_modules/eslint-visitor-keys": {
3019
+ "version": "1.3.0",
3020
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
3021
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
3022
+ "engines": {
3023
+ "node": ">=4"
3024
+ }
3025
+ },
3026
+ "node_modules/eslint/node_modules/ansi-regex": {
3027
+ "version": "3.0.0",
3028
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
3029
+ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
3030
+ "engines": {
3031
+ "node": ">=4"
3032
+ }
3033
+ },
3034
+ "node_modules/eslint/node_modules/debug": {
3035
+ "version": "3.2.7",
3036
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
3037
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
3038
+ "dependencies": {
3039
+ "ms": "^2.1.1"
3040
+ }
3041
+ },
3042
+ "node_modules/eslint/node_modules/globals": {
3043
+ "version": "11.12.0",
3044
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
3045
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
3046
+ "engines": {
3047
+ "node": ">=4"
3048
+ }
3049
+ },
3050
+ "node_modules/eslint/node_modules/inquirer": {
3051
+ "version": "3.3.0",
3052
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-3.3.0.tgz",
3053
+ "integrity": "sha512-h+xtnyk4EwKvFWHrUYsWErEVR+igKtLdchu+o0Z1RL7VU/jVMFbYir2bp6bAj8efFNxWqHX0dIss6fJQ+/+qeQ==",
3054
+ "dependencies": {
3055
+ "ansi-escapes": "^3.0.0",
3056
+ "chalk": "^2.0.0",
3057
+ "cli-cursor": "^2.1.0",
3058
+ "cli-width": "^2.0.0",
3059
+ "external-editor": "^2.0.4",
3060
+ "figures": "^2.0.0",
3061
+ "lodash": "^4.3.0",
3062
+ "mute-stream": "0.0.7",
3063
+ "run-async": "^2.2.0",
3064
+ "rx-lite": "^4.0.8",
3065
+ "rx-lite-aggregates": "^4.0.8",
3066
+ "string-width": "^2.1.0",
3067
+ "strip-ansi": "^4.0.0",
3068
+ "through": "^2.3.6"
3069
+ }
3070
+ },
3071
+ "node_modules/eslint/node_modules/ms": {
3072
+ "version": "2.1.3",
3073
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3074
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
3075
+ },
3076
+ "node_modules/eslint/node_modules/strip-ansi": {
3077
+ "version": "4.0.0",
3078
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
3079
+ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
3080
+ "dependencies": {
3081
+ "ansi-regex": "^3.0.0"
3082
+ },
3083
+ "engines": {
3084
+ "node": ">=4"
3085
+ }
3086
+ },
3087
+ "node_modules/espree": {
3088
+ "version": "3.5.4",
3089
+ "resolved": "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz",
3090
+ "integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==",
3091
+ "dependencies": {
3092
+ "acorn": "^5.5.0",
3093
+ "acorn-jsx": "^3.0.0"
3094
+ },
3095
+ "engines": {
3096
+ "node": ">=0.10.0"
3097
+ }
3098
+ },
3099
+ "node_modules/esprima": {
3100
+ "version": "4.0.1",
3101
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
3102
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
3103
+ "bin": {
3104
+ "esparse": "bin/esparse.js",
3105
+ "esvalidate": "bin/esvalidate.js"
3106
+ },
3107
+ "engines": {
3108
+ "node": ">=4"
3109
+ }
3110
+ },
3111
+ "node_modules/esquery": {
3112
+ "version": "1.4.0",
3113
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
3114
+ "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
3115
+ "dependencies": {
3116
+ "estraverse": "^5.1.0"
3117
+ },
3118
+ "engines": {
3119
+ "node": ">=0.10"
3120
+ }
3121
+ },
3122
+ "node_modules/esquery/node_modules/estraverse": {
3123
+ "version": "5.2.0",
3124
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
3125
+ "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
3126
+ "engines": {
3127
+ "node": ">=4.0"
3128
+ }
3129
+ },
3130
+ "node_modules/esrecurse": {
3131
+ "version": "4.3.0",
3132
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
3133
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
3134
+ "dependencies": {
3135
+ "estraverse": "^5.2.0"
3136
+ },
3137
+ "engines": {
3138
+ "node": ">=4.0"
3139
+ }
3140
+ },
3141
+ "node_modules/esrecurse/node_modules/estraverse": {
3142
+ "version": "5.2.0",
3143
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
3144
+ "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",
3145
+ "engines": {
3146
+ "node": ">=4.0"
3147
+ }
3148
+ },
3149
+ "node_modules/estraverse": {
3150
+ "version": "4.3.0",
3151
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
3152
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
3153
+ "engines": {
3154
+ "node": ">=4.0"
3155
+ }
3156
+ },
3157
+ "node_modules/esutils": {
3158
+ "version": "2.0.3",
3159
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
3160
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
3161
+ "engines": {
3162
+ "node": ">=0.10.0"
3163
+ }
3164
+ },
3165
+ "node_modules/event-emitter": {
3166
+ "version": "0.3.5",
3167
+ "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
3168
+ "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=",
3169
+ "dependencies": {
3170
+ "d": "1",
3171
+ "es5-ext": "~0.10.14"
3172
+ }
3173
+ },
3174
+ "node_modules/events": {
3175
+ "version": "3.3.0",
3176
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
3177
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
3178
+ "engines": {
3179
+ "node": ">=0.8.x"
3180
+ }
3181
+ },
3182
+ "node_modules/evp_bytestokey": {
3183
+ "version": "1.0.3",
3184
+ "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
3185
+ "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
3186
+ "dependencies": {
3187
+ "md5.js": "^1.3.4",
3188
+ "safe-buffer": "^5.1.1"
3189
+ }
3190
+ },
3191
+ "node_modules/execa": {
3192
+ "version": "0.7.0",
3193
+ "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
3194
+ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
3195
+ "dependencies": {
3196
+ "cross-spawn": "^5.0.1",
3197
+ "get-stream": "^3.0.0",
3198
+ "is-stream": "^1.1.0",
3199
+ "npm-run-path": "^2.0.0",
3200
+ "p-finally": "^1.0.0",
3201
+ "signal-exit": "^3.0.0",
3202
+ "strip-eof": "^1.0.0"
3203
+ },
3204
+ "engines": {
3205
+ "node": ">=4"
3206
+ }
3207
+ },
3208
+ "node_modules/expand-brackets": {
3209
+ "version": "2.1.4",
3210
+ "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
3211
+ "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
3212
+ "optional": true,
3213
+ "dependencies": {
3214
+ "debug": "^2.3.3",
3215
+ "define-property": "^0.2.5",
3216
+ "extend-shallow": "^2.0.1",
3217
+ "posix-character-classes": "^0.1.0",
3218
+ "regex-not": "^1.0.0",
3219
+ "snapdragon": "^0.8.1",
3220
+ "to-regex": "^3.0.1"
3221
+ },
3222
+ "engines": {
3223
+ "node": ">=0.10.0"
3224
+ }
3225
+ },
3226
+ "node_modules/expand-brackets/node_modules/define-property": {
3227
+ "version": "0.2.5",
3228
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
3229
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
3230
+ "optional": true,
3231
+ "dependencies": {
3232
+ "is-descriptor": "^0.1.0"
3233
+ },
3234
+ "engines": {
3235
+ "node": ">=0.10.0"
3236
+ }
3237
+ },
3238
+ "node_modules/expand-brackets/node_modules/extend-shallow": {
3239
+ "version": "2.0.1",
3240
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
3241
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
3242
+ "optional": true,
3243
+ "dependencies": {
3244
+ "is-extendable": "^0.1.0"
3245
+ },
3246
+ "engines": {
3247
+ "node": ">=0.10.0"
3248
+ }
3249
+ },
3250
+ "node_modules/ext": {
3251
+ "version": "1.6.0",
3252
+ "resolved": "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz",
3253
+ "integrity": "sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==",
3254
+ "dependencies": {
3255
+ "type": "^2.5.0"
3256
+ }
3257
+ },
3258
+ "node_modules/ext/node_modules/type": {
3259
+ "version": "2.5.0",
3260
+ "resolved": "https://registry.npmjs.org/type/-/type-2.5.0.tgz",
3261
+ "integrity": "sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw=="
3262
+ },
3263
+ "node_modules/extend": {
3264
+ "version": "3.0.2",
3265
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
3266
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
3267
+ },
3268
+ "node_modules/extend-shallow": {
3269
+ "version": "3.0.2",
3270
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
3271
+ "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
3272
+ "optional": true,
3273
+ "dependencies": {
3274
+ "assign-symbols": "^1.0.0",
3275
+ "is-extendable": "^1.0.1"
3276
+ },
3277
+ "engines": {
3278
+ "node": ">=0.10.0"
3279
+ }
3280
+ },
3281
+ "node_modules/extend-shallow/node_modules/is-extendable": {
3282
+ "version": "1.0.1",
3283
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
3284
+ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
3285
+ "optional": true,
3286
+ "dependencies": {
3287
+ "is-plain-object": "^2.0.4"
3288
+ },
3289
+ "engines": {
3290
+ "node": ">=0.10.0"
3291
+ }
3292
+ },
3293
+ "node_modules/external-editor": {
3294
+ "version": "2.2.0",
3295
+ "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz",
3296
+ "integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==",
3297
+ "dependencies": {
3298
+ "chardet": "^0.4.0",
3299
+ "iconv-lite": "^0.4.17",
3300
+ "tmp": "^0.0.33"
3301
+ },
3302
+ "engines": {
3303
+ "node": ">=0.12"
3304
+ }
3305
+ },
3306
+ "node_modules/extglob": {
3307
+ "version": "2.0.4",
3308
+ "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
3309
+ "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
3310
+ "optional": true,
3311
+ "dependencies": {
3312
+ "array-unique": "^0.3.2",
3313
+ "define-property": "^1.0.0",
3314
+ "expand-brackets": "^2.1.4",
3315
+ "extend-shallow": "^2.0.1",
3316
+ "fragment-cache": "^0.2.1",
3317
+ "regex-not": "^1.0.0",
3318
+ "snapdragon": "^0.8.1",
3319
+ "to-regex": "^3.0.1"
3320
+ },
3321
+ "engines": {
3322
+ "node": ">=0.10.0"
3323
+ }
3324
+ },
3325
+ "node_modules/extglob/node_modules/define-property": {
3326
+ "version": "1.0.0",
3327
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
3328
+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
3329
+ "optional": true,
3330
+ "dependencies": {
3331
+ "is-descriptor": "^1.0.0"
3332
+ },
3333
+ "engines": {
3334
+ "node": ">=0.10.0"
3335
+ }
3336
+ },
3337
+ "node_modules/extglob/node_modules/extend-shallow": {
3338
+ "version": "2.0.1",
3339
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
3340
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
3341
+ "optional": true,
3342
+ "dependencies": {
3343
+ "is-extendable": "^0.1.0"
3344
+ },
3345
+ "engines": {
3346
+ "node": ">=0.10.0"
3347
+ }
3348
+ },
3349
+ "node_modules/extglob/node_modules/is-accessor-descriptor": {
3350
+ "version": "1.0.0",
3351
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
3352
+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
3353
+ "optional": true,
3354
+ "dependencies": {
3355
+ "kind-of": "^6.0.0"
3356
+ },
3357
+ "engines": {
3358
+ "node": ">=0.10.0"
3359
+ }
3360
+ },
3361
+ "node_modules/extglob/node_modules/is-data-descriptor": {
3362
+ "version": "1.0.0",
3363
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
3364
+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
3365
+ "optional": true,
3366
+ "dependencies": {
3367
+ "kind-of": "^6.0.0"
3368
+ },
3369
+ "engines": {
3370
+ "node": ">=0.10.0"
3371
+ }
3372
+ },
3373
+ "node_modules/extglob/node_modules/is-descriptor": {
3374
+ "version": "1.0.2",
3375
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
3376
+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
3377
+ "optional": true,
3378
+ "dependencies": {
3379
+ "is-accessor-descriptor": "^1.0.0",
3380
+ "is-data-descriptor": "^1.0.0",
3381
+ "kind-of": "^6.0.2"
3382
+ },
3383
+ "engines": {
3384
+ "node": ">=0.10.0"
3385
+ }
3386
+ },
3387
+ "node_modules/extract-text-webpack-plugin": {
3388
+ "version": "3.0.2",
3389
+ "resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz",
3390
+ "integrity": "sha512-bt/LZ4m5Rqt/Crl2HiKuAl/oqg0psx1tsTLkvWbJen1CtD+fftkZhMaQ9HOtY2gWsl2Wq+sABmMVi9z3DhKWQQ==",
3391
+ "deprecated": "Deprecated. Please use https://github.com/webpack-contrib/mini-css-extract-plugin",
3392
+ "dependencies": {
3393
+ "async": "^2.4.1",
3394
+ "loader-utils": "^1.1.0",
3395
+ "schema-utils": "^0.3.0",
3396
+ "webpack-sources": "^1.0.1"
3397
+ },
3398
+ "engines": {
3399
+ "node": ">= 4.8 < 5.0.0 || >= 5.10"
3400
+ },
3401
+ "peerDependencies": {
3402
+ "webpack": "^3.1.0"
3403
+ }
3404
+ },
3405
+ "node_modules/extsprintf": {
3406
+ "version": "1.3.0",
3407
+ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
3408
+ "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
3409
+ "engines": [
3410
+ "node >=0.6.0"
3411
+ ]
3412
+ },
3413
+ "node_modules/fast-deep-equal": {
3414
+ "version": "1.1.0",
3415
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz",
3416
+ "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ="
3417
+ },
3418
+ "node_modules/fast-json-stable-stringify": {
3419
+ "version": "2.1.0",
3420
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
3421
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
3422
+ },
3423
+ "node_modules/fast-levenshtein": {
3424
+ "version": "2.0.6",
3425
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
3426
+ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
3427
+ },
3428
+ "node_modules/figures": {
3429
+ "version": "2.0.0",
3430
+ "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
3431
+ "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
3432
+ "dependencies": {
3433
+ "escape-string-regexp": "^1.0.5"
3434
+ },
3435
+ "engines": {
3436
+ "node": ">=4"
3437
+ }
3438
+ },
3439
+ "node_modules/file-entry-cache": {
3440
+ "version": "2.0.0",
3441
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz",
3442
+ "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=",
3443
+ "dependencies": {
3444
+ "flat-cache": "^1.2.1",
3445
+ "object-assign": "^4.0.1"
3446
+ },
3447
+ "engines": {
3448
+ "node": ">=0.10.0"
3449
+ }
3450
+ },
3451
+ "node_modules/file-uri-to-path": {
3452
+ "version": "1.0.0",
3453
+ "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
3454
+ "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
3455
+ "optional": true
3456
+ },
3457
+ "node_modules/filesize": {
3458
+ "version": "3.6.1",
3459
+ "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz",
3460
+ "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==",
3461
+ "engines": {
3462
+ "node": ">= 0.4.0"
3463
+ }
3464
+ },
3465
+ "node_modules/fill-range": {
3466
+ "version": "7.0.1",
3467
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
3468
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
3469
+ "optional": true,
3470
+ "dependencies": {
3471
+ "to-regex-range": "^5.0.1"
3472
+ },
3473
+ "engines": {
3474
+ "node": ">=8"
3475
+ }
3476
+ },
3477
+ "node_modules/find-cache-dir": {
3478
+ "version": "1.0.0",
3479
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz",
3480
+ "integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=",
3481
+ "dependencies": {
3482
+ "commondir": "^1.0.1",
3483
+ "make-dir": "^1.0.0",
3484
+ "pkg-dir": "^2.0.0"
3485
+ },
3486
+ "engines": {
3487
+ "node": ">=4"
3488
+ }
3489
+ },
3490
+ "node_modules/find-up": {
3491
+ "version": "2.1.0",
3492
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
3493
+ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
3494
+ "dependencies": {
3495
+ "locate-path": "^2.0.0"
3496
+ },
3497
+ "engines": {
3498
+ "node": ">=4"
3499
+ }
3500
+ },
3501
+ "node_modules/flat-cache": {
3502
+ "version": "1.3.4",
3503
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.4.tgz",
3504
+ "integrity": "sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==",
3505
+ "dependencies": {
3506
+ "circular-json": "^0.3.1",
3507
+ "graceful-fs": "^4.1.2",
3508
+ "rimraf": "~2.6.2",
3509
+ "write": "^0.2.1"
3510
+ },
3511
+ "engines": {
3512
+ "node": ">=0.10.0"
3513
+ }
3514
+ },
3515
+ "node_modules/for-in": {
3516
+ "version": "1.0.2",
3517
+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
3518
+ "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
3519
+ "engines": {
3520
+ "node": ">=0.10.0"
3521
+ }
3522
+ },
3523
+ "node_modules/for-own": {
3524
+ "version": "1.0.0",
3525
+ "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz",
3526
+ "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=",
3527
+ "dependencies": {
3528
+ "for-in": "^1.0.1"
3529
+ },
3530
+ "engines": {
3531
+ "node": ">=0.10.0"
3532
+ }
3533
+ },
3534
+ "node_modules/forever-agent": {
3535
+ "version": "0.6.1",
3536
+ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
3537
+ "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
3538
+ "engines": {
3539
+ "node": "*"
3540
+ }
3541
+ },
3542
+ "node_modules/form-data": {
3543
+ "version": "2.3.3",
3544
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
3545
+ "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
3546
+ "dependencies": {
3547
+ "asynckit": "^0.4.0",
3548
+ "combined-stream": "^1.0.6",
3549
+ "mime-types": "^2.1.12"
3550
+ },
3551
+ "engines": {
3552
+ "node": ">= 0.12"
3553
+ }
3554
+ },
3555
+ "node_modules/fragment-cache": {
3556
+ "version": "0.2.1",
3557
+ "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
3558
+ "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
3559
+ "optional": true,
3560
+ "dependencies": {
3561
+ "map-cache": "^0.2.2"
3562
+ },
3563
+ "engines": {
3564
+ "node": ">=0.10.0"
3565
+ }
3566
+ },
3567
+ "node_modules/fs-extra": {
3568
+ "version": "5.0.0",
3569
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz",
3570
+ "integrity": "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==",
3571
+ "dependencies": {
3572
+ "graceful-fs": "^4.1.2",
3573
+ "jsonfile": "^4.0.0",
3574
+ "universalify": "^0.1.0"
3575
+ }
3576
+ },
3577
+ "node_modules/fs.realpath": {
3578
+ "version": "1.0.0",
3579
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
3580
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
3581
+ },
3582
+ "node_modules/fsevents": {
3583
+ "version": "2.3.2",
3584
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
3585
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
3586
+ "hasInstallScript": true,
3587
+ "optional": true,
3588
+ "os": [
3589
+ "darwin"
3590
+ ],
3591
+ "engines": {
3592
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
3593
+ }
3594
+ },
3595
+ "node_modules/fstream": {
3596
+ "version": "1.0.12",
3597
+ "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
3598
+ "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
3599
+ "dependencies": {
3600
+ "graceful-fs": "^4.1.2",
3601
+ "inherits": "~2.0.0",
3602
+ "mkdirp": ">=0.5 0",
3603
+ "rimraf": "2"
3604
+ },
3605
+ "engines": {
3606
+ "node": ">=0.6"
3607
+ }
3608
+ },
3609
+ "node_modules/function-bind": {
3610
+ "version": "1.1.1",
3611
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
3612
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
3613
+ },
3614
+ "node_modules/functional-red-black-tree": {
3615
+ "version": "1.0.1",
3616
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
3617
+ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
3618
+ },
3619
+ "node_modules/gauge": {
3620
+ "version": "2.7.4",
3621
+ "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
3622
+ "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
3623
+ "dependencies": {
3624
+ "aproba": "^1.0.3",
3625
+ "console-control-strings": "^1.0.0",
3626
+ "has-unicode": "^2.0.0",
3627
+ "object-assign": "^4.1.0",
3628
+ "signal-exit": "^3.0.0",
3629
+ "string-width": "^1.0.1",
3630
+ "strip-ansi": "^3.0.1",
3631
+ "wide-align": "^1.1.0"
3632
+ }
3633
+ },
3634
+ "node_modules/gauge/node_modules/is-fullwidth-code-point": {
3635
+ "version": "1.0.0",
3636
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
3637
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
3638
+ "dependencies": {
3639
+ "number-is-nan": "^1.0.0"
3640
+ },
3641
+ "engines": {
3642
+ "node": ">=0.10.0"
3643
+ }
3644
+ },
3645
+ "node_modules/gauge/node_modules/string-width": {
3646
+ "version": "1.0.2",
3647
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
3648
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
3649
+ "dependencies": {
3650
+ "code-point-at": "^1.0.0",
3651
+ "is-fullwidth-code-point": "^1.0.0",
3652
+ "strip-ansi": "^3.0.0"
3653
+ },
3654
+ "engines": {
3655
+ "node": ">=0.10.0"
3656
+ }
3657
+ },
3658
+ "node_modules/gaze": {
3659
+ "version": "1.1.3",
3660
+ "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
3661
+ "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
3662
+ "dependencies": {
3663
+ "globule": "^1.0.0"
3664
+ },
3665
+ "engines": {
3666
+ "node": ">= 4.0.0"
3667
+ }
3668
+ },
3669
+ "node_modules/get-caller-file": {
3670
+ "version": "2.0.5",
3671
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
3672
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
3673
+ "engines": {
3674
+ "node": "6.* || 8.* || >= 10.*"
3675
+ }
3676
+ },
3677
+ "node_modules/get-intrinsic": {
3678
+ "version": "1.1.1",
3679
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
3680
+ "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
3681
+ "dependencies": {
3682
+ "function-bind": "^1.1.1",
3683
+ "has": "^1.0.3",
3684
+ "has-symbols": "^1.0.1"
3685
+ },
3686
+ "funding": {
3687
+ "url": "https://github.com/sponsors/ljharb"
3688
+ }
3689
+ },
3690
+ "node_modules/get-stdin": {
3691
+ "version": "4.0.1",
3692
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
3693
+ "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
3694
+ "engines": {
3695
+ "node": ">=0.10.0"
3696
+ }
3697
+ },
3698
+ "node_modules/get-stream": {
3699
+ "version": "3.0.0",
3700
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
3701
+ "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
3702
+ "engines": {
3703
+ "node": ">=4"
3704
+ }
3705
+ },
3706
+ "node_modules/get-symbol-description": {
3707
+ "version": "1.0.0",
3708
+ "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
3709
+ "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
3710
+ "dependencies": {
3711
+ "call-bind": "^1.0.2",
3712
+ "get-intrinsic": "^1.1.1"
3713
+ },
3714
+ "engines": {
3715
+ "node": ">= 0.4"
3716
+ },
3717
+ "funding": {
3718
+ "url": "https://github.com/sponsors/ljharb"
3719
+ }
3720
+ },
3721
+ "node_modules/get-value": {
3722
+ "version": "2.0.6",
3723
+ "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
3724
+ "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
3725
+ "optional": true,
3726
+ "engines": {
3727
+ "node": ">=0.10.0"
3728
+ }
3729
+ },
3730
+ "node_modules/getpass": {
3731
+ "version": "0.1.7",
3732
+ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
3733
+ "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
3734
+ "dependencies": {
3735
+ "assert-plus": "^1.0.0"
3736
+ }
3737
+ },
3738
+ "node_modules/glob": {
3739
+ "version": "7.2.0",
3740
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
3741
+ "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
3742
+ "dependencies": {
3743
+ "fs.realpath": "^1.0.0",
3744
+ "inflight": "^1.0.4",
3745
+ "inherits": "2",
3746
+ "minimatch": "^3.0.4",
3747
+ "once": "^1.3.0",
3748
+ "path-is-absolute": "^1.0.0"
3749
+ },
3750
+ "engines": {
3751
+ "node": "*"
3752
+ },
3753
+ "funding": {
3754
+ "url": "https://github.com/sponsors/isaacs"
3755
+ }
3756
+ },
3757
+ "node_modules/glob-parent": {
3758
+ "version": "5.1.2",
3759
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
3760
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
3761
+ "optional": true,
3762
+ "dependencies": {
3763
+ "is-glob": "^4.0.1"
3764
+ },
3765
+ "engines": {
3766
+ "node": ">= 6"
3767
+ }
3768
+ },
3769
+ "node_modules/global-dirs": {
3770
+ "version": "0.1.1",
3771
+ "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
3772
+ "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=",
3773
+ "dependencies": {
3774
+ "ini": "^1.3.4"
3775
+ },
3776
+ "engines": {
3777
+ "node": ">=4"
3778
+ }
3779
+ },
3780
+ "node_modules/globals": {
3781
+ "version": "9.18.0",
3782
+ "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
3783
+ "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
3784
+ "engines": {
3785
+ "node": ">=0.10.0"
3786
+ }
3787
+ },
3788
+ "node_modules/globule": {
3789
+ "version": "1.3.3",
3790
+ "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.3.tgz",
3791
+ "integrity": "sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==",
3792
+ "dependencies": {
3793
+ "glob": "~7.1.1",
3794
+ "lodash": "~4.17.10",
3795
+ "minimatch": "~3.0.2"
3796
+ },
3797
+ "engines": {
3798
+ "node": ">= 0.10"
3799
+ }
3800
+ },
3801
+ "node_modules/globule/node_modules/glob": {
3802
+ "version": "7.1.7",
3803
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
3804
+ "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
3805
+ "dependencies": {
3806
+ "fs.realpath": "^1.0.0",
3807
+ "inflight": "^1.0.4",
3808
+ "inherits": "2",
3809
+ "minimatch": "^3.0.4",
3810
+ "once": "^1.3.0",
3811
+ "path-is-absolute": "^1.0.0"
3812
+ },
3813
+ "engines": {
3814
+ "node": "*"
3815
+ },
3816
+ "funding": {
3817
+ "url": "https://github.com/sponsors/isaacs"
3818
+ }
3819
+ },
3820
+ "node_modules/got": {
3821
+ "version": "6.7.1",
3822
+ "resolved": "https://registry.npmjs.org/got/-/got-6.7.1.tgz",
3823
+ "integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=",
3824
+ "dependencies": {
3825
+ "create-error-class": "^3.0.0",
3826
+ "duplexer3": "^0.1.4",
3827
+ "get-stream": "^3.0.0",
3828
+ "is-redirect": "^1.0.0",
3829
+ "is-retry-allowed": "^1.0.0",
3830
+ "is-stream": "^1.0.0",
3831
+ "lowercase-keys": "^1.0.0",
3832
+ "safe-buffer": "^5.0.1",
3833
+ "timed-out": "^4.0.0",
3834
+ "unzip-response": "^2.0.1",
3835
+ "url-parse-lax": "^1.0.0"
3836
+ },
3837
+ "engines": {
3838
+ "node": ">=4"
3839
+ }
3840
+ },
3841
+ "node_modules/graceful-fs": {
3842
+ "version": "4.2.8",
3843
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
3844
+ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg=="
3845
+ },
3846
+ "node_modules/gzip-size": {
3847
+ "version": "4.1.0",
3848
+ "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-4.1.0.tgz",
3849
+ "integrity": "sha1-iuCWJX6r59acRb4rZ8RIEk/7UXw=",
3850
+ "dependencies": {
3851
+ "duplexer": "^0.1.1",
3852
+ "pify": "^3.0.0"
3853
+ },
3854
+ "engines": {
3855
+ "node": ">=4"
3856
+ }
3857
+ },
3858
+ "node_modules/har-schema": {
3859
+ "version": "2.0.0",
3860
+ "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
3861
+ "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
3862
+ "engines": {
3863
+ "node": ">=4"
3864
+ }
3865
+ },
3866
+ "node_modules/har-validator": {
3867
+ "version": "5.1.5",
3868
+ "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
3869
+ "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
3870
+ "deprecated": "this library is no longer supported",
3871
+ "dependencies": {
3872
+ "ajv": "^6.12.3",
3873
+ "har-schema": "^2.0.0"
3874
+ },
3875
+ "engines": {
3876
+ "node": ">=6"
3877
+ }
3878
+ },
3879
+ "node_modules/har-validator/node_modules/ajv": {
3880
+ "version": "6.12.6",
3881
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
3882
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
3883
+ "dependencies": {
3884
+ "fast-deep-equal": "^3.1.1",
3885
+ "fast-json-stable-stringify": "^2.0.0",
3886
+ "json-schema-traverse": "^0.4.1",
3887
+ "uri-js": "^4.2.2"
3888
+ },
3889
+ "funding": {
3890
+ "type": "github",
3891
+ "url": "https://github.com/sponsors/epoberezkin"
3892
+ }
3893
+ },
3894
+ "node_modules/har-validator/node_modules/fast-deep-equal": {
3895
+ "version": "3.1.3",
3896
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
3897
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
3898
+ },
3899
+ "node_modules/har-validator/node_modules/json-schema-traverse": {
3900
+ "version": "0.4.1",
3901
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
3902
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
3903
+ },
3904
+ "node_modules/has": {
3905
+ "version": "1.0.3",
3906
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
3907
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
3908
+ "dependencies": {
3909
+ "function-bind": "^1.1.1"
3910
+ },
3911
+ "engines": {
3912
+ "node": ">= 0.4.0"
3913
+ }
3914
+ },
3915
+ "node_modules/has-ansi": {
3916
+ "version": "2.0.0",
3917
+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
3918
+ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
3919
+ "dependencies": {
3920
+ "ansi-regex": "^2.0.0"
3921
+ },
3922
+ "engines": {
3923
+ "node": ">=0.10.0"
3924
+ }
3925
+ },
3926
+ "node_modules/has-bigints": {
3927
+ "version": "1.0.1",
3928
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
3929
+ "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==",
3930
+ "funding": {
3931
+ "url": "https://github.com/sponsors/ljharb"
3932
+ }
3933
+ },
3934
+ "node_modules/has-flag": {
3935
+ "version": "3.0.0",
3936
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
3937
+ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
3938
+ "engines": {
3939
+ "node": ">=4"
3940
+ }
3941
+ },
3942
+ "node_modules/has-symbols": {
3943
+ "version": "1.0.2",
3944
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
3945
+ "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
3946
+ "engines": {
3947
+ "node": ">= 0.4"
3948
+ },
3949
+ "funding": {
3950
+ "url": "https://github.com/sponsors/ljharb"
3951
+ }
3952
+ },
3953
+ "node_modules/has-tostringtag": {
3954
+ "version": "1.0.0",
3955
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
3956
+ "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
3957
+ "dependencies": {
3958
+ "has-symbols": "^1.0.2"
3959
+ },
3960
+ "engines": {
3961
+ "node": ">= 0.4"
3962
+ },
3963
+ "funding": {
3964
+ "url": "https://github.com/sponsors/ljharb"
3965
+ }
3966
+ },
3967
+ "node_modules/has-unicode": {
3968
+ "version": "2.0.1",
3969
+ "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
3970
+ "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
3971
+ },
3972
+ "node_modules/has-value": {
3973
+ "version": "1.0.0",
3974
+ "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
3975
+ "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
3976
+ "optional": true,
3977
+ "dependencies": {
3978
+ "get-value": "^2.0.6",
3979
+ "has-values": "^1.0.0",
3980
+ "isobject": "^3.0.0"
3981
+ },
3982
+ "engines": {
3983
+ "node": ">=0.10.0"
3984
+ }
3985
+ },
3986
+ "node_modules/has-values": {
3987
+ "version": "1.0.0",
3988
+ "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
3989
+ "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
3990
+ "optional": true,
3991
+ "dependencies": {
3992
+ "is-number": "^3.0.0",
3993
+ "kind-of": "^4.0.0"
3994
+ },
3995
+ "engines": {
3996
+ "node": ">=0.10.0"
3997
+ }
3998
+ },
3999
+ "node_modules/has-values/node_modules/is-number": {
4000
+ "version": "3.0.0",
4001
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
4002
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
4003
+ "optional": true,
4004
+ "dependencies": {
4005
+ "kind-of": "^3.0.2"
4006
+ },
4007
+ "engines": {
4008
+ "node": ">=0.10.0"
4009
+ }
4010
+ },
4011
+ "node_modules/has-values/node_modules/is-number/node_modules/kind-of": {
4012
+ "version": "3.2.2",
4013
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
4014
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
4015
+ "optional": true,
4016
+ "dependencies": {
4017
+ "is-buffer": "^1.1.5"
4018
+ },
4019
+ "engines": {
4020
+ "node": ">=0.10.0"
4021
+ }
4022
+ },
4023
+ "node_modules/has-values/node_modules/kind-of": {
4024
+ "version": "4.0.0",
4025
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
4026
+ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
4027
+ "optional": true,
4028
+ "dependencies": {
4029
+ "is-buffer": "^1.1.5"
4030
+ },
4031
+ "engines": {
4032
+ "node": ">=0.10.0"
4033
+ }
4034
+ },
4035
+ "node_modules/hash-base": {
4036
+ "version": "3.1.0",
4037
+ "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz",
4038
+ "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==",
4039
+ "dependencies": {
4040
+ "inherits": "^2.0.4",
4041
+ "readable-stream": "^3.6.0",
4042
+ "safe-buffer": "^5.2.0"
4043
+ },
4044
+ "engines": {
4045
+ "node": ">=4"
4046
+ }
4047
+ },
4048
+ "node_modules/hash-base/node_modules/readable-stream": {
4049
+ "version": "3.6.0",
4050
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
4051
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
4052
+ "dependencies": {
4053
+ "inherits": "^2.0.3",
4054
+ "string_decoder": "^1.1.1",
4055
+ "util-deprecate": "^1.0.1"
4056
+ },
4057
+ "engines": {
4058
+ "node": ">= 6"
4059
+ }
4060
+ },
4061
+ "node_modules/hash-base/node_modules/safe-buffer": {
4062
+ "version": "5.2.1",
4063
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
4064
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
4065
+ "funding": [
4066
+ {
4067
+ "type": "github",
4068
+ "url": "https://github.com/sponsors/feross"
4069
+ },
4070
+ {
4071
+ "type": "patreon",
4072
+ "url": "https://www.patreon.com/feross"
4073
+ },
4074
+ {
4075
+ "type": "consulting",
4076
+ "url": "https://feross.org/support"
4077
+ }
4078
+ ]
4079
+ },
4080
+ "node_modules/hash.js": {
4081
+ "version": "1.1.7",
4082
+ "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
4083
+ "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
4084
+ "dependencies": {
4085
+ "inherits": "^2.0.3",
4086
+ "minimalistic-assert": "^1.0.1"
4087
+ }
4088
+ },
4089
+ "node_modules/hmac-drbg": {
4090
+ "version": "1.0.1",
4091
+ "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
4092
+ "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
4093
+ "dependencies": {
4094
+ "hash.js": "^1.0.3",
4095
+ "minimalistic-assert": "^1.0.0",
4096
+ "minimalistic-crypto-utils": "^1.0.1"
4097
+ }
4098
+ },
4099
+ "node_modules/home-or-tmp": {
4100
+ "version": "2.0.0",
4101
+ "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
4102
+ "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
4103
+ "dependencies": {
4104
+ "os-homedir": "^1.0.0",
4105
+ "os-tmpdir": "^1.0.1"
4106
+ },
4107
+ "engines": {
4108
+ "node": ">=0.10.0"
4109
+ }
4110
+ },
4111
+ "node_modules/hosted-git-info": {
4112
+ "version": "2.8.9",
4113
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
4114
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
4115
+ },
4116
+ "node_modules/http-signature": {
4117
+ "version": "1.2.0",
4118
+ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
4119
+ "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
4120
+ "dependencies": {
4121
+ "assert-plus": "^1.0.0",
4122
+ "jsprim": "^1.2.2",
4123
+ "sshpk": "^1.7.0"
4124
+ },
4125
+ "engines": {
4126
+ "node": ">=0.8",
4127
+ "npm": ">=1.3.7"
4128
+ }
4129
+ },
4130
+ "node_modules/https-browserify": {
4131
+ "version": "1.0.0",
4132
+ "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
4133
+ "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
4134
+ },
4135
+ "node_modules/iconv-lite": {
4136
+ "version": "0.4.24",
4137
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
4138
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
4139
+ "dependencies": {
4140
+ "safer-buffer": ">= 2.1.2 < 3"
4141
+ },
4142
+ "engines": {
4143
+ "node": ">=0.10.0"
4144
+ }
4145
+ },
4146
+ "node_modules/ieee754": {
4147
+ "version": "1.2.1",
4148
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
4149
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
4150
+ "funding": [
4151
+ {
4152
+ "type": "github",
4153
+ "url": "https://github.com/sponsors/feross"
4154
+ },
4155
+ {
4156
+ "type": "patreon",
4157
+ "url": "https://www.patreon.com/feross"
4158
+ },
4159
+ {
4160
+ "type": "consulting",
4161
+ "url": "https://feross.org/support"
4162
+ }
4163
+ ]
4164
+ },
4165
+ "node_modules/ignore": {
4166
+ "version": "3.3.10",
4167
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz",
4168
+ "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug=="
4169
+ },
4170
+ "node_modules/import-cwd": {
4171
+ "version": "2.1.0",
4172
+ "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz",
4173
+ "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=",
4174
+ "dependencies": {
4175
+ "import-from": "^2.1.0"
4176
+ },
4177
+ "engines": {
4178
+ "node": ">=4"
4179
+ }
4180
+ },
4181
+ "node_modules/import-fresh": {
4182
+ "version": "2.0.0",
4183
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
4184
+ "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
4185
+ "dependencies": {
4186
+ "caller-path": "^2.0.0",
4187
+ "resolve-from": "^3.0.0"
4188
+ },
4189
+ "engines": {
4190
+ "node": ">=4"
4191
+ }
4192
+ },
4193
+ "node_modules/import-fresh/node_modules/caller-path": {
4194
+ "version": "2.0.0",
4195
+ "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
4196
+ "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=",
4197
+ "dependencies": {
4198
+ "caller-callsite": "^2.0.0"
4199
+ },
4200
+ "engines": {
4201
+ "node": ">=4"
4202
+ }
4203
+ },
4204
+ "node_modules/import-fresh/node_modules/resolve-from": {
4205
+ "version": "3.0.0",
4206
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
4207
+ "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
4208
+ "engines": {
4209
+ "node": ">=4"
4210
+ }
4211
+ },
4212
+ "node_modules/import-from": {
4213
+ "version": "2.1.0",
4214
+ "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz",
4215
+ "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=",
4216
+ "dependencies": {
4217
+ "resolve-from": "^3.0.0"
4218
+ },
4219
+ "engines": {
4220
+ "node": ">=4"
4221
+ }
4222
+ },
4223
+ "node_modules/import-from/node_modules/resolve-from": {
4224
+ "version": "3.0.0",
4225
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
4226
+ "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
4227
+ "engines": {
4228
+ "node": ">=4"
4229
+ }
4230
+ },
4231
+ "node_modules/import-lazy": {
4232
+ "version": "2.1.0",
4233
+ "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz",
4234
+ "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=",
4235
+ "engines": {
4236
+ "node": ">=4"
4237
+ }
4238
+ },
4239
+ "node_modules/imurmurhash": {
4240
+ "version": "0.1.4",
4241
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
4242
+ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
4243
+ "engines": {
4244
+ "node": ">=0.8.19"
4245
+ }
4246
+ },
4247
+ "node_modules/in-publish": {
4248
+ "version": "2.0.1",
4249
+ "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz",
4250
+ "integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==",
4251
+ "bin": {
4252
+ "in-install": "in-install.js",
4253
+ "in-publish": "in-publish.js",
4254
+ "not-in-install": "not-in-install.js",
4255
+ "not-in-publish": "not-in-publish.js"
4256
+ }
4257
+ },
4258
+ "node_modules/indent-string": {
4259
+ "version": "2.1.0",
4260
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
4261
+ "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
4262
+ "dependencies": {
4263
+ "repeating": "^2.0.0"
4264
+ },
4265
+ "engines": {
4266
+ "node": ">=0.10.0"
4267
+ }
4268
+ },
4269
+ "node_modules/inflight": {
4270
+ "version": "1.0.6",
4271
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
4272
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
4273
+ "dependencies": {
4274
+ "once": "^1.3.0",
4275
+ "wrappy": "1"
4276
+ }
4277
+ },
4278
+ "node_modules/inherits": {
4279
+ "version": "2.0.4",
4280
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
4281
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
4282
+ },
4283
+ "node_modules/ini": {
4284
+ "version": "1.3.8",
4285
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
4286
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
4287
+ },
4288
+ "node_modules/inquirer": {
4289
+ "version": "5.2.0",
4290
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-5.2.0.tgz",
4291
+ "integrity": "sha512-E9BmnJbAKLPGonz0HeWHtbKf+EeSP93paWO3ZYoUpq/aowXvYGjjCSuashhXPpzbArIjBbji39THkxTz9ZeEUQ==",
4292
+ "dependencies": {
4293
+ "ansi-escapes": "^3.0.0",
4294
+ "chalk": "^2.0.0",
4295
+ "cli-cursor": "^2.1.0",
4296
+ "cli-width": "^2.0.0",
4297
+ "external-editor": "^2.1.0",
4298
+ "figures": "^2.0.0",
4299
+ "lodash": "^4.3.0",
4300
+ "mute-stream": "0.0.7",
4301
+ "run-async": "^2.2.0",
4302
+ "rxjs": "^5.5.2",
4303
+ "string-width": "^2.1.0",
4304
+ "strip-ansi": "^4.0.0",
4305
+ "through": "^2.3.6"
4306
+ },
4307
+ "engines": {
4308
+ "node": ">=6.0.0"
4309
+ }
4310
+ },
4311
+ "node_modules/inquirer/node_modules/ansi-regex": {
4312
+ "version": "3.0.0",
4313
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
4314
+ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
4315
+ "engines": {
4316
+ "node": ">=4"
4317
+ }
4318
+ },
4319
+ "node_modules/inquirer/node_modules/strip-ansi": {
4320
+ "version": "4.0.0",
4321
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
4322
+ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
4323
+ "dependencies": {
4324
+ "ansi-regex": "^3.0.0"
4325
+ },
4326
+ "engines": {
4327
+ "node": ">=4"
4328
+ }
4329
+ },
4330
+ "node_modules/internal-slot": {
4331
+ "version": "1.0.3",
4332
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
4333
+ "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
4334
+ "dependencies": {
4335
+ "get-intrinsic": "^1.1.0",
4336
+ "has": "^1.0.3",
4337
+ "side-channel": "^1.0.4"
4338
+ },
4339
+ "engines": {
4340
+ "node": ">= 0.4"
4341
+ }
4342
+ },
4343
+ "node_modules/interpret": {
4344
+ "version": "1.4.0",
4345
+ "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
4346
+ "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
4347
+ "engines": {
4348
+ "node": ">= 0.10"
4349
+ }
4350
+ },
4351
+ "node_modules/invariant": {
4352
+ "version": "2.2.4",
4353
+ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
4354
+ "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
4355
+ "dependencies": {
4356
+ "loose-envify": "^1.0.0"
4357
+ }
4358
+ },
4359
+ "node_modules/invert-kv": {
4360
+ "version": "1.0.0",
4361
+ "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
4362
+ "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
4363
+ "engines": {
4364
+ "node": ">=0.10.0"
4365
+ }
4366
+ },
4367
+ "node_modules/is-accessor-descriptor": {
4368
+ "version": "0.1.6",
4369
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
4370
+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
4371
+ "optional": true,
4372
+ "dependencies": {
4373
+ "kind-of": "^3.0.2"
4374
+ },
4375
+ "engines": {
4376
+ "node": ">=0.10.0"
4377
+ }
4378
+ },
4379
+ "node_modules/is-accessor-descriptor/node_modules/kind-of": {
4380
+ "version": "3.2.2",
4381
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
4382
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
4383
+ "optional": true,
4384
+ "dependencies": {
4385
+ "is-buffer": "^1.1.5"
4386
+ },
4387
+ "engines": {
4388
+ "node": ">=0.10.0"
4389
+ }
4390
+ },
4391
+ "node_modules/is-arrayish": {
4392
+ "version": "0.2.1",
4393
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
4394
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
4395
+ },
4396
+ "node_modules/is-bigint": {
4397
+ "version": "1.0.4",
4398
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
4399
+ "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
4400
+ "dependencies": {
4401
+ "has-bigints": "^1.0.1"
4402
+ },
4403
+ "funding": {
4404
+ "url": "https://github.com/sponsors/ljharb"
4405
+ }
4406
+ },
4407
+ "node_modules/is-binary-path": {
4408
+ "version": "2.1.0",
4409
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
4410
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
4411
+ "optional": true,
4412
+ "dependencies": {
4413
+ "binary-extensions": "^2.0.0"
4414
+ },
4415
+ "engines": {
4416
+ "node": ">=8"
4417
+ }
4418
+ },
4419
+ "node_modules/is-boolean-object": {
4420
+ "version": "1.1.2",
4421
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
4422
+ "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
4423
+ "dependencies": {
4424
+ "call-bind": "^1.0.2",
4425
+ "has-tostringtag": "^1.0.0"
4426
+ },
4427
+ "engines": {
4428
+ "node": ">= 0.4"
4429
+ },
4430
+ "funding": {
4431
+ "url": "https://github.com/sponsors/ljharb"
4432
+ }
4433
+ },
4434
+ "node_modules/is-buffer": {
4435
+ "version": "1.1.6",
4436
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
4437
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
4438
+ },
4439
+ "node_modules/is-callable": {
4440
+ "version": "1.2.4",
4441
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz",
4442
+ "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==",
4443
+ "engines": {
4444
+ "node": ">= 0.4"
4445
+ },
4446
+ "funding": {
4447
+ "url": "https://github.com/sponsors/ljharb"
4448
+ }
4449
+ },
4450
+ "node_modules/is-ci": {
4451
+ "version": "1.2.1",
4452
+ "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz",
4453
+ "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==",
4454
+ "dependencies": {
4455
+ "ci-info": "^1.5.0"
4456
+ },
4457
+ "bin": {
4458
+ "is-ci": "bin.js"
4459
+ }
4460
+ },
4461
+ "node_modules/is-core-module": {
4462
+ "version": "2.7.0",
4463
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.7.0.tgz",
4464
+ "integrity": "sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==",
4465
+ "dependencies": {
4466
+ "has": "^1.0.3"
4467
+ },
4468
+ "funding": {
4469
+ "url": "https://github.com/sponsors/ljharb"
4470
+ }
4471
+ },
4472
+ "node_modules/is-data-descriptor": {
4473
+ "version": "0.1.4",
4474
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
4475
+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
4476
+ "optional": true,
4477
+ "dependencies": {
4478
+ "kind-of": "^3.0.2"
4479
+ },
4480
+ "engines": {
4481
+ "node": ">=0.10.0"
4482
+ }
4483
+ },
4484
+ "node_modules/is-data-descriptor/node_modules/kind-of": {
4485
+ "version": "3.2.2",
4486
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
4487
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
4488
+ "optional": true,
4489
+ "dependencies": {
4490
+ "is-buffer": "^1.1.5"
4491
+ },
4492
+ "engines": {
4493
+ "node": ">=0.10.0"
4494
+ }
4495
+ },
4496
+ "node_modules/is-date-object": {
4497
+ "version": "1.0.5",
4498
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
4499
+ "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
4500
+ "dependencies": {
4501
+ "has-tostringtag": "^1.0.0"
4502
+ },
4503
+ "engines": {
4504
+ "node": ">= 0.4"
4505
+ },
4506
+ "funding": {
4507
+ "url": "https://github.com/sponsors/ljharb"
4508
+ }
4509
+ },
4510
+ "node_modules/is-descriptor": {
4511
+ "version": "0.1.6",
4512
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
4513
+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
4514
+ "optional": true,
4515
+ "dependencies": {
4516
+ "is-accessor-descriptor": "^0.1.6",
4517
+ "is-data-descriptor": "^0.1.4",
4518
+ "kind-of": "^5.0.0"
4519
+ },
4520
+ "engines": {
4521
+ "node": ">=0.10.0"
4522
+ }
4523
+ },
4524
+ "node_modules/is-descriptor/node_modules/kind-of": {
4525
+ "version": "5.1.0",
4526
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
4527
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
4528
+ "optional": true,
4529
+ "engines": {
4530
+ "node": ">=0.10.0"
4531
+ }
4532
+ },
4533
+ "node_modules/is-directory": {
4534
+ "version": "0.3.1",
4535
+ "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
4536
+ "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
4537
+ "engines": {
4538
+ "node": ">=0.10.0"
4539
+ }
4540
+ },
4541
+ "node_modules/is-extendable": {
4542
+ "version": "0.1.1",
4543
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
4544
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
4545
+ "engines": {
4546
+ "node": ">=0.10.0"
4547
+ }
4548
+ },
4549
+ "node_modules/is-extglob": {
4550
+ "version": "2.1.1",
4551
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
4552
+ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
4553
+ "optional": true,
4554
+ "engines": {
4555
+ "node": ">=0.10.0"
4556
+ }
4557
+ },
4558
+ "node_modules/is-finite": {
4559
+ "version": "1.1.0",
4560
+ "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
4561
+ "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==",
4562
+ "engines": {
4563
+ "node": ">=0.10.0"
4564
+ },
4565
+ "funding": {
4566
+ "url": "https://github.com/sponsors/sindresorhus"
4567
+ }
4568
+ },
4569
+ "node_modules/is-fullwidth-code-point": {
4570
+ "version": "2.0.0",
4571
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
4572
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
4573
+ "engines": {
4574
+ "node": ">=4"
4575
+ }
4576
+ },
4577
+ "node_modules/is-glob": {
4578
+ "version": "4.0.3",
4579
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
4580
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
4581
+ "optional": true,
4582
+ "dependencies": {
4583
+ "is-extglob": "^2.1.1"
4584
+ },
4585
+ "engines": {
4586
+ "node": ">=0.10.0"
4587
+ }
4588
+ },
4589
+ "node_modules/is-installed-globally": {
4590
+ "version": "0.1.0",
4591
+ "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz",
4592
+ "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=",
4593
+ "dependencies": {
4594
+ "global-dirs": "^0.1.0",
4595
+ "is-path-inside": "^1.0.0"
4596
+ },
4597
+ "engines": {
4598
+ "node": ">=4"
4599
+ }
4600
+ },
4601
+ "node_modules/is-negative-zero": {
4602
+ "version": "2.0.1",
4603
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz",
4604
+ "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==",
4605
+ "engines": {
4606
+ "node": ">= 0.4"
4607
+ },
4608
+ "funding": {
4609
+ "url": "https://github.com/sponsors/ljharb"
4610
+ }
4611
+ },
4612
+ "node_modules/is-npm": {
4613
+ "version": "1.0.0",
4614
+ "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz",
4615
+ "integrity": "sha1-8vtjpl5JBbQGyGBydloaTceTufQ=",
4616
+ "engines": {
4617
+ "node": ">=0.10.0"
4618
+ }
4619
+ },
4620
+ "node_modules/is-number": {
4621
+ "version": "7.0.0",
4622
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
4623
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
4624
+ "optional": true,
4625
+ "engines": {
4626
+ "node": ">=0.12.0"
4627
+ }
4628
+ },
4629
+ "node_modules/is-number-object": {
4630
+ "version": "1.0.6",
4631
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz",
4632
+ "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==",
4633
+ "dependencies": {
4634
+ "has-tostringtag": "^1.0.0"
4635
+ },
4636
+ "engines": {
4637
+ "node": ">= 0.4"
4638
+ },
4639
+ "funding": {
4640
+ "url": "https://github.com/sponsors/ljharb"
4641
+ }
4642
+ },
4643
+ "node_modules/is-obj": {
4644
+ "version": "1.0.1",
4645
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
4646
+ "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
4647
+ "engines": {
4648
+ "node": ">=0.10.0"
4649
+ }
4650
+ },
4651
+ "node_modules/is-path-inside": {
4652
+ "version": "1.0.1",
4653
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
4654
+ "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
4655
+ "dependencies": {
4656
+ "path-is-inside": "^1.0.1"
4657
+ },
4658
+ "engines": {
4659
+ "node": ">=0.10.0"
4660
+ }
4661
+ },
4662
+ "node_modules/is-plain-object": {
4663
+ "version": "2.0.4",
4664
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
4665
+ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
4666
+ "dependencies": {
4667
+ "isobject": "^3.0.1"
4668
+ },
4669
+ "engines": {
4670
+ "node": ">=0.10.0"
4671
+ }
4672
+ },
4673
+ "node_modules/is-redirect": {
4674
+ "version": "1.0.0",
4675
+ "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz",
4676
+ "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=",
4677
+ "engines": {
4678
+ "node": ">=0.10.0"
4679
+ }
4680
+ },
4681
+ "node_modules/is-regex": {
4682
+ "version": "1.1.4",
4683
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
4684
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
4685
+ "dependencies": {
4686
+ "call-bind": "^1.0.2",
4687
+ "has-tostringtag": "^1.0.0"
4688
+ },
4689
+ "engines": {
4690
+ "node": ">= 0.4"
4691
+ },
4692
+ "funding": {
4693
+ "url": "https://github.com/sponsors/ljharb"
4694
+ }
4695
+ },
4696
+ "node_modules/is-resolvable": {
4697
+ "version": "1.1.0",
4698
+ "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
4699
+ "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg=="
4700
+ },
4701
+ "node_modules/is-retry-allowed": {
4702
+ "version": "1.2.0",
4703
+ "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz",
4704
+ "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==",
4705
+ "engines": {
4706
+ "node": ">=0.10.0"
4707
+ }
4708
+ },
4709
+ "node_modules/is-shared-array-buffer": {
4710
+ "version": "1.0.1",
4711
+ "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz",
4712
+ "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==",
4713
+ "funding": {
4714
+ "url": "https://github.com/sponsors/ljharb"
4715
+ }
4716
+ },
4717
+ "node_modules/is-stream": {
4718
+ "version": "1.1.0",
4719
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
4720
+ "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
4721
+ "engines": {
4722
+ "node": ">=0.10.0"
4723
+ }
4724
+ },
4725
+ "node_modules/is-string": {
4726
+ "version": "1.0.7",
4727
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
4728
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
4729
+ "dependencies": {
4730
+ "has-tostringtag": "^1.0.0"
4731
+ },
4732
+ "engines": {
4733
+ "node": ">= 0.4"
4734
+ },
4735
+ "funding": {
4736
+ "url": "https://github.com/sponsors/ljharb"
4737
+ }
4738
+ },
4739
+ "node_modules/is-symbol": {
4740
+ "version": "1.0.4",
4741
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
4742
+ "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
4743
+ "dependencies": {
4744
+ "has-symbols": "^1.0.2"
4745
+ },
4746
+ "engines": {
4747
+ "node": ">= 0.4"
4748
+ },
4749
+ "funding": {
4750
+ "url": "https://github.com/sponsors/ljharb"
4751
+ }
4752
+ },
4753
+ "node_modules/is-typedarray": {
4754
+ "version": "1.0.0",
4755
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
4756
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
4757
+ },
4758
+ "node_modules/is-utf8": {
4759
+ "version": "0.2.1",
4760
+ "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
4761
+ "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
4762
+ },
4763
+ "node_modules/is-weakref": {
4764
+ "version": "1.0.1",
4765
+ "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.1.tgz",
4766
+ "integrity": "sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==",
4767
+ "dependencies": {
4768
+ "call-bind": "^1.0.0"
4769
+ },
4770
+ "funding": {
4771
+ "url": "https://github.com/sponsors/ljharb"
4772
+ }
4773
+ },
4774
+ "node_modules/is-windows": {
4775
+ "version": "1.0.2",
4776
+ "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
4777
+ "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
4778
+ "optional": true,
4779
+ "engines": {
4780
+ "node": ">=0.10.0"
4781
+ }
4782
+ },
4783
+ "node_modules/isarray": {
4784
+ "version": "1.0.0",
4785
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
4786
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
4787
+ },
4788
+ "node_modules/isexe": {
4789
+ "version": "2.0.0",
4790
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
4791
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
4792
+ },
4793
+ "node_modules/isobject": {
4794
+ "version": "3.0.1",
4795
+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
4796
+ "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
4797
+ "engines": {
4798
+ "node": ">=0.10.0"
4799
+ }
4800
+ },
4801
+ "node_modules/isstream": {
4802
+ "version": "0.1.2",
4803
+ "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
4804
+ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
4805
+ },
4806
+ "node_modules/js-base64": {
4807
+ "version": "2.6.4",
4808
+ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
4809
+ "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
4810
+ },
4811
+ "node_modules/js-tokens": {
4812
+ "version": "3.0.2",
4813
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
4814
+ "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls="
4815
+ },
4816
+ "node_modules/js-yaml": {
4817
+ "version": "3.14.1",
4818
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4819
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4820
+ "dependencies": {
4821
+ "argparse": "^1.0.7",
4822
+ "esprima": "^4.0.0"
4823
+ },
4824
+ "bin": {
4825
+ "js-yaml": "bin/js-yaml.js"
4826
+ }
4827
+ },
4828
+ "node_modules/jsbn": {
4829
+ "version": "0.1.1",
4830
+ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
4831
+ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
4832
+ },
4833
+ "node_modules/jsesc": {
4834
+ "version": "1.3.0",
4835
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
4836
+ "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=",
4837
+ "bin": {
4838
+ "jsesc": "bin/jsesc"
4839
+ }
4840
+ },
4841
+ "node_modules/json-loader": {
4842
+ "version": "0.5.7",
4843
+ "resolved": "https://registry.npmjs.org/json-loader/-/json-loader-0.5.7.tgz",
4844
+ "integrity": "sha512-QLPs8Dj7lnf3e3QYS1zkCo+4ZwqOiF9d/nZnYozTISxXWCfNs9yuky5rJw4/W34s7POaNlbZmQGaB5NiXCbP4w=="
4845
+ },
4846
+ "node_modules/json-parse-better-errors": {
4847
+ "version": "1.0.2",
4848
+ "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
4849
+ "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
4850
+ },
4851
+ "node_modules/json-schema": {
4852
+ "version": "0.2.3",
4853
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
4854
+ "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
4855
+ },
4856
+ "node_modules/json-schema-traverse": {
4857
+ "version": "0.3.1",
4858
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
4859
+ "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A="
4860
+ },
4861
+ "node_modules/json-stable-stringify-without-jsonify": {
4862
+ "version": "1.0.1",
4863
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
4864
+ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
4865
+ },
4866
+ "node_modules/json-stringify-safe": {
4867
+ "version": "5.0.1",
4868
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
4869
+ "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
4870
+ },
4871
+ "node_modules/json5": {
4872
+ "version": "0.5.1",
4873
+ "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
4874
+ "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
4875
+ "bin": {
4876
+ "json5": "lib/cli.js"
4877
+ }
4878
+ },
4879
+ "node_modules/jsonfile": {
4880
+ "version": "4.0.0",
4881
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
4882
+ "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
4883
+ "optionalDependencies": {
4884
+ "graceful-fs": "^4.1.6"
4885
+ }
4886
+ },
4887
+ "node_modules/jsprim": {
4888
+ "version": "1.4.1",
4889
+ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
4890
+ "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
4891
+ "engines": [
4892
+ "node >=0.6.0"
4893
+ ],
4894
+ "dependencies": {
4895
+ "assert-plus": "1.0.0",
4896
+ "extsprintf": "1.3.0",
4897
+ "json-schema": "0.2.3",
4898
+ "verror": "1.10.0"
4899
+ }
4900
+ },
4901
+ "node_modules/jsx-ast-utils": {
4902
+ "version": "3.2.1",
4903
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz",
4904
+ "integrity": "sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==",
4905
+ "dependencies": {
4906
+ "array-includes": "^3.1.3",
4907
+ "object.assign": "^4.1.2"
4908
+ },
4909
+ "engines": {
4910
+ "node": ">=4.0"
4911
+ }
4912
+ },
4913
+ "node_modules/kind-of": {
4914
+ "version": "6.0.3",
4915
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
4916
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
4917
+ "engines": {
4918
+ "node": ">=0.10.0"
4919
+ }
4920
+ },
4921
+ "node_modules/language-subtag-registry": {
4922
+ "version": "0.3.21",
4923
+ "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
4924
+ "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg=="
4925
+ },
4926
+ "node_modules/language-tags": {
4927
+ "version": "1.0.5",
4928
+ "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
4929
+ "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=",
4930
+ "dependencies": {
4931
+ "language-subtag-registry": "~0.3.2"
4932
+ }
4933
+ },
4934
+ "node_modules/latest-version": {
4935
+ "version": "3.1.0",
4936
+ "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz",
4937
+ "integrity": "sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=",
4938
+ "dependencies": {
4939
+ "package-json": "^4.0.0"
4940
+ },
4941
+ "engines": {
4942
+ "node": ">=4"
4943
+ }
4944
+ },
4945
+ "node_modules/lazy-cache": {
4946
+ "version": "1.0.4",
4947
+ "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
4948
+ "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=",
4949
+ "engines": {
4950
+ "node": ">=0.10.0"
4951
+ }
4952
+ },
4953
+ "node_modules/lcid": {
4954
+ "version": "1.0.0",
4955
+ "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
4956
+ "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
4957
+ "dependencies": {
4958
+ "invert-kv": "^1.0.0"
4959
+ },
4960
+ "engines": {
4961
+ "node": ">=0.10.0"
4962
+ }
4963
+ },
4964
+ "node_modules/levn": {
4965
+ "version": "0.3.0",
4966
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
4967
+ "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
4968
+ "dependencies": {
4969
+ "prelude-ls": "~1.1.2",
4970
+ "type-check": "~0.3.2"
4971
+ },
4972
+ "engines": {
4973
+ "node": ">= 0.8.0"
4974
+ }
4975
+ },
4976
+ "node_modules/load-json-file": {
4977
+ "version": "1.1.0",
4978
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
4979
+ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
4980
+ "dependencies": {
4981
+ "graceful-fs": "^4.1.2",
4982
+ "parse-json": "^2.2.0",
4983
+ "pify": "^2.0.0",
4984
+ "pinkie-promise": "^2.0.0",
4985
+ "strip-bom": "^2.0.0"
4986
+ },
4987
+ "engines": {
4988
+ "node": ">=0.10.0"
4989
+ }
4990
+ },
4991
+ "node_modules/load-json-file/node_modules/pify": {
4992
+ "version": "2.3.0",
4993
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
4994
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
4995
+ "engines": {
4996
+ "node": ">=0.10.0"
4997
+ }
4998
+ },
4999
+ "node_modules/loader-runner": {
5000
+ "version": "2.4.0",
5001
+ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz",
5002
+ "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==",
5003
+ "engines": {
5004
+ "node": ">=4.3.0 <5.0.0 || >=5.10"
5005
+ }
5006
+ },
5007
+ "node_modules/loader-utils": {
5008
+ "version": "1.4.0",
5009
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
5010
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
5011
+ "dependencies": {
5012
+ "big.js": "^5.2.2",
5013
+ "emojis-list": "^3.0.0",
5014
+ "json5": "^1.0.1"
5015
+ },
5016
+ "engines": {
5017
+ "node": ">=4.0.0"
5018
+ }
5019
+ },
5020
+ "node_modules/loader-utils/node_modules/json5": {
5021
+ "version": "1.0.1",
5022
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
5023
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
5024
+ "dependencies": {
5025
+ "minimist": "^1.2.0"
5026
+ },
5027
+ "bin": {
5028
+ "json5": "lib/cli.js"
5029
+ }
5030
+ },
5031
+ "node_modules/locate-path": {
5032
+ "version": "2.0.0",
5033
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
5034
+ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
5035
+ "dependencies": {
5036
+ "p-locate": "^2.0.0",
5037
+ "path-exists": "^3.0.0"
5038
+ },
5039
+ "engines": {
5040
+ "node": ">=4"
5041
+ }
5042
+ },
5043
+ "node_modules/lodash": {
5044
+ "version": "4.17.21",
5045
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
5046
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
5047
+ },
5048
+ "node_modules/lodash.tail": {
5049
+ "version": "4.1.1",
5050
+ "resolved": "https://registry.npmjs.org/lodash.tail/-/lodash.tail-4.1.1.tgz",
5051
+ "integrity": "sha1-0jM6NtnncXyK0vfKyv7HwytERmQ="
5052
+ },
5053
+ "node_modules/log-symbols": {
5054
+ "version": "2.2.0",
5055
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz",
5056
+ "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==",
5057
+ "dependencies": {
5058
+ "chalk": "^2.0.1"
5059
+ },
5060
+ "engines": {
5061
+ "node": ">=4"
5062
+ }
5063
+ },
5064
+ "node_modules/longest": {
5065
+ "version": "1.0.1",
5066
+ "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
5067
+ "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=",
5068
+ "engines": {
5069
+ "node": ">=0.10.0"
5070
+ }
5071
+ },
5072
+ "node_modules/loose-envify": {
5073
+ "version": "1.4.0",
5074
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
5075
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
5076
+ "dependencies": {
5077
+ "js-tokens": "^3.0.0 || ^4.0.0"
5078
+ },
5079
+ "bin": {
5080
+ "loose-envify": "cli.js"
5081
+ }
5082
+ },
5083
+ "node_modules/loud-rejection": {
5084
+ "version": "1.6.0",
5085
+ "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
5086
+ "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
5087
+ "dependencies": {
5088
+ "currently-unhandled": "^0.4.1",
5089
+ "signal-exit": "^3.0.0"
5090
+ },
5091
+ "engines": {
5092
+ "node": ">=0.10.0"
5093
+ }
5094
+ },
5095
+ "node_modules/lowercase-keys": {
5096
+ "version": "1.0.1",
5097
+ "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
5098
+ "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==",
5099
+ "engines": {
5100
+ "node": ">=0.10.0"
5101
+ }
5102
+ },
5103
+ "node_modules/lru-cache": {
5104
+ "version": "4.1.5",
5105
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
5106
+ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
5107
+ "dependencies": {
5108
+ "pseudomap": "^1.0.2",
5109
+ "yallist": "^2.1.2"
5110
+ }
5111
+ },
5112
+ "node_modules/make-dir": {
5113
+ "version": "1.3.0",
5114
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz",
5115
+ "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==",
5116
+ "dependencies": {
5117
+ "pify": "^3.0.0"
5118
+ },
5119
+ "engines": {
5120
+ "node": ">=4"
5121
+ }
5122
+ },
5123
+ "node_modules/map-cache": {
5124
+ "version": "0.2.2",
5125
+ "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
5126
+ "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
5127
+ "optional": true,
5128
+ "engines": {
5129
+ "node": ">=0.10.0"
5130
+ }
5131
+ },
5132
+ "node_modules/map-obj": {
5133
+ "version": "1.0.1",
5134
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
5135
+ "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
5136
+ "engines": {
5137
+ "node": ">=0.10.0"
5138
+ }
5139
+ },
5140
+ "node_modules/map-visit": {
5141
+ "version": "1.0.0",
5142
+ "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
5143
+ "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
5144
+ "optional": true,
5145
+ "dependencies": {
5146
+ "object-visit": "^1.0.0"
5147
+ },
5148
+ "engines": {
5149
+ "node": ">=0.10.0"
5150
+ }
5151
+ },
5152
+ "node_modules/md5.js": {
5153
+ "version": "1.3.5",
5154
+ "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
5155
+ "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
5156
+ "dependencies": {
5157
+ "hash-base": "^3.0.0",
5158
+ "inherits": "^2.0.1",
5159
+ "safe-buffer": "^5.1.2"
5160
+ }
5161
+ },
5162
+ "node_modules/mem": {
5163
+ "version": "1.1.0",
5164
+ "resolved": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz",
5165
+ "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=",
5166
+ "dependencies": {
5167
+ "mimic-fn": "^1.0.0"
5168
+ },
5169
+ "engines": {
5170
+ "node": ">=4"
5171
+ }
5172
+ },
5173
+ "node_modules/memory-fs": {
5174
+ "version": "0.4.1",
5175
+ "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
5176
+ "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
5177
+ "dependencies": {
5178
+ "errno": "^0.1.3",
5179
+ "readable-stream": "^2.0.1"
5180
+ }
5181
+ },
5182
+ "node_modules/meow": {
5183
+ "version": "3.7.0",
5184
+ "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
5185
+ "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
5186
+ "dependencies": {
5187
+ "camelcase-keys": "^2.0.0",
5188
+ "decamelize": "^1.1.2",
5189
+ "loud-rejection": "^1.0.0",
5190
+ "map-obj": "^1.0.1",
5191
+ "minimist": "^1.1.3",
5192
+ "normalize-package-data": "^2.3.4",
5193
+ "object-assign": "^4.0.1",
5194
+ "read-pkg-up": "^1.0.1",
5195
+ "redent": "^1.0.0",
5196
+ "trim-newlines": "^1.0.0"
5197
+ },
5198
+ "engines": {
5199
+ "node": ">=0.10.0"
5200
+ }
5201
+ },
5202
+ "node_modules/micromatch": {
5203
+ "version": "3.1.10",
5204
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
5205
+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
5206
+ "optional": true,
5207
+ "dependencies": {
5208
+ "arr-diff": "^4.0.0",
5209
+ "array-unique": "^0.3.2",
5210
+ "braces": "^2.3.1",
5211
+ "define-property": "^2.0.2",
5212
+ "extend-shallow": "^3.0.2",
5213
+ "extglob": "^2.0.4",
5214
+ "fragment-cache": "^0.2.1",
5215
+ "kind-of": "^6.0.2",
5216
+ "nanomatch": "^1.2.9",
5217
+ "object.pick": "^1.3.0",
5218
+ "regex-not": "^1.0.0",
5219
+ "snapdragon": "^0.8.1",
5220
+ "to-regex": "^3.0.2"
5221
+ },
5222
+ "engines": {
5223
+ "node": ">=0.10.0"
5224
+ }
5225
+ },
5226
+ "node_modules/micromatch/node_modules/braces": {
5227
+ "version": "2.3.2",
5228
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
5229
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
5230
+ "optional": true,
5231
+ "dependencies": {
5232
+ "arr-flatten": "^1.1.0",
5233
+ "array-unique": "^0.3.2",
5234
+ "extend-shallow": "^2.0.1",
5235
+ "fill-range": "^4.0.0",
5236
+ "isobject": "^3.0.1",
5237
+ "repeat-element": "^1.1.2",
5238
+ "snapdragon": "^0.8.1",
5239
+ "snapdragon-node": "^2.0.1",
5240
+ "split-string": "^3.0.2",
5241
+ "to-regex": "^3.0.1"
5242
+ },
5243
+ "engines": {
5244
+ "node": ">=0.10.0"
5245
+ }
5246
+ },
5247
+ "node_modules/micromatch/node_modules/braces/node_modules/extend-shallow": {
5248
+ "version": "2.0.1",
5249
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
5250
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
5251
+ "optional": true,
5252
+ "dependencies": {
5253
+ "is-extendable": "^0.1.0"
5254
+ },
5255
+ "engines": {
5256
+ "node": ">=0.10.0"
5257
+ }
5258
+ },
5259
+ "node_modules/micromatch/node_modules/fill-range": {
5260
+ "version": "4.0.0",
5261
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
5262
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
5263
+ "optional": true,
5264
+ "dependencies": {
5265
+ "extend-shallow": "^2.0.1",
5266
+ "is-number": "^3.0.0",
5267
+ "repeat-string": "^1.6.1",
5268
+ "to-regex-range": "^2.1.0"
5269
+ },
5270
+ "engines": {
5271
+ "node": ">=0.10.0"
5272
+ }
5273
+ },
5274
+ "node_modules/micromatch/node_modules/fill-range/node_modules/extend-shallow": {
5275
+ "version": "2.0.1",
5276
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
5277
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
5278
+ "optional": true,
5279
+ "dependencies": {
5280
+ "is-extendable": "^0.1.0"
5281
+ },
5282
+ "engines": {
5283
+ "node": ">=0.10.0"
5284
+ }
5285
+ },
5286
+ "node_modules/micromatch/node_modules/is-number": {
5287
+ "version": "3.0.0",
5288
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
5289
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
5290
+ "optional": true,
5291
+ "dependencies": {
5292
+ "kind-of": "^3.0.2"
5293
+ },
5294
+ "engines": {
5295
+ "node": ">=0.10.0"
5296
+ }
5297
+ },
5298
+ "node_modules/micromatch/node_modules/is-number/node_modules/kind-of": {
5299
+ "version": "3.2.2",
5300
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
5301
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
5302
+ "optional": true,
5303
+ "dependencies": {
5304
+ "is-buffer": "^1.1.5"
5305
+ },
5306
+ "engines": {
5307
+ "node": ">=0.10.0"
5308
+ }
5309
+ },
5310
+ "node_modules/micromatch/node_modules/to-regex-range": {
5311
+ "version": "2.1.1",
5312
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
5313
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
5314
+ "optional": true,
5315
+ "dependencies": {
5316
+ "is-number": "^3.0.0",
5317
+ "repeat-string": "^1.6.1"
5318
+ },
5319
+ "engines": {
5320
+ "node": ">=0.10.0"
5321
+ }
5322
+ },
5323
+ "node_modules/miller-rabin": {
5324
+ "version": "4.0.1",
5325
+ "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
5326
+ "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
5327
+ "dependencies": {
5328
+ "bn.js": "^4.0.0",
5329
+ "brorand": "^1.0.1"
5330
+ },
5331
+ "bin": {
5332
+ "miller-rabin": "bin/miller-rabin"
5333
+ }
5334
+ },
5335
+ "node_modules/miller-rabin/node_modules/bn.js": {
5336
+ "version": "4.12.0",
5337
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
5338
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
5339
+ },
5340
+ "node_modules/mime-db": {
5341
+ "version": "1.50.0",
5342
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.50.0.tgz",
5343
+ "integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==",
5344
+ "engines": {
5345
+ "node": ">= 0.6"
5346
+ }
5347
+ },
5348
+ "node_modules/mime-types": {
5349
+ "version": "2.1.33",
5350
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.33.tgz",
5351
+ "integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==",
5352
+ "dependencies": {
5353
+ "mime-db": "1.50.0"
5354
+ },
5355
+ "engines": {
5356
+ "node": ">= 0.6"
5357
+ }
5358
+ },
5359
+ "node_modules/mimic-fn": {
5360
+ "version": "1.2.0",
5361
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz",
5362
+ "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==",
5363
+ "engines": {
5364
+ "node": ">=4"
5365
+ }
5366
+ },
5367
+ "node_modules/minimalistic-assert": {
5368
+ "version": "1.0.1",
5369
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
5370
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
5371
+ },
5372
+ "node_modules/minimalistic-crypto-utils": {
5373
+ "version": "1.0.1",
5374
+ "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
5375
+ "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo="
5376
+ },
5377
+ "node_modules/minimatch": {
5378
+ "version": "3.0.4",
5379
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
5380
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
5381
+ "dependencies": {
5382
+ "brace-expansion": "^1.1.7"
5383
+ },
5384
+ "engines": {
5385
+ "node": "*"
5386
+ }
5387
+ },
5388
+ "node_modules/minimist": {
5389
+ "version": "1.2.5",
5390
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
5391
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
5392
+ },
5393
+ "node_modules/mixin-deep": {
5394
+ "version": "1.3.2",
5395
+ "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
5396
+ "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
5397
+ "optional": true,
5398
+ "dependencies": {
5399
+ "for-in": "^1.0.2",
5400
+ "is-extendable": "^1.0.1"
5401
+ },
5402
+ "engines": {
5403
+ "node": ">=0.10.0"
5404
+ }
5405
+ },
5406
+ "node_modules/mixin-deep/node_modules/is-extendable": {
5407
+ "version": "1.0.1",
5408
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
5409
+ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
5410
+ "optional": true,
5411
+ "dependencies": {
5412
+ "is-plain-object": "^2.0.4"
5413
+ },
5414
+ "engines": {
5415
+ "node": ">=0.10.0"
5416
+ }
5417
+ },
5418
+ "node_modules/mixin-object": {
5419
+ "version": "2.0.1",
5420
+ "resolved": "https://registry.npmjs.org/mixin-object/-/mixin-object-2.0.1.tgz",
5421
+ "integrity": "sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4=",
5422
+ "dependencies": {
5423
+ "for-in": "^0.1.3",
5424
+ "is-extendable": "^0.1.1"
5425
+ },
5426
+ "engines": {
5427
+ "node": ">=0.10.0"
5428
+ }
5429
+ },
5430
+ "node_modules/mixin-object/node_modules/for-in": {
5431
+ "version": "0.1.8",
5432
+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz",
5433
+ "integrity": "sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE=",
5434
+ "engines": {
5435
+ "node": ">=0.10.0"
5436
+ }
5437
+ },
5438
+ "node_modules/mkdirp": {
5439
+ "version": "0.5.5",
5440
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
5441
+ "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
5442
+ "dependencies": {
5443
+ "minimist": "^1.2.5"
5444
+ },
5445
+ "bin": {
5446
+ "mkdirp": "bin/cmd.js"
5447
+ }
5448
+ },
5449
+ "node_modules/ms": {
5450
+ "version": "2.0.0",
5451
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
5452
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
5453
+ },
5454
+ "node_modules/mute-stream": {
5455
+ "version": "0.0.7",
5456
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
5457
+ "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s="
5458
+ },
5459
+ "node_modules/nan": {
5460
+ "version": "2.15.0",
5461
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
5462
+ "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ=="
5463
+ },
5464
+ "node_modules/nanomatch": {
5465
+ "version": "1.2.13",
5466
+ "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
5467
+ "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
5468
+ "optional": true,
5469
+ "dependencies": {
5470
+ "arr-diff": "^4.0.0",
5471
+ "array-unique": "^0.3.2",
5472
+ "define-property": "^2.0.2",
5473
+ "extend-shallow": "^3.0.2",
5474
+ "fragment-cache": "^0.2.1",
5475
+ "is-windows": "^1.0.2",
5476
+ "kind-of": "^6.0.2",
5477
+ "object.pick": "^1.3.0",
5478
+ "regex-not": "^1.0.0",
5479
+ "snapdragon": "^0.8.1",
5480
+ "to-regex": "^3.0.1"
5481
+ },
5482
+ "engines": {
5483
+ "node": ">=0.10.0"
5484
+ }
5485
+ },
5486
+ "node_modules/natural-compare": {
5487
+ "version": "1.4.0",
5488
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
5489
+ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
5490
+ },
5491
+ "node_modules/neo-async": {
5492
+ "version": "2.6.2",
5493
+ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
5494
+ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
5495
+ },
5496
+ "node_modules/next-tick": {
5497
+ "version": "1.0.0",
5498
+ "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
5499
+ "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
5500
+ },
5501
+ "node_modules/nice-try": {
5502
+ "version": "1.0.5",
5503
+ "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
5504
+ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
5505
+ },
5506
+ "node_modules/node-gyp": {
5507
+ "version": "3.8.0",
5508
+ "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz",
5509
+ "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==",
5510
+ "dependencies": {
5511
+ "fstream": "^1.0.0",
5512
+ "glob": "^7.0.3",
5513
+ "graceful-fs": "^4.1.2",
5514
+ "mkdirp": "^0.5.0",
5515
+ "nopt": "2 || 3",
5516
+ "npmlog": "0 || 1 || 2 || 3 || 4",
5517
+ "osenv": "0",
5518
+ "request": "^2.87.0",
5519
+ "rimraf": "2",
5520
+ "semver": "~5.3.0",
5521
+ "tar": "^2.0.0",
5522
+ "which": "1"
5523
+ },
5524
+ "bin": {
5525
+ "node-gyp": "bin/node-gyp.js"
5526
+ },
5527
+ "engines": {
5528
+ "node": ">= 0.8.0"
5529
+ }
5530
+ },
5531
+ "node_modules/node-gyp/node_modules/semver": {
5532
+ "version": "5.3.0",
5533
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
5534
+ "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
5535
+ "bin": {
5536
+ "semver": "bin/semver"
5537
+ }
5538
+ },
5539
+ "node_modules/node-libs-browser": {
5540
+ "version": "2.2.1",
5541
+ "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz",
5542
+ "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==",
5543
+ "dependencies": {
5544
+ "assert": "^1.1.1",
5545
+ "browserify-zlib": "^0.2.0",
5546
+ "buffer": "^4.3.0",
5547
+ "console-browserify": "^1.1.0",
5548
+ "constants-browserify": "^1.0.0",
5549
+ "crypto-browserify": "^3.11.0",
5550
+ "domain-browser": "^1.1.1",
5551
+ "events": "^3.0.0",
5552
+ "https-browserify": "^1.0.0",
5553
+ "os-browserify": "^0.3.0",
5554
+ "path-browserify": "0.0.1",
5555
+ "process": "^0.11.10",
5556
+ "punycode": "^1.2.4",
5557
+ "querystring-es3": "^0.2.0",
5558
+ "readable-stream": "^2.3.3",
5559
+ "stream-browserify": "^2.0.1",
5560
+ "stream-http": "^2.7.2",
5561
+ "string_decoder": "^1.0.0",
5562
+ "timers-browserify": "^2.0.4",
5563
+ "tty-browserify": "0.0.0",
5564
+ "url": "^0.11.0",
5565
+ "util": "^0.11.0",
5566
+ "vm-browserify": "^1.0.1"
5567
+ }
5568
+ },
5569
+ "node_modules/node-libs-browser/node_modules/punycode": {
5570
+ "version": "1.4.1",
5571
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
5572
+ "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
5573
+ },
5574
+ "node_modules/node-sass": {
5575
+ "version": "4.14.1",
5576
+ "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz",
5577
+ "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==",
5578
+ "hasInstallScript": true,
5579
+ "dependencies": {
5580
+ "async-foreach": "^0.1.3",
5581
+ "chalk": "^1.1.1",
5582
+ "cross-spawn": "^3.0.0",
5583
+ "gaze": "^1.0.0",
5584
+ "get-stdin": "^4.0.1",
5585
+ "glob": "^7.0.3",
5586
+ "in-publish": "^2.0.0",
5587
+ "lodash": "^4.17.15",
5588
+ "meow": "^3.7.0",
5589
+ "mkdirp": "^0.5.1",
5590
+ "nan": "^2.13.2",
5591
+ "node-gyp": "^3.8.0",
5592
+ "npmlog": "^4.0.0",
5593
+ "request": "^2.88.0",
5594
+ "sass-graph": "2.2.5",
5595
+ "stdout-stream": "^1.4.0",
5596
+ "true-case-path": "^1.0.2"
5597
+ },
5598
+ "bin": {
5599
+ "node-sass": "bin/node-sass"
5600
+ },
5601
+ "engines": {
5602
+ "node": ">=0.10.0"
5603
+ }
5604
+ },
5605
+ "node_modules/node-sass/node_modules/ansi-styles": {
5606
+ "version": "2.2.1",
5607
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
5608
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
5609
+ "engines": {
5610
+ "node": ">=0.10.0"
5611
+ }
5612
+ },
5613
+ "node_modules/node-sass/node_modules/chalk": {
5614
+ "version": "1.1.3",
5615
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
5616
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
5617
+ "dependencies": {
5618
+ "ansi-styles": "^2.2.1",
5619
+ "escape-string-regexp": "^1.0.2",
5620
+ "has-ansi": "^2.0.0",
5621
+ "strip-ansi": "^3.0.0",
5622
+ "supports-color": "^2.0.0"
5623
+ },
5624
+ "engines": {
5625
+ "node": ">=0.10.0"
5626
+ }
5627
+ },
5628
+ "node_modules/node-sass/node_modules/cross-spawn": {
5629
+ "version": "3.0.1",
5630
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
5631
+ "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=",
5632
+ "dependencies": {
5633
+ "lru-cache": "^4.0.1",
5634
+ "which": "^1.2.9"
5635
+ }
5636
+ },
5637
+ "node_modules/node-sass/node_modules/supports-color": {
5638
+ "version": "2.0.0",
5639
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
5640
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
5641
+ "engines": {
5642
+ "node": ">=0.8.0"
5643
+ }
5644
+ },
5645
+ "node_modules/nopt": {
5646
+ "version": "3.0.6",
5647
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
5648
+ "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
5649
+ "dependencies": {
5650
+ "abbrev": "1"
5651
+ },
5652
+ "bin": {
5653
+ "nopt": "bin/nopt.js"
5654
+ }
5655
+ },
5656
+ "node_modules/normalize-package-data": {
5657
+ "version": "2.5.0",
5658
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
5659
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
5660
+ "dependencies": {
5661
+ "hosted-git-info": "^2.1.4",
5662
+ "resolve": "^1.10.0",
5663
+ "semver": "2 || 3 || 4 || 5",
5664
+ "validate-npm-package-license": "^3.0.1"
5665
+ }
5666
+ },
5667
+ "node_modules/normalize-package-data/node_modules/resolve": {
5668
+ "version": "1.20.0",
5669
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
5670
+ "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
5671
+ "dependencies": {
5672
+ "is-core-module": "^2.2.0",
5673
+ "path-parse": "^1.0.6"
5674
+ },
5675
+ "funding": {
5676
+ "url": "https://github.com/sponsors/ljharb"
5677
+ }
5678
+ },
5679
+ "node_modules/normalize-path": {
5680
+ "version": "3.0.0",
5681
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
5682
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
5683
+ "optional": true,
5684
+ "engines": {
5685
+ "node": ">=0.10.0"
5686
+ }
5687
+ },
5688
+ "node_modules/normalize-range": {
5689
+ "version": "0.1.2",
5690
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
5691
+ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
5692
+ "engines": {
5693
+ "node": ">=0.10.0"
5694
+ }
5695
+ },
5696
+ "node_modules/npm-run-path": {
5697
+ "version": "2.0.2",
5698
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
5699
+ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
5700
+ "dependencies": {
5701
+ "path-key": "^2.0.0"
5702
+ },
5703
+ "engines": {
5704
+ "node": ">=4"
5705
+ }
5706
+ },
5707
+ "node_modules/npmlog": {
5708
+ "version": "4.1.2",
5709
+ "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
5710
+ "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
5711
+ "dependencies": {
5712
+ "are-we-there-yet": "~1.1.2",
5713
+ "console-control-strings": "~1.1.0",
5714
+ "gauge": "~2.7.3",
5715
+ "set-blocking": "~2.0.0"
5716
+ }
5717
+ },
5718
+ "node_modules/num2fraction": {
5719
+ "version": "1.2.2",
5720
+ "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
5721
+ "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4="
5722
+ },
5723
+ "node_modules/number-is-nan": {
5724
+ "version": "1.0.1",
5725
+ "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
5726
+ "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
5727
+ "engines": {
5728
+ "node": ">=0.10.0"
5729
+ }
5730
+ },
5731
+ "node_modules/oauth-sign": {
5732
+ "version": "0.9.0",
5733
+ "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
5734
+ "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
5735
+ "engines": {
5736
+ "node": "*"
5737
+ }
5738
+ },
5739
+ "node_modules/object-assign": {
5740
+ "version": "4.1.1",
5741
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
5742
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
5743
+ "engines": {
5744
+ "node": ">=0.10.0"
5745
+ }
5746
+ },
5747
+ "node_modules/object-copy": {
5748
+ "version": "0.1.0",
5749
+ "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
5750
+ "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
5751
+ "optional": true,
5752
+ "dependencies": {
5753
+ "copy-descriptor": "^0.1.0",
5754
+ "define-property": "^0.2.5",
5755
+ "kind-of": "^3.0.3"
5756
+ },
5757
+ "engines": {
5758
+ "node": ">=0.10.0"
5759
+ }
5760
+ },
5761
+ "node_modules/object-copy/node_modules/define-property": {
5762
+ "version": "0.2.5",
5763
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
5764
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
5765
+ "optional": true,
5766
+ "dependencies": {
5767
+ "is-descriptor": "^0.1.0"
5768
+ },
5769
+ "engines": {
5770
+ "node": ">=0.10.0"
5771
+ }
5772
+ },
5773
+ "node_modules/object-copy/node_modules/kind-of": {
5774
+ "version": "3.2.2",
5775
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
5776
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
5777
+ "optional": true,
5778
+ "dependencies": {
5779
+ "is-buffer": "^1.1.5"
5780
+ },
5781
+ "engines": {
5782
+ "node": ">=0.10.0"
5783
+ }
5784
+ },
5785
+ "node_modules/object-inspect": {
5786
+ "version": "1.11.0",
5787
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz",
5788
+ "integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==",
5789
+ "funding": {
5790
+ "url": "https://github.com/sponsors/ljharb"
5791
+ }
5792
+ },
5793
+ "node_modules/object-keys": {
5794
+ "version": "1.1.1",
5795
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
5796
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
5797
+ "engines": {
5798
+ "node": ">= 0.4"
5799
+ }
5800
+ },
5801
+ "node_modules/object-visit": {
5802
+ "version": "1.0.1",
5803
+ "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
5804
+ "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
5805
+ "optional": true,
5806
+ "dependencies": {
5807
+ "isobject": "^3.0.0"
5808
+ },
5809
+ "engines": {
5810
+ "node": ">=0.10.0"
5811
+ }
5812
+ },
5813
+ "node_modules/object.assign": {
5814
+ "version": "4.1.2",
5815
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
5816
+ "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
5817
+ "dependencies": {
5818
+ "call-bind": "^1.0.0",
5819
+ "define-properties": "^1.1.3",
5820
+ "has-symbols": "^1.0.1",
5821
+ "object-keys": "^1.1.1"
5822
+ },
5823
+ "engines": {
5824
+ "node": ">= 0.4"
5825
+ },
5826
+ "funding": {
5827
+ "url": "https://github.com/sponsors/ljharb"
5828
+ }
5829
+ },
5830
+ "node_modules/object.entries": {
5831
+ "version": "1.1.5",
5832
+ "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz",
5833
+ "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==",
5834
+ "dependencies": {
5835
+ "call-bind": "^1.0.2",
5836
+ "define-properties": "^1.1.3",
5837
+ "es-abstract": "^1.19.1"
5838
+ },
5839
+ "engines": {
5840
+ "node": ">= 0.4"
5841
+ }
5842
+ },
5843
+ "node_modules/object.fromentries": {
5844
+ "version": "2.0.5",
5845
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz",
5846
+ "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==",
5847
+ "dependencies": {
5848
+ "call-bind": "^1.0.2",
5849
+ "define-properties": "^1.1.3",
5850
+ "es-abstract": "^1.19.1"
5851
+ },
5852
+ "engines": {
5853
+ "node": ">= 0.4"
5854
+ },
5855
+ "funding": {
5856
+ "url": "https://github.com/sponsors/ljharb"
5857
+ }
5858
+ },
5859
+ "node_modules/object.hasown": {
5860
+ "version": "1.1.0",
5861
+ "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz",
5862
+ "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==",
5863
+ "dependencies": {
5864
+ "define-properties": "^1.1.3",
5865
+ "es-abstract": "^1.19.1"
5866
+ },
5867
+ "funding": {
5868
+ "url": "https://github.com/sponsors/ljharb"
5869
+ }
5870
+ },
5871
+ "node_modules/object.pick": {
5872
+ "version": "1.3.0",
5873
+ "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
5874
+ "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
5875
+ "optional": true,
5876
+ "dependencies": {
5877
+ "isobject": "^3.0.1"
5878
+ },
5879
+ "engines": {
5880
+ "node": ">=0.10.0"
5881
+ }
5882
+ },
5883
+ "node_modules/object.values": {
5884
+ "version": "1.1.5",
5885
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz",
5886
+ "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==",
5887
+ "dependencies": {
5888
+ "call-bind": "^1.0.2",
5889
+ "define-properties": "^1.1.3",
5890
+ "es-abstract": "^1.19.1"
5891
+ },
5892
+ "engines": {
5893
+ "node": ">= 0.4"
5894
+ },
5895
+ "funding": {
5896
+ "url": "https://github.com/sponsors/ljharb"
5897
+ }
5898
+ },
5899
+ "node_modules/once": {
5900
+ "version": "1.4.0",
5901
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
5902
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
5903
+ "dependencies": {
5904
+ "wrappy": "1"
5905
+ }
5906
+ },
5907
+ "node_modules/onetime": {
5908
+ "version": "2.0.1",
5909
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz",
5910
+ "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=",
5911
+ "dependencies": {
5912
+ "mimic-fn": "^1.0.0"
5913
+ },
5914
+ "engines": {
5915
+ "node": ">=4"
5916
+ }
5917
+ },
5918
+ "node_modules/optionator": {
5919
+ "version": "0.8.3",
5920
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
5921
+ "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
5922
+ "dependencies": {
5923
+ "deep-is": "~0.1.3",
5924
+ "fast-levenshtein": "~2.0.6",
5925
+ "levn": "~0.3.0",
5926
+ "prelude-ls": "~1.1.2",
5927
+ "type-check": "~0.3.2",
5928
+ "word-wrap": "~1.2.3"
5929
+ },
5930
+ "engines": {
5931
+ "node": ">= 0.8.0"
5932
+ }
5933
+ },
5934
+ "node_modules/ora": {
5935
+ "version": "1.4.0",
5936
+ "resolved": "https://registry.npmjs.org/ora/-/ora-1.4.0.tgz",
5937
+ "integrity": "sha512-iMK1DOQxzzh2MBlVsU42G80mnrvUhqsMh74phHtDlrcTZPK0pH6o7l7DRshK+0YsxDyEuaOkziVdvM3T0QTzpw==",
5938
+ "dependencies": {
5939
+ "chalk": "^2.1.0",
5940
+ "cli-cursor": "^2.1.0",
5941
+ "cli-spinners": "^1.0.1",
5942
+ "log-symbols": "^2.1.0"
5943
+ },
5944
+ "engines": {
5945
+ "node": ">=4"
5946
+ }
5947
+ },
5948
+ "node_modules/os-browserify": {
5949
+ "version": "0.3.0",
5950
+ "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
5951
+ "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc="
5952
+ },
5953
+ "node_modules/os-homedir": {
5954
+ "version": "1.0.2",
5955
+ "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
5956
+ "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
5957
+ "engines": {
5958
+ "node": ">=0.10.0"
5959
+ }
5960
+ },
5961
+ "node_modules/os-locale": {
5962
+ "version": "2.1.0",
5963
+ "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz",
5964
+ "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==",
5965
+ "dependencies": {
5966
+ "execa": "^0.7.0",
5967
+ "lcid": "^1.0.0",
5968
+ "mem": "^1.1.0"
5969
+ },
5970
+ "engines": {
5971
+ "node": ">=4"
5972
+ }
5973
+ },
5974
+ "node_modules/os-tmpdir": {
5975
+ "version": "1.0.2",
5976
+ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
5977
+ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
5978
+ "engines": {
5979
+ "node": ">=0.10.0"
5980
+ }
5981
+ },
5982
+ "node_modules/osenv": {
5983
+ "version": "0.1.5",
5984
+ "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
5985
+ "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
5986
+ "dependencies": {
5987
+ "os-homedir": "^1.0.0",
5988
+ "os-tmpdir": "^1.0.0"
5989
+ }
5990
+ },
5991
+ "node_modules/p-finally": {
5992
+ "version": "1.0.0",
5993
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
5994
+ "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
5995
+ "engines": {
5996
+ "node": ">=4"
5997
+ }
5998
+ },
5999
+ "node_modules/p-limit": {
6000
+ "version": "1.3.0",
6001
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
6002
+ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
6003
+ "dependencies": {
6004
+ "p-try": "^1.0.0"
6005
+ },
6006
+ "engines": {
6007
+ "node": ">=4"
6008
+ }
6009
+ },
6010
+ "node_modules/p-locate": {
6011
+ "version": "2.0.0",
6012
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
6013
+ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
6014
+ "dependencies": {
6015
+ "p-limit": "^1.1.0"
6016
+ },
6017
+ "engines": {
6018
+ "node": ">=4"
6019
+ }
6020
+ },
6021
+ "node_modules/p-try": {
6022
+ "version": "1.0.0",
6023
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
6024
+ "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
6025
+ "engines": {
6026
+ "node": ">=4"
6027
+ }
6028
+ },
6029
+ "node_modules/package-json": {
6030
+ "version": "4.0.1",
6031
+ "resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz",
6032
+ "integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=",
6033
+ "dependencies": {
6034
+ "got": "^6.7.1",
6035
+ "registry-auth-token": "^3.0.1",
6036
+ "registry-url": "^3.0.3",
6037
+ "semver": "^5.1.0"
6038
+ },
6039
+ "engines": {
6040
+ "node": ">=4"
6041
+ }
6042
+ },
6043
+ "node_modules/pako": {
6044
+ "version": "1.0.11",
6045
+ "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
6046
+ "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
6047
+ },
6048
+ "node_modules/parse-asn1": {
6049
+ "version": "5.1.6",
6050
+ "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz",
6051
+ "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==",
6052
+ "dependencies": {
6053
+ "asn1.js": "^5.2.0",
6054
+ "browserify-aes": "^1.0.0",
6055
+ "evp_bytestokey": "^1.0.0",
6056
+ "pbkdf2": "^3.0.3",
6057
+ "safe-buffer": "^5.1.1"
6058
+ }
6059
+ },
6060
+ "node_modules/parse-json": {
6061
+ "version": "2.2.0",
6062
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
6063
+ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
6064
+ "dependencies": {
6065
+ "error-ex": "^1.2.0"
6066
+ },
6067
+ "engines": {
6068
+ "node": ">=0.10.0"
6069
+ }
6070
+ },
6071
+ "node_modules/pascalcase": {
6072
+ "version": "0.1.1",
6073
+ "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
6074
+ "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
6075
+ "optional": true,
6076
+ "engines": {
6077
+ "node": ">=0.10.0"
6078
+ }
6079
+ },
6080
+ "node_modules/path-browserify": {
6081
+ "version": "0.0.1",
6082
+ "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz",
6083
+ "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ=="
6084
+ },
6085
+ "node_modules/path-dirname": {
6086
+ "version": "1.0.2",
6087
+ "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
6088
+ "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=",
6089
+ "optional": true
6090
+ },
6091
+ "node_modules/path-exists": {
6092
+ "version": "3.0.0",
6093
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
6094
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
6095
+ "engines": {
6096
+ "node": ">=4"
6097
+ }
6098
+ },
6099
+ "node_modules/path-is-absolute": {
6100
+ "version": "1.0.1",
6101
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
6102
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
6103
+ "engines": {
6104
+ "node": ">=0.10.0"
6105
+ }
6106
+ },
6107
+ "node_modules/path-is-inside": {
6108
+ "version": "1.0.2",
6109
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
6110
+ "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM="
6111
+ },
6112
+ "node_modules/path-key": {
6113
+ "version": "2.0.1",
6114
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
6115
+ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
6116
+ "engines": {
6117
+ "node": ">=4"
6118
+ }
6119
+ },
6120
+ "node_modules/path-parse": {
6121
+ "version": "1.0.7",
6122
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
6123
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
6124
+ },
6125
+ "node_modules/path-type": {
6126
+ "version": "1.1.0",
6127
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
6128
+ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
6129
+ "dependencies": {
6130
+ "graceful-fs": "^4.1.2",
6131
+ "pify": "^2.0.0",
6132
+ "pinkie-promise": "^2.0.0"
6133
+ },
6134
+ "engines": {
6135
+ "node": ">=0.10.0"
6136
+ }
6137
+ },
6138
+ "node_modules/path-type/node_modules/pify": {
6139
+ "version": "2.3.0",
6140
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
6141
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
6142
+ "engines": {
6143
+ "node": ">=0.10.0"
6144
+ }
6145
+ },
6146
+ "node_modules/pbkdf2": {
6147
+ "version": "3.1.2",
6148
+ "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz",
6149
+ "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==",
6150
+ "dependencies": {
6151
+ "create-hash": "^1.1.2",
6152
+ "create-hmac": "^1.1.4",
6153
+ "ripemd160": "^2.0.1",
6154
+ "safe-buffer": "^5.0.1",
6155
+ "sha.js": "^2.4.8"
6156
+ },
6157
+ "engines": {
6158
+ "node": ">=0.12"
6159
+ }
6160
+ },
6161
+ "node_modules/performance-now": {
6162
+ "version": "2.1.0",
6163
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
6164
+ "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
6165
+ },
6166
+ "node_modules/picomatch": {
6167
+ "version": "2.3.0",
6168
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
6169
+ "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",
6170
+ "optional": true,
6171
+ "engines": {
6172
+ "node": ">=8.6"
6173
+ },
6174
+ "funding": {
6175
+ "url": "https://github.com/sponsors/jonschlinkert"
6176
+ }
6177
+ },
6178
+ "node_modules/pify": {
6179
+ "version": "3.0.0",
6180
+ "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
6181
+ "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
6182
+ "engines": {
6183
+ "node": ">=4"
6184
+ }
6185
+ },
6186
+ "node_modules/pinkie": {
6187
+ "version": "2.0.4",
6188
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
6189
+ "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
6190
+ "engines": {
6191
+ "node": ">=0.10.0"
6192
+ }
6193
+ },
6194
+ "node_modules/pinkie-promise": {
6195
+ "version": "2.0.1",
6196
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
6197
+ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
6198
+ "dependencies": {
6199
+ "pinkie": "^2.0.0"
6200
+ },
6201
+ "engines": {
6202
+ "node": ">=0.10.0"
6203
+ }
6204
+ },
6205
+ "node_modules/pkg-dir": {
6206
+ "version": "2.0.0",
6207
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz",
6208
+ "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
6209
+ "dependencies": {
6210
+ "find-up": "^2.1.0"
6211
+ },
6212
+ "engines": {
6213
+ "node": ">=4"
6214
+ }
6215
+ },
6216
+ "node_modules/pluralize": {
6217
+ "version": "7.0.0",
6218
+ "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz",
6219
+ "integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==",
6220
+ "engines": {
6221
+ "node": ">=4"
6222
+ }
6223
+ },
6224
+ "node_modules/posix-character-classes": {
6225
+ "version": "0.1.1",
6226
+ "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
6227
+ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
6228
+ "optional": true,
6229
+ "engines": {
6230
+ "node": ">=0.10.0"
6231
+ }
6232
+ },
6233
+ "node_modules/postcss": {
6234
+ "version": "6.0.23",
6235
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
6236
+ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
6237
+ "dependencies": {
6238
+ "chalk": "^2.4.1",
6239
+ "source-map": "^0.6.1",
6240
+ "supports-color": "^5.4.0"
6241
+ },
6242
+ "engines": {
6243
+ "node": ">=4.0.0"
6244
+ }
6245
+ },
6246
+ "node_modules/postcss-load-config": {
6247
+ "version": "2.1.2",
6248
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.2.tgz",
6249
+ "integrity": "sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==",
6250
+ "dependencies": {
6251
+ "cosmiconfig": "^5.0.0",
6252
+ "import-cwd": "^2.0.0"
6253
+ },
6254
+ "engines": {
6255
+ "node": ">= 4"
6256
+ },
6257
+ "funding": {
6258
+ "type": "opencollective",
6259
+ "url": "https://opencollective.com/postcss/"
6260
+ }
6261
+ },
6262
+ "node_modules/postcss-loader": {
6263
+ "version": "2.1.6",
6264
+ "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-2.1.6.tgz",
6265
+ "integrity": "sha512-hgiWSc13xVQAq25cVw80CH0l49ZKlAnU1hKPOdRrNj89bokRr/bZF2nT+hebPPF9c9xs8c3gw3Fr2nxtmXYnNg==",
6266
+ "dependencies": {
6267
+ "loader-utils": "^1.1.0",
6268
+ "postcss": "^6.0.0",
6269
+ "postcss-load-config": "^2.0.0",
6270
+ "schema-utils": "^0.4.0"
6271
+ },
6272
+ "engines": {
6273
+ "node": ">= 4"
6274
+ }
6275
+ },
6276
+ "node_modules/postcss-loader/node_modules/ajv": {
6277
+ "version": "6.12.6",
6278
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
6279
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
6280
+ "dependencies": {
6281
+ "fast-deep-equal": "^3.1.1",
6282
+ "fast-json-stable-stringify": "^2.0.0",
6283
+ "json-schema-traverse": "^0.4.1",
6284
+ "uri-js": "^4.2.2"
6285
+ },
6286
+ "funding": {
6287
+ "type": "github",
6288
+ "url": "https://github.com/sponsors/epoberezkin"
6289
+ }
6290
+ },
6291
+ "node_modules/postcss-loader/node_modules/ajv-keywords": {
6292
+ "version": "3.5.2",
6293
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
6294
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
6295
+ "peerDependencies": {
6296
+ "ajv": "^6.9.1"
6297
+ }
6298
+ },
6299
+ "node_modules/postcss-loader/node_modules/fast-deep-equal": {
6300
+ "version": "3.1.3",
6301
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
6302
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
6303
+ },
6304
+ "node_modules/postcss-loader/node_modules/json-schema-traverse": {
6305
+ "version": "0.4.1",
6306
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
6307
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
6308
+ },
6309
+ "node_modules/postcss-loader/node_modules/schema-utils": {
6310
+ "version": "0.4.7",
6311
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz",
6312
+ "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==",
6313
+ "dependencies": {
6314
+ "ajv": "^6.1.0",
6315
+ "ajv-keywords": "^3.1.0"
6316
+ },
6317
+ "engines": {
6318
+ "node": ">= 4"
6319
+ }
6320
+ },
6321
+ "node_modules/postcss-value-parser": {
6322
+ "version": "3.3.1",
6323
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
6324
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
6325
+ },
6326
+ "node_modules/prelude-ls": {
6327
+ "version": "1.1.2",
6328
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
6329
+ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
6330
+ "engines": {
6331
+ "node": ">= 0.8.0"
6332
+ }
6333
+ },
6334
+ "node_modules/prepend-http": {
6335
+ "version": "1.0.4",
6336
+ "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
6337
+ "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=",
6338
+ "engines": {
6339
+ "node": ">=0.10.0"
6340
+ }
6341
+ },
6342
+ "node_modules/private": {
6343
+ "version": "0.1.8",
6344
+ "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
6345
+ "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
6346
+ "engines": {
6347
+ "node": ">= 0.6"
6348
+ }
6349
+ },
6350
+ "node_modules/process": {
6351
+ "version": "0.11.10",
6352
+ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
6353
+ "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
6354
+ "engines": {
6355
+ "node": ">= 0.6.0"
6356
+ }
6357
+ },
6358
+ "node_modules/process-nextick-args": {
6359
+ "version": "2.0.1",
6360
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
6361
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
6362
+ },
6363
+ "node_modules/progress": {
6364
+ "version": "2.0.3",
6365
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
6366
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
6367
+ "engines": {
6368
+ "node": ">=0.4.0"
6369
+ }
6370
+ },
6371
+ "node_modules/prop-types": {
6372
+ "version": "15.7.2",
6373
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
6374
+ "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
6375
+ "dependencies": {
6376
+ "loose-envify": "^1.4.0",
6377
+ "object-assign": "^4.1.1",
6378
+ "react-is": "^16.8.1"
6379
+ }
6380
+ },
6381
+ "node_modules/prr": {
6382
+ "version": "1.0.1",
6383
+ "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
6384
+ "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY="
6385
+ },
6386
+ "node_modules/pseudomap": {
6387
+ "version": "1.0.2",
6388
+ "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
6389
+ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
6390
+ },
6391
+ "node_modules/psl": {
6392
+ "version": "1.8.0",
6393
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
6394
+ "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ=="
6395
+ },
6396
+ "node_modules/public-encrypt": {
6397
+ "version": "4.0.3",
6398
+ "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
6399
+ "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==",
6400
+ "dependencies": {
6401
+ "bn.js": "^4.1.0",
6402
+ "browserify-rsa": "^4.0.0",
6403
+ "create-hash": "^1.1.0",
6404
+ "parse-asn1": "^5.0.0",
6405
+ "randombytes": "^2.0.1",
6406
+ "safe-buffer": "^5.1.2"
6407
+ }
6408
+ },
6409
+ "node_modules/public-encrypt/node_modules/bn.js": {
6410
+ "version": "4.12.0",
6411
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
6412
+ "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
6413
+ },
6414
+ "node_modules/punycode": {
6415
+ "version": "2.1.1",
6416
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
6417
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
6418
+ "engines": {
6419
+ "node": ">=6"
6420
+ }
6421
+ },
6422
+ "node_modules/qs": {
6423
+ "version": "6.5.2",
6424
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
6425
+ "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
6426
+ "engines": {
6427
+ "node": ">=0.6"
6428
+ }
6429
+ },
6430
+ "node_modules/querystring": {
6431
+ "version": "0.2.0",
6432
+ "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
6433
+ "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
6434
+ "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.",
6435
+ "engines": {
6436
+ "node": ">=0.4.x"
6437
+ }
6438
+ },
6439
+ "node_modules/querystring-es3": {
6440
+ "version": "0.2.1",
6441
+ "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
6442
+ "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=",
6443
+ "engines": {
6444
+ "node": ">=0.4.x"
6445
+ }
6446
+ },
6447
+ "node_modules/randombytes": {
6448
+ "version": "2.1.0",
6449
+ "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
6450
+ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
6451
+ "dependencies": {
6452
+ "safe-buffer": "^5.1.0"
6453
+ }
6454
+ },
6455
+ "node_modules/randomfill": {
6456
+ "version": "1.0.4",
6457
+ "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
6458
+ "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
6459
+ "dependencies": {
6460
+ "randombytes": "^2.0.5",
6461
+ "safe-buffer": "^5.1.0"
6462
+ }
6463
+ },
6464
+ "node_modules/raw-loader": {
6465
+ "version": "0.5.1",
6466
+ "resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-0.5.1.tgz",
6467
+ "integrity": "sha1-DD0L6u2KAclm2Xh793goElKpeao="
6468
+ },
6469
+ "node_modules/rc": {
6470
+ "version": "1.2.8",
6471
+ "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
6472
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
6473
+ "dependencies": {
6474
+ "deep-extend": "^0.6.0",
6475
+ "ini": "~1.3.0",
6476
+ "minimist": "^1.2.0",
6477
+ "strip-json-comments": "~2.0.1"
6478
+ },
6479
+ "bin": {
6480
+ "rc": "cli.js"
6481
+ }
6482
+ },
6483
+ "node_modules/react-is": {
6484
+ "version": "16.13.1",
6485
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
6486
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
6487
+ },
6488
+ "node_modules/read-pkg": {
6489
+ "version": "1.1.0",
6490
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
6491
+ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
6492
+ "dependencies": {
6493
+ "load-json-file": "^1.0.0",
6494
+ "normalize-package-data": "^2.3.2",
6495
+ "path-type": "^1.0.0"
6496
+ },
6497
+ "engines": {
6498
+ "node": ">=0.10.0"
6499
+ }
6500
+ },
6501
+ "node_modules/read-pkg-up": {
6502
+ "version": "1.0.1",
6503
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
6504
+ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
6505
+ "dependencies": {
6506
+ "find-up": "^1.0.0",
6507
+ "read-pkg": "^1.0.0"
6508
+ },
6509
+ "engines": {
6510
+ "node": ">=0.10.0"
6511
+ }
6512
+ },
6513
+ "node_modules/read-pkg-up/node_modules/find-up": {
6514
+ "version": "1.1.2",
6515
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
6516
+ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
6517
+ "dependencies": {
6518
+ "path-exists": "^2.0.0",
6519
+ "pinkie-promise": "^2.0.0"
6520
+ },
6521
+ "engines": {
6522
+ "node": ">=0.10.0"
6523
+ }
6524
+ },
6525
+ "node_modules/read-pkg-up/node_modules/path-exists": {
6526
+ "version": "2.1.0",
6527
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
6528
+ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
6529
+ "dependencies": {
6530
+ "pinkie-promise": "^2.0.0"
6531
+ },
6532
+ "engines": {
6533
+ "node": ">=0.10.0"
6534
+ }
6535
+ },
6536
+ "node_modules/readable-stream": {
6537
+ "version": "2.3.7",
6538
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
6539
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
6540
+ "dependencies": {
6541
+ "core-util-is": "~1.0.0",
6542
+ "inherits": "~2.0.3",
6543
+ "isarray": "~1.0.0",
6544
+ "process-nextick-args": "~2.0.0",
6545
+ "safe-buffer": "~5.1.1",
6546
+ "string_decoder": "~1.1.1",
6547
+ "util-deprecate": "~1.0.1"
6548
+ }
6549
+ },
6550
+ "node_modules/readdirp": {
6551
+ "version": "3.6.0",
6552
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
6553
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
6554
+ "optional": true,
6555
+ "dependencies": {
6556
+ "picomatch": "^2.2.1"
6557
+ },
6558
+ "engines": {
6559
+ "node": ">=8.10.0"
6560
+ }
6561
+ },
6562
+ "node_modules/rechoir": {
6563
+ "version": "0.6.2",
6564
+ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
6565
+ "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
6566
+ "dependencies": {
6567
+ "resolve": "^1.1.6"
6568
+ },
6569
+ "engines": {
6570
+ "node": ">= 0.10"
6571
+ }
6572
+ },
6573
+ "node_modules/rechoir/node_modules/resolve": {
6574
+ "version": "1.20.0",
6575
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
6576
+ "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
6577
+ "dependencies": {
6578
+ "is-core-module": "^2.2.0",
6579
+ "path-parse": "^1.0.6"
6580
+ },
6581
+ "funding": {
6582
+ "url": "https://github.com/sponsors/ljharb"
6583
+ }
6584
+ },
6585
+ "node_modules/redent": {
6586
+ "version": "1.0.0",
6587
+ "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
6588
+ "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
6589
+ "dependencies": {
6590
+ "indent-string": "^2.1.0",
6591
+ "strip-indent": "^1.0.1"
6592
+ },
6593
+ "engines": {
6594
+ "node": ">=0.10.0"
6595
+ }
6596
+ },
6597
+ "node_modules/regenerate": {
6598
+ "version": "1.4.2",
6599
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
6600
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
6601
+ },
6602
+ "node_modules/regenerator-runtime": {
6603
+ "version": "0.11.1",
6604
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
6605
+ "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
6606
+ },
6607
+ "node_modules/regenerator-transform": {
6608
+ "version": "0.10.1",
6609
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.10.1.tgz",
6610
+ "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==",
6611
+ "dependencies": {
6612
+ "babel-runtime": "^6.18.0",
6613
+ "babel-types": "^6.19.0",
6614
+ "private": "^0.1.6"
6615
+ }
6616
+ },
6617
+ "node_modules/regex-not": {
6618
+ "version": "1.0.2",
6619
+ "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
6620
+ "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
6621
+ "optional": true,
6622
+ "dependencies": {
6623
+ "extend-shallow": "^3.0.2",
6624
+ "safe-regex": "^1.1.0"
6625
+ },
6626
+ "engines": {
6627
+ "node": ">=0.10.0"
6628
+ }
6629
+ },
6630
+ "node_modules/regexp.prototype.flags": {
6631
+ "version": "1.3.1",
6632
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
6633
+ "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==",
6634
+ "dependencies": {
6635
+ "call-bind": "^1.0.2",
6636
+ "define-properties": "^1.1.3"
6637
+ },
6638
+ "engines": {
6639
+ "node": ">= 0.4"
6640
+ },
6641
+ "funding": {
6642
+ "url": "https://github.com/sponsors/ljharb"
6643
+ }
6644
+ },
6645
+ "node_modules/regexpp": {
6646
+ "version": "1.1.0",
6647
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-1.1.0.tgz",
6648
+ "integrity": "sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw==",
6649
+ "engines": {
6650
+ "node": ">=4.0.0"
6651
+ }
6652
+ },
6653
+ "node_modules/regexpu-core": {
6654
+ "version": "2.0.0",
6655
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
6656
+ "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=",
6657
+ "dependencies": {
6658
+ "regenerate": "^1.2.1",
6659
+ "regjsgen": "^0.2.0",
6660
+ "regjsparser": "^0.1.4"
6661
+ }
6662
+ },
6663
+ "node_modules/registry-auth-token": {
6664
+ "version": "3.4.0",
6665
+ "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.4.0.tgz",
6666
+ "integrity": "sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A==",
6667
+ "dependencies": {
6668
+ "rc": "^1.1.6",
6669
+ "safe-buffer": "^5.0.1"
6670
+ }
6671
+ },
6672
+ "node_modules/registry-url": {
6673
+ "version": "3.1.0",
6674
+ "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
6675
+ "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=",
6676
+ "dependencies": {
6677
+ "rc": "^1.0.1"
6678
+ },
6679
+ "engines": {
6680
+ "node": ">=0.10.0"
6681
+ }
6682
+ },
6683
+ "node_modules/regjsgen": {
6684
+ "version": "0.2.0",
6685
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
6686
+ "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc="
6687
+ },
6688
+ "node_modules/regjsparser": {
6689
+ "version": "0.1.5",
6690
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
6691
+ "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
6692
+ "dependencies": {
6693
+ "jsesc": "~0.5.0"
6694
+ },
6695
+ "bin": {
6696
+ "regjsparser": "bin/parser"
6697
+ }
6698
+ },
6699
+ "node_modules/regjsparser/node_modules/jsesc": {
6700
+ "version": "0.5.0",
6701
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
6702
+ "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
6703
+ "bin": {
6704
+ "jsesc": "bin/jsesc"
6705
+ }
6706
+ },
6707
+ "node_modules/remove-trailing-separator": {
6708
+ "version": "1.1.0",
6709
+ "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
6710
+ "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
6711
+ "optional": true
6712
+ },
6713
+ "node_modules/repeat-element": {
6714
+ "version": "1.1.4",
6715
+ "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
6716
+ "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
6717
+ "optional": true,
6718
+ "engines": {
6719
+ "node": ">=0.10.0"
6720
+ }
6721
+ },
6722
+ "node_modules/repeat-string": {
6723
+ "version": "1.6.1",
6724
+ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
6725
+ "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
6726
+ "engines": {
6727
+ "node": ">=0.10"
6728
+ }
6729
+ },
6730
+ "node_modules/repeating": {
6731
+ "version": "2.0.1",
6732
+ "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
6733
+ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
6734
+ "dependencies": {
6735
+ "is-finite": "^1.0.0"
6736
+ },
6737
+ "engines": {
6738
+ "node": ">=0.10.0"
6739
+ }
6740
+ },
6741
+ "node_modules/request": {
6742
+ "version": "2.88.2",
6743
+ "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
6744
+ "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
6745
+ "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
6746
+ "dependencies": {
6747
+ "aws-sign2": "~0.7.0",
6748
+ "aws4": "^1.8.0",
6749
+ "caseless": "~0.12.0",
6750
+ "combined-stream": "~1.0.6",
6751
+ "extend": "~3.0.2",
6752
+ "forever-agent": "~0.6.1",
6753
+ "form-data": "~2.3.2",
6754
+ "har-validator": "~5.1.3",
6755
+ "http-signature": "~1.2.0",
6756
+ "is-typedarray": "~1.0.0",
6757
+ "isstream": "~0.1.2",
6758
+ "json-stringify-safe": "~5.0.1",
6759
+ "mime-types": "~2.1.19",
6760
+ "oauth-sign": "~0.9.0",
6761
+ "performance-now": "^2.1.0",
6762
+ "qs": "~6.5.2",
6763
+ "safe-buffer": "^5.1.2",
6764
+ "tough-cookie": "~2.5.0",
6765
+ "tunnel-agent": "^0.6.0",
6766
+ "uuid": "^3.3.2"
6767
+ },
6768
+ "engines": {
6769
+ "node": ">= 6"
6770
+ }
6771
+ },
6772
+ "node_modules/require-directory": {
6773
+ "version": "2.1.1",
6774
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
6775
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
6776
+ "engines": {
6777
+ "node": ">=0.10.0"
6778
+ }
6779
+ },
6780
+ "node_modules/require-main-filename": {
6781
+ "version": "2.0.0",
6782
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
6783
+ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
6784
+ },
6785
+ "node_modules/require-uncached": {
6786
+ "version": "1.0.3",
6787
+ "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz",
6788
+ "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=",
6789
+ "dependencies": {
6790
+ "caller-path": "^0.1.0",
6791
+ "resolve-from": "^1.0.0"
6792
+ },
6793
+ "engines": {
6794
+ "node": ">=0.10.0"
6795
+ }
6796
+ },
6797
+ "node_modules/requireindex": {
6798
+ "version": "1.1.0",
6799
+ "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.1.0.tgz",
6800
+ "integrity": "sha1-5UBLgVV+91225JxacgBIk/4D4WI=",
6801
+ "engines": {
6802
+ "node": ">=0.10.5"
6803
+ }
6804
+ },
6805
+ "node_modules/resolve": {
6806
+ "version": "2.0.0-next.3",
6807
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
6808
+ "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
6809
+ "dependencies": {
6810
+ "is-core-module": "^2.2.0",
6811
+ "path-parse": "^1.0.6"
6812
+ },
6813
+ "funding": {
6814
+ "url": "https://github.com/sponsors/ljharb"
6815
+ }
6816
+ },
6817
+ "node_modules/resolve-from": {
6818
+ "version": "1.0.1",
6819
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz",
6820
+ "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=",
6821
+ "engines": {
6822
+ "node": ">=0.10.0"
6823
+ }
6824
+ },
6825
+ "node_modules/resolve-pkg": {
6826
+ "version": "1.0.0",
6827
+ "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-1.0.0.tgz",
6828
+ "integrity": "sha1-4ZoV54rKLhJEYdySsuOUPvk0lNk=",
6829
+ "dependencies": {
6830
+ "resolve-from": "^2.0.0"
6831
+ },
6832
+ "engines": {
6833
+ "node": ">=4"
6834
+ }
6835
+ },
6836
+ "node_modules/resolve-pkg/node_modules/resolve-from": {
6837
+ "version": "2.0.0",
6838
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz",
6839
+ "integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=",
6840
+ "engines": {
6841
+ "node": ">=0.10.0"
6842
+ }
6843
+ },
6844
+ "node_modules/resolve-url": {
6845
+ "version": "0.2.1",
6846
+ "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
6847
+ "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
6848
+ "deprecated": "https://github.com/lydell/resolve-url#deprecated",
6849
+ "optional": true
6850
+ },
6851
+ "node_modules/restore-cursor": {
6852
+ "version": "2.0.0",
6853
+ "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
6854
+ "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
6855
+ "dependencies": {
6856
+ "onetime": "^2.0.0",
6857
+ "signal-exit": "^3.0.2"
6858
+ },
6859
+ "engines": {
6860
+ "node": ">=4"
6861
+ }
6862
+ },
6863
+ "node_modules/ret": {
6864
+ "version": "0.1.15",
6865
+ "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
6866
+ "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
6867
+ "optional": true,
6868
+ "engines": {
6869
+ "node": ">=0.12"
6870
+ }
6871
+ },
6872
+ "node_modules/right-align": {
6873
+ "version": "0.1.3",
6874
+ "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
6875
+ "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
6876
+ "dependencies": {
6877
+ "align-text": "^0.1.1"
6878
+ },
6879
+ "engines": {
6880
+ "node": ">=0.10.0"
6881
+ }
6882
+ },
6883
+ "node_modules/rimraf": {
6884
+ "version": "2.6.3",
6885
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
6886
+ "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
6887
+ "dependencies": {
6888
+ "glob": "^7.1.3"
6889
+ },
6890
+ "bin": {
6891
+ "rimraf": "bin.js"
6892
+ }
6893
+ },
6894
+ "node_modules/ripemd160": {
6895
+ "version": "2.0.2",
6896
+ "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
6897
+ "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
6898
+ "dependencies": {
6899
+ "hash-base": "^3.0.0",
6900
+ "inherits": "^2.0.1"
6901
+ }
6902
+ },
6903
+ "node_modules/run-async": {
6904
+ "version": "2.4.1",
6905
+ "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
6906
+ "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
6907
+ "engines": {
6908
+ "node": ">=0.12.0"
6909
+ }
6910
+ },
6911
+ "node_modules/rx-lite": {
6912
+ "version": "4.0.8",
6913
+ "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz",
6914
+ "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ="
6915
+ },
6916
+ "node_modules/rx-lite-aggregates": {
6917
+ "version": "4.0.8",
6918
+ "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz",
6919
+ "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=",
6920
+ "dependencies": {
6921
+ "rx-lite": "*"
6922
+ }
6923
+ },
6924
+ "node_modules/rxjs": {
6925
+ "version": "5.5.12",
6926
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz",
6927
+ "integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==",
6928
+ "dependencies": {
6929
+ "symbol-observable": "1.0.1"
6930
+ },
6931
+ "engines": {
6932
+ "npm": ">=2.0.0"
6933
+ }
6934
+ },
6935
+ "node_modules/safe-buffer": {
6936
+ "version": "5.1.2",
6937
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
6938
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
6939
+ },
6940
+ "node_modules/safe-regex": {
6941
+ "version": "1.1.0",
6942
+ "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
6943
+ "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
6944
+ "optional": true,
6945
+ "dependencies": {
6946
+ "ret": "~0.1.10"
6947
+ }
6948
+ },
6949
+ "node_modules/safer-buffer": {
6950
+ "version": "2.1.2",
6951
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
6952
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
6953
+ },
6954
+ "node_modules/sass-graph": {
6955
+ "version": "2.2.5",
6956
+ "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz",
6957
+ "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==",
6958
+ "dependencies": {
6959
+ "glob": "^7.0.0",
6960
+ "lodash": "^4.0.0",
6961
+ "scss-tokenizer": "^0.2.3",
6962
+ "yargs": "^13.3.2"
6963
+ },
6964
+ "bin": {
6965
+ "sassgraph": "bin/sassgraph"
6966
+ }
6967
+ },
6968
+ "node_modules/sass-loader": {
6969
+ "version": "6.0.7",
6970
+ "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-6.0.7.tgz",
6971
+ "integrity": "sha512-JoiyD00Yo1o61OJsoP2s2kb19L1/Y2p3QFcCdWdF6oomBGKVYuZyqHWemRBfQ2uGYsk+CH3eCguXNfpjzlcpaA==",
6972
+ "dependencies": {
6973
+ "clone-deep": "^2.0.1",
6974
+ "loader-utils": "^1.0.1",
6975
+ "lodash.tail": "^4.1.1",
6976
+ "neo-async": "^2.5.0",
6977
+ "pify": "^3.0.0"
6978
+ },
6979
+ "engines": {
6980
+ "node": ">= 4.3 < 5.0.0 || >= 5.10"
6981
+ },
6982
+ "peerDependencies": {
6983
+ "node-sass": "^4.0.0",
6984
+ "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
6985
+ }
6986
+ },
6987
+ "node_modules/schema-utils": {
6988
+ "version": "0.3.0",
6989
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.3.0.tgz",
6990
+ "integrity": "sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8=",
6991
+ "dependencies": {
6992
+ "ajv": "^5.0.0"
6993
+ },
6994
+ "engines": {
6995
+ "node": ">= 4.3 < 5.0.0 || >= 5.10"
6996
+ }
6997
+ },
6998
+ "node_modules/scss-tokenizer": {
6999
+ "version": "0.2.3",
7000
+ "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
7001
+ "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
7002
+ "dependencies": {
7003
+ "js-base64": "^2.1.8",
7004
+ "source-map": "^0.4.2"
7005
+ }
7006
+ },
7007
+ "node_modules/scss-tokenizer/node_modules/source-map": {
7008
+ "version": "0.4.4",
7009
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
7010
+ "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
7011
+ "dependencies": {
7012
+ "amdefine": ">=0.0.4"
7013
+ },
7014
+ "engines": {
7015
+ "node": ">=0.8.0"
7016
+ }
7017
+ },
7018
+ "node_modules/semver": {
7019
+ "version": "5.7.1",
7020
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
7021
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
7022
+ "bin": {
7023
+ "semver": "bin/semver"
7024
+ }
7025
+ },
7026
+ "node_modules/semver-diff": {
7027
+ "version": "2.1.0",
7028
+ "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz",
7029
+ "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=",
7030
+ "dependencies": {
7031
+ "semver": "^5.0.3"
7032
+ },
7033
+ "engines": {
7034
+ "node": ">=0.10.0"
7035
+ }
7036
+ },
7037
+ "node_modules/set-blocking": {
7038
+ "version": "2.0.0",
7039
+ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
7040
+ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
7041
+ },
7042
+ "node_modules/set-value": {
7043
+ "version": "2.0.1",
7044
+ "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
7045
+ "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
7046
+ "optional": true,
7047
+ "dependencies": {
7048
+ "extend-shallow": "^2.0.1",
7049
+ "is-extendable": "^0.1.1",
7050
+ "is-plain-object": "^2.0.3",
7051
+ "split-string": "^3.0.1"
7052
+ },
7053
+ "engines": {
7054
+ "node": ">=0.10.0"
7055
+ }
7056
+ },
7057
+ "node_modules/set-value/node_modules/extend-shallow": {
7058
+ "version": "2.0.1",
7059
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
7060
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
7061
+ "optional": true,
7062
+ "dependencies": {
7063
+ "is-extendable": "^0.1.0"
7064
+ },
7065
+ "engines": {
7066
+ "node": ">=0.10.0"
7067
+ }
7068
+ },
7069
+ "node_modules/setimmediate": {
7070
+ "version": "1.0.5",
7071
+ "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
7072
+ "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU="
7073
+ },
7074
+ "node_modules/sha.js": {
7075
+ "version": "2.4.11",
7076
+ "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
7077
+ "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
7078
+ "dependencies": {
7079
+ "inherits": "^2.0.1",
7080
+ "safe-buffer": "^5.0.1"
7081
+ },
7082
+ "bin": {
7083
+ "sha.js": "bin.js"
7084
+ }
7085
+ },
7086
+ "node_modules/shallow-clone": {
7087
+ "version": "1.0.0",
7088
+ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-1.0.0.tgz",
7089
+ "integrity": "sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA==",
7090
+ "dependencies": {
7091
+ "is-extendable": "^0.1.1",
7092
+ "kind-of": "^5.0.0",
7093
+ "mixin-object": "^2.0.1"
7094
+ },
7095
+ "engines": {
7096
+ "node": ">=0.10.0"
7097
+ }
7098
+ },
7099
+ "node_modules/shallow-clone/node_modules/kind-of": {
7100
+ "version": "5.1.0",
7101
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
7102
+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
7103
+ "engines": {
7104
+ "node": ">=0.10.0"
7105
+ }
7106
+ },
7107
+ "node_modules/shebang-command": {
7108
+ "version": "1.2.0",
7109
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
7110
+ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
7111
+ "dependencies": {
7112
+ "shebang-regex": "^1.0.0"
7113
+ },
7114
+ "engines": {
7115
+ "node": ">=0.10.0"
7116
+ }
7117
+ },
7118
+ "node_modules/shebang-regex": {
7119
+ "version": "1.0.0",
7120
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
7121
+ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
7122
+ "engines": {
7123
+ "node": ">=0.10.0"
7124
+ }
7125
+ },
7126
+ "node_modules/shelljs": {
7127
+ "version": "0.8.4",
7128
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz",
7129
+ "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==",
7130
+ "dependencies": {
7131
+ "glob": "^7.0.0",
7132
+ "interpret": "^1.0.0",
7133
+ "rechoir": "^0.6.2"
7134
+ },
7135
+ "bin": {
7136
+ "shjs": "bin/shjs"
7137
+ },
7138
+ "engines": {
7139
+ "node": ">=4"
7140
+ }
7141
+ },
7142
+ "node_modules/side-channel": {
7143
+ "version": "1.0.4",
7144
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
7145
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
7146
+ "dependencies": {
7147
+ "call-bind": "^1.0.0",
7148
+ "get-intrinsic": "^1.0.2",
7149
+ "object-inspect": "^1.9.0"
7150
+ },
7151
+ "funding": {
7152
+ "url": "https://github.com/sponsors/ljharb"
7153
+ }
7154
+ },
7155
+ "node_modules/signal-exit": {
7156
+ "version": "3.0.5",
7157
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.5.tgz",
7158
+ "integrity": "sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ=="
7159
+ },
7160
+ "node_modules/slash": {
7161
+ "version": "1.0.0",
7162
+ "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
7163
+ "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
7164
+ "engines": {
7165
+ "node": ">=0.10.0"
7166
+ }
7167
+ },
7168
+ "node_modules/slice-ansi": {
7169
+ "version": "1.0.0",
7170
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz",
7171
+ "integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==",
7172
+ "dependencies": {
7173
+ "is-fullwidth-code-point": "^2.0.0"
7174
+ },
7175
+ "engines": {
7176
+ "node": ">=4"
7177
+ }
7178
+ },
7179
+ "node_modules/snapdragon": {
7180
+ "version": "0.8.2",
7181
+ "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
7182
+ "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
7183
+ "optional": true,
7184
+ "dependencies": {
7185
+ "base": "^0.11.1",
7186
+ "debug": "^2.2.0",
7187
+ "define-property": "^0.2.5",
7188
+ "extend-shallow": "^2.0.1",
7189
+ "map-cache": "^0.2.2",
7190
+ "source-map": "^0.5.6",
7191
+ "source-map-resolve": "^0.5.0",
7192
+ "use": "^3.1.0"
7193
+ },
7194
+ "engines": {
7195
+ "node": ">=0.10.0"
7196
+ }
7197
+ },
7198
+ "node_modules/snapdragon-node": {
7199
+ "version": "2.1.1",
7200
+ "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
7201
+ "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
7202
+ "optional": true,
7203
+ "dependencies": {
7204
+ "define-property": "^1.0.0",
7205
+ "isobject": "^3.0.0",
7206
+ "snapdragon-util": "^3.0.1"
7207
+ },
7208
+ "engines": {
7209
+ "node": ">=0.10.0"
7210
+ }
7211
+ },
7212
+ "node_modules/snapdragon-node/node_modules/define-property": {
7213
+ "version": "1.0.0",
7214
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
7215
+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
7216
+ "optional": true,
7217
+ "dependencies": {
7218
+ "is-descriptor": "^1.0.0"
7219
+ },
7220
+ "engines": {
7221
+ "node": ">=0.10.0"
7222
+ }
7223
+ },
7224
+ "node_modules/snapdragon-node/node_modules/is-accessor-descriptor": {
7225
+ "version": "1.0.0",
7226
+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
7227
+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
7228
+ "optional": true,
7229
+ "dependencies": {
7230
+ "kind-of": "^6.0.0"
7231
+ },
7232
+ "engines": {
7233
+ "node": ">=0.10.0"
7234
+ }
7235
+ },
7236
+ "node_modules/snapdragon-node/node_modules/is-data-descriptor": {
7237
+ "version": "1.0.0",
7238
+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
7239
+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
7240
+ "optional": true,
7241
+ "dependencies": {
7242
+ "kind-of": "^6.0.0"
7243
+ },
7244
+ "engines": {
7245
+ "node": ">=0.10.0"
7246
+ }
7247
+ },
7248
+ "node_modules/snapdragon-node/node_modules/is-descriptor": {
7249
+ "version": "1.0.2",
7250
+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
7251
+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
7252
+ "optional": true,
7253
+ "dependencies": {
7254
+ "is-accessor-descriptor": "^1.0.0",
7255
+ "is-data-descriptor": "^1.0.0",
7256
+ "kind-of": "^6.0.2"
7257
+ },
7258
+ "engines": {
7259
+ "node": ">=0.10.0"
7260
+ }
7261
+ },
7262
+ "node_modules/snapdragon-util": {
7263
+ "version": "3.0.1",
7264
+ "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
7265
+ "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
7266
+ "optional": true,
7267
+ "dependencies": {
7268
+ "kind-of": "^3.2.0"
7269
+ },
7270
+ "engines": {
7271
+ "node": ">=0.10.0"
7272
+ }
7273
+ },
7274
+ "node_modules/snapdragon-util/node_modules/kind-of": {
7275
+ "version": "3.2.2",
7276
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
7277
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
7278
+ "optional": true,
7279
+ "dependencies": {
7280
+ "is-buffer": "^1.1.5"
7281
+ },
7282
+ "engines": {
7283
+ "node": ">=0.10.0"
7284
+ }
7285
+ },
7286
+ "node_modules/snapdragon/node_modules/define-property": {
7287
+ "version": "0.2.5",
7288
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
7289
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
7290
+ "optional": true,
7291
+ "dependencies": {
7292
+ "is-descriptor": "^0.1.0"
7293
+ },
7294
+ "engines": {
7295
+ "node": ">=0.10.0"
7296
+ }
7297
+ },
7298
+ "node_modules/snapdragon/node_modules/extend-shallow": {
7299
+ "version": "2.0.1",
7300
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
7301
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
7302
+ "optional": true,
7303
+ "dependencies": {
7304
+ "is-extendable": "^0.1.0"
7305
+ },
7306
+ "engines": {
7307
+ "node": ">=0.10.0"
7308
+ }
7309
+ },
7310
+ "node_modules/snapdragon/node_modules/source-map": {
7311
+ "version": "0.5.7",
7312
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
7313
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
7314
+ "optional": true,
7315
+ "engines": {
7316
+ "node": ">=0.10.0"
7317
+ }
7318
+ },
7319
+ "node_modules/source-list-map": {
7320
+ "version": "2.0.1",
7321
+ "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
7322
+ "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
7323
+ },
7324
+ "node_modules/source-map": {
7325
+ "version": "0.6.1",
7326
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
7327
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
7328
+ "engines": {
7329
+ "node": ">=0.10.0"
7330
+ }
7331
+ },
7332
+ "node_modules/source-map-resolve": {
7333
+ "version": "0.5.3",
7334
+ "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
7335
+ "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
7336
+ "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
7337
+ "optional": true,
7338
+ "dependencies": {
7339
+ "atob": "^2.1.2",
7340
+ "decode-uri-component": "^0.2.0",
7341
+ "resolve-url": "^0.2.1",
7342
+ "source-map-url": "^0.4.0",
7343
+ "urix": "^0.1.0"
7344
+ }
7345
+ },
7346
+ "node_modules/source-map-support": {
7347
+ "version": "0.4.18",
7348
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
7349
+ "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
7350
+ "dependencies": {
7351
+ "source-map": "^0.5.6"
7352
+ }
7353
+ },
7354
+ "node_modules/source-map-support/node_modules/source-map": {
7355
+ "version": "0.5.7",
7356
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
7357
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
7358
+ "engines": {
7359
+ "node": ">=0.10.0"
7360
+ }
7361
+ },
7362
+ "node_modules/source-map-url": {
7363
+ "version": "0.4.1",
7364
+ "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
7365
+ "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
7366
+ "deprecated": "See https://github.com/lydell/source-map-url#deprecated",
7367
+ "optional": true
7368
+ },
7369
+ "node_modules/spdx-correct": {
7370
+ "version": "3.1.1",
7371
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
7372
+ "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
7373
+ "dependencies": {
7374
+ "spdx-expression-parse": "^3.0.0",
7375
+ "spdx-license-ids": "^3.0.0"
7376
+ }
7377
+ },
7378
+ "node_modules/spdx-exceptions": {
7379
+ "version": "2.3.0",
7380
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
7381
+ "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
7382
+ },
7383
+ "node_modules/spdx-expression-parse": {
7384
+ "version": "3.0.1",
7385
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
7386
+ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
7387
+ "dependencies": {
7388
+ "spdx-exceptions": "^2.1.0",
7389
+ "spdx-license-ids": "^3.0.0"
7390
+ }
7391
+ },
7392
+ "node_modules/spdx-license-ids": {
7393
+ "version": "3.0.10",
7394
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz",
7395
+ "integrity": "sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA=="
7396
+ },
7397
+ "node_modules/split-string": {
7398
+ "version": "3.1.0",
7399
+ "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
7400
+ "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
7401
+ "optional": true,
7402
+ "dependencies": {
7403
+ "extend-shallow": "^3.0.0"
7404
+ },
7405
+ "engines": {
7406
+ "node": ">=0.10.0"
7407
+ }
7408
+ },
7409
+ "node_modules/sprintf-js": {
7410
+ "version": "1.0.3",
7411
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
7412
+ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
7413
+ },
7414
+ "node_modules/sshpk": {
7415
+ "version": "1.16.1",
7416
+ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
7417
+ "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
7418
+ "dependencies": {
7419
+ "asn1": "~0.2.3",
7420
+ "assert-plus": "^1.0.0",
7421
+ "bcrypt-pbkdf": "^1.0.0",
7422
+ "dashdash": "^1.12.0",
7423
+ "ecc-jsbn": "~0.1.1",
7424
+ "getpass": "^0.1.1",
7425
+ "jsbn": "~0.1.0",
7426
+ "safer-buffer": "^2.0.2",
7427
+ "tweetnacl": "~0.14.0"
7428
+ },
7429
+ "bin": {
7430
+ "sshpk-conv": "bin/sshpk-conv",
7431
+ "sshpk-sign": "bin/sshpk-sign",
7432
+ "sshpk-verify": "bin/sshpk-verify"
7433
+ },
7434
+ "engines": {
7435
+ "node": ">=0.10.0"
7436
+ }
7437
+ },
7438
+ "node_modules/static-extend": {
7439
+ "version": "0.1.2",
7440
+ "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
7441
+ "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
7442
+ "optional": true,
7443
+ "dependencies": {
7444
+ "define-property": "^0.2.5",
7445
+ "object-copy": "^0.1.0"
7446
+ },
7447
+ "engines": {
7448
+ "node": ">=0.10.0"
7449
+ }
7450
+ },
7451
+ "node_modules/static-extend/node_modules/define-property": {
7452
+ "version": "0.2.5",
7453
+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
7454
+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
7455
+ "optional": true,
7456
+ "dependencies": {
7457
+ "is-descriptor": "^0.1.0"
7458
+ },
7459
+ "engines": {
7460
+ "node": ">=0.10.0"
7461
+ }
7462
+ },
7463
+ "node_modules/stdout-stream": {
7464
+ "version": "1.4.1",
7465
+ "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
7466
+ "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
7467
+ "dependencies": {
7468
+ "readable-stream": "^2.0.1"
7469
+ }
7470
+ },
7471
+ "node_modules/stream-browserify": {
7472
+ "version": "2.0.2",
7473
+ "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz",
7474
+ "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==",
7475
+ "dependencies": {
7476
+ "inherits": "~2.0.1",
7477
+ "readable-stream": "^2.0.2"
7478
+ }
7479
+ },
7480
+ "node_modules/stream-http": {
7481
+ "version": "2.8.3",
7482
+ "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz",
7483
+ "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==",
7484
+ "dependencies": {
7485
+ "builtin-status-codes": "^3.0.0",
7486
+ "inherits": "^2.0.1",
7487
+ "readable-stream": "^2.3.6",
7488
+ "to-arraybuffer": "^1.0.0",
7489
+ "xtend": "^4.0.0"
7490
+ }
7491
+ },
7492
+ "node_modules/string_decoder": {
7493
+ "version": "1.1.1",
7494
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
7495
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
7496
+ "dependencies": {
7497
+ "safe-buffer": "~5.1.0"
7498
+ }
7499
+ },
7500
+ "node_modules/string-width": {
7501
+ "version": "2.1.1",
7502
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
7503
+ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
7504
+ "dependencies": {
7505
+ "is-fullwidth-code-point": "^2.0.0",
7506
+ "strip-ansi": "^4.0.0"
7507
+ },
7508
+ "engines": {
7509
+ "node": ">=4"
7510
+ }
7511
+ },
7512
+ "node_modules/string-width/node_modules/ansi-regex": {
7513
+ "version": "3.0.0",
7514
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
7515
+ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
7516
+ "engines": {
7517
+ "node": ">=4"
7518
+ }
7519
+ },
7520
+ "node_modules/string-width/node_modules/strip-ansi": {
7521
+ "version": "4.0.0",
7522
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
7523
+ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
7524
+ "dependencies": {
7525
+ "ansi-regex": "^3.0.0"
7526
+ },
7527
+ "engines": {
7528
+ "node": ">=4"
7529
+ }
7530
+ },
7531
+ "node_modules/string.prototype.matchall": {
7532
+ "version": "4.0.6",
7533
+ "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz",
7534
+ "integrity": "sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==",
7535
+ "dependencies": {
7536
+ "call-bind": "^1.0.2",
7537
+ "define-properties": "^1.1.3",
7538
+ "es-abstract": "^1.19.1",
7539
+ "get-intrinsic": "^1.1.1",
7540
+ "has-symbols": "^1.0.2",
7541
+ "internal-slot": "^1.0.3",
7542
+ "regexp.prototype.flags": "^1.3.1",
7543
+ "side-channel": "^1.0.4"
7544
+ },
7545
+ "funding": {
7546
+ "url": "https://github.com/sponsors/ljharb"
7547
+ }
7548
+ },
7549
+ "node_modules/string.prototype.trimend": {
7550
+ "version": "1.0.4",
7551
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz",
7552
+ "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==",
7553
+ "dependencies": {
7554
+ "call-bind": "^1.0.2",
7555
+ "define-properties": "^1.1.3"
7556
+ },
7557
+ "funding": {
7558
+ "url": "https://github.com/sponsors/ljharb"
7559
+ }
7560
+ },
7561
+ "node_modules/string.prototype.trimstart": {
7562
+ "version": "1.0.4",
7563
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz",
7564
+ "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==",
7565
+ "dependencies": {
7566
+ "call-bind": "^1.0.2",
7567
+ "define-properties": "^1.1.3"
7568
+ },
7569
+ "funding": {
7570
+ "url": "https://github.com/sponsors/ljharb"
7571
+ }
7572
+ },
7573
+ "node_modules/strip-ansi": {
7574
+ "version": "3.0.1",
7575
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
7576
+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
7577
+ "dependencies": {
7578
+ "ansi-regex": "^2.0.0"
7579
+ },
7580
+ "engines": {
7581
+ "node": ">=0.10.0"
7582
+ }
7583
+ },
7584
+ "node_modules/strip-bom": {
7585
+ "version": "2.0.0",
7586
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
7587
+ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
7588
+ "dependencies": {
7589
+ "is-utf8": "^0.2.0"
7590
+ },
7591
+ "engines": {
7592
+ "node": ">=0.10.0"
7593
+ }
7594
+ },
7595
+ "node_modules/strip-eof": {
7596
+ "version": "1.0.0",
7597
+ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
7598
+ "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
7599
+ "engines": {
7600
+ "node": ">=0.10.0"
7601
+ }
7602
+ },
7603
+ "node_modules/strip-indent": {
7604
+ "version": "1.0.1",
7605
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
7606
+ "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
7607
+ "dependencies": {
7608
+ "get-stdin": "^4.0.1"
7609
+ },
7610
+ "bin": {
7611
+ "strip-indent": "cli.js"
7612
+ },
7613
+ "engines": {
7614
+ "node": ">=0.10.0"
7615
+ }
7616
+ },
7617
+ "node_modules/strip-json-comments": {
7618
+ "version": "2.0.1",
7619
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
7620
+ "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
7621
+ "engines": {
7622
+ "node": ">=0.10.0"
7623
+ }
7624
+ },
7625
+ "node_modules/style-loader": {
7626
+ "version": "0.23.1",
7627
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
7628
+ "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==",
7629
+ "dependencies": {
7630
+ "loader-utils": "^1.1.0",
7631
+ "schema-utils": "^1.0.0"
7632
+ },
7633
+ "engines": {
7634
+ "node": ">= 0.12.0"
7635
+ }
7636
+ },
7637
+ "node_modules/style-loader/node_modules/ajv": {
7638
+ "version": "6.12.6",
7639
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
7640
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
7641
+ "dependencies": {
7642
+ "fast-deep-equal": "^3.1.1",
7643
+ "fast-json-stable-stringify": "^2.0.0",
7644
+ "json-schema-traverse": "^0.4.1",
7645
+ "uri-js": "^4.2.2"
7646
+ },
7647
+ "funding": {
7648
+ "type": "github",
7649
+ "url": "https://github.com/sponsors/epoberezkin"
7650
+ }
7651
+ },
7652
+ "node_modules/style-loader/node_modules/ajv-keywords": {
7653
+ "version": "3.5.2",
7654
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
7655
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
7656
+ "peerDependencies": {
7657
+ "ajv": "^6.9.1"
7658
+ }
7659
+ },
7660
+ "node_modules/style-loader/node_modules/fast-deep-equal": {
7661
+ "version": "3.1.3",
7662
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
7663
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
7664
+ },
7665
+ "node_modules/style-loader/node_modules/json-schema-traverse": {
7666
+ "version": "0.4.1",
7667
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
7668
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
7669
+ },
7670
+ "node_modules/style-loader/node_modules/schema-utils": {
7671
+ "version": "1.0.0",
7672
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
7673
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
7674
+ "dependencies": {
7675
+ "ajv": "^6.1.0",
7676
+ "ajv-errors": "^1.0.0",
7677
+ "ajv-keywords": "^3.1.0"
7678
+ },
7679
+ "engines": {
7680
+ "node": ">= 4"
7681
+ }
7682
+ },
7683
+ "node_modules/supports-color": {
7684
+ "version": "5.5.0",
7685
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
7686
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
7687
+ "dependencies": {
7688
+ "has-flag": "^3.0.0"
7689
+ },
7690
+ "engines": {
7691
+ "node": ">=4"
7692
+ }
7693
+ },
7694
+ "node_modules/symbol-observable": {
7695
+ "version": "1.0.1",
7696
+ "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz",
7697
+ "integrity": "sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ=",
7698
+ "engines": {
7699
+ "node": ">=0.10.0"
7700
+ }
7701
+ },
7702
+ "node_modules/table": {
7703
+ "version": "4.0.2",
7704
+ "resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz",
7705
+ "integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==",
7706
+ "dependencies": {
7707
+ "ajv": "^5.2.3",
7708
+ "ajv-keywords": "^2.1.0",
7709
+ "chalk": "^2.1.0",
7710
+ "lodash": "^4.17.4",
7711
+ "slice-ansi": "1.0.0",
7712
+ "string-width": "^2.1.1"
7713
+ }
7714
+ },
7715
+ "node_modules/tapable": {
7716
+ "version": "0.2.9",
7717
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-0.2.9.tgz",
7718
+ "integrity": "sha512-2wsvQ+4GwBvLPLWsNfLCDYGsW6xb7aeC6utq2Qh0PFwgEy7K7dsma9Jsmb2zSQj7GvYAyUGSntLtsv++GmgL1A==",
7719
+ "engines": {
7720
+ "node": ">=0.6"
7721
+ }
7722
+ },
7723
+ "node_modules/tar": {
7724
+ "version": "2.2.2",
7725
+ "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz",
7726
+ "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==",
7727
+ "deprecated": "This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.",
7728
+ "dependencies": {
7729
+ "block-stream": "*",
7730
+ "fstream": "^1.0.12",
7731
+ "inherits": "2"
7732
+ }
7733
+ },
7734
+ "node_modules/term-size": {
7735
+ "version": "1.2.0",
7736
+ "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz",
7737
+ "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=",
7738
+ "dependencies": {
7739
+ "execa": "^0.7.0"
7740
+ },
7741
+ "engines": {
7742
+ "node": ">=4"
7743
+ }
7744
+ },
7745
+ "node_modules/text-table": {
7746
+ "version": "0.2.0",
7747
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
7748
+ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
7749
+ },
7750
+ "node_modules/through": {
7751
+ "version": "2.3.8",
7752
+ "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
7753
+ "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
7754
+ },
7755
+ "node_modules/timed-out": {
7756
+ "version": "4.0.1",
7757
+ "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz",
7758
+ "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=",
7759
+ "engines": {
7760
+ "node": ">=0.10.0"
7761
+ }
7762
+ },
7763
+ "node_modules/timers-browserify": {
7764
+ "version": "2.0.12",
7765
+ "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz",
7766
+ "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==",
7767
+ "dependencies": {
7768
+ "setimmediate": "^1.0.4"
7769
+ },
7770
+ "engines": {
7771
+ "node": ">=0.6.0"
7772
+ }
7773
+ },
7774
+ "node_modules/tmp": {
7775
+ "version": "0.0.33",
7776
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
7777
+ "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
7778
+ "dependencies": {
7779
+ "os-tmpdir": "~1.0.2"
7780
+ },
7781
+ "engines": {
7782
+ "node": ">=0.6.0"
7783
+ }
7784
+ },
7785
+ "node_modules/to-arraybuffer": {
7786
+ "version": "1.0.1",
7787
+ "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
7788
+ "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M="
7789
+ },
7790
+ "node_modules/to-fast-properties": {
7791
+ "version": "1.0.3",
7792
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
7793
+ "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=",
7794
+ "engines": {
7795
+ "node": ">=0.10.0"
7796
+ }
7797
+ },
7798
+ "node_modules/to-object-path": {
7799
+ "version": "0.3.0",
7800
+ "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
7801
+ "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
7802
+ "optional": true,
7803
+ "dependencies": {
7804
+ "kind-of": "^3.0.2"
7805
+ },
7806
+ "engines": {
7807
+ "node": ">=0.10.0"
7808
+ }
7809
+ },
7810
+ "node_modules/to-object-path/node_modules/kind-of": {
7811
+ "version": "3.2.2",
7812
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
7813
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
7814
+ "optional": true,
7815
+ "dependencies": {
7816
+ "is-buffer": "^1.1.5"
7817
+ },
7818
+ "engines": {
7819
+ "node": ">=0.10.0"
7820
+ }
7821
+ },
7822
+ "node_modules/to-regex": {
7823
+ "version": "3.0.2",
7824
+ "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
7825
+ "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
7826
+ "optional": true,
7827
+ "dependencies": {
7828
+ "define-property": "^2.0.2",
7829
+ "extend-shallow": "^3.0.2",
7830
+ "regex-not": "^1.0.2",
7831
+ "safe-regex": "^1.1.0"
7832
+ },
7833
+ "engines": {
7834
+ "node": ">=0.10.0"
7835
+ }
7836
+ },
7837
+ "node_modules/to-regex-range": {
7838
+ "version": "5.0.1",
7839
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
7840
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
7841
+ "optional": true,
7842
+ "dependencies": {
7843
+ "is-number": "^7.0.0"
7844
+ },
7845
+ "engines": {
7846
+ "node": ">=8.0"
7847
+ }
7848
+ },
7849
+ "node_modules/tough-cookie": {
7850
+ "version": "2.5.0",
7851
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
7852
+ "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
7853
+ "dependencies": {
7854
+ "psl": "^1.1.28",
7855
+ "punycode": "^2.1.1"
7856
+ },
7857
+ "engines": {
7858
+ "node": ">=0.8"
7859
+ }
7860
+ },
7861
+ "node_modules/trim-newlines": {
7862
+ "version": "1.0.0",
7863
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
7864
+ "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
7865
+ "engines": {
7866
+ "node": ">=0.10.0"
7867
+ }
7868
+ },
7869
+ "node_modules/trim-right": {
7870
+ "version": "1.0.1",
7871
+ "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
7872
+ "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=",
7873
+ "engines": {
7874
+ "node": ">=0.10.0"
7875
+ }
7876
+ },
7877
+ "node_modules/true-case-path": {
7878
+ "version": "1.0.3",
7879
+ "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
7880
+ "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
7881
+ "dependencies": {
7882
+ "glob": "^7.1.2"
7883
+ }
7884
+ },
7885
+ "node_modules/tty-browserify": {
7886
+ "version": "0.0.0",
7887
+ "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
7888
+ "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY="
7889
+ },
7890
+ "node_modules/tunnel-agent": {
7891
+ "version": "0.6.0",
7892
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
7893
+ "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
7894
+ "dependencies": {
7895
+ "safe-buffer": "^5.0.1"
7896
+ },
7897
+ "engines": {
7898
+ "node": "*"
7899
+ }
7900
+ },
7901
+ "node_modules/tweetnacl": {
7902
+ "version": "0.14.5",
7903
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
7904
+ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
7905
+ },
7906
+ "node_modules/type": {
7907
+ "version": "1.2.0",
7908
+ "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
7909
+ "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg=="
7910
+ },
7911
+ "node_modules/type-check": {
7912
+ "version": "0.3.2",
7913
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
7914
+ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
7915
+ "dependencies": {
7916
+ "prelude-ls": "~1.1.2"
7917
+ },
7918
+ "engines": {
7919
+ "node": ">= 0.8.0"
7920
+ }
7921
+ },
7922
+ "node_modules/typedarray": {
7923
+ "version": "0.0.6",
7924
+ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
7925
+ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
7926
+ },
7927
+ "node_modules/uglify-js": {
7928
+ "version": "2.8.29",
7929
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
7930
+ "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
7931
+ "dependencies": {
7932
+ "source-map": "~0.5.1",
7933
+ "yargs": "~3.10.0"
7934
+ },
7935
+ "bin": {
7936
+ "uglifyjs": "bin/uglifyjs"
7937
+ },
7938
+ "engines": {
7939
+ "node": ">=0.8.0"
7940
+ },
7941
+ "optionalDependencies": {
7942
+ "uglify-to-browserify": "~1.0.0"
7943
+ }
7944
+ },
7945
+ "node_modules/uglify-js/node_modules/camelcase": {
7946
+ "version": "1.2.1",
7947
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
7948
+ "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
7949
+ "engines": {
7950
+ "node": ">=0.10.0"
7951
+ }
7952
+ },
7953
+ "node_modules/uglify-js/node_modules/cliui": {
7954
+ "version": "2.1.0",
7955
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
7956
+ "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
7957
+ "dependencies": {
7958
+ "center-align": "^0.1.1",
7959
+ "right-align": "^0.1.1",
7960
+ "wordwrap": "0.0.2"
7961
+ }
7962
+ },
7963
+ "node_modules/uglify-js/node_modules/source-map": {
7964
+ "version": "0.5.7",
7965
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
7966
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
7967
+ "engines": {
7968
+ "node": ">=0.10.0"
7969
+ }
7970
+ },
7971
+ "node_modules/uglify-js/node_modules/yargs": {
7972
+ "version": "3.10.0",
7973
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
7974
+ "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
7975
+ "dependencies": {
7976
+ "camelcase": "^1.0.2",
7977
+ "cliui": "^2.1.0",
7978
+ "decamelize": "^1.0.0",
7979
+ "window-size": "0.1.0"
7980
+ }
7981
+ },
7982
+ "node_modules/uglify-to-browserify": {
7983
+ "version": "1.0.2",
7984
+ "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
7985
+ "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=",
7986
+ "optional": true
7987
+ },
7988
+ "node_modules/uglifyjs-webpack-plugin": {
7989
+ "version": "0.4.6",
7990
+ "resolved": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz",
7991
+ "integrity": "sha1-uVH0q7a9YX5m9j64kUmOORdj4wk=",
7992
+ "hasInstallScript": true,
7993
+ "dependencies": {
7994
+ "source-map": "^0.5.6",
7995
+ "uglify-js": "^2.8.29",
7996
+ "webpack-sources": "^1.0.1"
7997
+ },
7998
+ "engines": {
7999
+ "node": ">=4.3.0 <5.0.0 || >=5.10"
8000
+ },
8001
+ "peerDependencies": {
8002
+ "webpack": "^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0"
8003
+ }
8004
+ },
8005
+ "node_modules/uglifyjs-webpack-plugin/node_modules/source-map": {
8006
+ "version": "0.5.7",
8007
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
8008
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
8009
+ "engines": {
8010
+ "node": ">=0.10.0"
8011
+ }
8012
+ },
8013
+ "node_modules/unbox-primitive": {
8014
+ "version": "1.0.1",
8015
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
8016
+ "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
8017
+ "dependencies": {
8018
+ "function-bind": "^1.1.1",
8019
+ "has-bigints": "^1.0.1",
8020
+ "has-symbols": "^1.0.2",
8021
+ "which-boxed-primitive": "^1.0.2"
8022
+ },
8023
+ "funding": {
8024
+ "url": "https://github.com/sponsors/ljharb"
8025
+ }
8026
+ },
8027
+ "node_modules/union-value": {
8028
+ "version": "1.0.1",
8029
+ "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
8030
+ "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
8031
+ "optional": true,
8032
+ "dependencies": {
8033
+ "arr-union": "^3.1.0",
8034
+ "get-value": "^2.0.6",
8035
+ "is-extendable": "^0.1.1",
8036
+ "set-value": "^2.0.1"
8037
+ },
8038
+ "engines": {
8039
+ "node": ">=0.10.0"
8040
+ }
8041
+ },
8042
+ "node_modules/unique-string": {
8043
+ "version": "1.0.0",
8044
+ "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz",
8045
+ "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=",
8046
+ "dependencies": {
8047
+ "crypto-random-string": "^1.0.0"
8048
+ },
8049
+ "engines": {
8050
+ "node": ">=4"
8051
+ }
8052
+ },
8053
+ "node_modules/universalify": {
8054
+ "version": "0.1.2",
8055
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
8056
+ "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
8057
+ "engines": {
8058
+ "node": ">= 4.0.0"
8059
+ }
8060
+ },
8061
+ "node_modules/unset-value": {
8062
+ "version": "1.0.0",
8063
+ "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
8064
+ "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
8065
+ "optional": true,
8066
+ "dependencies": {
8067
+ "has-value": "^0.3.1",
8068
+ "isobject": "^3.0.0"
8069
+ },
8070
+ "engines": {
8071
+ "node": ">=0.10.0"
8072
+ }
8073
+ },
8074
+ "node_modules/unset-value/node_modules/has-value": {
8075
+ "version": "0.3.1",
8076
+ "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
8077
+ "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
8078
+ "optional": true,
8079
+ "dependencies": {
8080
+ "get-value": "^2.0.3",
8081
+ "has-values": "^0.1.4",
8082
+ "isobject": "^2.0.0"
8083
+ },
8084
+ "engines": {
8085
+ "node": ">=0.10.0"
8086
+ }
8087
+ },
8088
+ "node_modules/unset-value/node_modules/has-value/node_modules/isobject": {
8089
+ "version": "2.1.0",
8090
+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
8091
+ "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
8092
+ "optional": true,
8093
+ "dependencies": {
8094
+ "isarray": "1.0.0"
8095
+ },
8096
+ "engines": {
8097
+ "node": ">=0.10.0"
8098
+ }
8099
+ },
8100
+ "node_modules/unset-value/node_modules/has-values": {
8101
+ "version": "0.1.4",
8102
+ "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
8103
+ "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
8104
+ "optional": true,
8105
+ "engines": {
8106
+ "node": ">=0.10.0"
8107
+ }
8108
+ },
8109
+ "node_modules/unzip-response": {
8110
+ "version": "2.0.1",
8111
+ "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz",
8112
+ "integrity": "sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=",
8113
+ "engines": {
8114
+ "node": ">=4"
8115
+ }
8116
+ },
8117
+ "node_modules/upath": {
8118
+ "version": "1.2.0",
8119
+ "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
8120
+ "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
8121
+ "optional": true,
8122
+ "engines": {
8123
+ "node": ">=4",
8124
+ "yarn": "*"
8125
+ }
8126
+ },
8127
+ "node_modules/update-notifier": {
8128
+ "version": "2.5.0",
8129
+ "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz",
8130
+ "integrity": "sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==",
8131
+ "dependencies": {
8132
+ "boxen": "^1.2.1",
8133
+ "chalk": "^2.0.1",
8134
+ "configstore": "^3.0.0",
8135
+ "import-lazy": "^2.1.0",
8136
+ "is-ci": "^1.0.10",
8137
+ "is-installed-globally": "^0.1.0",
8138
+ "is-npm": "^1.0.0",
8139
+ "latest-version": "^3.0.0",
8140
+ "semver-diff": "^2.0.0",
8141
+ "xdg-basedir": "^3.0.0"
8142
+ },
8143
+ "engines": {
8144
+ "node": ">=4"
8145
+ }
8146
+ },
8147
+ "node_modules/uri-js": {
8148
+ "version": "4.4.1",
8149
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
8150
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
8151
+ "dependencies": {
8152
+ "punycode": "^2.1.0"
8153
+ }
8154
+ },
8155
+ "node_modules/urix": {
8156
+ "version": "0.1.0",
8157
+ "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
8158
+ "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
8159
+ "deprecated": "Please see https://github.com/lydell/urix#deprecated",
8160
+ "optional": true
8161
+ },
8162
+ "node_modules/url": {
8163
+ "version": "0.11.0",
8164
+ "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
8165
+ "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
8166
+ "dependencies": {
8167
+ "punycode": "1.3.2",
8168
+ "querystring": "0.2.0"
8169
+ }
8170
+ },
8171
+ "node_modules/url-parse-lax": {
8172
+ "version": "1.0.0",
8173
+ "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
8174
+ "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
8175
+ "dependencies": {
8176
+ "prepend-http": "^1.0.1"
8177
+ },
8178
+ "engines": {
8179
+ "node": ">=0.10.0"
8180
+ }
8181
+ },
8182
+ "node_modules/url/node_modules/punycode": {
8183
+ "version": "1.3.2",
8184
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
8185
+ "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0="
8186
+ },
8187
+ "node_modules/use": {
8188
+ "version": "3.1.1",
8189
+ "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
8190
+ "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
8191
+ "optional": true,
8192
+ "engines": {
8193
+ "node": ">=0.10.0"
8194
+ }
8195
+ },
8196
+ "node_modules/util": {
8197
+ "version": "0.11.1",
8198
+ "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz",
8199
+ "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==",
8200
+ "dependencies": {
8201
+ "inherits": "2.0.3"
8202
+ }
8203
+ },
8204
+ "node_modules/util-deprecate": {
8205
+ "version": "1.0.2",
8206
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
8207
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
8208
+ },
8209
+ "node_modules/util/node_modules/inherits": {
8210
+ "version": "2.0.3",
8211
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
8212
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
8213
+ },
8214
+ "node_modules/uuid": {
8215
+ "version": "3.4.0",
8216
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
8217
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
8218
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
8219
+ "bin": {
8220
+ "uuid": "bin/uuid"
8221
+ }
8222
+ },
8223
+ "node_modules/validate-npm-package-license": {
8224
+ "version": "3.0.4",
8225
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
8226
+ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
8227
+ "dependencies": {
8228
+ "spdx-correct": "^3.0.0",
8229
+ "spdx-expression-parse": "^3.0.0"
8230
+ }
8231
+ },
8232
+ "node_modules/verror": {
8233
+ "version": "1.10.0",
8234
+ "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
8235
+ "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
8236
+ "engines": [
8237
+ "node >=0.6.0"
8238
+ ],
8239
+ "dependencies": {
8240
+ "assert-plus": "^1.0.0",
8241
+ "core-util-is": "1.0.2",
8242
+ "extsprintf": "^1.2.0"
8243
+ }
8244
+ },
8245
+ "node_modules/verror/node_modules/core-util-is": {
8246
+ "version": "1.0.2",
8247
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
8248
+ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
8249
+ },
8250
+ "node_modules/vm-browserify": {
8251
+ "version": "1.1.2",
8252
+ "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz",
8253
+ "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ=="
8254
+ },
8255
+ "node_modules/watchpack": {
8256
+ "version": "1.7.5",
8257
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz",
8258
+ "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==",
8259
+ "dependencies": {
8260
+ "graceful-fs": "^4.1.2",
8261
+ "neo-async": "^2.5.0"
8262
+ },
8263
+ "optionalDependencies": {
8264
+ "chokidar": "^3.4.1",
8265
+ "watchpack-chokidar2": "^2.0.1"
8266
+ }
8267
+ },
8268
+ "node_modules/watchpack-chokidar2": {
8269
+ "version": "2.0.1",
8270
+ "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz",
8271
+ "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==",
8272
+ "optional": true,
8273
+ "dependencies": {
8274
+ "chokidar": "^2.1.8"
8275
+ }
8276
+ },
8277
+ "node_modules/watchpack-chokidar2/node_modules/anymatch": {
8278
+ "version": "2.0.0",
8279
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
8280
+ "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
8281
+ "optional": true,
8282
+ "dependencies": {
8283
+ "micromatch": "^3.1.4",
8284
+ "normalize-path": "^2.1.1"
8285
+ }
8286
+ },
8287
+ "node_modules/watchpack-chokidar2/node_modules/anymatch/node_modules/normalize-path": {
8288
+ "version": "2.1.1",
8289
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
8290
+ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
8291
+ "optional": true,
8292
+ "dependencies": {
8293
+ "remove-trailing-separator": "^1.0.1"
8294
+ },
8295
+ "engines": {
8296
+ "node": ">=0.10.0"
8297
+ }
8298
+ },
8299
+ "node_modules/watchpack-chokidar2/node_modules/binary-extensions": {
8300
+ "version": "1.13.1",
8301
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
8302
+ "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
8303
+ "optional": true,
8304
+ "engines": {
8305
+ "node": ">=0.10.0"
8306
+ }
8307
+ },
8308
+ "node_modules/watchpack-chokidar2/node_modules/braces": {
8309
+ "version": "2.3.2",
8310
+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
8311
+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
8312
+ "optional": true,
8313
+ "dependencies": {
8314
+ "arr-flatten": "^1.1.0",
8315
+ "array-unique": "^0.3.2",
8316
+ "extend-shallow": "^2.0.1",
8317
+ "fill-range": "^4.0.0",
8318
+ "isobject": "^3.0.1",
8319
+ "repeat-element": "^1.1.2",
8320
+ "snapdragon": "^0.8.1",
8321
+ "snapdragon-node": "^2.0.1",
8322
+ "split-string": "^3.0.2",
8323
+ "to-regex": "^3.0.1"
8324
+ },
8325
+ "engines": {
8326
+ "node": ">=0.10.0"
8327
+ }
8328
+ },
8329
+ "node_modules/watchpack-chokidar2/node_modules/chokidar": {
8330
+ "version": "2.1.8",
8331
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
8332
+ "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
8333
+ "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies",
8334
+ "optional": true,
8335
+ "dependencies": {
8336
+ "anymatch": "^2.0.0",
8337
+ "async-each": "^1.0.1",
8338
+ "braces": "^2.3.2",
8339
+ "glob-parent": "^3.1.0",
8340
+ "inherits": "^2.0.3",
8341
+ "is-binary-path": "^1.0.0",
8342
+ "is-glob": "^4.0.0",
8343
+ "normalize-path": "^3.0.0",
8344
+ "path-is-absolute": "^1.0.0",
8345
+ "readdirp": "^2.2.1",
8346
+ "upath": "^1.1.1"
8347
+ },
8348
+ "optionalDependencies": {
8349
+ "fsevents": "^1.2.7"
8350
+ }
8351
+ },
8352
+ "node_modules/watchpack-chokidar2/node_modules/extend-shallow": {
8353
+ "version": "2.0.1",
8354
+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
8355
+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
8356
+ "optional": true,
8357
+ "dependencies": {
8358
+ "is-extendable": "^0.1.0"
8359
+ },
8360
+ "engines": {
8361
+ "node": ">=0.10.0"
8362
+ }
8363
+ },
8364
+ "node_modules/watchpack-chokidar2/node_modules/fill-range": {
8365
+ "version": "4.0.0",
8366
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
8367
+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
8368
+ "optional": true,
8369
+ "dependencies": {
8370
+ "extend-shallow": "^2.0.1",
8371
+ "is-number": "^3.0.0",
8372
+ "repeat-string": "^1.6.1",
8373
+ "to-regex-range": "^2.1.0"
8374
+ },
8375
+ "engines": {
8376
+ "node": ">=0.10.0"
8377
+ }
8378
+ },
8379
+ "node_modules/watchpack-chokidar2/node_modules/fsevents": {
8380
+ "version": "1.2.13",
8381
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
8382
+ "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
8383
+ "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.",
8384
+ "hasInstallScript": true,
8385
+ "optional": true,
8386
+ "os": [
8387
+ "darwin"
8388
+ ],
8389
+ "dependencies": {
8390
+ "bindings": "^1.5.0",
8391
+ "nan": "^2.12.1"
8392
+ },
8393
+ "engines": {
8394
+ "node": ">= 4.0"
8395
+ }
8396
+ },
8397
+ "node_modules/watchpack-chokidar2/node_modules/glob-parent": {
8398
+ "version": "3.1.0",
8399
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
8400
+ "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
8401
+ "optional": true,
8402
+ "dependencies": {
8403
+ "is-glob": "^3.1.0",
8404
+ "path-dirname": "^1.0.0"
8405
+ }
8406
+ },
8407
+ "node_modules/watchpack-chokidar2/node_modules/glob-parent/node_modules/is-glob": {
8408
+ "version": "3.1.0",
8409
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
8410
+ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
8411
+ "optional": true,
8412
+ "dependencies": {
8413
+ "is-extglob": "^2.1.0"
8414
+ },
8415
+ "engines": {
8416
+ "node": ">=0.10.0"
8417
+ }
8418
+ },
8419
+ "node_modules/watchpack-chokidar2/node_modules/is-binary-path": {
8420
+ "version": "1.0.1",
8421
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
8422
+ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
8423
+ "optional": true,
8424
+ "dependencies": {
8425
+ "binary-extensions": "^1.0.0"
8426
+ },
8427
+ "engines": {
8428
+ "node": ">=0.10.0"
8429
+ }
8430
+ },
8431
+ "node_modules/watchpack-chokidar2/node_modules/is-number": {
8432
+ "version": "3.0.0",
8433
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
8434
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
8435
+ "optional": true,
8436
+ "dependencies": {
8437
+ "kind-of": "^3.0.2"
8438
+ },
8439
+ "engines": {
8440
+ "node": ">=0.10.0"
8441
+ }
8442
+ },
8443
+ "node_modules/watchpack-chokidar2/node_modules/kind-of": {
8444
+ "version": "3.2.2",
8445
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
8446
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
8447
+ "optional": true,
8448
+ "dependencies": {
8449
+ "is-buffer": "^1.1.5"
8450
+ },
8451
+ "engines": {
8452
+ "node": ">=0.10.0"
8453
+ }
8454
+ },
8455
+ "node_modules/watchpack-chokidar2/node_modules/readdirp": {
8456
+ "version": "2.2.1",
8457
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
8458
+ "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
8459
+ "optional": true,
8460
+ "dependencies": {
8461
+ "graceful-fs": "^4.1.11",
8462
+ "micromatch": "^3.1.10",
8463
+ "readable-stream": "^2.0.2"
8464
+ },
8465
+ "engines": {
8466
+ "node": ">=0.10"
8467
+ }
8468
+ },
8469
+ "node_modules/watchpack-chokidar2/node_modules/to-regex-range": {
8470
+ "version": "2.1.1",
8471
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
8472
+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
8473
+ "optional": true,
8474
+ "dependencies": {
8475
+ "is-number": "^3.0.0",
8476
+ "repeat-string": "^1.6.1"
8477
+ },
8478
+ "engines": {
8479
+ "node": ">=0.10.0"
8480
+ }
8481
+ },
8482
+ "node_modules/webpack": {
8483
+ "version": "3.12.0",
8484
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-3.12.0.tgz",
8485
+ "integrity": "sha512-Sw7MdIIOv/nkzPzee4o0EdvCuPmxT98+vVpIvwtcwcF1Q4SDSNp92vwcKc4REe7NItH9f1S4ra9FuQ7yuYZ8bQ==",
8486
+ "dependencies": {
8487
+ "acorn": "^5.0.0",
8488
+ "acorn-dynamic-import": "^2.0.0",
8489
+ "ajv": "^6.1.0",
8490
+ "ajv-keywords": "^3.1.0",
8491
+ "async": "^2.1.2",
8492
+ "enhanced-resolve": "^3.4.0",
8493
+ "escope": "^3.6.0",
8494
+ "interpret": "^1.0.0",
8495
+ "json-loader": "^0.5.4",
8496
+ "json5": "^0.5.1",
8497
+ "loader-runner": "^2.3.0",
8498
+ "loader-utils": "^1.1.0",
8499
+ "memory-fs": "~0.4.1",
8500
+ "mkdirp": "~0.5.0",
8501
+ "node-libs-browser": "^2.0.0",
8502
+ "source-map": "^0.5.3",
8503
+ "supports-color": "^4.2.1",
8504
+ "tapable": "^0.2.7",
8505
+ "uglifyjs-webpack-plugin": "^0.4.6",
8506
+ "watchpack": "^1.4.0",
8507
+ "webpack-sources": "^1.0.1",
8508
+ "yargs": "^8.0.2"
8509
+ },
8510
+ "bin": {
8511
+ "webpack": "bin/webpack.js"
8512
+ },
8513
+ "engines": {
8514
+ "node": ">=4.3.0 <5.0.0 || >=5.10"
8515
+ }
8516
+ },
8517
+ "node_modules/webpack-sources": {
8518
+ "version": "1.4.3",
8519
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
8520
+ "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
8521
+ "dependencies": {
8522
+ "source-list-map": "^2.0.0",
8523
+ "source-map": "~0.6.1"
8524
+ }
8525
+ },
8526
+ "node_modules/webpack/node_modules/ajv": {
8527
+ "version": "6.12.6",
8528
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
8529
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
8530
+ "dependencies": {
8531
+ "fast-deep-equal": "^3.1.1",
8532
+ "fast-json-stable-stringify": "^2.0.0",
8533
+ "json-schema-traverse": "^0.4.1",
8534
+ "uri-js": "^4.2.2"
8535
+ },
8536
+ "funding": {
8537
+ "type": "github",
8538
+ "url": "https://github.com/sponsors/epoberezkin"
8539
+ }
8540
+ },
8541
+ "node_modules/webpack/node_modules/ajv-keywords": {
8542
+ "version": "3.5.2",
8543
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
8544
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
8545
+ "peerDependencies": {
8546
+ "ajv": "^6.9.1"
8547
+ }
8548
+ },
8549
+ "node_modules/webpack/node_modules/cliui": {
8550
+ "version": "3.2.0",
8551
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
8552
+ "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
8553
+ "dependencies": {
8554
+ "string-width": "^1.0.1",
8555
+ "strip-ansi": "^3.0.1",
8556
+ "wrap-ansi": "^2.0.0"
8557
+ }
8558
+ },
8559
+ "node_modules/webpack/node_modules/cliui/node_modules/string-width": {
8560
+ "version": "1.0.2",
8561
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
8562
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
8563
+ "dependencies": {
8564
+ "code-point-at": "^1.0.0",
8565
+ "is-fullwidth-code-point": "^1.0.0",
8566
+ "strip-ansi": "^3.0.0"
8567
+ },
8568
+ "engines": {
8569
+ "node": ">=0.10.0"
8570
+ }
8571
+ },
8572
+ "node_modules/webpack/node_modules/fast-deep-equal": {
8573
+ "version": "3.1.3",
8574
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
8575
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
8576
+ },
8577
+ "node_modules/webpack/node_modules/get-caller-file": {
8578
+ "version": "1.0.3",
8579
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
8580
+ "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w=="
8581
+ },
8582
+ "node_modules/webpack/node_modules/has-flag": {
8583
+ "version": "2.0.0",
8584
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
8585
+ "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
8586
+ "engines": {
8587
+ "node": ">=0.10.0"
8588
+ }
8589
+ },
8590
+ "node_modules/webpack/node_modules/is-fullwidth-code-point": {
8591
+ "version": "1.0.0",
8592
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
8593
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
8594
+ "dependencies": {
8595
+ "number-is-nan": "^1.0.0"
8596
+ },
8597
+ "engines": {
8598
+ "node": ">=0.10.0"
8599
+ }
8600
+ },
8601
+ "node_modules/webpack/node_modules/json-schema-traverse": {
8602
+ "version": "0.4.1",
8603
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
8604
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
8605
+ },
8606
+ "node_modules/webpack/node_modules/load-json-file": {
8607
+ "version": "2.0.0",
8608
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
8609
+ "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
8610
+ "dependencies": {
8611
+ "graceful-fs": "^4.1.2",
8612
+ "parse-json": "^2.2.0",
8613
+ "pify": "^2.0.0",
8614
+ "strip-bom": "^3.0.0"
8615
+ },
8616
+ "engines": {
8617
+ "node": ">=4"
8618
+ }
8619
+ },
8620
+ "node_modules/webpack/node_modules/path-type": {
8621
+ "version": "2.0.0",
8622
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
8623
+ "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
8624
+ "dependencies": {
8625
+ "pify": "^2.0.0"
8626
+ },
8627
+ "engines": {
8628
+ "node": ">=4"
8629
+ }
8630
+ },
8631
+ "node_modules/webpack/node_modules/pify": {
8632
+ "version": "2.3.0",
8633
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
8634
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
8635
+ "engines": {
8636
+ "node": ">=0.10.0"
8637
+ }
8638
+ },
8639
+ "node_modules/webpack/node_modules/read-pkg": {
8640
+ "version": "2.0.0",
8641
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
8642
+ "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
8643
+ "dependencies": {
8644
+ "load-json-file": "^2.0.0",
8645
+ "normalize-package-data": "^2.3.2",
8646
+ "path-type": "^2.0.0"
8647
+ },
8648
+ "engines": {
8649
+ "node": ">=4"
8650
+ }
8651
+ },
8652
+ "node_modules/webpack/node_modules/read-pkg-up": {
8653
+ "version": "2.0.0",
8654
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
8655
+ "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
8656
+ "dependencies": {
8657
+ "find-up": "^2.0.0",
8658
+ "read-pkg": "^2.0.0"
8659
+ },
8660
+ "engines": {
8661
+ "node": ">=4"
8662
+ }
8663
+ },
8664
+ "node_modules/webpack/node_modules/require-main-filename": {
8665
+ "version": "1.0.1",
8666
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
8667
+ "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE="
8668
+ },
8669
+ "node_modules/webpack/node_modules/source-map": {
8670
+ "version": "0.5.7",
8671
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
8672
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
8673
+ "engines": {
8674
+ "node": ">=0.10.0"
8675
+ }
8676
+ },
8677
+ "node_modules/webpack/node_modules/strip-bom": {
8678
+ "version": "3.0.0",
8679
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
8680
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
8681
+ "engines": {
8682
+ "node": ">=4"
8683
+ }
8684
+ },
8685
+ "node_modules/webpack/node_modules/supports-color": {
8686
+ "version": "4.5.0",
8687
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
8688
+ "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
8689
+ "dependencies": {
8690
+ "has-flag": "^2.0.0"
8691
+ },
8692
+ "engines": {
8693
+ "node": ">=4"
8694
+ }
8695
+ },
8696
+ "node_modules/webpack/node_modules/wrap-ansi": {
8697
+ "version": "2.1.0",
8698
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
8699
+ "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
8700
+ "dependencies": {
8701
+ "string-width": "^1.0.1",
8702
+ "strip-ansi": "^3.0.1"
8703
+ },
8704
+ "engines": {
8705
+ "node": ">=0.10.0"
8706
+ }
8707
+ },
8708
+ "node_modules/webpack/node_modules/wrap-ansi/node_modules/string-width": {
8709
+ "version": "1.0.2",
8710
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
8711
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
8712
+ "dependencies": {
8713
+ "code-point-at": "^1.0.0",
8714
+ "is-fullwidth-code-point": "^1.0.0",
8715
+ "strip-ansi": "^3.0.0"
8716
+ },
8717
+ "engines": {
8718
+ "node": ">=0.10.0"
8719
+ }
8720
+ },
8721
+ "node_modules/webpack/node_modules/y18n": {
8722
+ "version": "3.2.2",
8723
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz",
8724
+ "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ=="
8725
+ },
8726
+ "node_modules/webpack/node_modules/yargs": {
8727
+ "version": "8.0.2",
8728
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-8.0.2.tgz",
8729
+ "integrity": "sha1-YpmpBVsc78lp/355wdkY3Osiw2A=",
8730
+ "dependencies": {
8731
+ "camelcase": "^4.1.0",
8732
+ "cliui": "^3.2.0",
8733
+ "decamelize": "^1.1.1",
8734
+ "get-caller-file": "^1.0.1",
8735
+ "os-locale": "^2.0.0",
8736
+ "read-pkg-up": "^2.0.0",
8737
+ "require-directory": "^2.1.1",
8738
+ "require-main-filename": "^1.0.1",
8739
+ "set-blocking": "^2.0.0",
8740
+ "string-width": "^2.0.0",
8741
+ "which-module": "^2.0.0",
8742
+ "y18n": "^3.2.1",
8743
+ "yargs-parser": "^7.0.0"
8744
+ }
8745
+ },
8746
+ "node_modules/webpack/node_modules/yargs-parser": {
8747
+ "version": "7.0.0",
8748
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz",
8749
+ "integrity": "sha1-jQrELxbqVd69MyyvTEA4s+P139k=",
8750
+ "dependencies": {
8751
+ "camelcase": "^4.1.0"
8752
+ }
8753
+ },
8754
+ "node_modules/which": {
8755
+ "version": "1.3.1",
8756
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
8757
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
8758
+ "dependencies": {
8759
+ "isexe": "^2.0.0"
8760
+ },
8761
+ "bin": {
8762
+ "which": "bin/which"
8763
+ }
8764
+ },
8765
+ "node_modules/which-boxed-primitive": {
8766
+ "version": "1.0.2",
8767
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
8768
+ "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
8769
+ "dependencies": {
8770
+ "is-bigint": "^1.0.1",
8771
+ "is-boolean-object": "^1.1.0",
8772
+ "is-number-object": "^1.0.4",
8773
+ "is-string": "^1.0.5",
8774
+ "is-symbol": "^1.0.3"
8775
+ },
8776
+ "funding": {
8777
+ "url": "https://github.com/sponsors/ljharb"
8778
+ }
8779
+ },
8780
+ "node_modules/which-module": {
8781
+ "version": "2.0.0",
8782
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
8783
+ "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
8784
+ },
8785
+ "node_modules/wide-align": {
8786
+ "version": "1.1.3",
8787
+ "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
8788
+ "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
8789
+ "dependencies": {
8790
+ "string-width": "^1.0.2 || 2"
8791
+ }
8792
+ },
8793
+ "node_modules/widest-line": {
8794
+ "version": "2.0.1",
8795
+ "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz",
8796
+ "integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==",
8797
+ "dependencies": {
8798
+ "string-width": "^2.1.1"
8799
+ },
8800
+ "engines": {
8801
+ "node": ">=4"
8802
+ }
8803
+ },
8804
+ "node_modules/window-size": {
8805
+ "version": "0.1.0",
8806
+ "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
8807
+ "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
8808
+ "engines": {
8809
+ "node": ">= 0.8.0"
8810
+ }
8811
+ },
8812
+ "node_modules/word-wrap": {
8813
+ "version": "1.2.3",
8814
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
8815
+ "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
8816
+ "engines": {
8817
+ "node": ">=0.10.0"
8818
+ }
8819
+ },
8820
+ "node_modules/wordwrap": {
8821
+ "version": "0.0.2",
8822
+ "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
8823
+ "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
8824
+ "engines": {
8825
+ "node": ">=0.4.0"
8826
+ }
8827
+ },
8828
+ "node_modules/wrap-ansi": {
8829
+ "version": "5.1.0",
8830
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
8831
+ "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
8832
+ "dependencies": {
8833
+ "ansi-styles": "^3.2.0",
8834
+ "string-width": "^3.0.0",
8835
+ "strip-ansi": "^5.0.0"
8836
+ },
8837
+ "engines": {
8838
+ "node": ">=6"
8839
+ }
8840
+ },
8841
+ "node_modules/wrap-ansi/node_modules/ansi-regex": {
8842
+ "version": "4.1.0",
8843
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
8844
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
8845
+ "engines": {
8846
+ "node": ">=6"
8847
+ }
8848
+ },
8849
+ "node_modules/wrap-ansi/node_modules/emoji-regex": {
8850
+ "version": "7.0.3",
8851
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
8852
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="
8853
+ },
8854
+ "node_modules/wrap-ansi/node_modules/string-width": {
8855
+ "version": "3.1.0",
8856
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
8857
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
8858
+ "dependencies": {
8859
+ "emoji-regex": "^7.0.1",
8860
+ "is-fullwidth-code-point": "^2.0.0",
8861
+ "strip-ansi": "^5.1.0"
8862
+ },
8863
+ "engines": {
8864
+ "node": ">=6"
8865
+ }
8866
+ },
8867
+ "node_modules/wrap-ansi/node_modules/strip-ansi": {
8868
+ "version": "5.2.0",
8869
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
8870
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
8871
+ "dependencies": {
8872
+ "ansi-regex": "^4.1.0"
8873
+ },
8874
+ "engines": {
8875
+ "node": ">=6"
8876
+ }
8877
+ },
8878
+ "node_modules/wrappy": {
8879
+ "version": "1.0.2",
8880
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
8881
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
8882
+ },
8883
+ "node_modules/write": {
8884
+ "version": "0.2.1",
8885
+ "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
8886
+ "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=",
8887
+ "dependencies": {
8888
+ "mkdirp": "^0.5.1"
8889
+ },
8890
+ "engines": {
8891
+ "node": ">=0.10.0"
8892
+ }
8893
+ },
8894
+ "node_modules/write-file-atomic": {
8895
+ "version": "2.4.3",
8896
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
8897
+ "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
8898
+ "dependencies": {
8899
+ "graceful-fs": "^4.1.11",
8900
+ "imurmurhash": "^0.1.4",
8901
+ "signal-exit": "^3.0.2"
8902
+ }
8903
+ },
8904
+ "node_modules/xdg-basedir": {
8905
+ "version": "3.0.0",
8906
+ "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz",
8907
+ "integrity": "sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=",
8908
+ "engines": {
8909
+ "node": ">=4"
8910
+ }
8911
+ },
8912
+ "node_modules/xtend": {
8913
+ "version": "4.0.2",
8914
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
8915
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
8916
+ "engines": {
8917
+ "node": ">=0.4"
8918
+ }
8919
+ },
8920
+ "node_modules/y18n": {
8921
+ "version": "4.0.3",
8922
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
8923
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
8924
+ },
8925
+ "node_modules/yallist": {
8926
+ "version": "2.1.2",
8927
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
8928
+ "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
8929
+ },
8930
+ "node_modules/yargs": {
8931
+ "version": "13.3.2",
8932
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
8933
+ "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
8934
+ "dependencies": {
8935
+ "cliui": "^5.0.0",
8936
+ "find-up": "^3.0.0",
8937
+ "get-caller-file": "^2.0.1",
8938
+ "require-directory": "^2.1.1",
8939
+ "require-main-filename": "^2.0.0",
8940
+ "set-blocking": "^2.0.0",
8941
+ "string-width": "^3.0.0",
8942
+ "which-module": "^2.0.0",
8943
+ "y18n": "^4.0.0",
8944
+ "yargs-parser": "^13.1.2"
8945
+ }
8946
+ },
8947
+ "node_modules/yargs-parser": {
8948
+ "version": "13.1.2",
8949
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
8950
+ "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
8951
+ "dependencies": {
8952
+ "camelcase": "^5.0.0",
8953
+ "decamelize": "^1.2.0"
8954
+ }
8955
+ },
8956
+ "node_modules/yargs-parser/node_modules/camelcase": {
8957
+ "version": "5.3.1",
8958
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
8959
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
8960
+ "engines": {
8961
+ "node": ">=6"
8962
+ }
8963
+ },
8964
+ "node_modules/yargs/node_modules/ansi-regex": {
8965
+ "version": "4.1.0",
8966
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
8967
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
8968
+ "engines": {
8969
+ "node": ">=6"
8970
+ }
8971
+ },
8972
+ "node_modules/yargs/node_modules/emoji-regex": {
8973
+ "version": "7.0.3",
8974
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
8975
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="
8976
+ },
8977
+ "node_modules/yargs/node_modules/find-up": {
8978
+ "version": "3.0.0",
8979
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
8980
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
8981
+ "dependencies": {
8982
+ "locate-path": "^3.0.0"
8983
+ },
8984
+ "engines": {
8985
+ "node": ">=6"
8986
+ }
8987
+ },
8988
+ "node_modules/yargs/node_modules/locate-path": {
8989
+ "version": "3.0.0",
8990
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
8991
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
8992
+ "dependencies": {
8993
+ "p-locate": "^3.0.0",
8994
+ "path-exists": "^3.0.0"
8995
+ },
8996
+ "engines": {
8997
+ "node": ">=6"
8998
+ }
8999
+ },
9000
+ "node_modules/yargs/node_modules/p-limit": {
9001
+ "version": "2.3.0",
9002
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
9003
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
9004
+ "dependencies": {
9005
+ "p-try": "^2.0.0"
9006
+ },
9007
+ "engines": {
9008
+ "node": ">=6"
9009
+ },
9010
+ "funding": {
9011
+ "url": "https://github.com/sponsors/sindresorhus"
9012
+ }
9013
+ },
9014
+ "node_modules/yargs/node_modules/p-locate": {
9015
+ "version": "3.0.0",
9016
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
9017
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
9018
+ "dependencies": {
9019
+ "p-limit": "^2.0.0"
9020
+ },
9021
+ "engines": {
9022
+ "node": ">=6"
9023
+ }
9024
+ },
9025
+ "node_modules/yargs/node_modules/p-try": {
9026
+ "version": "2.2.0",
9027
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
9028
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
9029
+ "engines": {
9030
+ "node": ">=6"
9031
+ }
9032
+ },
9033
+ "node_modules/yargs/node_modules/string-width": {
9034
+ "version": "3.1.0",
9035
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
9036
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
9037
+ "dependencies": {
9038
+ "emoji-regex": "^7.0.1",
9039
+ "is-fullwidth-code-point": "^2.0.0",
9040
+ "strip-ansi": "^5.1.0"
9041
+ },
9042
+ "engines": {
9043
+ "node": ">=6"
9044
+ }
9045
+ },
9046
+ "node_modules/yargs/node_modules/strip-ansi": {
9047
+ "version": "5.2.0",
9048
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
9049
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
9050
+ "dependencies": {
9051
+ "ansi-regex": "^4.1.0"
9052
+ },
9053
+ "engines": {
9054
+ "node": ">=6"
9055
+ }
9056
+ }
9057
+ },
9058
  "dependencies": {
9059
  "@babel/code-frame": {
9060
  "version": "7.0.0-beta.44",
9291
  "ajv-errors": {
9292
  "version": "1.0.1",
9293
  "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
9294
+ "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
9295
+ "requires": {}
9296
  },
9297
  "ajv-keywords": {
9298
  "version": "2.1.1",
9299
  "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz",
9300
+ "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=",
9301
+ "requires": {}
9302
  },
9303
  "align-text": {
9304
  "version": "0.1.4",
11617
  "eslint-plugin-jest": {
11618
  "version": "21.27.2",
11619
  "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.27.2.tgz",
11620
+ "integrity": "sha512-0E4OIgBJVlAmf1KfYFtZ3gYxgUzC5Eb3Jzmrc9ikI1OY+/cM8Kh72Ti7KfpeHNeD3HJNf9SmEfmvQLIz44Hrhw==",
11621
+ "requires": {}
11622
  },
11623
  "eslint-plugin-jsx-a11y": {
11624
  "version": "6.4.1",
14167
  "ajv-keywords": {
14168
  "version": "3.5.2",
14169
  "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
14170
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
14171
+ "requires": {}
14172
  },
14173
  "fast-deep-equal": {
14174
  "version": "3.1.3",
15143
  "xtend": "^4.0.0"
15144
  }
15145
  },
15146
+ "string_decoder": {
15147
+ "version": "1.1.1",
15148
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
15149
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
15150
+ "requires": {
15151
+ "safe-buffer": "~5.1.0"
15152
+ }
15153
+ },
15154
  "string-width": {
15155
  "version": "2.1.1",
15156
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
15208
  "define-properties": "^1.1.3"
15209
  }
15210
  },
 
 
 
 
 
 
 
 
15211
  "strip-ansi": {
15212
  "version": "3.0.1",
15213
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
15265
  "ajv-keywords": {
15266
  "version": "3.5.2",
15267
  "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
15268
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
15269
+ "requires": {}
15270
  },
15271
  "fast-deep-equal": {
15272
  "version": "3.1.3",
15984
  "ajv-keywords": {
15985
  "version": "3.5.2",
15986
  "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
15987
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
15988
+ "requires": {}
15989
  },
15990
  "cliui": {
15991
  "version": "3.2.0",
blocks/src/google-fonts/edit.js CHANGED
@@ -200,7 +200,8 @@ class GoogleFontsBlock extends Component {
200
  return;
201
  }
202
 
203
- const head = document.head;
 
204
  const link = document.createElement( 'link' );
205
 
206
  link.type = 'text/css';
200
  return;
201
  }
202
 
203
+ const fse = document.querySelector('[name=editor-canvas]');
204
+ const head = fse ? fse.contentDocument.head : document.head;
205
  const link = document.createElement( 'link' );
206
 
207
  link.type = 'text/css';
changelog.txt CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  = 3.0.20 =
2
 
3
  * Update fonts list.
1
+ = 3.0.21 =
2
+
3
+ * Improve compatability with Full Site Editing (FSE)
4
+
5
  = 3.0.20 =
6
 
7
  * Update fonts list.
includes/class-ogf-dashboard-widget.php CHANGED
@@ -61,26 +61,28 @@ class OGF_Dashboard_Widget {
61
  }
62
 
63
  $rss_items = array(
64
- 'first' => array(
65
- 'url' => 'https://fontsplugin.com/speed-up-wordpress/',
66
- 'title' => 'How To Speed Up WordPress (A Non-Technical Guide)',
67
- 'date' => 'Nov 16th 2020',
68
  'content' => 'You hate slow websites, your visitors do too. Studies have shown that 47% of users expect pages to load in two seconds or less. ...',
69
  ),
70
  'second' => array(
71
- 'url' => 'https://fontsplugin.com/disable-google-fonts/',
72
- 'title' => 'How to Disable Google Fonts in WordPress',
73
- 'date' => 'Aug 10th 2019',
74
- 'content' => 'Google Fonts can be a great addition to your website that considerably improves your typography. However, they do add an externa...', ),
75
- 'third' => array(
76
- 'url' => 'https://fontsplugin.com/how-to-download-google-fonts/', 'title' => 'How To Download Google Fonts',
77
- 'date' => 'May 29th 2019',
 
 
78
  'content' => 'Google Fonts are free for both personal and commercial use. That means you can download and use them in your projects without ha...',
79
  ),
80
  'fourth' => array(
81
- 'url' => 'https://fontsplugin.com/google-fonts-univers/',
82
- 'title' => 'Google Fonts Similar to Univers',
83
- 'date' => 'May 29th 2019',
84
  'content' => 'Released in 1957, Univers is a sans-serif font designed by Adrian Frutiger and released by his employer Deberny & Peignot. ...',
85
  ),
86
  );
61
  }
62
 
63
  $rss_items = array(
64
+ 'first' => array(
65
+ 'url' => 'https://fontsplugin.com/speed-up-wordpress/',
66
+ 'title' => 'How To Speed Up WordPress (A Non-Technical Guide)',
67
+ 'date' => 'Nov 16th 2020',
68
  'content' => 'You hate slow websites, your visitors do too. Studies have shown that 47% of users expect pages to load in two seconds or less. ...',
69
  ),
70
  'second' => array(
71
+ 'url' => 'https://fontsplugin.com/disable-google-fonts/',
72
+ 'title' => 'How to Disable Google Fonts in WordPress',
73
+ 'date' => 'Aug 10th 2019',
74
+ 'content' => 'Google Fonts can be a great addition to your website that considerably improves your typography. However, they do add an externa...',
75
+ ),
76
+ 'third' => array(
77
+ 'url' => 'https://fontsplugin.com/how-to-download-google-fonts/',
78
+ 'title' => 'How To Download Google Fonts',
79
+ 'date' => 'May 29th 2019',
80
  'content' => 'Google Fonts are free for both personal and commercial use. That means you can download and use them in your projects without ha...',
81
  ),
82
  'fourth' => array(
83
+ 'url' => 'https://fontsplugin.com/google-fonts-univers/',
84
+ 'title' => 'Google Fonts Similar to Univers',
85
+ 'date' => 'May 29th 2019',
86
  'content' => 'Released in 1957, Univers is a sans-serif font designed by Adrian Frutiger and released by his employer Deberny & Peignot. ...',
87
  ),
88
  );
includes/class-ogf-fonts.php CHANGED
@@ -135,7 +135,7 @@ class OGF_Fonts {
135
  * Remove the font variants the user has chosen not to load.
136
  *
137
  * @param string $font_id The font ID.
138
- * @param array $weights The font weights.
139
  * @return array
140
  */
141
  public function filter_selected_weights( $font_id, $weights ) {
135
  * Remove the font variants the user has chosen not to load.
136
  *
137
  * @param string $font_id The font ID.
138
+ * @param array $weights The font weights.
139
  * @return array
140
  */
141
  public function filter_selected_weights( $font_id, $weights ) {
includes/class-ogf-notifications.php CHANGED
@@ -213,7 +213,7 @@ if ( ! class_exists( 'OGF_Notifications' ) ) :
213
  */
214
  public function review() {
215
  $no_bug_url = wp_nonce_url( admin_url( '?' . $this->nobug_option . '=true' ), 'ogf-notification-nounce' );
216
- $time = $this->seconds_to_words( time() - get_site_option( $this->date_option ) );
217
  ?>
218
  <div class="notice updated ogf-notice">
219
  <div class="ogf-notice-inner">
213
  */
214
  public function review() {
215
  $no_bug_url = wp_nonce_url( admin_url( '?' . $this->nobug_option . '=true' ), 'ogf-notification-nounce' );
216
+ $time = $this->seconds_to_words( time() - get_site_option( $this->date_option ) );
217
  ?>
218
  <div class="notice updated ogf-notice">
219
  <div class="ogf-notice-inner">
olympus-google-fonts.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin Name: Fonts Plugin | Google Fonts Typography
6
  * Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/
7
  * Description: The easiest to use Google Fonts Plugin. No coding required. Optimized for Speed. 1000+ font choices.
8
- * Version: 3.0.20
9
  * Author: Fonts Plugin
10
  * Author URI: https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=description
11
  * Text Domain: olympus-google-fonts
5
  * Plugin Name: Fonts Plugin | Google Fonts Typography
6
  * Plugin URI: https://wordpress.org/plugins/olympus-google-fonts/
7
  * Description: The easiest to use Google Fonts Plugin. No coding required. Optimized for Speed. 1000+ font choices.
8
+ * Version: 3.0.21
9
  * Author: Fonts Plugin
10
  * Author URI: https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=description
11
  * Text Domain: olympus-google-fonts
phpcs.xml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Example Project" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">
3
+
4
+ <description>A custom set of rules to check for a WPized WordPress project</description>
5
+
6
+ <!-- Exclude the Composer Vendor directory. -->
7
+ <exclude-pattern>/vendor/*</exclude-pattern>
8
+
9
+ <!-- Exclude the Node Modules directory. -->
10
+ <exclude-pattern>/node_modules/*</exclude-pattern>
11
+
12
+ <!-- Exclude minified Javascript files. -->
13
+ <exclude-pattern>*.min.js</exclude-pattern>
14
+
15
+ <!-- Include the WordPress-Extra standard. -->
16
+ <rule ref="WordPress-Extra">
17
+ <!--
18
+ We may want a middle ground though. The best way to do this is add the
19
+ entire ruleset, then rule by rule, remove ones that don't suit a project.
20
+ We can do this by running `phpcs` with the '-s' flag, which allows us to
21
+ see the names of the sniffs reporting errors.
22
+ Once we know the sniff names, we can opt to exclude sniffs which don't
23
+ suit our project like so.
24
+
25
+ The below two examples just show how you can exclude rules.
26
+ They are not intended as advice about which sniffs to exclude.
27
+ -->
28
+
29
+ <!--
30
+ <exclude name="WordPress.WhiteSpace.ControlStructureSpacing"/>
31
+ <exclude name="WordPress.Security.EscapeOutput"/>
32
+ -->
33
+ </rule>
34
+
35
+ <!-- Let's also check that everything is properly documented. -->
36
+ <rule ref="WordPress-Docs"/>
37
+
38
+ <!-- Add in some extra rules from other standards. -->
39
+ <rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/>
40
+ <rule ref="Generic.Commenting.Todo"/>
41
+
42
+ </ruleset>
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://fontsplugin.com/#pricing
5
  Requires at least: 4.0
6
  Tested up to: 6.0
7
  License: GPLv2 or later
8
- Stable tag: 3.0.20
9
 
10
  The easiest to use Google Fonts Plugin. No coding required. Optimized for Speed. 1000+ font choices.
11
 
5
  Requires at least: 4.0
6
  Tested up to: 6.0
7
  License: GPLv2 or later
8
+ Stable tag: 3.0.21
9
 
10
  The easiest to use Google Fonts Plugin. No coding required. Optimized for Speed. 1000+ font choices.
11