@knapsack/app
Version:
Build Design Systems on top of knapsack, by Basalt
2 lines • 56.7 kB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([["vendors~custom-page-KXWAf~pattern-view-page-WE7TE~a7ea9172"],{"../node_modules/react-markdown/lib/ast-to-react.js":function(e,n,r){var t=r("react"),o=r("../node_modules/xtend/immutable.js"),i=r("../node_modules/react-is/index.js"),a={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0}};function astToReact(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,l=n.renderers[e.type];void 0===e.position&&(e.position=r.node&&r.node.position||a);var d=e.position.start,c=[e.type,d.line,d.column,s].join("-");if(!i.isValidElementType(l))throw new Error("Renderer for type `".concat(e.type,"` not defined or is not renderable"));var u=function getNodeProps(e,n,r,i,a,s){var l={key:n},d="string"==typeof i;r.sourcePos&&e.position&&(l["data-sourcepos"]=function flattenPosition(e){return[e.start.line,":",e.start.column,"-",e.end.line,":",e.end.column].map(String).join("")}(e.position));r.rawSourcePos&&!d&&(l.sourcePosition=e.position);r.includeNodeIndex&&a.node&&a.node.children&&!d&&(l.index=a.node.children.indexOf(e),l.parentChildCount=a.node.children.length);var c=null!==e.identifier&&void 0!==e.identifier?r.definitions[e.identifier]||{}:null;switch(e.type){case"root":assignDefined(l,{className:r.className});break;case"text":l.nodeKey=n,l.children=e.value;break;case"heading":l.level=e.depth;break;case"list":l.start=e.start,l.ordered=e.ordered,l.tight=!e.loose,l.depth=e.depth;break;case"listItem":l.checked=e.checked,l.tight=!e.loose,l.ordered=e.ordered,l.index=e.index,l.children=function getListItemChildren(e,n){if(e.loose)return e.children;if(n.node&&e.index>0&&n.node.children[e.index-1].loose)return e.children;return function unwrapParagraphs(e){return e.children.reduce((function(e,n){return e.concat("paragraph"===n.type?n.children||[]:[n])}),[])}(e)}(e,a).map((function(n,t){return astToReact(n,r,{node:e,props:l},t)}));break;case"definition":assignDefined(l,{identifier:e.identifier,title:e.title,url:e.url});break;case"code":assignDefined(l,{language:e.lang&&e.lang.split(/\s/,1)[0]});break;case"inlineCode":l.children=e.value,l.inline=!0;break;case"link":assignDefined(l,{title:e.title||void 0,target:"function"==typeof r.linkTarget?r.linkTarget(e.url,e.children,e.title):r.linkTarget,href:r.transformLinkUri?r.transformLinkUri(e.url,e.children,e.title):e.url});break;case"image":assignDefined(l,{alt:e.alt||void 0,title:e.title||void 0,src:r.transformImageUri?r.transformImageUri(e.url,e.children,e.title,e.alt):e.url});break;case"linkReference":assignDefined(l,o(c,{href:r.transformLinkUri?r.transformLinkUri(c.href):c.href}));break;case"imageReference":assignDefined(l,{src:r.transformImageUri&&c.href?r.transformImageUri(c.href,e.children,c.title,e.alt):c.href,title:c.title||void 0,alt:e.alt||void 0});break;case"table":case"tableHead":case"tableBody":l.columnAlignment=e.align;break;case"tableRow":l.isHeader="tableHead"===a.node.type,l.columnAlignment=a.props.columnAlignment;break;case"tableCell":assignDefined(l,{isHeader:a.props.isHeader,align:a.props.columnAlignment[s]});break;case"virtualHtml":l.tag=e.tag;break;case"html":l.isBlock=e.position.start.line!==e.position.end.line,l.escapeHtml=r.escapeHtml,l.skipHtml=r.skipHtml;break;case"parsedHtml":var u;e.children&&(u=e.children.map((function(n,t){return astToReact(n,r,{node:e,props:l},t)}))),l.escapeHtml=r.escapeHtml,l.skipHtml=r.skipHtml,l.element=function mergeNodeChildren(e,n){var r=e.element;if(Array.isArray(r)){var o=t.Fragment||"div";return t.createElement(o,null,r)}if(r.props.children||n){var i=t.Children.toArray(r.props.children).concat(n);return t.cloneElement(r,null,i)}return t.cloneElement(r,null)}(e,u);break;default:assignDefined(l,o(e,{type:void 0,position:void 0,children:void 0}))}!d&&e.value&&(l.value=e.value);return l}(e,c,n,l,r,s);return t.createElement(l,u,u.children||function resolveChildren(){return e.children&&e.children.map((function(r,t){return astToReact(r,n,{node:e,props:u},t)}))}()||void 0)}function assignDefined(e,n){for(var r in n)void 0!==n[r]&&(e[r]=n[r])}e.exports=astToReact},"../node_modules/react-markdown/lib/get-definitions.js":function(e,n,r){e.exports=function getDefinitions(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(e.children||[]).reduce((function(e,n){return"definition"===n.type&&(e[n.identifier]={href:n.url,title:n.title}),getDefinitions(n,e)}),n)}},"../node_modules/react-markdown/lib/plugins/disallow-node.js":function(e,n,r){var t=r("../node_modules/unist-util-visit/index.js");function untangle(e,n,r,t){if("remove"===t)r.children.splice(n,1);else if("unwrap"===t){var o=[n,1];e.children&&(o=o.concat(e.children)),Array.prototype.splice.apply(r.children,o)}}n.ofType=function(e,n){return function(n){return e.forEach((function(e){return t(n,e,disallow,!0)})),n};function disallow(e,r,t){t&&untangle(e,r,t,n)}},n.ifNotMatch=function(e,n){return function(e){return t(e,disallow,!0),e};function disallow(r,t,o){o&&!e(r,t,o)&&untangle(r,t,o,n)}}},"../node_modules/react-markdown/lib/plugins/naive-html.js":function(e,n,r){var t=r("../node_modules/unist-util-visit/index.js"),o="virtualHtml",i=/^<(area|base|br|col|embed|hr|img|input|keygen|link|meta|param|source|track|wbr)\s*\/?>$/i,a=/^<(\/?)([a-z]+)\s*>$/;e.exports=function(e){var n,r;return t(e,"html",(function(e,t,s){r!==s&&(n=[],r=s);var l=function getSelfClosing(e){var n=e.value.match(i);return!!n&&n[1]}(e);if(l)return s.children.splice(t,1,{type:o,tag:l,position:e.position}),!0;var d=function getSimpleTag(e,n){var r=e.value.match(a);return!!r&&{tag:r[2],opening:!r[1],node:e}}(e);if(!d)return!0;var c=function findAndPull(e,n){var r=e.length;for(;r--;)if(e[r].tag===n)return e.splice(r,1)[0];return!1}(n,d.tag);return c?s.children.splice(t,0,function virtual(e,n,r){var t=r.children.indexOf(e.node),i=r.children.indexOf(n.node),a=r.children.splice(t,i-t+1).slice(1,-1);return{type:o,children:a,tag:e.tag,position:{start:e.node.position.start,end:n.node.position.end,indent:[]}}}(d,c,s)):d.opening||n.push(d),!0}),!0),e}},"../node_modules/react-markdown/lib/react-markdown.js":function(e,n,r){function _toConsumableArray(e){return function _arrayWithoutHoles(e){if(Array.isArray(e)){for(var n=0,r=new Array(e.length);n<e.length;n++)r[n]=e[n];return r}}(e)||function _iterableToArray(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var t=r("../node_modules/xtend/immutable.js"),o=r("../node_modules/react-markdown/node_modules/unified/index.js"),i=r("../node_modules/react-markdown/node_modules/remark-parse/index.js"),a=r("../node_modules/prop-types/index.js"),s=r("../node_modules/mdast-add-list-metadata/index.js"),l=r("../node_modules/react-markdown/lib/plugins/naive-html.js"),d=r("../node_modules/react-markdown/lib/plugins/disallow-node.js"),c=r("../node_modules/react-markdown/lib/ast-to-react.js"),u=r("../node_modules/react-markdown/lib/wrap-table-rows.js"),f=r("../node_modules/react-markdown/lib/get-definitions.js"),m=r("../node_modules/react-markdown/lib/uri-transformer.js"),p=r("../node_modules/react-markdown/lib/renderers.js"),h=r("../node_modules/react-markdown/lib/symbols.js"),k=Object.keys(p),g=function ReactMarkdown(e){var n=e.source||e.children||"",r=e.parserOptions;if(e.allowedTypes&&e.disallowedTypes)throw new Error("Only one of `allowedTypes` and `disallowedTypes` should be defined");var a=t(p,e.renderers),m=[[i,r]].concat(e.plugins||[]).reduce(applyParserPlugin,o()),g=m.parse(n),_=t(e,{renderers:a,definitions:f(g)}),b=function determineAstPlugins(e){var n=[u,s()],r=e.disallowedTypes;e.allowedTypes&&(r=k.filter((function(n){return"root"!==n&&-1===e.allowedTypes.indexOf(n)})));var t=e.unwrapDisallowed?"unwrap":"remove";r&&r.length>0&&n.push(d.ofType(r,t));e.allowNode&&n.push(d.ifNotMatch(e.allowNode,t));var o=!e.escapeHtml&&!e.skipHtml,i=(e.astPlugins||[]).some((function(e){return(Array.isArray(e)?e[0]:e).identity===h.HtmlParser}));o&&!i&&n.push(l);return e.astPlugins?n.concat(e.astPlugins):n}(e),w=m.runSync(g),v=b.reduce((function(e,n){return n(e,_)}),w);return c(v,_)};function applyParserPlugin(e,n){return Array.isArray(n)?e.use.apply(e,_toConsumableArray(n)):e.use(n)}g.defaultProps={renderers:{},escapeHtml:!0,skipHtml:!1,sourcePos:!1,rawSourcePos:!1,transformLinkUri:m,astPlugins:[],plugins:[],parserOptions:{}},g.propTypes={className:a.string,source:a.string,children:a.string,sourcePos:a.bool,rawSourcePos:a.bool,escapeHtml:a.bool,skipHtml:a.bool,allowNode:a.func,allowedTypes:a.arrayOf(a.oneOf(k)),disallowedTypes:a.arrayOf(a.oneOf(k)),transformLinkUri:a.oneOfType([a.func,a.bool]),linkTarget:a.oneOfType([a.func,a.string]),transformImageUri:a.func,astPlugins:a.arrayOf(a.func),unwrapDisallowed:a.bool,renderers:a.object,plugins:a.array,parserOptions:a.object},g.types=k,g.renderers=p,g.uriTransformer=m,e.exports=g},"../node_modules/react-markdown/lib/renderers.js":function(e,n,r){var t=r("../node_modules/xtend/immutable.js"),o=r("react"),i=parseInt((o.version||"16").slice(0,2),10)>=16,a=o.createElement;function SimpleRenderer(e,n){return a(e,getCoreProps(n),n.children)}function getCoreProps(e){return e["data-sourcepos"]?{"data-sourcepos":e["data-sourcepos"]}:{}}e.exports={break:"br",paragraph:"p",emphasis:"em",strong:"strong",thematicBreak:"hr",blockquote:"blockquote",delete:"del",link:"a",image:"img",linkReference:"a",imageReference:"img",table:SimpleRenderer.bind(null,"table"),tableHead:SimpleRenderer.bind(null,"thead"),tableBody:SimpleRenderer.bind(null,"tbody"),tableRow:SimpleRenderer.bind(null,"tr"),tableCell:function TableCell(e){var n=e.align?{textAlign:e.align}:void 0,r=getCoreProps(e);return a(e.isHeader?"th":"td",n?t({style:n},r):r,e.children)},root:function Root(e){var n=!e.className,r=n&&o.Fragment||"div";return a(r,n?null:e,e.children)},text:function TextRenderer(e){return i?e.children:a("span",null,e.children)},list:function List(e){var n=getCoreProps(e);null!==e.start&&1!==e.start&&void 0!==e.start&&(n.start=e.start.toString());return a(e.ordered?"ol":"ul",n,e.children)},listItem:function ListItem(e){var n=null;if(null!==e.checked&&void 0!==e.checked){var r=e.checked;n=a("input",{type:"checkbox",checked:r,readOnly:!0})}return a("li",getCoreProps(e),n,e.children)},definition:function NullRenderer(){return null},heading:function Heading(e){return a("h".concat(e.level),getCoreProps(e),e.children)},inlineCode:function InlineCode(e){return a("code",getCoreProps(e),e.children)},code:function CodeBlock(e){var n=e.language&&"language-".concat(e.language),r=a("code",n?{className:n}:null,e.value);return a("pre",getCoreProps(e),r)},html:function Html(e){if(e.skipHtml)return null;var n=e.isBlock?"div":"span";if(e.escapeHtml){var r=o.Fragment||n;return a(r,null,e.value)}var t={dangerouslySetInnerHTML:{__html:e.value}};return a(n,t)},virtualHtml:function VirtualHtml(e){return a(e.tag,getCoreProps(e),e.children)},parsedHtml:function ParsedHtml(e){return e["data-sourcepos"]?o.cloneElement(e.element,{"data-sourcepos":e["data-sourcepos"]}):e.element}}},"../node_modules/react-markdown/lib/symbols.js":function(e,n,r){n.HtmlParser="undefined"==typeof Symbol?"__RMD_HTML_PARSER__":Symbol("__RMD_HTML_PARSER__")},"../node_modules/react-markdown/lib/uri-transformer.js":function(e,n,r){var t=["http","https","mailto","tel"];e.exports=function uriTransformer(e){var n=(e||"").trim(),r=n.charAt(0);if("#"===r||"/"===r)return n;var o=n.indexOf(":");if(-1===o)return n;for(var i=t.length,a=-1;++a<i;){var s=t[a];if(o===s.length&&n.slice(0,s.length).toLowerCase()===s)return n}return-1!==(a=n.indexOf("?"))&&o>a?n:-1!==(a=n.indexOf("#"))&&o>a?n:"javascript:void(0)"}},"../node_modules/react-markdown/lib/wrap-table-rows.js":function(e,n,r){var t=r("../node_modules/unist-util-visit/index.js");function wrap(e){var n=e.children;e.children=[{type:"tableHead",align:e.align,children:[n[0]],position:n[0].position}],n.length>1&&e.children.push({type:"tableBody",align:e.align,children:n.slice(1),position:{start:n[1].position.start,end:n[n.length-1].position.end}})}e.exports=function(e){return t(e,"table",wrap),e}},"../node_modules/react-markdown/node_modules/remark-parse/index.js":function(e,n,r){var t=r("../node_modules/unherit/index.js"),o=r("../node_modules/xtend/immutable.js"),i=r("../node_modules/react-markdown/node_modules/remark-parse/lib/parser.js");function parse(e){var n=t(i);n.prototype.options=o(n.prototype.options,this.data("settings"),e),this.Parser=n}e.exports=parse,parse.Parser=i},"../node_modules/react-markdown/node_modules/remark-parse/lib/block-elements.json":function(e){e.exports=JSON.parse('["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","legend","li","link","main","menu","menuitem","meta","nav","noframes","ol","optgroup","option","p","param","pre","section","source","title","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]')},"../node_modules/react-markdown/node_modules/remark-parse/lib/decode.js":function(e,n,r){var t=r("../node_modules/xtend/immutable.js"),o=r("../node_modules/parse-entities/index.js");e.exports=function factory(e){return decoder.raw=function decodeRaw(e,n,r){return o(e,t(r,{position:normalize(n),warning:handleWarning}))},decoder;function normalize(n){for(var r=e.offset,t=n.line,o=[];++t&&t in r;)o.push((r[t]||0)+1);return{start:n,indent:o}}function handleWarning(n,r,t){3!==t&&e.file.message(n,r)}function decoder(n,r,t){o(n,{position:normalize(r),warning:handleWarning,text:t,reference:t,textContext:e,referenceContext:e})}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/defaults.js":function(e,n,r){e.exports={position:!0,gfm:!0,commonmark:!1,footnotes:!1,pedantic:!1,blocks:r("../node_modules/react-markdown/node_modules/remark-parse/lib/block-elements.json")}},"../node_modules/react-markdown/node_modules/remark-parse/lib/locate/break.js":function(e,n,r){e.exports=function locate(e,n){var r=e.indexOf("\n",n);for(;r>n&&" "===e.charAt(r-1);)r--;return r}},"../node_modules/react-markdown/node_modules/remark-parse/lib/locate/code-inline.js":function(e,n,r){e.exports=function locate(e,n){return e.indexOf("`",n)}},"../node_modules/react-markdown/node_modules/remark-parse/lib/locate/delete.js":function(e,n,r){e.exports=function locate(e,n){return e.indexOf("~~",n)}},"../node_modules/react-markdown/node_modules/remark-parse/lib/locate/emphasis.js":function(e,n,r){e.exports=function locate(e,n){var r=e.indexOf("*",n),t=e.indexOf("_",n);if(-1===t)return r;if(-1===r)return t;return t<r?t:r}},"../node_modules/react-markdown/node_modules/remark-parse/lib/locate/escape.js":function(e,n,r){e.exports=function locate(e,n){return e.indexOf("\\",n)}},"../node_modules/react-markdown/node_modules/remark-parse/lib/locate/link.js":function(e,n,r){e.exports=function locate(e,n){var r=e.indexOf("[",n),t=e.indexOf("![",n);if(-1===t)return r;return r<t?r:t}},"../node_modules/react-markdown/node_modules/remark-parse/lib/locate/strong.js":function(e,n,r){e.exports=function locate(e,n){var r=e.indexOf("**",n),t=e.indexOf("__",n);if(-1===t)return r;if(-1===r)return t;return t<r?t:r}},"../node_modules/react-markdown/node_modules/remark-parse/lib/locate/tag.js":function(e,n,r){e.exports=function locate(e,n){return e.indexOf("<",n)}},"../node_modules/react-markdown/node_modules/remark-parse/lib/locate/url.js":function(e,n,r){e.exports=function locate(e,n){var r,o=t.length,i=-1,a=-1;if(!this.options.gfm)return-1;for(;++i<o;)-1!==(r=e.indexOf(t[i],n))&&(r<a||-1===a)&&(a=r);return a};var t=["https://","http://","mailto:"]},"../node_modules/react-markdown/node_modules/remark-parse/lib/parse.js":function(e,n,r){var t=r("../node_modules/xtend/immutable.js"),o=r("../node_modules/unist-util-remove-position/index.js");e.exports=function parse(){var e,n=String(this.file),r={line:1,column:1,offset:0},s=t(r);65279===(n=n.replace(a,i)).charCodeAt(0)&&(n=n.slice(1),s.column++,s.offset++);e={type:"root",children:this.tokenizeBlock(n,s),position:{start:r,end:this.eof||t(r)}},this.options.position||o(e,!0);return e};var i="\n",a=/\r\n|\r/g},"../node_modules/react-markdown/node_modules/remark-parse/lib/parser.js":function(e,n,r){var t=r("../node_modules/xtend/immutable.js"),o=r("../node_modules/state-toggle/index.js"),i=r("../node_modules/vfile-location/index.js"),a=r("../node_modules/react-markdown/node_modules/remark-parse/lib/unescape.js"),s=r("../node_modules/react-markdown/node_modules/remark-parse/lib/decode.js"),l=r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenizer.js");function Parser(e,n){this.file=n,this.offset={},this.options=t(this.options),this.setOptions({}),this.inList=!1,this.inBlock=!1,this.inLink=!1,this.atStart=!0,this.toOffset=i(n).toOffset,this.unescape=a(this,"escape"),this.decode=s(this)}e.exports=Parser;var d=Parser.prototype;function keys(e){var n,r=[];for(n in e)r.push(n);return r}d.setOptions=r("../node_modules/react-markdown/node_modules/remark-parse/lib/set-options.js"),d.parse=r("../node_modules/react-markdown/node_modules/remark-parse/lib/parse.js"),d.options=r("../node_modules/react-markdown/node_modules/remark-parse/lib/defaults.js"),d.exitStart=o("atStart",!0),d.enterList=o("inList",!1),d.enterLink=o("inLink",!1),d.enterBlock=o("inBlock",!1),d.interruptParagraph=[["thematicBreak"],["atxHeading"],["fencedCode"],["blockquote"],["html"],["setextHeading",{commonmark:!1}],["definition",{commonmark:!1}],["footnote",{commonmark:!1}]],d.interruptList=[["atxHeading",{pedantic:!1}],["fencedCode",{pedantic:!1}],["thematicBreak",{pedantic:!1}],["definition",{commonmark:!1}],["footnote",{commonmark:!1}]],d.interruptBlockquote=[["indentedCode",{commonmark:!0}],["fencedCode",{commonmark:!0}],["atxHeading",{commonmark:!0}],["setextHeading",{commonmark:!0}],["thematicBreak",{commonmark:!0}],["html",{commonmark:!0}],["list",{commonmark:!0}],["definition",{commonmark:!1}],["footnote",{commonmark:!1}]],d.blockTokenizers={newline:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/newline.js"),indentedCode:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/code-indented.js"),fencedCode:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/code-fenced.js"),blockquote:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/blockquote.js"),atxHeading:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/heading-atx.js"),thematicBreak:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/thematic-break.js"),list:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/list.js"),setextHeading:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/heading-setext.js"),html:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/html-block.js"),footnote:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/footnote-definition.js"),definition:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/definition.js"),table:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/table.js"),paragraph:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/paragraph.js")},d.inlineTokenizers={escape:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/escape.js"),autoLink:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/auto-link.js"),url:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/url.js"),html:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/html-inline.js"),link:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/link.js"),reference:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/reference.js"),strong:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/strong.js"),emphasis:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/emphasis.js"),deletion:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/delete.js"),code:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/code-inline.js"),break:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/break.js"),text:r("../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/text.js")},d.blockMethods=keys(d.blockTokenizers),d.inlineMethods=keys(d.inlineTokenizers),d.tokenizeBlock=l("block"),d.tokenizeInline=l("inline"),d.tokenizeFactory=l},"../node_modules/react-markdown/node_modules/remark-parse/lib/set-options.js":function(e,n,r){var t=r("../node_modules/xtend/immutable.js"),o=r("../node_modules/markdown-escapes/index.js"),i=r("../node_modules/react-markdown/node_modules/remark-parse/lib/defaults.js");e.exports=function setOptions(e){var n,r,a=this.options;if(null==e)e={};else{if("object"!=typeof e)throw new Error("Invalid value `"+e+"` for setting `options`");e=t(e)}for(n in i){if(null==(r=e[n])&&(r=a[n]),"blocks"!==n&&"boolean"!=typeof r||"blocks"===n&&"object"!=typeof r)throw new Error("Invalid value `"+r+"` for setting `options."+n+"`");e[n]=r}return this.options=e,this.escape=o(e),this}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/auto-link.js":function(e,n,r){var t=r("../node_modules/is-whitespace-character/index.js"),o=r("../node_modules/parse-entities/index.js"),i=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/tag.js");e.exports=autoLink,autoLink.locator=i,autoLink.notInLink=!0;var a="<",s=">",l="@",d="/",c="mailto:",u=c.length;function autoLink(e,n,r){var i,f,m,p,h,k,g,_,b,w,v;if(n.charAt(0)===a){for(this,i="",f=n.length,m=0,p="",k=!1,g="",m++,i=a;m<f&&(h=n.charAt(m),!(t(h)||h===s||h===l||":"===h&&n.charAt(m+1)===d));)p+=h,m++;if(p){if(g+=p,p="",g+=h=n.charAt(m),m++,h===l)k=!0;else{if(":"!==h||n.charAt(m+1)!==d)return;g+=d,m++}for(;m<f&&(h=n.charAt(m),!t(h)&&h!==s);)p+=h,m++;if(h=n.charAt(m),p&&h===s)return!!r||(b=g+=p,i+=g+h,(_=e.now()).column++,_.offset++,k&&(g.slice(0,u).toLowerCase()===c?(b=b.substr(u),_.column+=u,_.offset+=u):g=c+g),w=this.inlineTokenizers,this.inlineTokenizers={text:w.text},v=this.enterLink(),b=this.tokenizeInline(b,_),this.inlineTokenizers=w,v(),e(i)({type:"link",title:null,url:o(g,{nonTerminated:!1}),children:b}))}}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/blockquote.js":function(e,n,r){var t=r("../node_modules/trim/index.js"),o=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/interrupt.js");e.exports=function blockquote(e,n,r){var d,c,u,f,m,p,h,k,g,_=this.offset,b=this.blockTokenizers,w=this.interruptBlockquote,v=e.now(),x=v.line,j=n.length,A=[],y=[],z=[],C=0;for(;C<j&&((c=n.charAt(C))===s||c===a);)C++;if(n.charAt(C)!==l)return;if(r)return!0;C=0;for(;C<j;){for(f=n.indexOf(i,C),h=C,k=!1,-1===f&&(f=j);C<j&&((c=n.charAt(C))===s||c===a);)C++;if(n.charAt(C)===l?(C++,k=!0,n.charAt(C)===s&&C++):C=h,m=n.slice(C,f),!k&&!t(m)){C=h;break}if(!k&&(u=n.slice(C),o(w,b,this,[e,u,!0])))break;p=h===C?m:n.slice(h,f),z.push(C-h),A.push(p),y.push(m),C=f+1}C=-1,j=z.length,d=e(A.join(i));for(;++C<j;)_[x]=(_[x]||0)+z[C],x++;return g=this.enterBlock(),y=this.tokenizeBlock(y.join(i),v),g(),d({type:"blockquote",children:y})};var i="\n",a="\t",s=" ",l=">"},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/break.js":function(e,n,r){var t=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/break.js");e.exports=hardBreak,hardBreak.locator=t;var o=2;function hardBreak(e,n,r){for(var t,i=n.length,a=-1,s="";++a<i;){if("\n"===(t=n.charAt(a))){if(a<o)return;return!!r||e(s+=t)({type:"break"})}if(" "!==t)return;s+=t}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/code-fenced.js":function(e,n,r){var t=r("../node_modules/trim-trailing-lines/index.js");e.exports=function fencedCode(e,n,r){var u,f,m,p,h,k,g,_,b,w,v,x=this.options,j=n.length+1,A=0,y="";if(!x.gfm)return;for(;A<j&&((m=n.charAt(A))===a||m===i);)y+=m,A++;if(w=A,(m=n.charAt(A))!==s&&m!==l)return;A++,f=m,u=1,y+=m;for(;A<j&&(m=n.charAt(A))===f;)y+=m,u++,A++;if(u<d)return;for(;A<j&&((m=n.charAt(A))===a||m===i);)y+=m,A++;p="",h="";for(;A<j&&(m=n.charAt(A))!==o&&m!==s&&m!==l;)m===a||m===i?h+=m:(p+=h+m,h=""),A++;if((m=n.charAt(A))&&m!==o)return;if(r)return!0;(v=e.now()).column+=y.length,v.offset+=y.length,y+=p,p=this.decode.raw(this.unescape(p),v),h&&(y+=h);h="",_="",b="",k="",g="";for(;A<j;)if(m=n.charAt(A),k+=_,g+=b,_="",b="",m===o){for(k?(_+=m,b+=m):y+=m,h="",A++;A<j&&(m=n.charAt(A))===a;)h+=m,A++;if(_+=h,b+=h.slice(w),!(h.length>=c)){for(h="";A<j&&(m=n.charAt(A))===f;)h+=m,A++;if(_+=h,b+=h,!(h.length<u)){for(h="";A<j&&((m=n.charAt(A))===a||m===i);)_+=m,b+=m,A++;if(!m||m===o)break}}}else k+=m,b+=m,A++;return e(y+=k+_)({type:"code",lang:p||null,value:t(g)})};var o="\n",i="\t",a=" ",s="~",l="`",d=3,c=4},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/code-indented.js":function(e,n,r){var t=r("../node_modules/repeat-string/index.js"),o=r("../node_modules/trim-trailing-lines/index.js");e.exports=function indentedCode(e,n,r){var t,d,c,u=-1,f=n.length,m="",p="",h="",k="";for(;++u<f;)if(t=n.charAt(u),c)if(c=!1,m+=h,p+=k,h="",k="",t===i)h=t,k=t;else for(m+=t,p+=t;++u<f;){if(!(t=n.charAt(u))||t===i){k=t,h=t;break}m+=t,p+=t}else if(t===s&&n.charAt(u+1)===t&&n.charAt(u+2)===t&&n.charAt(u+3)===t)h+=l,u+=3,c=!0;else if(t===a)h+=t,c=!0;else{for(d="";t===a||t===s;)d+=t,t=n.charAt(++u);if(t!==i)break;h+=d+t,k+=t}if(p)return!!r||e(m)({type:"code",lang:null,value:o(p)})};var i="\n",a="\t",s=" ",l=t(s,4)},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/code-inline.js":function(e,n,r){var t=r("../node_modules/is-whitespace-character/index.js"),o=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/code-inline.js");e.exports=inlineCode,inlineCode.locator=o;var i="`";function inlineCode(e,n,r){for(var o,a,s,l,d,c,u,f,m=n.length,p=0,h="",k="";p<m&&n.charAt(p)===i;)h+=i,p++;if(h){for(d=h,l=p,h="",f=n.charAt(p),s=0;p<m;){if(c=f,f=n.charAt(p+1),c===i?(s++,k+=c):(s=0,h+=c),s&&f!==i){if(s===l){d+=h+k,u=!0;break}h+=k,k=""}p++}if(!u){if(l%2!=0)return;h=""}if(r)return!0;for(o="",a="",m=h.length,p=-1;++p<m;)c=h.charAt(p),t(c)?a+=c:(a&&(o&&(o+=a),a=""),o+=c);return e(d)({type:"inlineCode",value:o})}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/definition.js":function(e,n,r){var t=r("../node_modules/is-whitespace-character/index.js"),o=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/normalize.js");e.exports=definition,definition.notInList=!0,definition.notInBlock=!0;var i='"',a="'",s="\\",l="\n",d="\t",c=" ",u="[",f="]",m="(",p=")",h=":",k="<",g=">";function definition(e,n,r){for(var t,g,_,b,w,v,x,j,A=this.options.commonmark,y=0,z=n.length,C="";y<z&&((b=n.charAt(y))===c||b===d);)C+=b,y++;if((b=n.charAt(y))===u){for(y++,C+=b,_="";y<z&&(b=n.charAt(y))!==f;)b===s&&(_+=b,y++,b=n.charAt(y)),_+=b,y++;if(_&&n.charAt(y)===f&&n.charAt(y+1)===h){for(v=_,y=(C+=_+f+h).length,_="";y<z&&((b=n.charAt(y))===d||b===c||b===l);)C+=b,y++;if(_="",t=C,(b=n.charAt(y))===k){for(y++;y<z&&isEnclosedURLCharacter(b=n.charAt(y));)_+=b,y++;if((b=n.charAt(y))===isEnclosedURLCharacter.delimiter)C+=k+_+b,y++;else{if(A)return;y-=_.length+1,_=""}}if(!_){for(;y<z&&isUnclosedURLCharacter(b=n.charAt(y));)_+=b,y++;C+=_}if(_){for(x=_,_="";y<z&&((b=n.charAt(y))===d||b===c||b===l);)_+=b,y++;if(w=null,(b=n.charAt(y))===i?w=i:b===a?w=a:b===m&&(w=p),w){if(!_)return;for(y=(C+=_+b).length,_="";y<z&&(b=n.charAt(y))!==w;){if(b===l){if(y++,(b=n.charAt(y))===l||b===w)return;_+=l}_+=b,y++}if((b=n.charAt(y))!==w)return;g=C,C+=_+b,y++,j=_,_=""}else _="",y=C.length;for(;y<z&&((b=n.charAt(y))===d||b===c);)C+=b,y++;return(b=n.charAt(y))&&b!==l?void 0:!!r||(t=e(t).test().end,x=this.decode.raw(this.unescape(x),t,{nonTerminated:!1}),j&&(g=e(g).test().end,j=this.decode.raw(this.unescape(j),g)),e(C)({type:"definition",identifier:o(v),title:j||null,url:x}))}}}}function isEnclosedURLCharacter(e){return e!==g&&e!==u&&e!==f}function isUnclosedURLCharacter(e){return e!==u&&e!==f&&!t(e)}isEnclosedURLCharacter.delimiter=g},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/delete.js":function(e,n,r){var t=r("../node_modules/is-whitespace-character/index.js"),o=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/delete.js");e.exports=strikethrough,strikethrough.locator=o;var i="~",a="~~";function strikethrough(e,n,r){var o,s,l,d="",c="",u="",f="";if(this.options.gfm&&n.charAt(0)===i&&n.charAt(1)===i&&!t(n.charAt(2)))for(o=1,s=n.length,(l=e.now()).column+=2,l.offset+=2;++o<s;){if(!((d=n.charAt(o))!==i||c!==i||u&&t(u)))return!!r||e(a+f+a)({type:"delete",children:this.tokenizeInline(f,l)});f+=c,u=c,c=d}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/emphasis.js":function(e,n,r){var t=r("../node_modules/trim/index.js"),o=r("../node_modules/is-word-character/index.js"),i=r("../node_modules/is-whitespace-character/index.js"),a=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/emphasis.js");e.exports=emphasis,emphasis.locator=a;var s="*",l="_";function emphasis(e,n,r){var a,d,c,u,f,m,p,h=0,k=n.charAt(h);if(!(k!==s&&k!==l||(d=this.options.pedantic,f=k,c=k,m=n.length,h++,u="",k="",d&&i(n.charAt(h)))))for(;h<m;){if(p=k,!((k=n.charAt(h))!==c||d&&i(p))){if((k=n.charAt(++h))!==c){if(!t(u)||p===c)return;if(!d&&c===l&&o(k)){u+=c;continue}return!!r||((a=e.now()).column++,a.offset++,e(f+u+c)({type:"emphasis",children:this.tokenizeInline(u,a)}))}u+=c}d||"\\"!==k||(u+=k,k=n.charAt(++h)),u+=k,h++}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/escape.js":function(e,n,r){var t=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/escape.js");function escape(e,n,r){var t,o;if("\\"===n.charAt(0)&&(t=n.charAt(1),-1!==this.escape.indexOf(t)))return!!r||(o="\n"===t?{type:"break"}:{type:"text",value:t},e("\\"+t)(o))}e.exports=escape,escape.locator=t},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/footnote-definition.js":function(e,n,r){var t=r("../node_modules/is-whitespace-character/index.js"),o=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/normalize.js");e.exports=footnoteDefinition,footnoteDefinition.notInList=!0,footnoteDefinition.notInBlock=!0;var i="\\",a="\n",s="\t",l=" ",d="[",c="]",u="^",f=":",m=/^( {4}|\t)?/gm;function footnoteDefinition(e,n,r){var p,h,k,g,_,b,w,v,x,j,A,y,z=this.offset;if(this.options.footnotes){for(p=0,h=n.length,k="",g=e.now(),_=g.line;p<h&&(x=n.charAt(p),t(x));)k+=x,p++;if(n.charAt(p)===d&&n.charAt(p+1)===u){for(p=(k+=d+u).length,w="";p<h&&(x=n.charAt(p))!==c;)x===i&&(w+=x,p++,x=n.charAt(p)),w+=x,p++;if(w&&n.charAt(p)===c&&n.charAt(p+1)===f){if(r)return!0;for(j=o(w),p=(k+=w+c+f).length;p<h&&((x=n.charAt(p))===s||x===l);)k+=x,p++;for(g.column+=k.length,g.offset+=k.length,w="",b="",v="";p<h;){if((x=n.charAt(p))===a){for(v=x,p++;p<h&&(x=n.charAt(p))===a;)v+=x,p++;for(w+=v,v="";p<h&&(x=n.charAt(p))===l;)v+=x,p++;if(0===v.length)break;w+=v}w&&(b+=w,w=""),b+=x,p++}return k+=b,b=b.replace(m,(function(e){return z[_]=(z[_]||0)+e.length,_++,""})),A=e(k),y=this.enterBlock(),b=this.tokenizeBlock(b,g),y(),A({type:"footnoteDefinition",identifier:j,children:b})}}}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/heading-atx.js":function(e,n,r){e.exports=function atxHeading(e,n,r){var l,d,c,u=this.options,f=n.length+1,m=-1,p=e.now(),h="",k="";for(;++m<f;){if((l=n.charAt(m))!==i&&l!==o){m--;break}h+=l}c=0;for(;++m<=f;){if((l=n.charAt(m))!==a){m--;break}h+=l,c++}if(c>s)return;if(!c||!u.pedantic&&n.charAt(m+1)===a)return;f=n.length+1,d="";for(;++m<f;){if((l=n.charAt(m))!==i&&l!==o){m--;break}d+=l}if(!u.pedantic&&0===d.length&&l&&l!==t)return;if(r)return!0;h+=d,d="",k="";for(;++m<f&&(l=n.charAt(m))&&l!==t;)if(l===i||l===o||l===a){for(;l===i||l===o;)d+=l,l=n.charAt(++m);for(;l===a;)d+=l,l=n.charAt(++m);for(;l===i||l===o;)d+=l,l=n.charAt(++m);m--}else k+=d+l,d="";return p.column+=h.length,p.offset+=h.length,e(h+=k+d)({type:"heading",depth:c,children:this.tokenizeInline(k,p)})};var t="\n",o="\t",i=" ",a="#",s=6},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/heading-setext.js":function(e,n,r){e.exports=function setextHeading(e,n,r){var l,d,c,u,f,m=e.now(),p=n.length,h=-1,k="";for(;++h<p;){if((c=n.charAt(h))!==i||h>=a){h--;break}k+=c}l="",d="";for(;++h<p;){if((c=n.charAt(h))===t){h--;break}c===i||c===o?d+=c:(l+=d+c,d="")}if(m.column+=k.length,m.offset+=k.length,k+=l+d,c=n.charAt(++h),u=n.charAt(++h),c!==t||!s[u])return;k+=c,d=u,f=s[u];for(;++h<p;){if((c=n.charAt(h))!==u){if(c!==t)return;h--;break}d+=c}if(r)return!0;return e(k+d)({type:"heading",depth:f,children:this.tokenizeInline(l,m)})};var t="\n",o="\t",i=" ",a=3,s={};s["="]=1,s["-"]=2},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/html-block.js":function(e,n,r){var t=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/html.js").openCloseTag;e.exports=function blockHTML(e,n,r){var l,d,c,u,f,m,p,h=this.options.blocks,k=n.length,g=0,_=[[/^<(script|pre|style)(?=(\s|>|$))/i,/<\/(script|pre|style)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Za-z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+h.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(t.source+"\\s*$"),/^$/,!1]];for(;g<k&&((u=n.charAt(g))===o||u===i);)g++;if(n.charAt(g)!==s)return;l=-1===(l=n.indexOf(a,g+1))?k:l,d=n.slice(g,l),c=-1,f=_.length;for(;++c<f;)if(_[c][0].test(d)){m=_[c];break}if(!m)return;if(r)return m[2];if(g=l,!m[1].test(d))for(;g<k;){if(l=-1===(l=n.indexOf(a,g+1))?k:l,d=n.slice(g+1,l),m[1].test(d)){d&&(g=l);break}g=l}return p=n.slice(0,g),e(p)({type:"html",value:p})};var o="\t",i=" ",a="\n",s="<"},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/html-inline.js":function(e,n,r){var t=r("../node_modules/is-alphabetical/index.js"),o=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/tag.js"),i=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/html.js").tag;e.exports=inlineHTML,inlineHTML.locator=o;var a=/^<a /i,s=/^<\/a>/i;function inlineHTML(e,n,r){var o,l,d=n.length;if(!("<"!==n.charAt(0)||d<3)&&(o=n.charAt(1),(t(o)||"?"===o||"!"===o||"/"===o)&&(l=n.match(i))))return!!r||(l=l[0],!this.inLink&&a.test(l)?this.inLink=!0:this.inLink&&s.test(l)&&(this.inLink=!1),e(l)({type:"html",value:l}))}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/link.js":function(e,n,r){var t=r("../node_modules/is-whitespace-character/index.js"),o=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/link.js");e.exports=link,link.locator=o;var i={}.hasOwnProperty,a="\\",s="[",l="]",d="(",c=")",u="<",f=">",m="`",p={'"':'"',"'":"'"},h={};function link(e,n,r){var o,k,g,_,b,w,v,x,j,A,y,z,C,P,L,O,T,H,I,S="",R=0,E=n.charAt(0),B=this.options.pedantic,D=this.options.commonmark,U=this.options.gfm;if("!"===E&&(j=!0,S=E,E=n.charAt(++R)),E===s&&(j||!this.inLink)){for(S+=E,L="",R++,z=n.length,P=0,(T=e.now()).column+=R,T.offset+=R;R<z;){if(w=E=n.charAt(R),E===m){for(k=1;n.charAt(R+1)===m;)w+=E,R++,k++;g?k>=g&&(g=0):g=k}else if(E===a)R++,w+=n.charAt(R);else if(g&&!U||E!==s){if((!g||U)&&E===l){if(!P){if(!B)for(;R<z&&(E=n.charAt(R+1),t(E));)w+=E,R++;if(n.charAt(R+1)!==d)return;w+=d,o=!0,R++;break}P--}}else P++;L+=w,w="",R++}if(o){for(A=L,S+=L+w,R++;R<z&&(E=n.charAt(R),t(E));)S+=E,R++;if(E=n.charAt(R),x=D?h:p,L="",_=S,E===u){for(R++,_+=u;R<z&&(E=n.charAt(R))!==f;){if(D&&"\n"===E)return;L+=E,R++}if(n.charAt(R)!==f)return;S+=u+L+f,O=L,R++}else{for(E=null,w="";R<z&&(E=n.charAt(R),!w||!i.call(x,E));){if(t(E)){if(!B)break;w+=E}else{if(E===d)P++;else if(E===c){if(0===P)break;P--}L+=w,w="",E===a&&(L+=a,E=n.charAt(++R)),L+=E}R++}O=L,R=(S+=L).length}for(L="";R<z&&(E=n.charAt(R),t(E));)L+=E,R++;if(E=n.charAt(R),S+=L,L&&i.call(x,E))if(R++,S+=E,L="",y=x[E],b=S,D){for(;R<z&&(E=n.charAt(R))!==y;)E===a&&(L+=a,E=n.charAt(++R)),R++,L+=E;if((E=n.charAt(R))!==y)return;for(C=L,S+=L+E,R++;R<z&&(E=n.charAt(R),t(E));)S+=E,R++}else for(w="";R<z;){if((E=n.charAt(R))===y)v&&(L+=y+w,w=""),v=!0;else if(v){if(E===c){S+=L+y+w,C=L;break}t(E)?w+=E:(L+=y+w+E,w="",v=!1)}else L+=E;R++}if(n.charAt(R)===c)return!!r||(S+=c,O=this.decode.raw(this.unescape(O),e(_).test().end,{nonTerminated:!1}),C&&(b=e(b).test().end,C=this.decode.raw(this.unescape(C),b)),I={type:j?"image":"link",title:C||null,url:O},j?I.alt=this.decode.raw(this.unescape(A),T)||null:(H=this.enterLink(),I.children=this.tokenizeInline(A,T),H()),e(S)(I))}}}h['"']='"',h["'"]="'",h[d]=c},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/list.js":function(e,n,r){var t=r("../node_modules/trim/index.js"),o=r("../node_modules/repeat-string/index.js"),i=r("../node_modules/is-decimal/index.js"),a=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/get-indentation.js"),s=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/remove-indentation.js"),l=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/interrupt.js");e.exports=function list(e,n,r){var o,a,s,h,g,_,b,w,v,y,z,C,P,L,O,T,H,I,S,R,E,B,D,U,N=this.options.commonmark,M=this.options.pedantic,q=this.blockTokenizers,$=this.interruptList,Z=0,W=n.length,F=null,J=0;for(;Z<W;){if((h=n.charAt(Z))===p)J+=k-J%k;else{if(h!==f)break;J++}Z++}if(J>=k)return;if(h=n.charAt(Z),o=N?A:j,!0===x[h])g=h,s=!1;else{for(s=!0,a="";Z<W&&(h=n.charAt(Z),i(h));)a+=h,Z++;if(h=n.charAt(Z),!a||!0!==o[h])return;F=parseInt(a,10),g=h}if((h=n.charAt(++Z))!==f&&h!==p)return;if(r)return!0;Z=0,L=[],O=[],T=[];for(;Z<W;){for(_=n.indexOf(m,Z),b=Z,w=!1,U=!1,-1===_&&(_=W),D=Z+k,J=0;Z<W;){if((h=n.charAt(Z))===p)J+=k-J%k;else{if(h!==f)break;J++}Z++}if(J>=k&&(U=!0),H&&J>=H.indent&&(U=!0),h=n.charAt(Z),v=null,!U){if(!0===x[h])v=h,Z++,J++;else{for(a="";Z<W&&(h=n.charAt(Z),i(h));)a+=h,Z++;h=n.charAt(Z),Z++,a&&!0===o[h]&&(v=h,J+=a.length+1)}if(v)if((h=n.charAt(Z))===p)J+=k-J%k,Z++;else if(h===f){for(D=Z+k;Z<D&&n.charAt(Z)===f;)Z++,J++;Z===D&&n.charAt(Z)===f&&(Z-=k-1,J-=k-1)}else h!==m&&""!==h&&(v=null)}if(v){if(!M&&g!==v)break;w=!0}else N||U||n.charAt(b)!==f?N&&H&&(U=J>=H.indent||J>k):U=!0,w=!1,Z=b;if(z=n.slice(b,_),y=b===Z?z:n.slice(Z,_),(v===d||v===c||v===u)&&q.thematicBreak.call(this,e,z,!0))break;if(C=P,P=!t(y).length,U&&H)H.value=H.value.concat(T,z),O=O.concat(T,z),T=[];else if(w)0!==T.length&&(H.value.push(""),H.trail=T.concat()),H={value:[z],indent:J,trail:[]},L.push(H),O=O.concat(T,z),T=[];else if(P){if(C)break;T.push(z)}else{if(C)break;if(l($,q,this,[e,z,!0]))break;H.value=H.value.concat(T,z),O=O.concat(T,z),T=[]}Z=_+1}E=e(O.join(m)).reset({type:"list",ordered:s,start:F,loose:null,children:[]}),I=this.enterList(),S=this.enterBlock(),R=!1,Z=-1,W=L.length;for(;++Z<W;)H=L[Z].value.join(m),B=e.now(),(H=e(H)(listItem(this,H,B),E)).loose&&(R=!0),H=L[Z].trail.join(m),Z!==W-1&&(H+=m),e(H);return I(),S(),E.loose=R,E};var d="*",c="_",u="-",f=" ",m="\n",p="\t",h="x",k=4,g=/\n\n(?!\s*$)/,_=/^\[([ \t]|x|X)][ \t]/,b=/^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/,w=/^([ \t]*)([*+-]|\d+[.)])([ \t]+)/,v=/^( {1,4}|\t)?/gm,x={};x[d]=!0,x["+"]=!0,x[u]=!0;var j={".":!0},A={};function listItem(e,n,r){var t,o,i=e.offset,a=null;return n=(e.options.pedantic?pedanticListItem:normalListItem).apply(null,arguments),e.options.gfm&&(t=n.match(_))&&(o=t[0].length,a=t[1].toLowerCase()===h,i[r.line]+=o,n=n.slice(o)),{type:"listItem",loose:g.test(n)||n.charAt(n.length-1)===m,checked:a,children:e.tokenizeBlock(n,r)}}function pedanticListItem(e,n,r){var t=e.offset,o=r.line;return n=n.replace(w,replacer),o=r.line,n.replace(v,replacer);function replacer(e){return t[o]=(t[o]||0)+e.length,o++,""}}function normalListItem(e,n,r){var t,i,l,d,c,u,p,h=e.offset,k=r.line;for(d=(n=n.replace(b,(function replacer(e,n,r,a,s){i=n+r+a,l=s,Number(r)<10&&i.length%2==1&&(r=f+r);return(t=n+o(f,r.length)+a)+l}))).split(m),(c=s(n,a(t).indent).split(m))[0]=l,h[k]=(h[k]||0)+i.length,k++,u=0,p=d.length;++u<p;)h[k]=(h[k]||0)+d[u].length-c[u].length,k++;return c.join(m)}A["."]=!0,A[")"]=!0},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/newline.js":function(e,n,r){var t=r("../node_modules/is-whitespace-character/index.js");e.exports=function newline(e,n,r){var o,i,a,s,l=n.charAt(0);if("\n"!==l)return;if(r)return!0;s=1,o=n.length,i=l,a="";for(;s<o&&(l=n.charAt(s),t(l));)a+=l,"\n"===l&&(i+=a,a=""),s++;e(i)}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/paragraph.js":function(e,n,r){var t=r("../node_modules/trim/index.js"),o=r("../node_modules/is-decimal/index.js"),i=r("../node_modules/trim-trailing-lines/index.js"),a=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/interrupt.js");e.exports=function paragraph(e,n,r){var u,f,m,p,h,k=this.options,g=k.commonmark,_=k.gfm,b=this.blockTokenizers,w=this.interruptParagraph,v=n.indexOf(s),x=n.length;for(;v<x;){if(-1===v){v=x;break}if(n.charAt(v+1)===s)break;if(g){for(p=0,u=v+1;u<x;){if((m=n.charAt(u))===l){p=c;break}if(m!==d)break;p++,u++}if(p>=c){v=n.indexOf(s,v+1);continue}}if(f=n.slice(v+1),a(w,b,this,[e,f,!0]))break;if(b.list.call(this,e,f,!0)&&(this.inList||g||_&&!o(t.left(f).charAt(0))))break;if(u=v,-1!==(v=n.indexOf(s,v+1))&&""===t(n.slice(u,v))){v=u;break}}if(f=n.slice(0,v),""===t(f))return e(f),null;if(r)return!0;return h=e.now(),f=i(f),e(f)({type:"paragraph",children:this.tokenizeInline(f,h)})};var s="\n",l="\t",d=" ",c=4},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/reference.js":function(e,n,r){var t=r("../node_modules/is-whitespace-character/index.js"),o=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/link.js"),i=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/normalize.js");e.exports=reference,reference.locator=o;var a="link",s="image",l="footnote",d="shortcut",c="collapsed",u="full",f="^",m="\\",p="[",h="]";function reference(e,n,r){var o,k,g,_,b,w,v,x,j=n.charAt(0),A=0,y=n.length,z="",C="",P=a,L=d;if("!"===j&&(P=s,C=j,j=n.charAt(++A)),j===p){if(A++,C+=j,w="",this.options.footnotes&&n.charAt(A)===f){if(P===s)return;C+=f,A++,P=l}for(x=0;A<y;){if((j=n.charAt(A))===p)v=!0,x++;else if(j===h){if(!x)break;x--}j===m&&(w+=m,j=n.charAt(++A)),w+=j,A++}if(z=w,o=w,(j=n.charAt(A))===h){for(A++,z+=j,w="";A<y&&(j=n.charAt(A),t(j));)w+=j,A++;if(j=n.charAt(A),P!==l&&j===p){for(k="",w+=j,A++;A<y&&(j=n.charAt(A))!==p&&j!==h;)j===m&&(k+=m,j=n.charAt(++A)),k+=j,A++;(j=n.charAt(A))===h?(L=k?u:c,w+=k+j,A++):k="",z+=w,w=""}else{if(!o)return;k=o}if(L===u||!v)return z=C+z,P===a&&this.inLink?null:!!r||(P===l&&-1!==o.indexOf(" ")?e(z)({type:"footnote",children:this.tokenizeInline(o,e.now())}):((g=e.now()).column+=C.length,g.offset+=C.length,_={type:P+"Reference",identifier:i(k=L===u?k:o)},P!==a&&P!==s||(_.referenceType=L),P===a?(b=this.enterLink(),_.children=this.tokenizeInline(o,g),b()):P===s&&(_.alt=this.decode.raw(this.unescape(o),g)||null),e(z)(_)))}}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/strong.js":function(e,n,r){var t=r("../node_modules/trim/index.js"),o=r("../node_modules/is-whitespace-character/index.js"),i=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/strong.js");e.exports=strong,strong.locator=i;var a="*",s="_";function strong(e,n,r){var i,l,d,c,u,f,m,p=0,h=n.charAt(p);if(!(h!==a&&h!==s||n.charAt(++p)!==h||(l=this.options.pedantic,u=(d=h)+d,f=n.length,p++,c="",h="",l&&o(n.charAt(p)))))for(;p<f;){if(m=h,!((h=n.charAt(p))!==d||n.charAt(p+1)!==d||l&&o(m))&&(h=n.charAt(p+2))!==d){if(!t(c))return;return!!r||((i=e.now()).column+=2,i.offset+=2,e(u+c+u)({type:"strong",children:this.tokenizeInline(c,i)}))}l||"\\"!==h||(c+=h,h=n.charAt(++p)),c+=h,p++}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/table.js":function(e,n,r){var t=r("../node_modules/is-whitespace-character/index.js");e.exports=function table(e,n,r){var _,b,w,v,x,j,A,y,z,C,P,L,O,T,H,I,S,R,E,B,D,U,N,M;if(!this.options.gfm)return;_=0,R=0,j=n.length+1,A=[];for(;_<j;){if(U=n.indexOf(c,_),N=n.indexOf(s,_+1),-1===U&&(U=n.length),-1===N||N>U){if(R<m)return;break}A.push(n.slice(_,U)),R++,_=U+1}v=A.join(c),b=A.splice(1,1)[0]||[],_=0,j=b.length,R--,w=!1,P=[];for(;_<j;){if((z=b.charAt(_))===s){if(C=null,!1===w){if(!1===M)return}else P.push(w),w=!1;M=!1}else if(z===a)C=!0,w=w||g;else if(z===l)w=w===p?h:C&&w===g?k:p;else if(!t(z))return;_++}!1!==w&&P.push(w);if(P.length<f)return;if(r)return!0;S=-1,B=[],D=e(v).reset({type:"table",align:P,children:B});for(;++S<R;){for(E=A[S],x={type:"tableRow",children:[]},S&&e(c),e(E).reset(x,D),j=E.length+1,_=0,y="",L="",O=!0,T=null,H=null;_<j;)if((z=E.charAt(_))!==u&&z!==d){if(""===z||z===s)if(O)e(z);else{if(z&&H){y+=z,_++;continue}!L&&!z||O||(v=L,y.length>1&&(z?(v+=y.slice(0,y.length-1),y=y.charAt(y.length-1)):(v+=y,y="")),I=e.now(),e(v)({type:"tableCell",children:this.tokenizeInline(L,I)},x)),e(y+z),y="",L=""}else if(y&&(L+=y,y=""),L+=z,z===o&&_!==j-2&&(L+=E.charAt(_+1),_++),z===i){for(T=1;E.charAt(_+1)===z;)L+=z,_++,T++;H?T>=H&&(H=0):H=T}O=!1,_++}else L?y+=z:e(z),_++;S||e(c+b)}return D};var o="\\",i="`",a="-",s="|",l=":",d=" ",c="\n",u="\t",f=1,m=2,p="left",h="center",k="right",g=null},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/text.js":function(e,n,r){e.exports=function text(e,n,r){var t,o,i,a,s,l,d,c,u,f;if(r)return!0;t=this.inlineMethods,a=t.length,o=this.inlineTokenizers,i=-1,u=n.length;for(;++i<a;)"text"!==(c=t[i])&&o[c]&&((d=o[c].locator)||e.file.fail("Missing locator: `"+c+"`"),-1!==(l=d.call(this,n,1))&&l<u&&(u=l));s=n.slice(0,u),f=e.now(),this.decode(s,f,(function(n,r,t){e(t||n)({type:"text",value:n})}))}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/thematic-break.js":function(e,n,r){e.exports=function thematicBreak(e,n,r){var c,u,f,m,p=-1,h=n.length+1,k="";for(;++p<h&&((c=n.charAt(p))===o||c===i);)k+=c;if(c!==a&&c!==l&&c!==s)return;u=c,k+=c,f=1,m="";for(;++p<h;)if((c=n.charAt(p))===u)f++,k+=m+u,m="";else{if(c!==i)return f>=d&&(!c||c===t)?(k+=m,!!r||e(k)({type:"thematicBreak"})):void 0;m+=c}};var t="\n",o="\t",i=" ",a="*",s="_",l="-",d=3},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenize/url.js":function(e,n,r){var t=r("../node_modules/parse-entities/index.js"),o=r("../node_modules/is-whitespace-character/index.js"),i=r("../node_modules/react-markdown/node_modules/remark-parse/lib/locate/url.js");e.exports=url,url.locator=i,url.notInLink=!0;var a="[",s="]",l="(",d=")",c="<",u="@",f="mailto:",m=["http://","https://",f],p=m.length;function url(e,n,r){var i,h,k,g,_,b,w,v,x,j,A,y;if(this.options.gfm){for(i="",g=-1,v=p;++g<v;)if(b=m[g],(w=n.slice(0,b.length)).toLowerCase()===b){i=w;break}if(i){for(g=i.length,v=n.length,x="",j=0;g<v&&(k=n.charAt(g),!o(k)&&k!==c)&&("."!==k&&","!==k&&":"!==k&&";"!==k&&'"'!==k&&"'"!==k&&")"!==k&&"]"!==k||(A=n.charAt(g+1))&&!o(A))&&(k!==l&&k!==a||j++,k!==d&&k!==s||!(--j<0));)x+=k,g++;if(x){if(h=i+=x,b===f){if(-1===(_=x.indexOf(u))||_===v-1)return;h=h.substr(f.length)}return!!r||(y=this.enterLink(),h=this.tokenizeInline(h,e.now()),y(),e(i)({type:"link",title:null,url:t(i,{nonTerminated:!1}),children:h}))}}}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/tokenizer.js":function(e,n,r){e.exports=function factory(e){return function tokenize(n,r){var o,i,a,s,l,d,c=this,u=c.offset,f=[],m=c[e+"Methods"],p=c[e+"Tokenizers"],h=r.line,k=r.column;if(!n)return f;eat.now=now,eat.file=c.file,updatePosition("");for(;n;){for(o=-1,i=m.length,l=!1;++o<i&&(s=m[o],!(a=p[s])||a.onlyAtStart&&!c.atStart||a.notInList&&c.inList||a.notInBlock&&c.inBlock||a.notInLink&&c.inLink||(d=n.length,a.apply(c,[eat,n]),!(l=d!==n.length))););l||c.file.fail(new Error("Infinite loop"),eat.now())}return c.eof=now(),f;function updatePosition(e){for(var n=-1,r=e.indexOf("\n");-1!==r;)h++,n=r,r=e.indexOf("\n",r+1);-1===n?k+=e.length:k=e.length-n,h in u&&(-1!==n?k+=u[h]:k<=u[h]&&(k=u[h]+1))}function now(){var e={line:h,column:k};return e.offset=c.toOffset(e),e}function Position(e){this.start=e,this.end=now()}function eat(e){var r=function getOffset(){var e=[],n=h+1;return function(){for(var r=h+1;n<r;)e.push((u[n]||0)+1),n++;return e}}(),o=function position(){var e=now();return(function update(n,r){var t=n.position,o=t?t.start:e,i=[],a=t&&t.end.line,s=e.line;if(n.position=new Position(o),t&&r&&t.indent){if(i=t.indent,a<s){for(;++a<s;)i.push((u[a]||0)+1);i.push(e.column)}r=i.concat(r)}return n.position.indent=r||[],n})}(),i=now();return function validateEat(e){n.substring(0,e.length)!==e&&c.file.fail(new Error("Incorrectly eaten value: please report this warning on http://git.io/vg5Ft"),now())}(e),apply.reset=reset,reset.test=test,apply.test=test,n=n.substring(e.length),updatePosition(e),r=r(),apply;function apply(e,n){return o(function add(e,n){var r=n?n.children:f,o=r[r.length-1];return o&&e.type===o.type&&e.type in t&&mergeable(o)&&mergeable(e)&&(e=t[e.type].call(c,o,e)),e!==o&&r.push(e),c.atStart&&0!==f.length&&c.exitStart(),e}(o(e),n),r)}function reset(){var r=apply.apply(null,arguments);return h=i.line,k=i.column,n=e+n,r}function test(){var r=o({});return h=i.line,k=i.column,n=e+n,r.position}}}};var t={text:function mergeText(e,n){return e.value+=n.value,e},blockquote:function mergeBlockquote(e,n){if(this.options.commonmark)return n;return e.children=e.children.concat(n.children),e}};function mergeable(e){var n,r;return"text"!==e.type||!e.position||(n=e.position.start,r=e.position.end,n.line!==r.line||r.column-n.column===e.value.length)}},"../node_modules/react-markdown/node_modules/remark-parse/lib/unescape.js":function(e,n,r){e.exports=function factory(e,n){return function unescape(r){var t,o=0,i=r.indexOf("\\"),a=e[n],s=[];for(;-1!==i;)s.push(r.slice(o,i)),o=i+1,(t=r.charAt(o))&&-1!==a.indexOf(t)||s.push("\\"),i=r.indexOf("\\",o);return s.push(r.slice(o)),s.join("")}}},"../node_modules/react-markdown/node_modules/remark-parse/lib/util/get-indentation.js":function(e,n,r){e.exports=function indentation(e){var n,r=0,o=0,i=e.charAt(r),a={};for(;i in t;)n=t[i],o+=n,n>1&&(o=Math.floor(o/n)*n),a[o]=r,i=e.charAt(++r);return{indent:o,stops:a}};var t={" ":1,"\t":4}},"../node_modules/react-markdown/node_modules/remark-parse/lib/util/html.js":function(e,n,r){var t="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\u0000-\\u0020]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",o="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>";n.openCloseTag=new RegExp("^(?:"+t+"|"+o+")"),n.tag=new RegExp("^(?:"+t+"|"+o+"|\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e|<[?].*?[?]>|<![A-Za-z]+\\s+[^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)")},"../node_modules/react-markdown/node_modules/remark-parse/lib/util/interrupt.js":function(e,n,r){e.exports=function interrupt(e,n,r,t){var o,i,a,s,l,d,c=["pedantic","commonmark"],u=c.length,f=e.length,m=-1;for(;++m<f;){for(o=e[m],i=o[1]||{},a=o[0],s=-1,d=!1;++s<u;)if(void 0!==i[l=c[s]]&&i[l]!==r.options[l]){d=!0;break}if(!d&&n[a].apply(r,t))return!0}return!1}},"../node_modules/react-markdown/node_modules/remark-parse/lib/util/normalize.js":function(e,n,r){var t=r("../node_modules/collapse-white-space/index.js");e.exports=function normalize(e){return t(e).toLowerCase()}},"../node_modules/react-markdown/node_modules/remark-parse/lib/util/remove-indentation.js":function(e,n,r){var t=r("../node_modules/trim/index.js"),o=r("../node_modules/repeat-string/index.js"),i=r("../node_modules/react-markdown/node_modules/remark-parse/lib/util/get-indentation.js");e.exports=function indentation(e,n){var r,d,c,u,f=e.split(s),m=f.length+1,p=1/0,h=[];f.unshift(o(a,n)+"!");for(;m--;)if(d=i(f[m]),h[m]=d.stops,0!==t(f[m]).length){if(!d.indent){p=1/0;break}d.indent>0&&d.indent<p&&(p=d.indent)}if(p!==1/0)for(m=f.length;m--;){for(c=h[m],r=p;r&&!(r in c);)r--;u=0!==t(f[m]).length&&p&&r!==p?l:"",f[m]=u+f[m].slice(r in c?c[r]+1:0)}return f.shift(),f.join(s)};var a=" ",s="\n",l="\t"},"../node_modules/react-markdown/node_modules/unified/index.js":function(e,n,r){var t=r("../node_modules/extend/index.js"),o=r("../node_modules/bail/index.js"),i=r("../node_modules/vfile/index.js"),a=r("../node_modules/trough/index.js"),s=r("../node_modules/x-is-string/index.js"),l=r("../node_modules/is-plain-obj/index.js");e.exports=function unified(){var e=[],n=a(),r={},f=!1,m=-1;return processor.data=function data(e,n){if(s(e))return 2===arguments.length?(assertUnfrozen("data",f),r[e]=n,processor):c.call(r,e)&&r[e]||null;if(e)return assertUnfrozen("data",f),r=e,processor;return r},processor.freeze=freeze,processor.attachers=e,processor.use=function use(n){var o;if(assertUnfrozen("use",f),null==n);else if("function"==typeof n)addPlugin.apply(null,arguments);else{if("object"!=typeof n)throw new Error("Expected usable value, not `"+n+"`");"length"in n?addList(n):addPreset(n)}o&&(r.settings=t(r.settings||{},o));return processor;function addPreset(e){addList(e.plugins),e.settings&&(o=t(o||{},e.settings))}function add(e){if("function"==typeof e)addPlugin(e);else{if("object"!=typeof e)throw new Error("Expected usable value, not `"+e+"`");"length"in e?addPlugin.apply(null,e):addPreset(e)}}function addList(e){var n,r;if(null==e);else{if(!("object"==typeof e&&"length"in e))throw new Error("Expected a list of plugins, not `"+e+"`");for(n=e.length,r=-1;++r<n;)add(e[r])}}function addPlugin(n,r){var o=function find(n){var r,t=e.length,o=-1;for(;++o<t;)if((r=e[o])[0]===n)return r}(n);o?(l(o[1])&&l(r)&&(r=t(o[1],r)),o[1]=r):e.push(d.call(arguments))}},processor.parse=function parse(e){var n,r=i(e);if(freeze(),assertParser("parse",n=processor.Parser),newable(n))return new n(String(r),r).parse();return n(String(r),r)},processor.stringify=function stringify(e,n){var r,t=i(n);if(freeze(),assertCompiler("stringify",r=processor.Compiler),assertNode(e),newable(r))return new r(e,t).compile();return r(e,t)},processor.run=run,processor.runSync=function runSync(e,n){var r,t=!1;return run(e,n,(function done(e,n){t=!0,o(e),r=n})),assertDone("runSync","run",t),r},processor.process=process,processor.processSync=function processSync(e){var n,r=!1;return freeze(),assertParser("processSync",processor.Parser),assertCompiler("processSync",processor.Compiler),process(n=i(e),(function done(e){r=!0,o(e)})),assertDone("processSync","process",r),n},processor;function processor(){for(var n=unified(),o=e.length,i=-1;++i<o;)n.use.apply(null,e[i]);return n.data(t(!0,{},r)),n}function freeze(){var r,t,o,i;if(f)return processor;for(;++m<e.length;)t=(r=e[m])[0],null,!1!==(o=r[1])&&(!0===o&&(r[1]=void 0),"function"==typeof(i=t.apply(processor,r.slice(1)))&&n.use(i));return f=!0,m=1/0,processor}function run(e,r,t){if(assertNode(e),freeze(),t||"function"!=typeof r||(t=r,r=null),!t)return new Promise(executor);function executor(o,a){n.run(e,i(r),(function done(n,r,i){r=r||e,n?a(n):o?o(r):t(null,r,i)}))}executor(null,t)}function process(e,n){if(freeze(),assertParser("process",processor.Parser),assertCompiler("process",processor.Compiler),!n)return new Promise(executor);function executor(r,t){var o=i(e);u.run(processor,{file:o},(function done(e){e?t(e):r?r(o):n(null,o)}))}executor(null,n)}}().freeze();var d=[].slice,c={}.hasOwnProperty,u=a().use((function pipelineParse(e,n){n.tree=e.parse(n.file)})).use((function pipelineRun(e,n,r){e.run(n.tree,n.file,(function done(e,t,o){e?r(e):(n.tree=t,n.file=o,r())}))})).use((function pipelineStringify(e,n){n.file.contents=e.stringify(n.tree,n.file)}));function newable(e){return"function"==typeof e&&function keys(e){var n;for(n in e)return!0;return!1}(e.prototype)}function assertParser(e,n){if("function"!=typeof n)throw new Error("Cannot `"+e+"` without `Parser`")}function assertCompiler(e,n){if("function"!=typeof n)throw new Error("Cannot `"+e+"` without `Compiler`")}function assertUnfrozen(e,n){if(n)throw new Error(["Cannot invoke `"+e+"` on a frozen processor.\nCreate a new ","processor first, by invoking it: use `processor()` instead of ","`processor`."].join(""))}function assertNode(e){if(!e||!s(e.type))throw new Error("Expected node, got `"+e+"`")}function assertDone(e,n,r){if(!r)throw new Error("`"+e+"` finished async. Use `"+n+"` instead")}}}]);
//# sourceMappingURL=vendors~custom-page-KXWAf~pattern-view-page-WE7TE~a7ea9172.chunk.eaa5497fb7f7db0479e3.js.map