styledown2-source 2.0.0.pre1 → 2.0.0.pre2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
  class Styledown
3
3
  module Source
4
4
  SOURCE = <<-'STYLEDOWN_END'
5
- !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;n="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,n.Styledown=e()}}(function(){var define,module,exports;return function e(n,t,i){function a(o,s){if(!t[o]){if(!n[o]){var u="function"==typeof require&&require;if(!s&&u)return u(o,!0);if(r)return r(o,!0);var l=new Error("Cannot find module '"+o+"'");throw l.code="MODULE_NOT_FOUND",l}var h=t[o]={exports:{}};n[o][0].call(h.exports,function(e){var t=n[o][1][e];return a(t?t:e)},h,h.exports,e,n,t,i)}return t[o].exports}for(var r="function"==typeof require&&require,o=0;o<i.length;o++)a(i[o]);return a}({1:[function(e,n,t){"use strict";t.cache=e("./lib/cache"),t.render=e("./lib/render"),t.build=e("./lib/build"),t.templates=e("./lib/templates"),t.version=e("./package.json").version},{"./lib/build":2,"./lib/cache":5,"./lib/render":9,"./lib/templates":11,"./package.json":464}],2:[function(e,n,t){"use strict";function i(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t={files:{},templates:{},meta:{}},i=n.extension||".html";return r(t,e,{extension:i}),o(t),u(e,function(e,r){var o=e.name||r,s=e.contents||e.data||"";if(o.match(/^templates/))a(t,r,e);else{var u=o.replace(/\.md$/,i),c=l(s,{source:o});h(c,n),c.layout="html",c.type="text/html",c.toc=t.toc,t.files[u]=c}}),n.skipAssets||s(t),t}function a(e,n,t){var i=n.replace(/^templates\//,"").replace(/\.[^\.]+$/,""),a=e.templates[i];e.templates[i]=t.contents.replace(/{{{\s*inherit\s*}}}/g,a||"")}function r(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};n["README.md"]&&(e.toc=c(n["README.md"].contents,t),delete n["README.md"])}function o(n){n.templates=Object.assign({},e("../templates"))}function s(e){e.files["styledown/script.js"]={layout:"script",type:"application/javascript"},e.files["styledown/style.css"]={layout:"style",type:"text/css"}}var u=e("object-loops/for-each"),l=e("./parse_file"),h=e("./transform_lang"),c=(e("path").basename,e("path").dirname,e("../tocify"));n.exports=i},{"../templates":11,"../tocify":12,"./parse_file":3,"./transform_lang":4,"object-loops/for-each":189,path:193}],3:[function(e,n,t){"use strict";function i(e,n,t){for(;n.length>0;)r(e,n,t)||a(e,n);return!0}function a(e,n){n.shift()}function r(e,n,t){function i(){return o(e,a,s)}var a=[],s={id:null,title:null,depth:null,parts:[]};if(h(e,n,t),c(e,n,t,s)){for(;n.length;){if(r(e,n,t))return i();a.push(n.shift())}return i()}}function o(e,n,t){for(var i=[];n.length;){var a=n[0];"fence"===a.type?(s(e,i,t),u(e,n,t),i=[]):i.push(n.shift())}return s(e,i,t),!0}function s(e,n,t){if(0!==n.length){var i=""+t.id+"-"+(t.parts.length+1);return t.parts.push({id:i,type:"text",isText:!0,content:e.renderer.render(n,e.options).trim()}),!0}}function u(e,n,t){var i=""+t.id+"-"+(t.parts.length+1),a=l(n[0].info.trim()),r=n[0].content.trim();if(a)t.parts.push({id:i,type:"example",isExample:!0,language:a.language,preClass:[a["class"],"lang-"+a.language].join(" "),"class":a["class"],content:r,source:r});else{n[0].info.trim();t.parts.push({id:i,type:"code",isCode:!0,language:n[0].info.trim(),preClass:"lang-"+a.language,content:r})}return n.shift(),!0}function l(e){var n=e.match(/^example\.([^\.]+)((?:\.[^\.]+)*)$/);return n?{language:n[1],"class":(n[2]||".").substr(1).split(".").join(" ")}:void 0}function h(e,n,t){var i=n[0];if(!i)return!1;if("heading_open"!==i.type||"h1"!==i.tag)return!1;var a=e.renderer.render(n[1].children,e.options);return t.title=a,!0}function c(e,n,t,i){var a=n[0];if(!a)return!1;if("heading_open"!==a.type)return!1;if(!~["h1","h2","h3"].indexOf(a.tag))return!1;var r=e.renderer.render(n[1].children),o=p(a,"id");return i.id=o,i.title=r,i.depth=+a.tag.substr(1),t.sections.push(i),n.shift(),n.shift(),n.shift(),!0}function p(e,n){for(var t=e.attrs||[],i=0,a=t.length;a>i;i++){var r=t[i];if(r[0]===n)return r[1]}throw new Error("Styledown.parse: no ID for heading")}n.exports=function(n,t){var a=t.source,r=e("markdown-it")().use(e("markdown-it-named-headings")),o={},s={source:a,title:null,sections:[]},u=[].concat(r.parse(n,o));return i(r,u,s),s}},{"markdown-it":131,"markdown-it-named-headings":130}],4:[function(e,n,t){"use strict";function i(e,n){var t=n&&n.transform;if(Array.isArray(t))return r(e.sections,function(e){r(e.parts,function(e){"example"===e.type&&t.indexOf(e.language)>-1&&(e.source=e.content,e.content=a(e.content,e.language),e.sourceLanguage=e.language,e.language="html")})}),e}function a(e,n){var t=o(n);return t.render(e).body}var r=e("../helpers/each"),o=e("../helpers/jst_engine");n.exports=i},{"../helpers/each":6,"../helpers/jst_engine":7}],5:[function(e,n,t){(function(t){"use strict";function i(e,n){return a(JSON.stringify(e),n)}function a(e,n){if(o.has(e))return o.get(e);var t=n();return o.set(e,t),t}var r=e("lru-cache"),o=r(t.env.STYLEDOWN_CACHE_SIZE||1024);n.exports={cache:o,fetch:i,fetchExact:a}}).call(this,e("_process"))},{_process:195,"lru-cache":129}],6:[function(e,n,t){"use strict";function i(e,n){var t,i,a=e&&e.length;if("number"==typeof a)for(t=0;a>t;t++)n(e[t],t);else{i=0;for(t in e)e.hasOwnProperty(t)&&n(e[t],t,i++)}return e}n.exports=i},{}],7:[function(e,n,t){"use strict";function i(e){return~e.indexOf(".")?e.replace(/^.*\.([^\.]+)$/,"$1"):e}var a={};n.exports=function(n){if(n=i(n),a[n])return a[n];var t=e("jstransformer");return"jade"===n||"pug"===n?a[n]=t(e("jstransformer-pug")):"ejs"===n?a[n]=t(e("jstransformer-ejs")):a[n]=t(e("jstransformer-"+n)),a[n]}},{jstransformer:123,"jstransformer-ejs":121,"jstransformer-pug":122}],8:[function(e,n,t){"use strict";var i=e("unidecode"),a=e("lodash.kebabcase");n.exports=function(e){return a(i(e))}},{"lodash.kebabcase":127,unidecode:451}],9:[function(e,n,t){"use strict";function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e.templates||{}),t=e.meta||{},i=o(e.files,function(e,i,r){return e[r]=a(i,{meta:t,templates:n}),e},{});return i}function a(e,n){var t=n.meta,i=n.templates,a=Object.assign({},e,{meta:t}),o=e.layout,s=o?r(a,i,o):"",u=a.type;return{contents:s,type:u}}var r=e("./render_template"),o=e("object-loops/reduce");n.exports=i},{"./render_template":10,"object-loops/reduce":191}],10:[function(e,n,t){"use strict";function i(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"html",i=s(["render.templates",n],function(){return o(n,a)}),r=i[t];if(!r)throw new Error("render(): unknown template '"+t+"'");return r.render(e,i)}function a(e){return s(["render.compileTemplate",e],function(){return r.compile(e)})}var r=e("hogan.js"),o=e("object-loops/map"),s=e("../cache").fetch;n.exports=i},{"../cache":5,"hogan.js":111,"object-loops/map":190}],11:[function(e,n,t){"use strict";var i=(e("path").resolve,"<!doctype html>\n<html>\n <head>\n <meta charset='utf-8'>\n {{> htmlHead}}\n </head>\n <body>\n <div class='styledown-layout'>\n {{> htmlBody}}\n </div>\n </body>\n</html>"),a="<title>{{> title}}</title>\n{{> head}}",r="{{> sidebar}}\n{{> body}}\n{{> footer}}",o="{{title}}",s="<meta name='generator' content='Styledown2 "+e("../../package.json").version+"'>\n<meta name='viewport' content='width=device-width, initial-scale=1'>\n<link rel='stylesheet' href='{{base}}styledown/style.css' />",u="<script src='{{base}}styledown/script.js'></script>",l="<div class='styleguide-sidebar'>\n <input type='checkbox' id='styleguide-sidebar-toggle' />\n <label class='styleguide-sidebar-button' for='styleguide-sidebar-toggle'></label>\n <label class='styleguide-sidebar-screen' for='styleguide-sidebar-toggle'></label>\n <div class='styleguide-sidebar-contents'>\n {{> sidebarContents}}\n </div>\n</div>",h="{{> menu}}",c="<div class='styleguide-body'>\n {{#sections}}{{> section}}{{/sections}}\n</div>",p="<section class='styleguide-section -h{{depth}}'>\n <h{{depth}} id='{{id}}'>{{title}}</h{{depth}}>\n {{#parts}}{{> part}}{{/parts}}\n</section>",g="{{#isText}}{{> textPart}}{{/isText}}\n{{#isCode}}{{> codePart}}{{/isCode}}\n{{#isExample}}{{> examplePart}}{{/isExample}}",f="<div class='styleguide-text'>{{{content}}}</div>",d="<div class='styleguide-code {{class}}'>\n <pre class='{{preClass}}'><code>{{{content}}}</code></pre>\n</div>",y="<div class='styleguide-example {{class}}'>\n <div class='styleguide-example-figure'>{{{content}}}</div>\n <div class='styleguide-example-source'>\n <pre class='{{preClass}}'><code>{{{source}}}</code></pre>\n </div>\n</div>",m="<ul class='styleguide-menu'>\n{{#toc}}{{#sections}}{{> menuItem}}{{/sections}}{{/toc}}\n</ul>",b="<li class='styleguide-menu-item -level-{{depth}} {{#isParent}}-parent{{/isParent}}'>\n {{#href}}{{> menuItemLink}}{{/href}}\n {{^href}}{{> menuItemSpan}}{{/href}}\n {{#hasHeadings}}{{> headingList}}{{/hasHeadings}}\n {{#isParent}}{{> menuItemSubmenu}}{{/isParent}}\n</li>",w="<a href='{{href}}' class='link title {{#isActive}}-active{{/isActive}}'>\n {{title}}\n</a>",v="<span class='title'>{{title}}</span>",x="<ul class='submenu'>\n {{#sections}}{{> menuItem}}{{/sections}}\n</ul>",k="<ul class='headings styleguide-heading-list -depth-{{depth}}'>\n {{#headings}}{{> headingItem}}{{/headings}}\n</ul>",_="<li class='styleguide-heading-item'>\n<!-- ... -->\n</li>",C='!function e(t,n,r){function o(c,u){if(!n[c]){if(!t[c]){var a="function"==typeof require&&require;if(!u&&a)return a(c,!0);if(i)return i(c,!0);var s=new Error("Cannot find module \'"+c+"\'");throw s.code="MODULE_NOT_FOUND",s}var l=n[c]={exports:{}};t[c][0].call(l.exports,function(e){var n=t[c][1][e];return o(n?n:e)},l,l.exports,e,t,n,r)}return n[c].exports}for(var i="function"==typeof require&&require,c=0;c<r.length;c++)o(r[c]);return o}({1:[function(e,t,n){"use strict";void function(){function e(e){function t(){n(e,"-collapse"),r(e,"-expand"),c=!0}function o(){r(e,"-collapse"),n(e,"-expand"),c=!1}function i(){return c?o():t()}var c,u=e.querySelector(".styleguide-example-figure");e.querySelector(".styleguide-example-source");u.addEventListener("click",function(){i()}),t()}function t(e){return"complete"===document.readyState?e():void(document.addEventListener?document.addEventListener("DOMContentLoaded",e):document.attachEvent("onreadystatechange",function(){"interactive"===document.readyState&&e()}))}function n(e,t){e.classList?e.classList.add(t):e.className+=" "+t}function r(e,t){if(e.classList)e.classList.remove(t);else{var n=new RegExp("(^|\\\\b)"+t.split(" ").join("|")+"(\\\\b|$)","gi");e.className=e.className.replace(n," ")}}t(function(){for(var t=document.querySelectorAll(".styleguide-example"),n=0,r=t.length;r>n;n++)e(t[n])})}()},{}]},{},[1]);\n',j='.styleguide-body,.styleguide-code,.styleguide-example,.styleguide-menu,.styleguide-section,.styleguide-sidebar,.styleguide-text{box-sizing:border-box}.styleguide-section:after{content:"";display:table;clear:both;zoom:1}.styleguide-section>h3{border-bottom:2px solid hsla(0,0%,50%,.2);margin-bottom:16px;padding-bottom:16px}.styleguide-text{box-sizing:border-box}.styleguide-example,.styleguide-text{margin-bottom:16px}@media (min-width:768px){.styleguide-text{clear:both;float:right;width:30%;padding-left:16px}.styleguide-example{float:left;width:70%}}.styleguide-text>:first-child{margin-top:0}.styleguide-example{border-radius:2px;border:2px solid transparent;overflow:hidden}.styleguide-example-figure{overflow:hidden;padding:8px;background:-webkit-linear-gradient(top,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=");background:linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=");position:relative}.styleguide-example.-expand>.styleguide-example-figure:after,.styleguide-example.-expand>.styleguide-example-figure:before{content:"";position:absolute;left:0;width:100%;height:16px;opacity:0;background:rgba(0,0,0,.1);-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.styleguide-example.-expand>.styleguide-example-figure:after:hover,.styleguide-example.-expand>.styleguide-example-figure:before:hover{opacity:.3}.styleguide-example.-expand>.styleguide-example-figure:before{top:0;border-bottom:1px dashed red}.styleguide-example.-expand>.styleguide-example-figure:after{bottom:0;border-top:1px dashed red}@media (min-width:768px){.styleguide-example-figure{padding:16px}}.styleguide-example.-clear{border:0}.styleguide-example.-clear>.styleguide-example-figure{padding:0}.styleguide-example.-clear:not(.-expand)>.styleguide-example-figure{background:transparent}.styleguide-example.-dark>.styleguide-example-figure{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAFklEQVQI12NQBQF2EGAghQkmwXxSmADZJQiZ2ZZ46gAAAABJRU5ErkJggg==")}.styleguide-example-source{border-top:1px solid hsla(0,0%,50%,.2)}.styleguide-example-source>pre,.styleguide-example-source>pre>code{margin:0;border:0;border-radius:0;padding:0}.styleguide-example-source>pre{background:#fff;padding:16px}.styleguide-example.-collapse>.styleguide-example-source{display:none}.styleguide-example.-expand{border:2px solid hsla(0,0%,50%,.2)}.styleguide-example.-expand.-clear>.styleguide-example-figure{padding:16px}.styleguide-menu,.styleguide-menu-item,.styleguide-menu-item>.submenu{display:block;margin:0;padding:0;list-style-type:none}.styleguide-menu-item.-parent.-level-1{margin-top:1em;margin-bottom:1em;font-weight:700}.styleguide-menu-item.-parent.-level-1>.title{display:block;font-weight:700;padding:4px 16px}.styleguide-menu-item>.link{display:block;font-weight:400;padding:4px 16px}.styleguide-menu-item>.link.-active,.styleguide-menu-item>.link.-active:visited{color:inherit}.styleguide-menu-item>.link.-active:focus,.styleguide-menu-item>.link.-active:hover{text-decoration:inherit;font-weight:400;cursor:default}.styleguide-menu-item.-level-3>.title:before{content:"-";display:inline-block;width:.7em;margin-right:.2em}.styleguide-sidebar{position:fixed;top:0;left:0;bottom:0;right:0;pointer-events:none;z-index:3}.styleguide-sidebar>[type=checkbox]{display:none}.styleguide-sidebar-button{pointer-events:auto;display:block;cursor:pointer;position:absolute;bottom:16px;left:16px;width:48px;height:48px;background-color:#fff;border-radius:50%;z-index:2;box-shadow:0 2px 4px rgba(0,40,80,.1);-webkit-transition:box-shadow .15s ease-out;transition:box-shadow .15s ease-out;line-height:48px;text-align:center;-webkit-transition:background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;transition:background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;transition:transform .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out;transition:transform .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out}.styleguide-sidebar-button:focus,.styleguide-sidebar-button:hover{box-shadow:0 4px 8px rgba(0,40,80,.2)}.styleguide-sidebar-button:before{content:"";display:inline-block;width:12px;height:12px;border-top:1px solid #333;border-right:1px solid #333;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:relative;left:-3px}:checked~.styleguide-sidebar-button{-webkit-transform:translate3d(176px,0,0);transform:translate3d(176px,0,0);background-color:transparent;box-shadow:none}.styleguide-sidebar-contents{opacity:0;-webkit-transform:translate3d(-264px,0,0);transform:translate3d(-264px,0,0);-webkit-transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,transform .15s ease-out;transition:opacity .15s ease-out,transform .15s ease-out,-webkit-transform .15s ease-out;background:#fff;width:256px;height:100%;box-shadow:0 0 10px rgba(0,0,0,.1);pointer-events:none;overflow:hidden;z-index:1;position:relative}:checked~.styleguide-sidebar-contents{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:auto}.styleguide-sidebar-screen{display:block;position:absolute;left:0;top:0;right:0;bottom:0;background:#000;z-index:0;pointer-events:none;-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out;opacity:0;margin:0;padding:0}:checked~.styleguide-sidebar-screen{pointer-events:auto;opacity:.1}.styleguide-body{max-width:960px;margin:0 auto;padding-left:16px;padding-right:16px}@media (max-width:480px){.styleguide-body{padding-left:8px;padding-right:8px}}';n.exports={html:i,htmlHead:a,htmlBody:r,title:o,head:s,footer:u,sidebar:l,sidebarContents:h,menu:m,body:c,section:p,part:g,textPart:f,codePart:d,examplePart:y,script:C,style:j,menuItem:b,menuItemLink:w,menuItemSpan:v,menuItemSubmenu:x,headingList:k,headingItem:_}},{"../../package.json":464,path:193}],12:[function(e,n,t){"use strict";function i(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=a(e,n);return t=r(t)}function a(n){function t(e){return{sections:e.items,isParent:!0}}function i(e){var n=u(e.inline.content);return n.href&&(n.href=n.href.replace(".md#",s+"#").replace(/\.md$/,s)),e.list?(n.sections=e.list.sections,n.isParent=!0):n.isParent=!1,n}for(var a,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=r.extension||".html",l=e("markdown-it")(),h=l.parse(n);h.length;){if(a=o(h,t,i))return a.payload;h=h.slice(1)}}function r(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return e.depth=n,e.sections&&(e.sections=e.sections.map(function(e){return r(e,n+1)})),e}function o(e,n,t){var i,a=e[0];if(a&&"bullet_list_open"===a.type){e=e.slice(1);var r={items:[]};for(n||(n=function(e){return e}),t||(t=function(e){return e});e.length;){var o=e[0];if(!o)return;if(!(i=s(e,n,t)))return"bullet_list_close"===o.type?{tokens:e.slice(1),payload:n(r)}:void 0;r.items.push(i.payload),e=i.tokens}}}function s(e,n,t){var i,a=e[0];if(a&&"list_item_open"===a.type){e=e.slice(1);for(var r={contents:[]};e.length;){var u=e[0];if(!u)return;if(i=o(e,n,t))r.list=i.payload,e=i.tokens;else if(i=s(e,n,t))e=i.tokens;else if("inline"===u.type)r.inline=u,e=e.slice(1);else{if("list_item_close"===u.type)return{tokens:e.slice(1),payload:t(r)};r.contents.push(u),e=e.slice(1)}}}}var u=e("./parse_link");Object.assign,e("../helpers/slugify");n.exports=i},{"../helpers/slugify":8,"./parse_link":13,"markdown-it":131}],13:[function(e,n,t){"use strict";function i(e){for(var n=e;;){if(n=n.replace(/`([^`]+)`/g,"$1").replace(/\*\*([^\*]+)\*\*/g,"$1").replace(/\*([^\*]+)\*/g,"$1").replace(/\*([^\*]+)\*/g,"$1").replace(/(?:^|\s)([\(\[]?)_([^`]*)_([\)\]]?[\.\!\?]?)(?:$|\s)/g,"$1$2$3").replace(/!?\[([^\]]*)\]\([^\)]*\)/g,"$1").replace(/!?\[([^\]]*)\]\[[^\)]*\]/g,"$1").replace(/<[^>]*>/g,""),n===e)break;e=n}return n=n.replace(/!?\[([^\]]*)\]/g,"$1")}n.exports=function(e){var n;return(n=e.match(/^\[([^\]]*)\]\((.*)\)$/))?{title:i(n[1]),href:n[2]}:(n=e.match(/^(?:__|\*\*)\[([^\]]*)\]\((.*)\)(?:__|\*\*)$/))?{title:i(n[1]),href:n[2],expand:!0}:{title:i(e)}}},{}],14:[function(e,n,t){"use strict";function i(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type||"ArrowFunctionExpression"===e.type||"Program"===e.type}function a(e){return"BlockStatement"===e.type||i(e)}function r(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type}function o(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type}function s(e){return l.parse(e,{allowReturnOutsideFunction:!0,allowImportExportEverywhere:!0,allowHashBang:!0})}function u(e){function n(e,n){var t=e.name;if("undefined"!==t){for(var i=0;i<n.length;i++){if("arguments"===t&&r(n[i]))return;if(n[i].locals&&t in n[i].locals)return}e.parents=n,u.push(e)}}var t,u=[];if(t="string"==typeof e?s(e):e,!t||"object"!=typeof t||"Program"!==t.type)throw new TypeError("Source must be either a string of JavaScript or an acorn AST");var l=function(e){var n=e;n.locals=n.locals||{},e.params.forEach(function(e){c(e,n)}),e.id&&(n.locals[e.id.name]=!0)},c=function(e,n){switch(e.type){case"Identifier":n.locals[e.name]=!0;break;case"ObjectPattern":e.properties.forEach(function(e){c(e.value,n)});break;case"ArrayPattern":e.elements.forEach(function(e){e&&c(e,n)});break;case"RestElement":c(e.argument,n);break;case"AssignmentPattern":c(e.left,n);break;default:throw new Error("Unrecognized pattern type: "+e.type)}},p=function(e,n){t.locals=t.locals||{},t.locals[e.local.name]=!0};h.ancestor(t,{VariableDeclaration:function(e,n){for(var t=null,r=n.length-1;r>=0&&null===t;r--)("var"===e.kind?i(n[r]):a(n[r]))&&(t=n[r]);t.locals=t.locals||{},e.declarations.forEach(function(e){c(e.id,t)})},FunctionDeclaration:function(e,n){for(var t=null,a=n.length-2;a>=0&&null===t;a--)i(n[a])&&(t=n[a]);t.locals=t.locals||{},t.locals[e.id.name]=!0,l(e)},Function:l,ClassDeclaration:function(e,n){for(var t=null,a=n.length-2;a>=0&&null===t;a--)i(n[a])&&(t=n[a]);t.locals=t.locals||{},t.locals[e.id.name]=!0},TryStatement:function(e){null!==e.handler&&(e.handler.locals=e.handler.locals||{},e.handler.locals[e.handler.param.name]=!0)},ImportDefaultSpecifier:p,ImportSpecifier:p,ImportNamespaceSpecifier:p}),h.ancestor(t,{VariablePattern:n,Identifier:n,ThisExpression:function(e,n){for(var t=0;t<n.length;t++)if(o(n[t]))return;e.parents=n,u.push(e)}});var g={};return u.forEach(function(e){var n="ThisExpression"===e.type?"this":e.name;g[n]=g[n]||[],g[n].push(e)}),Object.keys(g).sort().map(function(e){return{name:e,nodes:g[e]}})}var l=e("acorn"),h=e("acorn/dist/walk");n.exports=u,n.exports.parse=s},{acorn:15,"acorn/dist/walk":16}],15:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i(e.acorn=e.acorn||{})}(this,function(e){"use strict";function n(e,n){for(var t=65536,i=0;i<n.length;i+=2){if(t+=n[i],t>e)return!1;if(t+=n[i+1],t>=e)return!0}}function t(e,t){return 65>e?36===e:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&j.test(String.fromCharCode(e)):t===!1?!1:n(e,E)}function i(e,t){return 48>e?36===e:58>e?!0:65>e?!1:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&S.test(String.fromCharCode(e)):t===!1?!1:n(e,E)||n(e,A)}function a(e,n){return new L(e,{beforeExpr:!0,binop:n})}function r(e,n){return void 0===n&&(n={}),n.keyword=e,Y[e]=new L(e,n)}function o(e){return 10===e||13===e||8232===e||8233===e}function s(e){return"[object Array]"===Object.prototype.toString.call(e)}function u(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function l(e,n){for(var t=1,i=0;;){M.lastIndex=i;var a=M.exec(e);if(!(a&&a.index<n))return new J(t,n-i);++t,i=a.index+a[0].length}}function h(e){var n={};for(var t in R)n[t]=e&&u(e,t)?e[t]:R[t];if(n.ecmaVersion>=2015&&(n.ecmaVersion-=2009),null==n.allowReserved&&(n.allowReserved=n.ecmaVersion<5),s(n.onToken)){var i=n.onToken;n.onToken=function(e){return i.push(e)}}return s(n.onComment)&&(n.onComment=c(n,n.onComment)),n}function c(e,n){return function(t,i,a,r,o,s){var u={type:t?"Block":"Line",value:i,start:a,end:r};e.locations&&(u.loc=new P(this,o,s)),e.ranges&&(u.range=[a,r]),n.push(u)}}function p(e){return new RegExp("^("+e.replace(/ /g,"|")+")$")}function g(e,n,t,i){return e.type=n,e.end=t,this.options.locations&&(e.loc.end=i),this.options.ranges&&(e.range[1]=t),e}function f(e,n,t,i){try{return new RegExp(e,n)}catch(a){if(void 0!==t)throw a instanceof SyntaxError&&i.raise(t,"Error parsing regular expression: "+a.message),a}}function d(e){return 65535>=e?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(1023&e)+56320))}function y(e,n){return new X(n,e).parse()}function m(e,n,t){var i=new X(t,e,n);return i.nextToken(),i.parseExpression()}function b(e,n){return new X(n,e)}function w(n,t,i){e.parse_dammit=n,e.LooseParser=t,e.pluginsLoose=i}var v={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},x="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",k={5:x,6:x+" const class extends export import super"},_="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿕ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞮꞰ-ꞷꟷ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭥꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",C="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣔ-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఃా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഁ-ഃാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ູົຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭ᳲ-᳴᳸᳹᷀-᷵᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱꤀-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",j=new RegExp("["+_+"]"),S=new RegExp("["+_+C+"]");_=C=null;var E=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,17,26,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,26,45,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,785,52,76,44,33,24,27,35,42,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,54,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,86,25,391,63,32,0,449,56,264,8,2,36,18,0,50,29,881,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,881,68,12,0,67,12,65,0,32,6124,20,754,9486,1,3071,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,60,67,1213,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,10591,541],A=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,1306,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,52,0,13,2,49,13,10,2,4,9,83,11,7,0,161,11,6,9,7,3,57,0,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,87,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,423,9,838,7,2,7,17,9,57,21,2,13,19882,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,2214,6,110,6,6,9,792487,239],L=function(e,n){void 0===n&&(n={}),this.label=e,this.keyword=n.keyword,this.beforeExpr=!!n.beforeExpr,this.startsExpr=!!n.startsExpr,this.isLoop=!!n.isLoop,this.isAssign=!!n.isAssign,this.prefix=!!n.prefix,this.postfix=!!n.postfix,this.binop=n.binop||null,this.updateContext=null},T={beforeExpr:!0},D={startsExpr:!0},Y={},B={num:new L("num",D),regexp:new L("regexp",D),string:new L("string",D),name:new L("name",D),eof:new L("eof"),bracketL:new L("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new L("]"),braceL:new L("{",{beforeExpr:!0,startsExpr:!0}),braceR:new L("}"),parenL:new L("(",{beforeExpr:!0,startsExpr:!0}),parenR:new L(")"),comma:new L(",",T),semi:new L(";",T),colon:new L(":",T),dot:new L("."),question:new L("?",T),arrow:new L("=>",T),template:new L("template"),ellipsis:new L("...",T),backQuote:new L("`",D),dollarBraceL:new L("${",{beforeExpr:!0,startsExpr:!0}),eq:new L("=",{beforeExpr:!0,isAssign:!0}),assign:new L("_=",{beforeExpr:!0,isAssign:!0}),incDec:new L("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new L("prefix",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:a("||",1),logicalAND:a("&&",2),bitwiseOR:a("|",3),bitwiseXOR:a("^",4),bitwiseAND:a("&",5),equality:a("==/!=",6),relational:a("</>",7),bitShift:a("<</>>",8),plusMin:new L("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:a("%",10),star:a("*",10),slash:a("/",10),starstar:new L("**",{beforeExpr:!0}),_break:r("break"),_case:r("case",T),_catch:r("catch"),_continue:r("continue"),_debugger:r("debugger"),_default:r("default",T),_do:r("do",{isLoop:!0,beforeExpr:!0}),_else:r("else",T),_finally:r("finally"),_for:r("for",{isLoop:!0}),_function:r("function",D),_if:r("if"),_return:r("return",T),_switch:r("switch"),_throw:r("throw",T),_try:r("try"),_var:r("var"),_const:r("const"),_while:r("while",{isLoop:!0}),_with:r("with"),_new:r("new",{beforeExpr:!0,startsExpr:!0}),_this:r("this",D),_super:r("super",D),_class:r("class"),_extends:r("extends",T),_export:r("export"),_import:r("import"),_null:r("null",D),_true:r("true",D),_false:r("false",D),_in:r("in",{beforeExpr:!0,binop:7}),_instanceof:r("instanceof",{beforeExpr:!0,binop:7}),_typeof:r("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:r("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:r("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},F=/\r\n?|\n|\u2028|\u2029/,M=new RegExp(F.source,"g"),Z=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,N=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,J=function(e,n){this.line=e,this.column=n};J.prototype.offset=function(e){return new J(this.line,this.column+e)};var P=function(e,n,t){this.start=n,this.end=t,null!==e.sourceFile&&(this.source=e.sourceFile)},R={ecmaVersion:7,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1,plugins:{}},O={},X=function(e,n,t){this.options=e=h(e),this.sourceFile=e.sourceFile,this.keywords=p(k[e.ecmaVersion>=6?6:5]);var i="";if(!e.allowReserved){for(var a=e.ecmaVersion;!(i=v[a]);a--);"module"==e.sourceType&&(i+=" await")}this.reservedWords=p(i);var r=(i?i+" ":"")+v.strict;this.reservedWordsStrict=p(r),this.reservedWordsStrictBind=p(r+" "+v.strictBind),this.input=String(n),this.containsEsc=!1,this.loadPlugins(e.plugins),t?(this.pos=t,this.lineStart=this.input.lastIndexOf("\n",t-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(F).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=B.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.inFunction=this.inGenerator=this.inAsync=!1,this.yieldPos=this.awaitPos=0,this.labels=[],0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2)};X.prototype.isKeyword=function(e){return this.keywords.test(e)},X.prototype.isReservedWord=function(e){return this.reservedWords.test(e)},X.prototype.extend=function(e,n){this[e]=n(this[e])},X.prototype.loadPlugins=function(e){var n=this;for(var t in e){var i=O[t];if(!i)throw new Error("Plugin '"+t+"' not found");i(n,e[t])}},X.prototype.parse=function(){
5
+ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;n="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,n.Styledown=e()}}(function(){var define,module,exports;return function e(n,t,i){function a(o,s){if(!t[o]){if(!n[o]){var u="function"==typeof require&&require;if(!s&&u)return u(o,!0);if(r)return r(o,!0);var l=new Error("Cannot find module '"+o+"'");throw l.code="MODULE_NOT_FOUND",l}var h=t[o]={exports:{}};n[o][0].call(h.exports,function(e){var t=n[o][1][e];return a(t?t:e)},h,h.exports,e,n,t,i)}return t[o].exports}for(var r="function"==typeof require&&require,o=0;o<i.length;o++)a(i[o]);return a}({1:[function(e,n,t){"use strict";t.cache=e("./lib/cache"),t.render=e("./lib/render"),t.build=e("./lib/build"),t.templates=e("./lib/templates"),t.version=e("./package.json").version},{"./lib/build":2,"./lib/cache":5,"./lib/render":9,"./lib/templates":11,"./package.json":464}],2:[function(e,n,t){"use strict";function i(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t={files:{},templates:{},meta:{}},i=n.extension||".html";return r(t,e,{extension:i}),o(t),u(e,function(e,r){var o=e.name||r,s=e.contents||e.data||"";if(o.match(/^templates/))a(t,r,e);else{var u=o.replace(/\.md$/,i),c=l(s,{source:o});h(c,n),c.layout="html",c.type="text/html",c.toc=t.toc,t.files[u]=c}}),n.skipAssets||s(t),t}function a(e,n,t){var i=n.replace(/^templates\//,"").replace(/\.[^\.]+$/,""),a=e.templates[i];e.templates[i]=t.contents.replace(/{{{\s*inherit\s*}}}/g,a||"")}function r(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};n["README.md"]&&(e.toc=c(n["README.md"].contents,t),delete n["README.md"])}function o(n){n.templates=Object.assign({},e("../templates"))}function s(e){e.files["styledown/script.js"]={layout:"script",type:"application/javascript"},e.files["styledown/style.css"]={layout:"style",type:"text/css"}}var u=e("object-loops/for-each"),l=e("./parse_file"),h=e("./transform_lang"),c=(e("path").basename,e("path").dirname,e("../tocify"));n.exports=i},{"../templates":11,"../tocify":12,"./parse_file":3,"./transform_lang":4,"object-loops/for-each":189,path:193}],3:[function(e,n,t){"use strict";function i(e,n,t){for(;n.length>0;)r(e,n,t)||a(e,n);return!0}function a(e,n){n.shift()}function r(e,n,t){function i(){return o(e,a,s)}var a=[],s={id:null,title:null,depth:null,parts:[]};if(h(e,n,t),c(e,n,t,s)){for(;n.length;){if(r(e,n,t))return i();a.push(n.shift())}return i()}}function o(e,n,t){for(var i=[];n.length;){var a=n[0];"fence"===a.type?(s(e,i,t),u(e,n,t),i=[]):i.push(n.shift())}return s(e,i,t),!0}function s(e,n,t){if(0!==n.length){var i=""+t.id+"-"+(t.parts.length+1);return t.parts.push({id:i,type:"text",isText:!0,content:e.renderer.render(n,e.options).trim()}),!0}}function u(e,n,t){var i=""+t.id+"-"+(t.parts.length+1),a=l(n[0].info.trim()),r=n[0].content.trim();if(a)t.parts.push({id:i,type:"example",isExample:!0,language:a.language,preClass:[a["class"],"lang-"+a.language].join(" "),"class":a["class"],content:r,source:r});else{var o=n[0].info.trim();t.parts.push({id:i,type:"code",isCode:!0,language:o,preClass:"lang-"+o,content:r})}return n.shift(),!0}function l(e){var n=e.match(/^example\.([^\.]+)((?:\.[^\.]+)*)$/);return n?{language:n[1],"class":(n[2]||".").substr(1).split(".").join(" ")}:void 0}function h(e,n,t){var i=n[0];if(!i)return!1;if("heading_open"!==i.type||"h1"!==i.tag)return!1;var a=e.renderer.render(n[1].children,e.options);return t.title=a,!0}function c(e,n,t,i){var a=n[0];if(!a)return!1;if("heading_open"!==a.type)return!1;if(!~["h1","h2","h3"].indexOf(a.tag))return!1;var r=e.renderer.render(n[1].children),o=p(a,"id");return i.id=o,i.title=r,i.depth=+a.tag.substr(1),t.sections.push(i),n.shift(),n.shift(),n.shift(),!0}function p(e,n){for(var t=e.attrs||[],i=0,a=t.length;a>i;i++){var r=t[i];if(r[0]===n)return r[1]}throw new Error("Styledown.parse: no ID for heading")}n.exports=function(n,t){var a=t.source,r=e("markdown-it")().use(e("markdown-it-named-headings")),o={},s={source:a,title:null,sections:[]},u=[].concat(r.parse(n,o));return i(r,u,s),s}},{"markdown-it":131,"markdown-it-named-headings":130}],4:[function(e,n,t){"use strict";function i(e,n){var t=n&&n.transform;if(Array.isArray(t))return r(e.sections,function(e){r(e.parts,function(e){"example"===e.type&&t.indexOf(e.language)>-1&&(e.source=e.content,e.content=a(e.content,e.language),e.sourceLanguage=e.language,e.language="html")})}),e}function a(e,n){var t=o(n);return t.render(e).body}var r=e("../helpers/each"),o=e("../helpers/jst_engine");n.exports=i},{"../helpers/each":6,"../helpers/jst_engine":7}],5:[function(e,n,t){(function(t){"use strict";function i(e,n){return a(JSON.stringify(e),n)}function a(e,n){if(o.has(e))return o.get(e);var t=n();return o.set(e,t),t}var r=e("lru-cache"),o=r(t.env.STYLEDOWN_CACHE_SIZE||1024);n.exports={cache:o,fetch:i,fetchExact:a}}).call(this,e("_process"))},{_process:195,"lru-cache":129}],6:[function(e,n,t){"use strict";function i(e,n){var t,i,a=e&&e.length;if("number"==typeof a)for(t=0;a>t;t++)n(e[t],t);else{i=0;for(t in e)e.hasOwnProperty(t)&&n(e[t],t,i++)}return e}n.exports=i},{}],7:[function(e,n,t){"use strict";function i(e){return~e.indexOf(".")?e.replace(/^.*\.([^\.]+)$/,"$1"):e}var a={};n.exports=function(n){if(n=i(n),a[n])return a[n];var t=e("jstransformer");return"jade"===n||"pug"===n?a[n]=t(e("jstransformer-pug")):"ejs"===n?a[n]=t(e("jstransformer-ejs")):a[n]=t(e("jstransformer-"+n)),a[n]}},{jstransformer:123,"jstransformer-ejs":121,"jstransformer-pug":122}],8:[function(e,n,t){"use strict";var i=e("unidecode"),a=e("lodash.kebabcase");n.exports=function(e){return a(i(e))}},{"lodash.kebabcase":127,unidecode:451}],9:[function(e,n,t){"use strict";function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e.templates||{}),t=e.meta||{},i=o(e.files,function(e,i,r){return e[r]=a(i,{meta:t,templates:n}),e},{});return i}function a(e,n){var t=n.meta,i=n.templates,a=Object.assign({},e,{meta:t}),o=e.layout,s=o?r(a,i,o):"",u=a.type;return{contents:s,type:u}}var r=e("./render_template"),o=e("object-loops/reduce");n.exports=i},{"./render_template":10,"object-loops/reduce":191}],10:[function(e,n,t){"use strict";function i(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"html",i=s(["render.templates",n],function(){return o(n,a)}),r=i[t];if(!r)throw new Error("render(): unknown template '"+t+"'");return r.render(e,i)}function a(e){return s(["render.compileTemplate",e],function(){return r.compile(e)})}var r=e("hogan.js"),o=e("object-loops/map"),s=e("../cache").fetch;n.exports=i},{"../cache":5,"hogan.js":111,"object-loops/map":190}],11:[function(e,n,t){"use strict";var i=(e("path").resolve,"<!doctype html>\n<html>\n <head>\n <meta charset='utf-8'>\n {{> htmlHead}}\n </head>\n <body>\n <div class='styledown-layout'>\n {{> htmlBody}}\n </div>\n </body>\n</html>"),a="<title>{{> title}}</title>\n{{> head}}",r="{{> sidebar}}\n{{> body}}\n{{> footer}}",o="{{title}}",s="<meta name='generator' content='Styledown2 "+e("../../package.json").version+"'>\n<meta name='viewport' content='width=device-width, initial-scale=1'>\n<link rel='stylesheet' href='{{base}}styledown/style.css' />",u="<script src='{{base}}styledown/script.js'></script>",l="<div class='styleguide-sidebar'>\n <input type='checkbox' id='styleguide-sidebar-toggle' />\n <label class='styleguide-sidebar-button' for='styleguide-sidebar-toggle'></label>\n <label class='styleguide-sidebar-screen' for='styleguide-sidebar-toggle'></label>\n <div class='styleguide-sidebar-contents'>\n {{> sidebarContents}}\n </div>\n</div>",h="{{> menu}}",c="<div class='styleguide-body'>\n {{#sections}}{{> section}}{{/sections}}\n</div>",p="<section class='styleguide-section -h{{depth}}'>\n <h{{depth}} id='{{id}}'>{{title}}</h{{depth}}>\n {{#parts}}{{> part}}{{/parts}}\n</section>",g="{{#isText}}{{> textPart}}{{/isText}}\n{{#isCode}}{{> codePart}}{{/isCode}}\n{{#isExample}}{{> examplePart}}{{/isExample}}",f="<div class='styleguide-text'>{{{content}}}</div>",d="<div class='styleguide-code {{class}}'>\n <pre class='{{preClass}}'><code>{{{content}}}</code></pre>\n</div>",y="<div class='styleguide-example {{class}}'>\n <div class='styleguide-example-figure'>{{{content}}}</div>\n <div class='styleguide-example-source'>\n <pre class='{{preClass}}'><code>{{{source}}}</code></pre>\n </div>\n</div>",m="<ul class='styleguide-menu'>\n{{#toc}}{{#sections}}{{> menuItem}}{{/sections}}{{/toc}}\n</ul>",b="<li class='styleguide-menu-item -level-{{depth}} {{#isParent}}-parent{{/isParent}}'>\n {{#href}}{{> menuItemLink}}{{/href}}\n {{^href}}{{> menuItemSpan}}{{/href}}\n {{#hasHeadings}}{{> headingList}}{{/hasHeadings}}\n {{#isParent}}{{> menuItemSubmenu}}{{/isParent}}\n</li>",w="<a href='{{href}}' class='link title {{#isActive}}-active{{/isActive}}'>\n {{title}}\n</a>",v="<span class='title'>{{title}}</span>",x="<ul class='submenu'>\n {{#sections}}{{> menuItem}}{{/sections}}\n</ul>",k="<ul class='headings styleguide-heading-list -depth-{{depth}}'>\n {{#headings}}{{> headingItem}}{{/headings}}\n</ul>",_="<li class='styleguide-heading-item'>\n<!-- ... -->\n</li>",C='!function e(t,n,r){function o(c,u){if(!n[c]){if(!t[c]){var a="function"==typeof require&&require;if(!u&&a)return a(c,!0);if(i)return i(c,!0);var s=new Error("Cannot find module \'"+c+"\'");throw s.code="MODULE_NOT_FOUND",s}var l=n[c]={exports:{}};t[c][0].call(l.exports,function(e){var n=t[c][1][e];return o(n?n:e)},l,l.exports,e,t,n,r)}return n[c].exports}for(var i="function"==typeof require&&require,c=0;c<r.length;c++)o(r[c]);return o}({1:[function(e,t,n){"use strict";void function(){function e(e){function t(){n(e,"-collapse"),r(e,"-expand"),c=!0}function o(){r(e,"-collapse"),n(e,"-expand"),c=!1}function i(){return c?o():t()}var c,u=e.querySelector(".styleguide-example-figure");e.querySelector(".styleguide-example-source");u.addEventListener("click",function(){i()}),t()}function t(e){return"complete"===document.readyState?e():void(document.addEventListener?document.addEventListener("DOMContentLoaded",e):document.attachEvent("onreadystatechange",function(){"interactive"===document.readyState&&e()}))}function n(e,t){e.classList?e.classList.add(t):e.className+=" "+t}function r(e,t){if(e.classList)e.classList.remove(t);else{var n=new RegExp("(^|\\\\b)"+t.split(" ").join("|")+"(\\\\b|$)","gi");e.className=e.className.replace(n," ")}}t(function(){for(var t=document.querySelectorAll(".styleguide-example"),n=0,r=t.length;r>n;n++)e(t[n])})}()},{}]},{},[1]);\n',j='.styleguide-body,.styleguide-code,.styleguide-example,.styleguide-menu,.styleguide-section,.styleguide-sidebar,.styleguide-text{box-sizing:border-box}.styleguide-section:after{content:"";display:table;clear:both;zoom:1}.styleguide-section>h3{border-bottom:2px solid hsla(0,0%,50%,.2);margin-bottom:16px;padding-bottom:16px}.styleguide-text{box-sizing:border-box}.styleguide-example,.styleguide-text{margin-bottom:16px}@media (min-width:768px){.styleguide-text{clear:both;float:right;width:30%;padding-left:16px}.styleguide-example{float:left;width:70%}}.styleguide-text>:first-child{margin-top:0}.styleguide-example{border-radius:2px;border:2px solid transparent;overflow:hidden}.styleguide-example-figure{overflow:hidden;padding:8px;background:-webkit-linear-gradient(top,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=");background:linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=");position:relative}.styleguide-example.-expand>.styleguide-example-figure:after,.styleguide-example.-expand>.styleguide-example-figure:before{content:"";position:absolute;left:0;width:100%;height:16px;opacity:0;background:rgba(0,0,0,.1);-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.styleguide-example.-expand>.styleguide-example-figure:after:hover,.styleguide-example.-expand>.styleguide-example-figure:before:hover{opacity:.3}.styleguide-example.-expand>.styleguide-example-figure:before{top:0;border-bottom:1px dashed red}.styleguide-example.-expand>.styleguide-example-figure:after{bottom:0;border-top:1px dashed red}@media (min-width:768px){.styleguide-example-figure{padding:16px}}.styleguide-example.-clear{border:0}.styleguide-example.-clear>.styleguide-example-figure{padding:0}.styleguide-example.-clear:not(.-expand)>.styleguide-example-figure{background:transparent}.styleguide-example.-dark>.styleguide-example-figure{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAFklEQVQI12NQBQF2EGAghQkmwXxSmADZJQiZ2ZZ46gAAAABJRU5ErkJggg==")}.styleguide-example-source{border-top:1px solid hsla(0,0%,50%,.2)}.styleguide-example-source>pre,.styleguide-example-source>pre>code{margin:0;border:0;border-radius:0;padding:0}.styleguide-example-source>pre{background:#fff;padding:16px}.styleguide-example.-collapse>.styleguide-example-source{display:none}.styleguide-example.-expand{border:2px solid hsla(0,0%,50%,.2)}.styleguide-example.-expand.-clear>.styleguide-example-figure{padding:16px}.styleguide-menu,.styleguide-menu-item,.styleguide-menu-item>.submenu{display:block;margin:0;padding:0;list-style-type:none}.styleguide-menu-item.-parent.-level-1{margin-top:1em;margin-bottom:1em;font-weight:700}.styleguide-menu-item.-parent.-level-1>.title{display:block;font-weight:700;padding:4px 16px}.styleguide-menu-item>.link{display:block;font-weight:400;padding:4px 16px}.styleguide-menu-item>.link.-active,.styleguide-menu-item>.link.-active:visited{color:inherit}.styleguide-menu-item>.link.-active:focus,.styleguide-menu-item>.link.-active:hover{text-decoration:inherit;font-weight:400;cursor:default}.styleguide-menu-item.-level-3>.title:before{content:"-";display:inline-block;width:.7em;margin-right:.2em}.styleguide-sidebar{position:fixed;top:0;left:0;bottom:0;right:0;pointer-events:none;z-index:3}.styleguide-sidebar>[type=checkbox]{display:none}.styleguide-sidebar-button{pointer-events:auto;display:block;cursor:pointer;position:absolute;bottom:16px;left:16px;width:48px;height:48px;background-color:#fff;border-radius:50%;z-index:2;box-shadow:0 2px 4px rgba(0,40,80,.1);-webkit-transition:box-shadow .15s ease-out;transition:box-shadow .15s ease-out;line-height:48px;text-align:center;-webkit-transition:background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;transition:background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;transition:transform .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out;transition:transform .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out}.styleguide-sidebar-button:focus,.styleguide-sidebar-button:hover{box-shadow:0 4px 8px rgba(0,40,80,.2)}.styleguide-sidebar-button:before{content:"";display:inline-block;width:12px;height:12px;border-top:1px solid #333;border-right:1px solid #333;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:relative;left:-3px}:checked~.styleguide-sidebar-button{-webkit-transform:translate3d(176px,0,0);transform:translate3d(176px,0,0);background-color:transparent;box-shadow:none}.styleguide-sidebar-contents{opacity:0;-webkit-transform:translate3d(-264px,0,0);transform:translate3d(-264px,0,0);-webkit-transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,transform .15s ease-out;transition:opacity .15s ease-out,transform .15s ease-out,-webkit-transform .15s ease-out;background:#fff;width:256px;height:100%;box-shadow:0 0 10px rgba(0,0,0,.1);pointer-events:none;overflow:hidden;z-index:1;position:relative}:checked~.styleguide-sidebar-contents{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:auto}.styleguide-sidebar-screen{display:block;position:absolute;left:0;top:0;right:0;bottom:0;background:#000;z-index:0;pointer-events:none;-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out;opacity:0;margin:0;padding:0}:checked~.styleguide-sidebar-screen{pointer-events:auto;opacity:.1}.styleguide-body{max-width:960px;margin:0 auto;padding-left:16px;padding-right:16px}@media (max-width:480px){.styleguide-body{padding-left:8px;padding-right:8px}}';n.exports={html:i,htmlHead:a,htmlBody:r,title:o,head:s,footer:u,sidebar:l,sidebarContents:h,menu:m,body:c,section:p,part:g,textPart:f,codePart:d,examplePart:y,script:C,style:j,menuItem:b,menuItemLink:w,menuItemSpan:v,menuItemSubmenu:x,headingList:k,headingItem:_}},{"../../package.json":464,path:193}],12:[function(e,n,t){"use strict";function i(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=a(e,n);return t=r(t)}function a(n){function t(e){return{sections:e.items,isParent:!0}}function i(e){var n=u(e.inline.content);return n.href&&(n.href=n.href.replace(".md#",s+"#").replace(/\.md$/,s)),e.list?(n.sections=e.list.sections,n.isParent=!0):n.isParent=!1,n}for(var a,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=r.extension||".html",l=e("markdown-it")(),h=l.parse(n);h.length;){if(a=o(h,t,i))return a.payload;h=h.slice(1)}}function r(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return e.depth=n,e.sections&&(e.sections=e.sections.map(function(e){return r(e,n+1)})),e}function o(e,n,t){var i,a=e[0];if(a&&"bullet_list_open"===a.type){e=e.slice(1);var r={items:[]};for(n||(n=function(e){return e}),t||(t=function(e){return e});e.length;){var o=e[0];if(!o)return;if(!(i=s(e,n,t)))return"bullet_list_close"===o.type?{tokens:e.slice(1),payload:n(r)}:void 0;r.items.push(i.payload),e=i.tokens}}}function s(e,n,t){var i,a=e[0];if(a&&"list_item_open"===a.type){e=e.slice(1);for(var r={contents:[]};e.length;){var u=e[0];if(!u)return;if(i=o(e,n,t))r.list=i.payload,e=i.tokens;else if(i=s(e,n,t))e=i.tokens;else if("inline"===u.type)r.inline=u,e=e.slice(1);else{if("list_item_close"===u.type)return{tokens:e.slice(1),payload:t(r)};r.contents.push(u),e=e.slice(1)}}}}var u=e("./parse_link");Object.assign,e("../helpers/slugify");n.exports=i},{"../helpers/slugify":8,"./parse_link":13,"markdown-it":131}],13:[function(e,n,t){"use strict";function i(e){for(var n=e;;){if(n=n.replace(/`([^`]+)`/g,"$1").replace(/\*\*([^\*]+)\*\*/g,"$1").replace(/\*([^\*]+)\*/g,"$1").replace(/\*([^\*]+)\*/g,"$1").replace(/(?:^|\s)([\(\[]?)_([^`]*)_([\)\]]?[\.\!\?]?)(?:$|\s)/g,"$1$2$3").replace(/!?\[([^\]]*)\]\([^\)]*\)/g,"$1").replace(/!?\[([^\]]*)\]\[[^\)]*\]/g,"$1").replace(/<[^>]*>/g,""),n===e)break;e=n}return n=n.replace(/!?\[([^\]]*)\]/g,"$1")}n.exports=function(e){var n;return(n=e.match(/^\[([^\]]*)\]\((.*)\)$/))?{title:i(n[1]),href:n[2]}:(n=e.match(/^(?:__|\*\*)\[([^\]]*)\]\((.*)\)(?:__|\*\*)$/))?{title:i(n[1]),href:n[2],expand:!0}:{title:i(e)}}},{}],14:[function(e,n,t){"use strict";function i(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type||"ArrowFunctionExpression"===e.type||"Program"===e.type}function a(e){return"BlockStatement"===e.type||i(e)}function r(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type}function o(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type}function s(e){return l.parse(e,{allowReturnOutsideFunction:!0,allowImportExportEverywhere:!0,allowHashBang:!0})}function u(e){function n(e,n){var t=e.name;if("undefined"!==t){for(var i=0;i<n.length;i++){if("arguments"===t&&r(n[i]))return;if(n[i].locals&&t in n[i].locals)return}e.parents=n,u.push(e)}}var t,u=[];if(t="string"==typeof e?s(e):e,!t||"object"!=typeof t||"Program"!==t.type)throw new TypeError("Source must be either a string of JavaScript or an acorn AST");var l=function(e){var n=e;n.locals=n.locals||{},e.params.forEach(function(e){c(e,n)}),e.id&&(n.locals[e.id.name]=!0)},c=function(e,n){switch(e.type){case"Identifier":n.locals[e.name]=!0;break;case"ObjectPattern":e.properties.forEach(function(e){c(e.value,n)});break;case"ArrayPattern":e.elements.forEach(function(e){e&&c(e,n)});break;case"RestElement":c(e.argument,n);break;case"AssignmentPattern":c(e.left,n);break;default:throw new Error("Unrecognized pattern type: "+e.type)}},p=function(e,n){t.locals=t.locals||{},t.locals[e.local.name]=!0};h.ancestor(t,{VariableDeclaration:function(e,n){for(var t=null,r=n.length-1;r>=0&&null===t;r--)("var"===e.kind?i(n[r]):a(n[r]))&&(t=n[r]);t.locals=t.locals||{},e.declarations.forEach(function(e){c(e.id,t)})},FunctionDeclaration:function(e,n){for(var t=null,a=n.length-2;a>=0&&null===t;a--)i(n[a])&&(t=n[a]);t.locals=t.locals||{},t.locals[e.id.name]=!0,l(e)},Function:l,ClassDeclaration:function(e,n){for(var t=null,a=n.length-2;a>=0&&null===t;a--)i(n[a])&&(t=n[a]);t.locals=t.locals||{},t.locals[e.id.name]=!0},TryStatement:function(e){null!==e.handler&&(e.handler.locals=e.handler.locals||{},e.handler.locals[e.handler.param.name]=!0)},ImportDefaultSpecifier:p,ImportSpecifier:p,ImportNamespaceSpecifier:p}),h.ancestor(t,{VariablePattern:n,Identifier:n,ThisExpression:function(e,n){for(var t=0;t<n.length;t++)if(o(n[t]))return;e.parents=n,u.push(e)}});var g={};return u.forEach(function(e){var n="ThisExpression"===e.type?"this":e.name;g[n]=g[n]||[],g[n].push(e)}),Object.keys(g).sort().map(function(e){return{name:e,nodes:g[e]}})}var l=e("acorn"),h=e("acorn/dist/walk");n.exports=u,n.exports.parse=s},{acorn:15,"acorn/dist/walk":16}],15:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i(e.acorn=e.acorn||{})}(this,function(e){"use strict";function n(e,n){for(var t=65536,i=0;i<n.length;i+=2){if(t+=n[i],t>e)return!1;if(t+=n[i+1],t>=e)return!0}}function t(e,t){return 65>e?36===e:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&j.test(String.fromCharCode(e)):t===!1?!1:n(e,E)}function i(e,t){return 48>e?36===e:58>e?!0:65>e?!1:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&S.test(String.fromCharCode(e)):t===!1?!1:n(e,E)||n(e,A)}function a(e,n){return new L(e,{beforeExpr:!0,binop:n})}function r(e,n){return void 0===n&&(n={}),n.keyword=e,Y[e]=new L(e,n)}function o(e){return 10===e||13===e||8232===e||8233===e}function s(e){return"[object Array]"===Object.prototype.toString.call(e)}function u(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function l(e,n){for(var t=1,i=0;;){M.lastIndex=i;var a=M.exec(e);if(!(a&&a.index<n))return new J(t,n-i);++t,i=a.index+a[0].length}}function h(e){var n={};for(var t in R)n[t]=e&&u(e,t)?e[t]:R[t];if(n.ecmaVersion>=2015&&(n.ecmaVersion-=2009),null==n.allowReserved&&(n.allowReserved=n.ecmaVersion<5),s(n.onToken)){var i=n.onToken;n.onToken=function(e){return i.push(e)}}return s(n.onComment)&&(n.onComment=c(n,n.onComment)),n}function c(e,n){return function(t,i,a,r,o,s){var u={type:t?"Block":"Line",value:i,start:a,end:r};e.locations&&(u.loc=new P(this,o,s)),e.ranges&&(u.range=[a,r]),n.push(u)}}function p(e){return new RegExp("^("+e.replace(/ /g,"|")+")$")}function g(e,n,t,i){return e.type=n,e.end=t,this.options.locations&&(e.loc.end=i),this.options.ranges&&(e.range[1]=t),e}function f(e,n,t,i){try{return new RegExp(e,n)}catch(a){if(void 0!==t)throw a instanceof SyntaxError&&i.raise(t,"Error parsing regular expression: "+a.message),a}}function d(e){return 65535>=e?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(1023&e)+56320))}function y(e,n){return new X(n,e).parse()}function m(e,n,t){var i=new X(t,e,n);return i.nextToken(),i.parseExpression()}function b(e,n){return new X(n,e)}function w(n,t,i){e.parse_dammit=n,e.LooseParser=t,e.pluginsLoose=i}var v={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},x="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",k={5:x,6:x+" const class extends export import super"},_="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿕ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞮꞰ-ꞷꟷ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭥꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",C="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣔ-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఃా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഁ-ഃാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ູົຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭ᳲ-᳴᳸᳹᷀-᷵᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱꤀-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",j=new RegExp("["+_+"]"),S=new RegExp("["+_+C+"]");_=C=null;var E=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,17,26,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,26,45,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,785,52,76,44,33,24,27,35,42,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,54,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,86,25,391,63,32,0,449,56,264,8,2,36,18,0,50,29,881,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,881,68,12,0,67,12,65,0,32,6124,20,754,9486,1,3071,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,60,67,1213,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,10591,541],A=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,1306,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,52,0,13,2,49,13,10,2,4,9,83,11,7,0,161,11,6,9,7,3,57,0,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,87,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,423,9,838,7,2,7,17,9,57,21,2,13,19882,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,2214,6,110,6,6,9,792487,239],L=function(e,n){void 0===n&&(n={}),this.label=e,this.keyword=n.keyword,this.beforeExpr=!!n.beforeExpr,this.startsExpr=!!n.startsExpr,this.isLoop=!!n.isLoop,this.isAssign=!!n.isAssign,this.prefix=!!n.prefix,this.postfix=!!n.postfix,this.binop=n.binop||null,this.updateContext=null},T={beforeExpr:!0},D={startsExpr:!0},Y={},B={num:new L("num",D),regexp:new L("regexp",D),string:new L("string",D),name:new L("name",D),eof:new L("eof"),bracketL:new L("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new L("]"),braceL:new L("{",{beforeExpr:!0,startsExpr:!0}),braceR:new L("}"),parenL:new L("(",{beforeExpr:!0,startsExpr:!0}),parenR:new L(")"),comma:new L(",",T),semi:new L(";",T),colon:new L(":",T),dot:new L("."),question:new L("?",T),arrow:new L("=>",T),template:new L("template"),ellipsis:new L("...",T),backQuote:new L("`",D),dollarBraceL:new L("${",{beforeExpr:!0,startsExpr:!0}),eq:new L("=",{beforeExpr:!0,isAssign:!0}),assign:new L("_=",{beforeExpr:!0,isAssign:!0}),incDec:new L("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new L("prefix",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:a("||",1),logicalAND:a("&&",2),bitwiseOR:a("|",3),bitwiseXOR:a("^",4),bitwiseAND:a("&",5),equality:a("==/!=",6),relational:a("</>",7),bitShift:a("<</>>",8),plusMin:new L("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:a("%",10),star:a("*",10),slash:a("/",10),starstar:new L("**",{beforeExpr:!0}),_break:r("break"),_case:r("case",T),_catch:r("catch"),_continue:r("continue"),_debugger:r("debugger"),_default:r("default",T),_do:r("do",{isLoop:!0,beforeExpr:!0}),_else:r("else",T),_finally:r("finally"),_for:r("for",{isLoop:!0}),_function:r("function",D),_if:r("if"),_return:r("return",T),_switch:r("switch"),_throw:r("throw",T),_try:r("try"),_var:r("var"),_const:r("const"),_while:r("while",{isLoop:!0}),_with:r("with"),_new:r("new",{beforeExpr:!0,startsExpr:!0}),_this:r("this",D),_super:r("super",D),_class:r("class"),_extends:r("extends",T),_export:r("export"),_import:r("import"),_null:r("null",D),_true:r("true",D),_false:r("false",D),_in:r("in",{beforeExpr:!0,binop:7}),_instanceof:r("instanceof",{beforeExpr:!0,binop:7}),_typeof:r("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:r("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:r("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},F=/\r\n?|\n|\u2028|\u2029/,M=new RegExp(F.source,"g"),Z=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,N=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,J=function(e,n){this.line=e,this.column=n};J.prototype.offset=function(e){return new J(this.line,this.column+e)};var P=function(e,n,t){this.start=n,this.end=t,null!==e.sourceFile&&(this.source=e.sourceFile)},R={ecmaVersion:7,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1,plugins:{}},O={},X=function(e,n,t){this.options=e=h(e),this.sourceFile=e.sourceFile,this.keywords=p(k[e.ecmaVersion>=6?6:5]);var i="";if(!e.allowReserved){for(var a=e.ecmaVersion;!(i=v[a]);a--);"module"==e.sourceType&&(i+=" await")}this.reservedWords=p(i);var r=(i?i+" ":"")+v.strict;this.reservedWordsStrict=p(r),this.reservedWordsStrictBind=p(r+" "+v.strictBind),this.input=String(n),this.containsEsc=!1,this.loadPlugins(e.plugins),t?(this.pos=t,this.lineStart=this.input.lastIndexOf("\n",t-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(F).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=B.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.inFunction=this.inGenerator=this.inAsync=!1,this.yieldPos=this.awaitPos=0,this.labels=[],0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2)};X.prototype.isKeyword=function(e){return this.keywords.test(e)},X.prototype.isReservedWord=function(e){return this.reservedWords.test(e)},X.prototype.extend=function(e,n){this[e]=n(this[e])},X.prototype.loadPlugins=function(e){var n=this;for(var t in e){var i=O[t];if(!i)throw new Error("Plugin '"+t+"' not found");i(n,e[t])}},X.prototype.parse=function(){
6
6
  var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)};var H=X.prototype,Q=/^(?:'((?:[^\']|\.)*)'|"((?:[^\"]|\.)*)"|;)/;H.strictDirective=function(e){for(var n=this;;){N.lastIndex=e,e+=N.exec(n.input)[0].length;var t=Q.exec(n.input.slice(e));if(!t)return!1;if("use strict"==(t[1]||t[2]))return!0;e+=t[0].length}},H.eat=function(e){return this.type===e?(this.next(),!0):!1},H.isContextual=function(e){return this.type===B.name&&this.value===e},H.eatContextual=function(e){return this.value===e&&this.eat(B.name)},H.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},H.canInsertSemicolon=function(){return this.type===B.eof||this.type===B.braceR||F.test(this.input.slice(this.lastTokEnd,this.start))},H.insertSemicolon=function(){return this.canInsertSemicolon()?(this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0):void 0},H.semicolon=function(){this.eat(B.semi)||this.insertSemicolon()||this.unexpected()},H.afterTrailingComma=function(e,n){return this.type==e?(this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),n||this.next(),!0):void 0},H.expect=function(e){this.eat(e)||this.unexpected()},H.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")};var I=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=-1};H.checkPatternErrors=function(e,n){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var t=n?e.parenthesizedAssign:e.parenthesizedBind;t>-1&&this.raiseRecoverable(t,"Parenthesized pattern")}},H.checkExpressionErrors=function(e,n){var t=e?e.shorthandAssign:-1;return n?void(t>-1&&this.raise(t,"Shorthand property assignments are valid only in destructuring patterns")):t>=0},H.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")},H.isSimpleAssignTarget=function(e){return"ParenthesizedExpression"===e.type?this.isSimpleAssignTarget(e.expression):"Identifier"===e.type||"MemberExpression"===e.type};var G=X.prototype;G.parseTopLevel=function(e){var n=this,t={};for(e.body||(e.body=[]);this.type!==B.eof;){var i=n.parseStatement(!0,!0,t);e.body.push(i)}return this.next(),this.options.ecmaVersion>=6&&(e.sourceType=this.options.sourceType),this.finishNode(e,"Program")};var W={kind:"loop"},z={kind:"switch"};G.isLet=function(){if(this.type!==B.name||this.options.ecmaVersion<6||"let"!=this.value)return!1;N.lastIndex=this.pos;var e=N.exec(this.input),n=this.pos+e[0].length,a=this.input.charCodeAt(n);if(91===a||123==a)return!0;if(t(a,!0)){for(var r=n+1;i(this.input.charCodeAt(r),!0);++r);var o=this.input.slice(n,r);if(!this.isKeyword(o))return!0}return!1},G.isAsyncFunction=function(){if(this.type!==B.name||this.options.ecmaVersion<8||"async"!=this.value)return!1;N.lastIndex=this.pos;var e=N.exec(this.input),n=this.pos+e[0].length;return!(F.test(this.input.slice(this.pos,n))||"function"!==this.input.slice(n,n+8)||n+8!=this.input.length&&i(this.input.charAt(n+8)))},G.parseStatement=function(e,n,t){var i,a=this.type,r=this.startNode();switch(this.isLet()&&(a=B._var,i="let"),a){case B._break:case B._continue:return this.parseBreakContinueStatement(r,a.keyword);case B._debugger:return this.parseDebuggerStatement(r);case B._do:return this.parseDoStatement(r);case B._for:return this.parseForStatement(r);case B._function:return!e&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(r,!1);case B._class:return e||this.unexpected(),this.parseClass(r,!0);case B._if:return this.parseIfStatement(r);case B._return:return this.parseReturnStatement(r);case B._switch:return this.parseSwitchStatement(r);case B._throw:return this.parseThrowStatement(r);case B._try:return this.parseTryStatement(r);case B._const:case B._var:return i=i||this.value,e||"var"==i||this.unexpected(),this.parseVarStatement(r,i);case B._while:return this.parseWhileStatement(r);case B._with:return this.parseWithStatement(r);case B.braceL:return this.parseBlock();case B.semi:return this.parseEmptyStatement(r);case B._export:case B._import:return this.options.allowImportExportEverywhere||(n||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),a===B._import?this.parseImport(r):this.parseExport(r,t);default:if(this.isAsyncFunction()&&e)return this.next(),this.parseFunctionStatement(r,!0);var o=this.value,s=this.parseExpression();return a===B.name&&"Identifier"===s.type&&this.eat(B.colon)?this.parseLabeledStatement(r,o,s):this.parseExpressionStatement(r,s)}},G.parseBreakContinueStatement=function(e,n){var t=this,i="break"==n;this.next(),this.eat(B.semi)||this.insertSemicolon()?e.label=null:this.type!==B.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var a=0;a<this.labels.length;++a){var r=t.labels[a];if(null==e.label||r.name===e.label.name){if(null!=r.kind&&(i||"loop"===r.kind))break;if(e.label&&i)break}}return a===this.labels.length&&this.raise(e.start,"Unsyntactic "+n),this.finishNode(e,i?"BreakStatement":"ContinueStatement")},G.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")},G.parseDoStatement=function(e){return this.next(),this.labels.push(W),e.body=this.parseStatement(!1),this.labels.pop(),this.expect(B._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(B.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},G.parseForStatement=function(e){if(this.next(),this.labels.push(W),this.expect(B.parenL),this.type===B.semi)return this.parseFor(e,null);var n=this.isLet();if(this.type===B._var||this.type===B._const||n){var t=this.startNode(),i=n?"let":this.value;return this.next(),this.parseVar(t,!0,i),this.finishNode(t,"VariableDeclaration"),!(this.type===B._in||this.options.ecmaVersion>=6&&this.isContextual("of"))||1!==t.declarations.length||"var"!==i&&t.declarations[0].init?this.parseFor(e,t):this.parseForIn(e,t)}var a=new I,r=this.parseExpression(!0,a);return this.type===B._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.toAssignable(r),this.checkLVal(r),this.checkPatternErrors(a,!0),this.parseForIn(e,r)):(this.checkExpressionErrors(a,!0),this.parseFor(e,r))},G.parseFunctionStatement=function(e,n){return this.next(),this.parseFunction(e,!0,!1,n)},G.isFunction=function(){return this.type===B._function||this.isAsyncFunction()},G.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement(!this.strict&&this.isFunction()),e.alternate=this.eat(B._else)?this.parseStatement(!this.strict&&this.isFunction()):null,this.finishNode(e,"IfStatement")},G.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(B.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},G.parseSwitchStatement=function(e){var n=this;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(B.braceL),this.labels.push(z);for(var t,i=!1;this.type!=B.braceR;)if(n.type===B._case||n.type===B._default){var a=n.type===B._case;t&&n.finishNode(t,"SwitchCase"),e.cases.push(t=n.startNode()),t.consequent=[],n.next(),a?t.test=n.parseExpression():(i&&n.raiseRecoverable(n.lastTokStart,"Multiple default clauses"),i=!0,t.test=null),n.expect(B.colon)}else t||n.unexpected(),t.consequent.push(n.parseStatement(!0));return t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},G.parseThrowStatement=function(e){return this.next(),F.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var q=[];G.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===B._catch){var n=this.startNode();this.next(),this.expect(B.parenL),n.param=this.parseBindingAtom(),this.checkLVal(n.param,!0),this.expect(B.parenR),n.body=this.parseBlock(),e.handler=this.finishNode(n,"CatchClause")}return e.finalizer=this.eat(B._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},G.parseVarStatement=function(e,n){return this.next(),this.parseVar(e,!1,n),this.semicolon(),this.finishNode(e,"VariableDeclaration")},G.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(W),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"WhileStatement")},G.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement(!1),this.finishNode(e,"WithStatement")},G.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},G.parseLabeledStatement=function(e,n,t){for(var i=this,a=0;a<this.labels.length;++a)i.labels[a].name===n&&i.raise(t.start,"Label '"+n+"' is already declared");for(var r=this.type.isLoop?"loop":this.type===B._switch?"switch":null,o=this.labels.length-1;o>=0;o--){var s=i.labels[o];if(s.statementStart!=e.start)break;s.statementStart=i.start,s.kind=r}return this.labels.push({name:n,kind:r,statementStart:this.start}),e.body=this.parseStatement(!0),("ClassDeclaration"==e.body.type||"VariableDeclaration"==e.body.type&&(this.strict||"var"!=e.body.kind)||"FunctionDeclaration"==e.body.type&&(this.strict||e.body.generator))&&this.raiseRecoverable(e.body.start,"Invalid labeled declaration"),this.labels.pop(),e.label=t,this.finishNode(e,"LabeledStatement")},G.parseExpressionStatement=function(e,n){return e.expression=n,this.semicolon(),this.finishNode(e,"ExpressionStatement")},G.parseBlock=function(){var e=this,n=this.startNode();for(n.body=[],this.expect(B.braceL);!this.eat(B.braceR);){var t=e.parseStatement(!0);n.body.push(t)}return this.finishNode(n,"BlockStatement")},G.parseFor=function(e,n){return e.init=n,this.expect(B.semi),e.test=this.type===B.semi?null:this.parseExpression(),this.expect(B.semi),e.update=this.type===B.parenR?null:this.parseExpression(),this.expect(B.parenR),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"ForStatement")},G.parseForIn=function(e,n){var t=this.type===B._in?"ForInStatement":"ForOfStatement";return this.next(),e.left=n,e.right=this.parseExpression(),this.expect(B.parenR),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,t)},G.parseVar=function(e,n,t){var i=this;for(e.declarations=[],e.kind=t;;){var a=i.startNode();if(i.parseVarId(a),i.eat(B.eq)?a.init=i.parseMaybeAssign(n):"const"!==t||i.type===B._in||i.options.ecmaVersion>=6&&i.isContextual("of")?"Identifier"==a.id.type||n&&(i.type===B._in||i.isContextual("of"))?a.init=null:i.raise(i.lastTokEnd,"Complex binding patterns require an initialization value"):i.unexpected(),e.declarations.push(i.finishNode(a,"VariableDeclarator")),!i.eat(B.comma))break}return e},G.parseVarId=function(e){e.id=this.parseBindingAtom(),this.checkLVal(e.id,!0)},G.parseFunction=function(e,n,t,i){this.initFunction(e),this.options.ecmaVersion>=6&&!i&&(e.generator=this.eat(B.star)),this.options.ecmaVersion>=8&&(e.async=!!i),null==n&&(n=this.type==B.name),n&&(e.id=this.parseIdent());var a=this.inGenerator,r=this.inAsync,o=this.yieldPos,s=this.awaitPos,u=this.inFunction;return this.inGenerator=e.generator,this.inAsync=e.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,n||this.type!==B.name||(e.id=this.parseIdent()),this.parseFunctionParams(e),this.parseFunctionBody(e,t),this.inGenerator=a,this.inAsync=r,this.yieldPos=o,this.awaitPos=s,this.inFunction=u,this.finishNode(e,n?"FunctionDeclaration":"FunctionExpression")},G.parseFunctionParams=function(e){this.expect(B.parenL),e.params=this.parseBindingList(B.parenR,!1,this.options.ecmaVersion>=8,!0),this.checkYieldAwaitInDefaultParams()},G.parseClass=function(e,n){var t=this;this.next(),null==n&&(n=this.type===B.name),this.parseClassId(e,n),this.parseClassSuper(e);var i=this.startNode(),a=!1;for(i.body=[],this.expect(B.braceL);!this.eat(B.braceR);)if(!t.eat(B.semi)){var r=t.startNode(),o=t.eat(B.star),s=!1,u=t.type===B.name&&"static"===t.value;t.parsePropertyName(r),r["static"]=u&&t.type!==B.parenL,r["static"]&&(o&&t.unexpected(),o=t.eat(B.star),t.parsePropertyName(r)),t.options.ecmaVersion>=8&&!o&&!r.computed&&"Identifier"===r.key.type&&"async"===r.key.name&&t.type!==B.parenL&&!t.canInsertSemicolon()&&(s=!0,t.parsePropertyName(r)),r.kind="method";var l=!1;if(!r.computed){var h=r.key;o||s||"Identifier"!==h.type||t.type===B.parenL||"get"!==h.name&&"set"!==h.name||(l=!0,r.kind=h.name,h=t.parsePropertyName(r)),!r["static"]&&("Identifier"===h.type&&"constructor"===h.name||"Literal"===h.type&&"constructor"===h.value)&&(a&&t.raise(h.start,"Duplicate constructor in the same class"),l&&t.raise(h.start,"Constructor can't have get/set modifier"),o&&t.raise(h.start,"Constructor can't be a generator"),s&&t.raise(h.start,"Constructor can't be an async method"),r.kind="constructor",a=!0)}if(t.parseClassMethod(i,r,o,s),l){var c="get"===r.kind?0:1;if(r.value.params.length!==c){var p=r.value.start;"get"===r.kind?t.raiseRecoverable(p,"getter should have no params"):t.raiseRecoverable(p,"setter should have exactly one param")}else"set"===r.kind&&"RestElement"===r.value.params[0].type&&t.raiseRecoverable(r.value.params[0].start,"Setter cannot use rest params")}}return e.body=this.finishNode(i,"ClassBody"),this.finishNode(e,n?"ClassDeclaration":"ClassExpression")},G.parseClassMethod=function(e,n,t,i){n.value=this.parseMethod(t,i),e.body.push(this.finishNode(n,"MethodDefinition"))},G.parseClassId=function(e,n){e.id=this.type===B.name?this.parseIdent():n?this.unexpected():null},G.parseClassSuper=function(e){e.superClass=this.eat(B._extends)?this.parseExprSubscripts():null},G.parseExport=function(e,n){var t=this;if(this.next(),this.eat(B.star))return this.expectContextual("from"),e.source=this.type===B.string?this.parseExprAtom():this.unexpected(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(B._default)){this.checkExport(n,"default",this.lastTokStart);var i;if(this.type===B._function||(i=this.isAsyncFunction())){var a=this.startNode();this.next(),i&&this.next(),e.declaration=this.parseFunction(a,null,!1,i)}else if(this.type===B._class){var r=this.startNode();e.declaration=this.parseClass(r,null)}else e.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(!0),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(n,e.declaration.declarations):this.checkExport(n,e.declaration.id.name,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(n),this.eatContextual("from"))e.source=this.type===B.string?this.parseExprAtom():this.unexpected();else{for(var o=0;o<e.specifiers.length;o++)(t.keywords.test(e.specifiers[o].local.name)||t.reservedWords.test(e.specifiers[o].local.name))&&t.unexpected(e.specifiers[o].local.start);e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")},G.checkExport=function(e,n,t){e&&(Object.prototype.hasOwnProperty.call(e,n)&&this.raiseRecoverable(t,"Duplicate export '"+n+"'"),e[n]=!0)},G.checkPatternExport=function(e,n){var t=this,i=n.type;if("Identifier"==i)this.checkExport(e,n.name,n.start);else if("ObjectPattern"==i)for(var a=0;a<n.properties.length;++a)t.checkPatternExport(e,n.properties[a].value);else if("ArrayPattern"==i)for(var r=0;r<n.elements.length;++r){var o=n.elements[r];o&&t.checkPatternExport(e,o)}else"AssignmentPattern"==i?this.checkPatternExport(e,n.left):"ParenthesizedExpression"==i&&this.checkPatternExport(e,n.expression)},G.checkVariableExport=function(e,n){var t=this;if(e)for(var i=0;i<n.length;i++)t.checkPatternExport(e,n[i].id)},G.shouldParseExportStatement=function(){return"var"===this.type.keyword||"const"===this.type.keyword||"class"===this.type.keyword||"function"===this.type.keyword||this.isLet()||this.isAsyncFunction()},G.parseExportSpecifiers=function(e){var n=this,t=[],i=!0;for(this.expect(B.braceL);!this.eat(B.braceR);){if(i)i=!1;else if(n.expect(B.comma),n.afterTrailingComma(B.braceR))break;var a=n.startNode();a.local=n.parseIdent(!0),a.exported=n.eatContextual("as")?n.parseIdent(!0):a.local,n.checkExport(e,a.exported.name,a.exported.start),t.push(n.finishNode(a,"ExportSpecifier"))}return t},G.parseImport=function(e){return this.next(),this.type===B.string?(e.specifiers=q,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===B.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")},G.parseImportSpecifiers=function(){var e=this,n=[],t=!0;if(this.type===B.name){var i=this.startNode();if(i.local=this.parseIdent(),this.checkLVal(i.local,!0),n.push(this.finishNode(i,"ImportDefaultSpecifier")),!this.eat(B.comma))return n}if(this.type===B.star){var a=this.startNode();return this.next(),this.expectContextual("as"),a.local=this.parseIdent(),this.checkLVal(a.local,!0),n.push(this.finishNode(a,"ImportNamespaceSpecifier")),n}for(this.expect(B.braceL);!this.eat(B.braceR);){if(t)t=!1;else if(e.expect(B.comma),e.afterTrailingComma(B.braceR))break;var r=e.startNode();r.imported=e.parseIdent(!0),e.eatContextual("as")?r.local=e.parseIdent():(r.local=r.imported,e.isKeyword(r.local.name)&&e.unexpected(r.local.start),e.reservedWordsStrict.test(r.local.name)&&e.raiseRecoverable(r.local.start,"The keyword '"+r.local.name+"' is reserved")),e.checkLVal(r.local,!0),n.push(e.finishNode(r,"ImportSpecifier"))}return n};var K=X.prototype;K.toAssignable=function(e,n){var t=this;if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Can not use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":break;case"ObjectExpression":e.type="ObjectPattern";for(var i=0;i<e.properties.length;i++){var a=e.properties[i];"init"!==a.kind&&t.raise(a.key.start,"Object pattern can't contain getter or setter"),t.toAssignable(a.value,n)}break;case"ArrayExpression":e.type="ArrayPattern",this.toAssignableList(e.elements,n);break;case"AssignmentExpression":if("="!==e.operator){this.raise(e.left.end,"Only '=' operator can be used for specifying default value.");break}e.type="AssignmentPattern",delete e.operator,this.toAssignable(e.left,n);case"AssignmentPattern":break;case"ParenthesizedExpression":e.expression=this.toAssignable(e.expression,n);break;case"MemberExpression":if(!n)break;default:this.raise(e.start,"Assigning to rvalue")}return e},K.toAssignableList=function(e,n){var t=this,i=e.length;if(i){var a=e[i-1];if(a&&"RestElement"==a.type)--i;else if(a&&"SpreadElement"==a.type){a.type="RestElement";var r=a.argument;this.toAssignable(r,n),"Identifier"!==r.type&&"MemberExpression"!==r.type&&"ArrayPattern"!==r.type&&this.unexpected(r.start),--i}n&&a&&"RestElement"===a.type&&"Identifier"!==a.argument.type&&this.unexpected(a.argument.start)}for(var o=0;i>o;o++){var s=e[o];s&&t.toAssignable(s,n)}return e},K.parseSpread=function(e){var n=this.startNode();return this.next(),n.argument=this.parseMaybeAssign(!1,e),this.finishNode(n,"SpreadElement")},K.parseRest=function(e){var n=this.startNode();return this.next(),e?n.argument=this.type===B.name?this.parseIdent():this.unexpected():n.argument=this.type===B.name||this.type===B.bracketL?this.parseBindingAtom():this.unexpected(),this.finishNode(n,"RestElement")},K.parseBindingAtom=function(){if(this.options.ecmaVersion<6)return this.parseIdent();switch(this.type){case B.name:return this.parseIdent();case B.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(B.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case B.braceL:return this.parseObj(!0);default:this.unexpected()}},K.parseBindingList=function(e,n,t,i){for(var a=this,r=[],o=!0;!this.eat(e);)if(o?o=!1:a.expect(B.comma),n&&a.type===B.comma)r.push(null);else{if(t&&a.afterTrailingComma(e))break;if(a.type===B.ellipsis){var s=a.parseRest(i);a.parseBindingListItem(s),r.push(s),a.type===B.comma&&a.raise(a.start,"Comma is not permitted after the rest element"),a.expect(e);break}var u=a.parseMaybeDefault(a.start,a.startLoc);a.parseBindingListItem(u),r.push(u)}return r},K.parseBindingListItem=function(e){return e},K.parseMaybeDefault=function(e,n,t){if(t=t||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(B.eq))return t;var i=this.startNodeAt(e,n);return i.left=t,i.right=this.parseMaybeAssign(),this.finishNode(i,"AssignmentPattern")},K.checkLVal=function(e,n,t){var i=this;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(n?"Binding ":"Assigning to ")+e.name+" in strict mode"),t&&(u(t,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),t[e.name]=!0);break;case"MemberExpression":n&&this.raiseRecoverable(e.start,(n?"Binding":"Assigning to")+" member expression");break;case"ObjectPattern":for(var a=0;a<e.properties.length;a++)i.checkLVal(e.properties[a].value,n,t);break;case"ArrayPattern":for(var r=0;r<e.elements.length;r++){var o=e.elements[r];o&&i.checkLVal(o,n,t)}break;case"AssignmentPattern":this.checkLVal(e.left,n,t);break;case"RestElement":this.checkLVal(e.argument,n,t);break;case"ParenthesizedExpression":this.checkLVal(e.expression,n,t);break;default:this.raise(e.start,(n?"Binding":"Assigning to")+" rvalue")}};var V=X.prototype;V.checkPropClash=function(e,n){if(!(this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var t,i=e.key;switch(i.type){case"Identifier":t=i.name;break;case"Literal":t=String(i.value);break;default:return}var a=e.kind;if(this.options.ecmaVersion>=6)return void("__proto__"===t&&"init"===a&&(n.proto&&this.raiseRecoverable(i.start,"Redefinition of __proto__ property"),n.proto=!0));t="$"+t;var r=n[t];if(r){var o="init"!==a;(!this.strict&&!o||!r[a])&&o^r.init||this.raiseRecoverable(i.start,"Redefinition of property")}else r=n[t]={init:!1,get:!1,set:!1};r[a]=!0}},V.parseExpression=function(e,n){var t=this,i=this.start,a=this.startLoc,r=this.parseMaybeAssign(e,n);if(this.type===B.comma){var o=this.startNodeAt(i,a);for(o.expressions=[r];this.eat(B.comma);)o.expressions.push(t.parseMaybeAssign(e,n));return this.finishNode(o,"SequenceExpression")}return r},V.parseMaybeAssign=function(e,n,t){if(this.inGenerator&&this.isContextual("yield"))return this.parseYield();var i=!1,a=-1;n?(a=n.parenthesizedAssign,n.parenthesizedAssign=-1):(n=new I,i=!0);var r=this.start,o=this.startLoc;this.type!=B.parenL&&this.type!=B.name||(this.potentialArrowAt=this.start);var s=this.parseMaybeConditional(e,n);if(t&&(s=t.call(this,s,r,o)),this.type.isAssign){this.checkPatternErrors(n,!0),i||I.call(n);var u=this.startNodeAt(r,o);return u.operator=this.value,u.left=this.type===B.eq?this.toAssignable(s):s,n.shorthandAssign=-1,this.checkLVal(s),this.next(),u.right=this.parseMaybeAssign(e),this.finishNode(u,"AssignmentExpression")}return i&&this.checkExpressionErrors(n,!0),a>-1&&(n.parenthesizedAssign=a),s},V.parseMaybeConditional=function(e,n){var t=this.start,i=this.startLoc,a=this.parseExprOps(e,n);if(this.checkExpressionErrors(n))return a;if(this.eat(B.question)){var r=this.startNodeAt(t,i);return r.test=a,r.consequent=this.parseMaybeAssign(),this.expect(B.colon),r.alternate=this.parseMaybeAssign(e),this.finishNode(r,"ConditionalExpression")}return a},V.parseExprOps=function(e,n){var t=this.start,i=this.startLoc,a=this.parseMaybeUnary(n,!1);return this.checkExpressionErrors(n)?a:this.parseExprOp(a,t,i,-1,e)},V.parseExprOp=function(e,n,t,i,a){var r=this.type.binop;if(null!=r&&(!a||this.type!==B._in)&&r>i){var o=this.type===B.logicalOR||this.type===B.logicalAND,s=this.value;this.next();var u=this.start,l=this.startLoc,h=this.parseExprOp(this.parseMaybeUnary(null,!1),u,l,r,a),c=this.buildBinary(n,t,e,h,s,o);return this.parseExprOp(c,n,t,i,a)}return e},V.buildBinary=function(e,n,t,i,a,r){var o=this.startNodeAt(e,n);return o.left=t,o.operator=a,o.right=i,this.finishNode(o,r?"LogicalExpression":"BinaryExpression")},V.parseMaybeUnary=function(e,n){var t,i=this,a=this.start,r=this.startLoc;if(this.inAsync&&this.isContextual("await"))t=this.parseAwait(e),n=!0;else if(this.type.prefix){var o=this.startNode(),s=this.type===B.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(e,!0),s?this.checkLVal(o.argument):this.strict&&"delete"===o.operator&&"Identifier"===o.argument.type?this.raiseRecoverable(o.start,"Deleting local variable in strict mode"):n=!0,t=this.finishNode(o,s?"UpdateExpression":"UnaryExpression")}else{if(t=this.parseExprSubscripts(e),this.checkExpressionErrors(e))return t;for(;this.type.postfix&&!this.canInsertSemicolon();){var u=i.startNodeAt(a,r);u.operator=i.value,u.prefix=!1,u.argument=t,i.checkLVal(t),i.next(),t=i.finishNode(u,"UpdateExpression")}}return!n&&this.eat(B.starstar)?this.buildBinary(a,r,t,this.parseMaybeUnary(null,!1),"**",!1):t},V.parseExprSubscripts=function(e){var n=this.start,t=this.startLoc,i=this.parseExprAtom(e),a="ArrowFunctionExpression"===i.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd);if(this.checkExpressionErrors(e)||a)return i;var r=this.parseSubscripts(i,n,t);return e&&"MemberExpression"===r.type&&(e.parenthesizedAssign>=r.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=r.start&&(e.parenthesizedBind=-1)),r},V.parseSubscripts=function(e,n,t,i){for(var a,r=this,o=this.options.ecmaVersion>=8&&"Identifier"===e.type&&"async"===e.name&&this.lastTokEnd==e.end&&!this.canInsertSemicolon();;)if((a=r.eat(B.bracketL))||r.eat(B.dot)){var s=r.startNodeAt(n,t);s.object=e,s.property=a?r.parseExpression():r.parseIdent(!0),s.computed=!!a,a&&r.expect(B.bracketR),e=r.finishNode(s,"MemberExpression")}else if(!i&&r.eat(B.parenL)){var u=new I,l=r.yieldPos,h=r.awaitPos;r.yieldPos=0,r.awaitPos=0;var c=r.parseExprList(B.parenR,r.options.ecmaVersion>=8,!1,u);if(o&&!r.canInsertSemicolon()&&r.eat(B.arrow))return r.checkPatternErrors(u,!1),r.checkYieldAwaitInDefaultParams(),r.yieldPos=l,r.awaitPos=h,r.parseArrowExpression(r.startNodeAt(n,t),c,!0);r.checkExpressionErrors(u,!0),r.yieldPos=l||r.yieldPos,r.awaitPos=h||r.awaitPos;var p=r.startNodeAt(n,t);p.callee=e,p.arguments=c,e=r.finishNode(p,"CallExpression")}else{if(r.type!==B.backQuote)return e;var g=r.startNodeAt(n,t);g.tag=e,g.quasi=r.parseTemplate(),e=r.finishNode(g,"TaggedTemplateExpression")}},V.parseExprAtom=function(e){var n,t=this.potentialArrowAt==this.start;switch(this.type){case B._super:this.inFunction||this.raise(this.start,"'super' outside of function or class");case B._this:var i=this.type===B._this?"ThisExpression":"Super";return n=this.startNode(),this.next(),this.finishNode(n,i);case B.name:var a=this.start,r=this.startLoc,o=this.parseIdent(this.type!==B.name);if(this.options.ecmaVersion>=8&&"async"===o.name&&!this.canInsertSemicolon()&&this.eat(B._function))return this.parseFunction(this.startNodeAt(a,r),!1,!1,!0);if(t&&!this.canInsertSemicolon()){if(this.eat(B.arrow))return this.parseArrowExpression(this.startNodeAt(a,r),[o],!1);if(this.options.ecmaVersion>=8&&"async"===o.name&&this.type===B.name)return o=this.parseIdent(),!this.canInsertSemicolon()&&this.eat(B.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(a,r),[o],!0)}return o;case B.regexp:var s=this.value;return n=this.parseLiteral(s.value),n.regex={pattern:s.pattern,flags:s.flags},n;case B.num:case B.string:return this.parseLiteral(this.value);case B._null:case B._true:case B._false:return n=this.startNode(),n.value=this.type===B._null?null:this.type===B._true,n.raw=this.type.keyword,this.next(),this.finishNode(n,"Literal");case B.parenL:var u=this.start,l=this.parseParenAndDistinguishExpression(t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(l)&&(e.parenthesizedAssign=u),e.parenthesizedBind<0&&(e.parenthesizedBind=u)),l;case B.bracketL:return n=this.startNode(),this.next(),n.elements=this.parseExprList(B.bracketR,!0,!0,e),this.finishNode(n,"ArrayExpression");case B.braceL:return this.parseObj(!1,e);case B._function:return n=this.startNode(),this.next(),this.parseFunction(n,!1);case B._class:return this.parseClass(this.startNode(),!1);case B._new:return this.parseNew();case B.backQuote:return this.parseTemplate();default:this.unexpected()}},V.parseLiteral=function(e){var n=this.startNode();return n.value=e,n.raw=this.input.slice(this.start,this.end),this.next(),this.finishNode(n,"Literal")},V.parseParenExpression=function(){this.expect(B.parenL);var e=this.parseExpression();return this.expect(B.parenR),e},V.parseParenAndDistinguishExpression=function(e){var n,t=this,i=this.start,a=this.startLoc,r=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var o,s,u=this.start,l=this.startLoc,h=[],c=!0,p=!1,g=new I,f=this.yieldPos,d=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==B.parenR;){if(c?c=!1:t.expect(B.comma),r&&t.afterTrailingComma(B.parenR,!0)){p=!0;break}if(t.type===B.ellipsis){o=t.start,h.push(t.parseParenItem(t.parseRest())),t.type===B.comma&&t.raise(t.start,"Comma is not permitted after the rest element");break}t.type!==B.parenL||s||(s=t.start),h.push(t.parseMaybeAssign(!1,g,t.parseParenItem))}var y=this.start,m=this.startLoc;if(this.expect(B.parenR),e&&!this.canInsertSemicolon()&&this.eat(B.arrow))return this.checkPatternErrors(g,!1),this.checkYieldAwaitInDefaultParams(),s&&this.unexpected(s),this.yieldPos=f,this.awaitPos=d,this.parseParenArrowList(i,a,h);h.length&&!p||this.unexpected(this.lastTokStart),o&&this.unexpected(o),this.checkExpressionErrors(g,!0),this.yieldPos=f||this.yieldPos,this.awaitPos=d||this.awaitPos,h.length>1?(n=this.startNodeAt(u,l),n.expressions=h,this.finishNodeAt(n,"SequenceExpression",y,m)):n=h[0]}else n=this.parseParenExpression();if(this.options.preserveParens){var b=this.startNodeAt(i,a);return b.expression=n,this.finishNode(b,"ParenthesizedExpression")}return n},V.parseParenItem=function(e){return e},V.parseParenArrowList=function(e,n,t){return this.parseArrowExpression(this.startNodeAt(e,n),t)};var U=[];V.parseNew=function(){var e=this.startNode(),n=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(B.dot))return e.meta=n,e.property=this.parseIdent(!0),"target"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is new.target"),this.inFunction||this.raiseRecoverable(e.start,"new.target can only be used in functions"),this.finishNode(e,"MetaProperty");var t=this.start,i=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(),t,i,!0),this.eat(B.parenL)?e.arguments=this.parseExprList(B.parenR,this.options.ecmaVersion>=8,!1):e.arguments=U,this.finishNode(e,"NewExpression")},V.parseTemplateElement=function(){var e=this.startNode();return e.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),e.tail=this.type===B.backQuote,this.finishNode(e,"TemplateElement")},V.parseTemplate=function(){var e=this,n=this.startNode();this.next(),n.expressions=[];var t=this.parseTemplateElement();for(n.quasis=[t];!t.tail;)e.expect(B.dollarBraceL),n.expressions.push(e.parseExpression()),e.expect(B.braceR),n.quasis.push(t=e.parseTemplateElement());return this.next(),this.finishNode(n,"TemplateLiteral");
7
7
  },V.parseObj=function(e,n){var t=this,i=this.startNode(),a=!0,r={};for(i.properties=[],this.next();!this.eat(B.braceR);){if(a)a=!1;else if(t.expect(B.comma),t.afterTrailingComma(B.braceR))break;var o,s,u,l,h=t.startNode();t.options.ecmaVersion>=6&&(h.method=!1,h.shorthand=!1,(e||n)&&(u=t.start,l=t.startLoc),e||(o=t.eat(B.star))),t.parsePropertyName(h),e||!(t.options.ecmaVersion>=8)||o||h.computed||"Identifier"!==h.key.type||"async"!==h.key.name||t.type===B.parenL||t.type===B.colon||t.canInsertSemicolon()?s=!1:(s=!0,t.parsePropertyName(h,n)),t.parsePropertyValue(h,e,o,s,u,l,n),t.checkPropClash(h,r),i.properties.push(t.finishNode(h,"Property"))}return this.finishNode(i,e?"ObjectPattern":"ObjectExpression")},V.parsePropertyValue=function(e,n,t,i,a,r,o){if((t||i)&&this.type===B.colon&&this.unexpected(),this.eat(B.colon))e.value=n?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,o),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===B.parenL)n&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(t,i);else if(this.options.ecmaVersion>=5&&!e.computed&&"Identifier"===e.key.type&&("get"===e.key.name||"set"===e.key.name)&&this.type!=B.comma&&this.type!=B.braceR){(t||i||n)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var s="get"===e.kind?0:1;if(e.value.params.length!==s){var u=e.value.start;"get"===e.kind?this.raiseRecoverable(u,"getter should have no params"):this.raiseRecoverable(u,"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}else this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((this.keywords.test(e.key.name)||(this.strict?this.reservedWordsStrict:this.reservedWords).test(e.key.name)||this.inGenerator&&"yield"==e.key.name||this.inAsync&&"await"==e.key.name)&&this.raiseRecoverable(e.key.start,"'"+e.key.name+"' can not be used as shorthand property"),e.kind="init",n?e.value=this.parseMaybeDefault(a,r,e.key):this.type===B.eq&&o?(o.shorthandAssign<0&&(o.shorthandAssign=this.start),e.value=this.parseMaybeDefault(a,r,e.key)):e.value=e.key,e.shorthand=!0):this.unexpected()},V.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(B.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(B.bracketR),e.key;e.computed=!1}return e.key=this.type===B.num||this.type===B.string?this.parseExprAtom():this.parseIdent(!0)},V.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=!1,e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},V.parseMethod=function(e,n){var t=this.startNode(),i=this.inGenerator,a=this.inAsync,r=this.yieldPos,o=this.awaitPos,s=this.inFunction;return this.initFunction(t),this.options.ecmaVersion>=6&&(t.generator=e),this.options.ecmaVersion>=8&&(t.async=!!n),this.inGenerator=t.generator,this.inAsync=t.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,this.expect(B.parenL),t.params=this.parseBindingList(B.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(t,!1),this.inGenerator=i,this.inAsync=a,this.yieldPos=r,this.awaitPos=o,this.inFunction=s,this.finishNode(t,"FunctionExpression")},V.parseArrowExpression=function(e,n,t){var i=this.inGenerator,a=this.inAsync,r=this.yieldPos,o=this.awaitPos,s=this.inFunction;return this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!t),this.inGenerator=!1,this.inAsync=e.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,e.params=this.toAssignableList(n,!0),this.parseFunctionBody(e,!0),this.inGenerator=i,this.inAsync=a,this.yieldPos=r,this.awaitPos=o,this.inFunction=s,this.finishNode(e,"ArrowFunctionExpression")},V.parseFunctionBody=function(e,n){var t=n&&this.type!==B.braceL,i=this.strict,a=!1;if(t)e.body=this.parseMaybeAssign(),e.expression=!0;else{var r=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);i&&!r||(a=this.strictDirective(this.end),a&&r&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list"));var o=this.labels;this.labels=[],a&&(this.strict=!0),e.body=this.parseBlock(!0),e.expression=!1,this.labels=o}i||a?(this.strict=!0,e.id&&this.checkLVal(e.id,!0),this.checkParams(e),this.strict=i):!n&&this.isSimpleParamList(e.params)||this.checkParams(e)},V.isSimpleParamList=function(e){for(var n=0;n<e.length;n++)if("Identifier"!==e[n].type)return!1;return!0},V.checkParams=function(e){for(var n=this,t={},i=0;i<e.params.length;i++)n.checkLVal(e.params[i],!0,t)},V.parseExprList=function(e,n,t,i){for(var a=this,r=[],o=!0;!this.eat(e);){if(o)o=!1;else if(a.expect(B.comma),n&&a.afterTrailingComma(e))break;var s;t&&a.type===B.comma?s=null:a.type===B.ellipsis?(s=a.parseSpread(i),i&&a.type===B.comma&&i.trailingComma<0&&(i.trailingComma=a.start)):s=a.parseMaybeAssign(!1,i),r.push(s)}return r},V.parseIdent=function(e){var n=this.startNode();return e&&"never"==this.options.allowReserved&&(e=!1),this.type===B.name?(!e&&(this.strict?this.reservedWordsStrict:this.reservedWords).test(this.value)&&(this.options.ecmaVersion>=6||-1==this.input.slice(this.start,this.end).indexOf("\\"))&&this.raiseRecoverable(this.start,"The keyword '"+this.value+"' is reserved"),this.inGenerator&&"yield"===this.value&&this.raiseRecoverable(this.start,"Can not use 'yield' as identifier inside a generator"),this.inAsync&&"await"===this.value&&this.raiseRecoverable(this.start,"Can not use 'await' as identifier inside an async function"),n.name=this.value):e&&this.type.keyword?n.name=this.type.keyword:this.unexpected(),this.next(),this.finishNode(n,"Identifier")},V.parseYield=function(){this.yieldPos||(this.yieldPos=this.start);var e=this.startNode();return this.next(),this.type==B.semi||this.canInsertSemicolon()||this.type!=B.star&&!this.type.startsExpr?(e.delegate=!1,e.argument=null):(e.delegate=this.eat(B.star),e.argument=this.parseMaybeAssign()),this.finishNode(e,"YieldExpression")},V.parseAwait=function(){this.awaitPos||(this.awaitPos=this.start);var e=this.startNode();return this.next(),e.argument=this.parseMaybeUnary(null,!0),this.finishNode(e,"AwaitExpression")};var $=X.prototype;$.raise=function(e,n){var t=l(this.input,e);n+=" ("+t.line+":"+t.column+")";var i=new SyntaxError(n);throw i.pos=e,i.loc=t,i.raisedAt=this.pos,i},$.raiseRecoverable=$.raise,$.curPosition=function(){return this.options.locations?new J(this.curLine,this.pos-this.lineStart):void 0};var ee=function(e,n,t){this.type="",this.start=n,this.end=0,e.options.locations&&(this.loc=new P(e,t)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[n,0])},ne=X.prototype;ne.startNode=function(){return new ee(this,this.start,this.startLoc)},ne.startNodeAt=function(e,n){return new ee(this,e,n)},ne.finishNode=function(e,n){return g.call(this,e,n,this.lastTokEnd,this.lastTokEndLoc)},ne.finishNodeAt=function(e,n,t,i){return g.call(this,e,n,t,i)};var te=function(e,n,t,i){this.token=e,this.isExpr=!!n,this.preserveSpace=!!t,this.override=i},ie={b_stat:new te("{",!1),b_expr:new te("{",!0),b_tmpl:new te("${",!0),p_stat:new te("(",!1),p_expr:new te("(",!0),q_tmpl:new te("`",!0,!0,function(e){return e.readTmplToken()}),f_expr:new te("function",!0)},ae=X.prototype;ae.initialContext=function(){return[ie.b_stat]},ae.braceIsBlock=function(e){if(e===B.colon){var n=this.curContext();if(n===ie.b_stat||n===ie.b_expr)return!n.isExpr}return e===B._return?F.test(this.input.slice(this.lastTokEnd,this.start)):e===B._else||e===B.semi||e===B.eof||e===B.parenR?!0:e==B.braceL?this.curContext()===ie.b_stat:!this.exprAllowed},ae.updateContext=function(e){var n,t=this.type;t.keyword&&e==B.dot?this.exprAllowed=!1:(n=t.updateContext)?n.call(this,e):this.exprAllowed=t.beforeExpr},B.parenR.updateContext=B.braceR.updateContext=function(){if(1==this.context.length)return void(this.exprAllowed=!0);var e=this.context.pop();e===ie.b_stat&&this.curContext()===ie.f_expr?(this.context.pop(),this.exprAllowed=!1):e===ie.b_tmpl?this.exprAllowed=!0:this.exprAllowed=!e.isExpr},B.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?ie.b_stat:ie.b_expr),this.exprAllowed=!0},B.dollarBraceL.updateContext=function(){this.context.push(ie.b_tmpl),this.exprAllowed=!0},B.parenL.updateContext=function(e){var n=e===B._if||e===B._for||e===B._with||e===B._while;this.context.push(n?ie.p_stat:ie.p_expr),this.exprAllowed=!0},B.incDec.updateContext=function(){},B._function.updateContext=function(e){e.beforeExpr&&e!==B.semi&&e!==B._else&&(e!==B.colon&&e!==B.braceL||this.curContext()!==ie.b_stat)&&this.context.push(ie.f_expr),this.exprAllowed=!1},B.backQuote.updateContext=function(){this.curContext()===ie.q_tmpl?this.context.pop():this.context.push(ie.q_tmpl),this.exprAllowed=!1};var re=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new P(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},oe=X.prototype,se="object"==typeof Packages&&"[object JavaPackage]"==Object.prototype.toString.call(Packages);oe.next=function(){this.options.onToken&&this.options.onToken(new re(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},oe.getToken=function(){return this.next(),new re(this)},"undefined"!=typeof Symbol&&(oe[Symbol.iterator]=function(){var e=this;return{next:function(){var n=e.getToken();return{done:n.type===B.eof,value:n}}}}),oe.curContext=function(){return this.context[this.context.length-1]},oe.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(B.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},oe.readToken=function(e){return t(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},oe.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(55295>=e||e>=57344)return e;var n=this.input.charCodeAt(this.pos+1);return(e<<10)+n-56613888},oe.skipBlockComment=function(){var e=this,n=this.options.onComment&&this.curPosition(),t=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations){M.lastIndex=t;for(var a;(a=M.exec(this.input))&&a.index<this.pos;)++e.curLine,e.lineStart=a.index+a[0].length}this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,n,this.curPosition())},oe.skipLineComment=function(e){for(var n=this,t=this.pos,i=this.options.onComment&&this.curPosition(),a=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&10!==a&&13!==a&&8232!==a&&8233!==a;)++n.pos,a=n.input.charCodeAt(n.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},oe.skipSpace=function(){var e=this;e:for(;this.pos<this.input.length;){var n=e.input.charCodeAt(e.pos);switch(n){case 32:case 160:++e.pos;break;case 13:10===e.input.charCodeAt(e.pos+1)&&++e.pos;case 10:case 8232:case 8233:++e.pos,e.options.locations&&(++e.curLine,e.lineStart=e.pos);break;case 47:switch(e.input.charCodeAt(e.pos+1)){case 42:e.skipBlockComment();break;case 47:e.skipLineComment(2);break;default:break e}break;default:if(!(n>8&&14>n||n>=5760&&Z.test(String.fromCharCode(n))))break e;++e.pos}}},oe.finishToken=function(e,n){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var t=this.type;this.type=e,this.value=n,this.updateContext(t)},oe.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&57>=e)return this.readNumber(!0);var n=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===n?(this.pos+=3,this.finishToken(B.ellipsis)):(++this.pos,this.finishToken(B.dot))},oe.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(B.assign,2):this.finishOp(B.slash,1)},oe.readToken_mult_modulo_exp=function(e){var n=this.input.charCodeAt(this.pos+1),t=1,i=42===e?B.star:B.modulo;return this.options.ecmaVersion>=7&&42===n&&(++t,i=B.starstar,n=this.input.charCodeAt(this.pos+2)),61===n?this.finishOp(B.assign,t+1):this.finishOp(i,t)},oe.readToken_pipe_amp=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?this.finishOp(124===e?B.logicalOR:B.logicalAND,2):61===n?this.finishOp(B.assign,2):this.finishOp(124===e?B.bitwiseOR:B.bitwiseAND,1)},oe.readToken_caret=function(){var e=this.input.charCodeAt(this.pos+1);return 61===e?this.finishOp(B.assign,2):this.finishOp(B.bitwiseXOR,1)},oe.readToken_plus_min=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?45==n&&62==this.input.charCodeAt(this.pos+2)&&F.test(this.input.slice(this.lastTokEnd,this.pos))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(B.incDec,2):61===n?this.finishOp(B.assign,2):this.finishOp(B.plusMin,1)},oe.readToken_lt_gt=function(e){var n=this.input.charCodeAt(this.pos+1),t=1;return n===e?(t=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+t)?this.finishOp(B.assign,t+1):this.finishOp(B.bitShift,t)):33==n&&60==e&&45==this.input.charCodeAt(this.pos+2)&&45==this.input.charCodeAt(this.pos+3)?(this.inModule&&this.unexpected(),this.skipLineComment(4),this.skipSpace(),this.nextToken()):(61===n&&(t=2),this.finishOp(B.relational,t))},oe.readToken_eq_excl=function(e){var n=this.input.charCodeAt(this.pos+1);return 61===n?this.finishOp(B.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===n&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(B.arrow)):this.finishOp(61===e?B.eq:B.prefix,1)},oe.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(B.parenL);case 41:return++this.pos,this.finishToken(B.parenR);case 59:return++this.pos,this.finishToken(B.semi);case 44:return++this.pos,this.finishToken(B.comma);case 91:return++this.pos,this.finishToken(B.bracketL);case 93:return++this.pos,this.finishToken(B.bracketR);case 123:return++this.pos,this.finishToken(B.braceL);case 125:return++this.pos,this.finishToken(B.braceR);case 58:return++this.pos,this.finishToken(B.colon);case 63:return++this.pos,this.finishToken(B.question);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(B.backQuote);case 48:var n=this.input.charCodeAt(this.pos+1);if(120===n||88===n)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===n||79===n)return this.readRadixNumber(8);if(98===n||66===n)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 126:return this.finishOp(B.prefix,1)}this.raise(this.pos,"Unexpected character '"+d(e)+"'")},oe.finishOp=function(e,n){var t=this.input.slice(this.pos,this.pos+n);return this.pos+=n,this.finishToken(e,t)};var ue=!!f("￿","u");oe.readRegexp=function(){for(var e,n,t=this,i=this.pos;;){t.pos>=t.input.length&&t.raise(i,"Unterminated regular expression");var a=t.input.charAt(t.pos);if(F.test(a)&&t.raise(i,"Unterminated regular expression"),e)e=!1;else{if("["===a)n=!0;else if("]"===a&&n)n=!1;else if("/"===a&&!n)break;e="\\"===a}++t.pos}var r=this.input.slice(i,this.pos);++this.pos;var o=this.readWord1(),s=r,u="";if(o){var l=/^[gim]*$/;this.options.ecmaVersion>=6&&(l=/^[gimuy]*$/),l.test(o)||this.raise(i,"Invalid regular expression flag"),o.indexOf("u")>=0&&(ue?u="u":(s=s.replace(/\\u\{([0-9a-fA-F]+)\}/g,function(e,n,a){return n=Number("0x"+n),n>1114111&&t.raise(i+a+3,"Code point out of bounds"),"x"}),s=s.replace(/\\u([a-fA-F0-9]{4})|[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"x"),u=u.replace("u","")))}var h=null;return se||(f(s,u,i,this),h=f(r,o)),this.finishToken(B.regexp,{pattern:r,flags:o,value:h})},oe.readInt=function(e,n){for(var t=this,i=this.pos,a=0,r=0,o=null==n?1/0:n;o>r;++r){var s,u=t.input.charCodeAt(t.pos);if(s=u>=97?u-97+10:u>=65?u-65+10:u>=48&&57>=u?u-48:1/0,s>=e)break;++t.pos,a=a*e+s}return this.pos===i||null!=n&&this.pos-i!==n?null:a},oe.readRadixNumber=function(e){this.pos+=2;var n=this.readInt(e);return null==n&&this.raise(this.start+2,"Expected number in radix "+e),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(B.num,n)},oe.readNumber=function(e){var n=this.pos,i=!1,a=48===this.input.charCodeAt(this.pos);e||null!==this.readInt(10)||this.raise(n,"Invalid number"),a&&this.pos==n+1&&(a=!1);var r=this.input.charCodeAt(this.pos);46!==r||a||(++this.pos,this.readInt(10),i=!0,r=this.input.charCodeAt(this.pos)),69!==r&&101!==r||a||(r=this.input.charCodeAt(++this.pos),43!==r&&45!==r||++this.pos,null===this.readInt(10)&&this.raise(n,"Invalid number"),i=!0),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var o,s=this.input.slice(n,this.pos);return i?o=parseFloat(s):a&&1!==s.length?/[89]/.test(s)||this.strict?this.raise(n,"Invalid number"):o=parseInt(s,8):o=parseInt(s,10),this.finishToken(B.num,o)},oe.readCodePoint=function(){var e,n=this.input.charCodeAt(this.pos);if(123===n){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.raise(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},oe.readString=function(e){for(var n=this,t="",i=++this.pos;;){n.pos>=n.input.length&&n.raise(n.start,"Unterminated string constant");var a=n.input.charCodeAt(n.pos);if(a===e)break;92===a?(t+=n.input.slice(i,n.pos),t+=n.readEscapedChar(!1),i=n.pos):(o(a)&&n.raise(n.start,"Unterminated string constant"),++n.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(B.string,t)},oe.readTmplToken=function(){for(var e=this,n="",t=this.pos;;){e.pos>=e.input.length&&e.raise(e.start,"Unterminated template");var i=e.input.charCodeAt(e.pos);if(96===i||36===i&&123===e.input.charCodeAt(e.pos+1))return e.pos===e.start&&e.type===B.template?36===i?(e.pos+=2,e.finishToken(B.dollarBraceL)):(++e.pos,e.finishToken(B.backQuote)):(n+=e.input.slice(t,e.pos),e.finishToken(B.template,n));if(92===i)n+=e.input.slice(t,e.pos),n+=e.readEscapedChar(!0),t=e.pos;else if(o(i)){switch(n+=e.input.slice(t,e.pos),++e.pos,i){case 13:10===e.input.charCodeAt(e.pos)&&++e.pos;case 10:n+="\n";break;default:n+=String.fromCharCode(i)}e.options.locations&&(++e.curLine,e.lineStart=e.pos),t=e.pos}else++e.pos}},oe.readEscapedChar=function(e){var n=this.input.charCodeAt(++this.pos);switch(++this.pos,n){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return d(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\x0B";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";default:if(n>=48&&55>=n){var t=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(t,8);return i>255&&(t=t.slice(0,-1),i=parseInt(t,8)),"0"!==t&&(this.strict||e)&&this.raise(this.pos-2,"Octal literal in strict mode"),this.pos+=t.length-1,String.fromCharCode(i)}return String.fromCharCode(n)}},oe.readHexChar=function(e){var n=this.pos,t=this.readInt(16,e);return null===t&&this.raise(n,"Bad character escape sequence"),t},oe.readWord1=function(){var e=this;this.containsEsc=!1;for(var n="",a=!0,r=this.pos,o=this.options.ecmaVersion>=6;this.pos<this.input.length;){var s=e.fullCharCodeAtPos();if(i(s,o))e.pos+=65535>=s?1:2;else{if(92!==s)break;e.containsEsc=!0,n+=e.input.slice(r,e.pos);var u=e.pos;117!=e.input.charCodeAt(++e.pos)&&e.raise(e.pos,"Expecting Unicode escape sequence \\uXXXX"),++e.pos;var l=e.readCodePoint();(a?t:i)(l,o)||e.raise(u,"Invalid Unicode escape"),n+=d(l),r=e.pos}a=!1}return n+this.input.slice(r,this.pos)},oe.readWord=function(){var e=this.readWord1(),n=B.name;return this.keywords.test(e)&&(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+e),n=Y[e]),this.finishToken(n,e)};var le="4.0.11";e.version=le,e.parse=y,e.parseExpressionAt=m,e.tokenizer=b,e.addLooseExports=w,e.Parser=X,e.plugins=O,e.defaultOptions=R,e.Position=J,e.SourceLocation=P,e.getLineInfo=l,e.Node=ee,e.TokenType=L,e.tokTypes=B,e.keywordTypes=Y,e.TokContext=te,e.tokContexts=ie,e.isIdentifierChar=i,e.isIdentifierStart=t,e.Token=re,e.isNewLine=o,e.lineBreak=F,e.lineBreakG=M,Object.defineProperty(e,"__esModule",{value:!0})})},{}],16:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i((e.acorn=e.acorn||{},e.acorn.walk=e.acorn.walk||{}))}(this,function(e){"use strict";function n(n,t,i,a,r){i||(i=e.base),function o(e,n,a){var r=a||e.type,s=t[r];i[r](e,n,o),s&&s(e,n)}(n,a,r)}function t(n,t,i,a){i||(i=e.base);var r=[];!function o(e,n,a){var s=a||e.type,u=t[s],l=e!=r[r.length-1];l&&r.push(e),i[s](e,n,o),u&&u(e,n||r,r),l&&r.pop()}(n,a)}function i(n,t,i,a,r){var o=i?e.make(i,a):a;!function s(e,n,t){o[t||e.type](e,n,s)}(n,t,r)}function a(e){return"string"==typeof e?function(n){return n==e}:e?e:function(){return!0}}function r(n,t,i,r,o,s){r=a(r),o||(o=e.base);try{!function l(e,n,a){var s=a||e.type;if((null==t||e.start<=t)&&(null==i||e.end>=i)&&o[s](e,n,l),(null==t||e.start==t)&&(null==i||e.end==i)&&r(s,e))throw new p(e,n)}(n,s)}catch(u){if(u instanceof p)return u;throw u}}function o(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){var o=a||e.type;if(!(e.start>t||e.end<t)&&(r[o](e,n,u),i(o,e)))throw new p(e,n)}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function s(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){if(!(e.end<t)){var o=a||e.type;if(e.start>=t&&i(o,e))throw new p(e,n);r[o](e,n,u)}}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function u(n,t,i,r,o){i=a(i),r||(r=e.base);var s;return function u(e,n,a){if(!(e.start>t)){var o=a||e.type;e.end<=t&&(!s||s.node.end<e.end)&&i(o,e)&&(s=new p(e,n)),r[o](e,n,u)}}(n,o),s}function l(n,t){t||(t=e.base);var i=g(t);for(var a in n)i[a]=n[a];return i}function h(e,n,t){t(e,n)}function c(e,n,t){}var p=function(e,n){this.node=e,this.state=n},g=Object.create||function(e){function n(){}return n.prototype=e,new n},f={};f.Program=f.BlockStatement=function(e,n,t){for(var i=0;i<e.body.length;++i)t(e.body[i],n,"Statement")},f.Statement=h,f.EmptyStatement=c,f.ExpressionStatement=f.ParenthesizedExpression=function(e,n,t){return t(e.expression,n,"Expression")},f.IfStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Statement"),e.alternate&&t(e.alternate,n,"Statement")},f.LabeledStatement=function(e,n,t){return t(e.body,n,"Statement")},f.BreakStatement=f.ContinueStatement=c,f.WithStatement=function(e,n,t){t(e.object,n,"Expression"),t(e.body,n,"Statement")},f.SwitchStatement=function(e,n,t){t(e.discriminant,n,"Expression");for(var i=0;i<e.cases.length;++i){var a=e.cases[i];a.test&&t(a.test,n,"Expression");for(var r=0;r<a.consequent.length;++r)t(a.consequent[r],n,"Statement")}},f.ReturnStatement=f.YieldExpression=f.AwaitExpression=function(e,n,t){e.argument&&t(e.argument,n,"Expression")},f.ThrowStatement=f.SpreadElement=function(e,n,t){return t(e.argument,n,"Expression")},f.TryStatement=function(e,n,t){t(e.block,n,"Statement"),e.handler&&t(e.handler,n),e.finalizer&&t(e.finalizer,n,"Statement")},f.CatchClause=function(e,n,t){t(e.param,n,"Pattern"),t(e.body,n,"ScopeBody")},f.WhileStatement=f.DoWhileStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.body,n,"Statement")},f.ForStatement=function(e,n,t){e.init&&t(e.init,n,"ForInit"),e.test&&t(e.test,n,"Expression"),e.update&&t(e.update,n,"Expression"),t(e.body,n,"Statement")},f.ForInStatement=f.ForOfStatement=function(e,n,t){t(e.left,n,"ForInit"),t(e.right,n,"Expression"),t(e.body,n,"Statement")},f.ForInit=function(e,n,t){"VariableDeclaration"==e.type?t(e,n):t(e,n,"Expression")},f.DebuggerStatement=c,f.FunctionDeclaration=function(e,n,t){return t(e,n,"Function")},f.VariableDeclaration=function(e,n,t){for(var i=0;i<e.declarations.length;++i)t(e.declarations[i],n)},f.VariableDeclarator=function(e,n,t){t(e.id,n,"Pattern"),e.init&&t(e.init,n,"Expression")},f.Function=function(e,n,t){e.id&&t(e.id,n,"Pattern");for(var i=0;i<e.params.length;i++)t(e.params[i],n,"Pattern");t(e.body,n,e.expression?"ScopeExpression":"ScopeBody")},f.ScopeBody=function(e,n,t){return t(e,n,"Statement")},f.ScopeExpression=function(e,n,t){return t(e,n,"Expression")},f.Pattern=function(e,n,t){"Identifier"==e.type?t(e,n,"VariablePattern"):"MemberExpression"==e.type?t(e,n,"MemberPattern"):t(e,n)},f.VariablePattern=c,f.MemberPattern=h,f.RestElement=function(e,n,t){return t(e.argument,n,"Pattern")},f.ArrayPattern=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Pattern")}},f.ObjectPattern=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i].value,n,"Pattern")},f.Expression=h,f.ThisExpression=f.Super=f.MetaProperty=c,f.ArrayExpression=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Expression")}},f.ObjectExpression=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i],n)},f.FunctionExpression=f.ArrowFunctionExpression=f.FunctionDeclaration,f.SequenceExpression=f.TemplateLiteral=function(e,n,t){for(var i=0;i<e.expressions.length;++i)t(e.expressions[i],n,"Expression")},f.UnaryExpression=f.UpdateExpression=function(e,n,t){t(e.argument,n,"Expression")},f.BinaryExpression=f.LogicalExpression=function(e,n,t){t(e.left,n,"Expression"),t(e.right,n,"Expression")},f.AssignmentExpression=f.AssignmentPattern=function(e,n,t){t(e.left,n,"Pattern"),t(e.right,n,"Expression")},f.ConditionalExpression=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Expression"),t(e.alternate,n,"Expression")},f.NewExpression=f.CallExpression=function(e,n,t){if(t(e.callee,n,"Expression"),e.arguments)for(var i=0;i<e.arguments.length;++i)t(e.arguments[i],n,"Expression")},f.MemberExpression=function(e,n,t){t(e.object,n,"Expression"),e.computed&&t(e.property,n,"Expression")},f.ExportNamedDeclaration=f.ExportDefaultDeclaration=function(e,n,t){e.declaration&&t(e.declaration,n,"ExportNamedDeclaration"==e.type||e.declaration.id?"Statement":"Expression"),e.source&&t(e.source,n,"Expression")},f.ExportAllDeclaration=function(e,n,t){t(e.source,n,"Expression")},f.ImportDeclaration=function(e,n,t){for(var i=0;i<e.specifiers.length;i++)t(e.specifiers[i],n);t(e.source,n,"Expression")},f.ImportSpecifier=f.ImportDefaultSpecifier=f.ImportNamespaceSpecifier=f.Identifier=f.Literal=c,f.TaggedTemplateExpression=function(e,n,t){t(e.tag,n,"Expression"),t(e.quasi,n)},f.ClassDeclaration=f.ClassExpression=function(e,n,t){return t(e,n,"Class")},f.Class=function(e,n,t){e.id&&t(e.id,n,"Pattern"),e.superClass&&t(e.superClass,n,"Expression");for(var i=0;i<e.body.body.length;i++)t(e.body.body[i],n)},f.MethodDefinition=f.Property=function(e,n,t){e.computed&&t(e.key,n,"Expression"),t(e.value,n,"Expression")},e.simple=n,e.ancestor=t,e.recursive=i,e.findNodeAt=r,e.findNodeAround=o,e.findNodeAfter=s,e.findNodeBefore=u,e.make=l,e.base=f,Object.defineProperty(e,"__esModule",{value:!0})})},{}],17:[function(e,n,t){(function(t,i){"use strict";function a(n,a){function r(e){var n,t;for(n=0;e[n];n+=1)if(t=e[n],"."===t)e.splice(n,1),n-=1;else if(".."===t){if(1===n&&(".."===e[2]||".."===e[0]))break;n>0&&(e.splice(n-1,2),n-=2)}}function o(e,n){var t;return e&&"."===e.charAt(0)&&n&&(t=n.split("/"),t=t.slice(0,t.length-1),t=t.concat(e.split("/")),r(t),e=t.join("/")),e}function s(e){return function(n){return o(n,e)}}function u(e){function n(n){f[e]=n}return n.fromText=function(e,n){throw new Error("amdefine does not implement load.fromText")},n}function l(e,t,r){var o,s,u,l;if(e)s=f[e]={},u={id:e,uri:i,exports:s},o=c(a,s,u,e);else{if(d)throw new Error("amdefine with no module ID cannot be called more than once per file.");d=!0,s=n.exports,u=n,o=c(a,s,u,n.id)}t&&(t=t.map(function(e){return o(e)})),l="function"==typeof r?r.apply(u.exports,t):r,void 0!==l&&(u.exports=l,e&&(f[e]=u.exports))}function h(e,n,t){Array.isArray(e)?(t=n,n=e,e=void 0):"string"!=typeof e&&(t=e,e=n=void 0),n&&!Array.isArray(n)&&(t=n,n=void 0),n||(n=["require","exports","module"]),e?g[e]=[e,n,t]:l(e,n,t)}var c,p,g={},f={},d=!1,y=e("path");return c=function(e,n,i,a){function r(r,o){return"string"==typeof r?p(e,n,i,r,a):(r=r.map(function(t){return p(e,n,i,t,a)}),void(o&&t.nextTick(function(){o.apply(null,r)})))}return r.toUrl=function(e){return 0===e.indexOf(".")?o(e,y.dirname(i.filename)):e},r},a=a||function(){return n.require.apply(n,arguments)},p=function(e,n,t,i,a){var r,h,d=i.indexOf("!"),y=i;if(-1===d){if(i=o(i,a),"require"===i)return c(e,n,t,a);if("exports"===i)return n;if("module"===i)return t;if(f.hasOwnProperty(i))return f[i];if(g[i])return l.apply(null,g[i]),f[i];if(e)return e(y);throw new Error("No module with ID: "+i)}return r=i.substring(0,d),i=i.substring(d+1,i.length),h=p(e,n,t,r,a),i=h.normalize?h.normalize(i,s(a)):o(i,a),f[i]?f[i]:(h.load(i,c(e,n,t,a),u(i),{}),f[i])},h.require=function(e){return f[e]?f[e]:g[e]?(l.apply(null,g[e]),f[e]):void 0},h.amd={},h}n.exports=a}).call(this,e("_process"),"/node_modules/amdefine/amdefine.js")},{_process:195,path:193}],18:[function(e,n,t){"use strict";function i(){if(u.length)throw u.shift()}function a(e){var n;n=s.length?s.pop():new r,n.task=e,o(n)}function r(){this.task=null}var o=e("./raw"),s=[],u=[],l=o.makeRequestCallFromTimer(i);n.exports=a,r.prototype.call=function(){try{this.task.call()}catch(e){a.onerror?a.onerror(e):(u.push(e),l())}finally{this.task=null,s[s.length]=this}}},{"./raw":19}],19:[function(e,n,t){(function(e){"use strict";function t(e){s.length||(o(),u=!0),s[s.length]=e}function i(){for(;l<s.length;){var e=l;if(l+=1,s[e].call(),l>h){for(var n=0,t=s.length-l;t>n;n++)s[n]=s[n+l];s.length-=l,l=0}}s.length=0,l=0,u=!1}function a(e){var n=1,t=new p(e),i=document.createTextNode("");return t.observe(i,{characterData:!0}),function(){n=-n,i.data=n}}function r(e){return function(){function n(){clearTimeout(t),clearInterval(i),e()}var t=setTimeout(n,0),i=setInterval(n,50)}}n.exports=t;var o,s=[],u=!1,l=0,h=1024,c="undefined"!=typeof e?e:self,p=c.MutationObserver||c.WebKitMutationObserver;o="function"==typeof p?a(i):r(i),t.requestFlush=o,t.makeRequestCallFromTimer=r}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],20:[function(e,n,t){function i(e,n){return g.isUndefined(n)?""+n:g.isNumber(n)&&!isFinite(n)?n.toString():g.isFunction(n)||g.isRegExp(n)?n.toString():n}function a(e,n){return g.isString(e)?e.length<n?e:e.slice(0,n):e}function r(e){return a(JSON.stringify(e.actual,i),128)+" "+e.operator+" "+a(JSON.stringify(e.expected,i),128)}function o(e,n,t,i,a){throw new y.AssertionError({message:t,actual:e,expected:n,operator:i,stackStartFunction:a})}function s(e,n){e||o(e,!0,n,"==",y.ok)}function u(e,n){if(e===n)return!0;if(g.isBuffer(e)&&g.isBuffer(n)){if(e.length!=n.length)return!1;for(var t=0;t<e.length;t++)if(e[t]!==n[t])return!1;return!0}return g.isDate(e)&&g.isDate(n)?e.getTime()===n.getTime():g.isRegExp(e)&&g.isRegExp(n)?e.source===n.source&&e.global===n.global&&e.multiline===n.multiline&&e.lastIndex===n.lastIndex&&e.ignoreCase===n.ignoreCase:g.isObject(e)||g.isObject(n)?h(e,n):e==n}function l(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function h(e,n){if(g.isNullOrUndefined(e)||g.isNullOrUndefined(n))return!1;
8
8
  if(e.prototype!==n.prototype)return!1;if(g.isPrimitive(e)||g.isPrimitive(n))return e===n;var t=l(e),i=l(n);if(t&&!i||!t&&i)return!1;if(t)return e=f.call(e),n=f.call(n),u(e,n);var a,r,o=m(e),s=m(n);if(o.length!=s.length)return!1;for(o.sort(),s.sort(),r=o.length-1;r>=0;r--)if(o[r]!=s[r])return!1;for(r=o.length-1;r>=0;r--)if(a=o[r],!u(e[a],n[a]))return!1;return!0}function c(e,n){return e&&n?"[object RegExp]"==Object.prototype.toString.call(n)?n.test(e):e instanceof n?!0:n.call({},e)===!0:!1}function p(e,n,t,i){var a;g.isString(t)&&(i=t,t=null);try{n()}catch(r){a=r}if(i=(t&&t.name?" ("+t.name+").":".")+(i?" "+i:"."),e&&!a&&o(a,t,"Missing expected exception"+i),!e&&c(a,t)&&o(a,t,"Got unwanted exception"+i),e&&a&&t&&!c(a,t)||!e&&a)throw a}var g=e("util/"),f=Array.prototype.slice,d=Object.prototype.hasOwnProperty,y=n.exports=s;y.AssertionError=function(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=r(this),this.generatedMessage=!0);var n=e.stackStartFunction||o;if(Error.captureStackTrace)Error.captureStackTrace(this,n);else{var t=new Error;if(t.stack){var i=t.stack,a=n.name,s=i.indexOf("\n"+a);if(s>=0){var u=i.indexOf("\n",s+1);i=i.substring(u+1)}this.stack=i}}},g.inherits(y.AssertionError,Error),y.fail=o,y.ok=s,y.equal=function(e,n,t){e!=n&&o(e,n,t,"==",y.equal)},y.notEqual=function(e,n,t){e==n&&o(e,n,t,"!=",y.notEqual)},y.deepEqual=function(e,n,t){u(e,n)||o(e,n,t,"deepEqual",y.deepEqual)},y.notDeepEqual=function(e,n,t){u(e,n)&&o(e,n,t,"notDeepEqual",y.notDeepEqual)},y.strictEqual=function(e,n,t){e!==n&&o(e,n,t,"===",y.strictEqual)},y.notStrictEqual=function(e,n,t){e===n&&o(e,n,t,"!==",y.notStrictEqual)},y["throws"]=function(e,n,t){p.apply(this,[!0].concat(f.call(arguments)))},y.doesNotThrow=function(e,n){p.apply(this,[!1].concat(f.call(arguments)))},y.ifError=function(e){if(e)throw e};var m=Object.keys||function(e){var n=[];for(var t in e)d.call(e,t)&&n.push(t);return n}},{"util/":457}],21:[function(e,n,t){"use strict";function i(e){var n=e.length;if(n%4>0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===e[n-2]?2:"="===e[n-1]?1:0}function a(e){return 3*e.length/4-i(e)}function r(e){var n,t,a,r,o,s,u=e.length;o=i(e),s=new c(3*u/4-o),a=o>0?u-4:u;var l=0;for(n=0,t=0;a>n;n+=4,t+=3)r=h[e.charCodeAt(n)]<<18|h[e.charCodeAt(n+1)]<<12|h[e.charCodeAt(n+2)]<<6|h[e.charCodeAt(n+3)],s[l++]=r>>16&255,s[l++]=r>>8&255,s[l++]=255&r;return 2===o?(r=h[e.charCodeAt(n)]<<2|h[e.charCodeAt(n+1)]>>4,s[l++]=255&r):1===o&&(r=h[e.charCodeAt(n)]<<10|h[e.charCodeAt(n+1)]<<4|h[e.charCodeAt(n+2)]>>2,s[l++]=r>>8&255,s[l++]=255&r),s}function o(e){return l[e>>18&63]+l[e>>12&63]+l[e>>6&63]+l[63&e]}function s(e,n,t){for(var i,a=[],r=n;t>r;r+=3)i=(e[r]<<16)+(e[r+1]<<8)+e[r+2],a.push(o(i));return a.join("")}function u(e){for(var n,t=e.length,i=t%3,a="",r=[],o=16383,u=0,h=t-i;h>u;u+=o)r.push(s(e,u,u+o>h?h:u+o));return 1===i?(n=e[t-1],a+=l[n>>2],a+=l[n<<4&63],a+="=="):2===i&&(n=(e[t-2]<<8)+e[t-1],a+=l[n>>10],a+=l[n>>4&63],a+=l[n<<2&63],a+="="),r.push(a),r.join("")}t.byteLength=a,t.toByteArray=r,t.fromByteArray=u;for(var l=[],h=[],c="undefined"!=typeof Uint8Array?Uint8Array:Array,p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",g=0,f=p.length;f>g;++g)l[g]=p[g],h[p.charCodeAt(g)]=g;h["-".charCodeAt(0)]=62,h["_".charCodeAt(0)]=63},{}],22:[function(e,n,t){},{}],23:[function(e,n,t){arguments[4][22][0].apply(t,arguments)},{dup:22}],24:[function(e,n,t){(function(n){"use strict";var i=e("buffer"),a=i.Buffer,r=i.SlowBuffer,o=i.kMaxLength||2147483647;t.alloc=function(e,n,t){if("function"==typeof a.alloc)return a.alloc(e,n,t);if("number"==typeof t)throw new TypeError("encoding must not be number");if("number"!=typeof e)throw new TypeError("size must be a number");if(e>o)throw new RangeError("size is too large");var i=t,r=n;void 0===r&&(i=void 0,r=0);var s=new a(e);if("string"==typeof r)for(var u=new a(r,i),l=u.length,h=-1;++h<e;)s[h]=u[h%l];else s.fill(r);return s},t.allocUnsafe=function(e){if("function"==typeof a.allocUnsafe)return a.allocUnsafe(e);if("number"!=typeof e)throw new TypeError("size must be a number");if(e>o)throw new RangeError("size is too large");return new a(e)},t.from=function(e,t,i){if("function"==typeof a.from&&(!n.Uint8Array||Uint8Array.from!==a.from))return a.from(e,t,i);if("number"==typeof e)throw new TypeError('"value" argument must not be a number');if("string"==typeof e)return new a(e,t);if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer){var r=t;if(1===arguments.length)return new a(e);"undefined"==typeof r&&(r=0);var o=i;if("undefined"==typeof o&&(o=e.byteLength-r),r>=e.byteLength)throw new RangeError("'offset' is out of bounds");if(o>e.byteLength-r)throw new RangeError("'length' is out of bounds");return new a(e.slice(r,r+o))}if(a.isBuffer(e)){var s=new a(e.length);return e.copy(s,0,0,e.length),s}if(e){if(Array.isArray(e)||"undefined"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return new a(e);if("Buffer"===e.type&&Array.isArray(e.data))return new a(e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")},t.allocUnsafeSlow=function(e){if("function"==typeof a.allocUnsafeSlow)return a.allocUnsafeSlow(e);if("number"!=typeof e)throw new TypeError("size must be a number");if(e>=o)throw new RangeError("size is too large");return new r(e)}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{buffer:25}],25:[function(e,n,t){(function(n){"use strict";function i(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(n){return!1}}function a(){return o.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function r(e,n){if(a()<n)throw new RangeError("Invalid typed array length");return o.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(n),e.__proto__=o.prototype):(null===e&&(e=new o(n)),e.length=n),e}function o(e,n,t){if(!(o.TYPED_ARRAY_SUPPORT||this instanceof o))return new o(e,n,t);if("number"==typeof e){if("string"==typeof n)throw new Error("If encoding is specified then the first argument must be a string");return h(this,e)}return s(this,e,n,t)}function s(e,n,t,i){if("number"==typeof n)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&n instanceof ArrayBuffer?g(e,n,t,i):"string"==typeof n?c(e,n,t):f(e,n)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(0>e)throw new RangeError('"size" argument must not be negative')}function l(e,n,t,i){return u(n),0>=n?r(e,n):void 0!==t?"string"==typeof i?r(e,n).fill(t,i):r(e,n).fill(t):r(e,n)}function h(e,n){if(u(n),e=r(e,0>n?0:0|d(n)),!o.TYPED_ARRAY_SUPPORT)for(var t=0;n>t;++t)e[t]=0;return e}function c(e,n,t){if("string"==typeof t&&""!==t||(t="utf8"),!o.isEncoding(t))throw new TypeError('"encoding" must be a valid string encoding');var i=0|m(n,t);e=r(e,i);var a=e.write(n,t);return a!==i&&(e=e.slice(0,a)),e}function p(e,n){var t=n.length<0?0:0|d(n.length);e=r(e,t);for(var i=0;t>i;i+=1)e[i]=255&n[i];return e}function g(e,n,t,i){if(n.byteLength,0>t||n.byteLength<t)throw new RangeError("'offset' is out of bounds");if(n.byteLength<t+(i||0))throw new RangeError("'length' is out of bounds");return n=void 0===t&&void 0===i?new Uint8Array(n):void 0===i?new Uint8Array(n,t):new Uint8Array(n,t,i),o.TYPED_ARRAY_SUPPORT?(e=n,e.__proto__=o.prototype):e=p(e,n),e}function f(e,n){if(o.isBuffer(n)){var t=0|d(n.length);return e=r(e,t),0===e.length?e:(n.copy(e,0,0,t),e)}if(n){if("undefined"!=typeof ArrayBuffer&&n.buffer instanceof ArrayBuffer||"length"in n)return"number"!=typeof n.length||K(n.length)?r(e,0):p(e,n);if("Buffer"===n.type&&$(n.data))return p(e,n.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function d(e){if(e>=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function y(e){return+e!=e&&(e=0),o.alloc(+e)}function m(e,n){if(o.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var t=e.length;if(0===t)return 0;for(var i=!1;;)switch(n){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":case void 0:return I(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*t;case"hex":return t>>>1;case"base64":return z(e).length;default:if(i)return I(e).length;n=(""+n).toLowerCase(),i=!0}}function b(e,n,t){var i=!1;if((void 0===n||0>n)&&(n=0),n>this.length)return"";if((void 0===t||t>this.length)&&(t=this.length),0>=t)return"";if(t>>>=0,n>>>=0,n>=t)return"";for(e||(e="utf8");;)switch(e){case"hex":return B(this,n,t);case"utf8":case"utf-8":return L(this,n,t);case"ascii":return D(this,n,t);case"latin1":case"binary":return Y(this,n,t);case"base64":return A(this,n,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return F(this,n,t);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}function w(e,n,t){var i=e[n];e[n]=e[t],e[t]=i}function v(e,n,t,i,a){if(0===e.length)return-1;if("string"==typeof t?(i=t,t=0):t>2147483647?t=2147483647:-2147483648>t&&(t=-2147483648),t=+t,isNaN(t)&&(t=a?0:e.length-1),0>t&&(t=e.length+t),t>=e.length){if(a)return-1;t=e.length-1}else if(0>t){if(!a)return-1;t=0}if("string"==typeof n&&(n=o.from(n,i)),o.isBuffer(n))return 0===n.length?-1:x(e,n,t,i,a);if("number"==typeof n)return n=255&n,o.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?a?Uint8Array.prototype.indexOf.call(e,n,t):Uint8Array.prototype.lastIndexOf.call(e,n,t):x(e,[n],t,i,a);throw new TypeError("val must be string, number or Buffer")}function x(e,n,t,i,a){function r(e,n){return 1===o?e[n]:e.readUInt16BE(n*o)}var o=1,s=e.length,u=n.length;if(void 0!==i&&(i=String(i).toLowerCase(),"ucs2"===i||"ucs-2"===i||"utf16le"===i||"utf-16le"===i)){if(e.length<2||n.length<2)return-1;o=2,s/=2,u/=2,t/=2}var l;if(a){var h=-1;for(l=t;s>l;l++)if(r(e,l)===r(n,-1===h?0:l-h)){if(-1===h&&(h=l),l-h+1===u)return h*o}else-1!==h&&(l-=l-h),h=-1}else for(t+u>s&&(t=s-u),l=t;l>=0;l--){for(var c=!0,p=0;u>p;p++)if(r(e,l+p)!==r(n,p)){c=!1;break}if(c)return l}return-1}function k(e,n,t,i){t=Number(t)||0;var a=e.length-t;i?(i=Number(i),i>a&&(i=a)):i=a;var r=n.length;if(r%2!==0)throw new TypeError("Invalid hex string");i>r/2&&(i=r/2);for(var o=0;i>o;++o){var s=parseInt(n.substr(2*o,2),16);if(isNaN(s))return o;e[t+o]=s}return o}function _(e,n,t,i){return q(I(n,e.length-t),e,t,i)}function C(e,n,t,i){return q(G(n),e,t,i)}function j(e,n,t,i){return C(e,n,t,i)}function S(e,n,t,i){return q(z(n),e,t,i)}function E(e,n,t,i){return q(W(n,e.length-t),e,t,i)}function A(e,n,t){return 0===n&&t===e.length?V.fromByteArray(e):V.fromByteArray(e.slice(n,t))}function L(e,n,t){t=Math.min(e.length,t);for(var i=[],a=n;t>a;){var r=e[a],o=null,s=r>239?4:r>223?3:r>191?2:1;if(t>=a+s){var u,l,h,c;switch(s){case 1:128>r&&(o=r);break;case 2:u=e[a+1],128===(192&u)&&(c=(31&r)<<6|63&u,c>127&&(o=c));break;case 3:u=e[a+1],l=e[a+2],128===(192&u)&&128===(192&l)&&(c=(15&r)<<12|(63&u)<<6|63&l,c>2047&&(55296>c||c>57343)&&(o=c));break;case 4:u=e[a+1],l=e[a+2],h=e[a+3],128===(192&u)&&128===(192&l)&&128===(192&h)&&(c=(15&r)<<18|(63&u)<<12|(63&l)<<6|63&h,c>65535&&1114112>c&&(o=c))}}null===o?(o=65533,s=1):o>65535&&(o-=65536,i.push(o>>>10&1023|55296),o=56320|1023&o),i.push(o),a+=s}return T(i)}function T(e){var n=e.length;if(ee>=n)return String.fromCharCode.apply(String,e);for(var t="",i=0;n>i;)t+=String.fromCharCode.apply(String,e.slice(i,i+=ee));return t}function D(e,n,t){var i="";t=Math.min(e.length,t);for(var a=n;t>a;++a)i+=String.fromCharCode(127&e[a]);return i}function Y(e,n,t){var i="";t=Math.min(e.length,t);for(var a=n;t>a;++a)i+=String.fromCharCode(e[a]);return i}function B(e,n,t){var i=e.length;(!n||0>n)&&(n=0),(!t||0>t||t>i)&&(t=i);for(var a="",r=n;t>r;++r)a+=Q(e[r]);return a}function F(e,n,t){for(var i=e.slice(n,t),a="",r=0;r<i.length;r+=2)a+=String.fromCharCode(i[r]+256*i[r+1]);return a}function M(e,n,t){if(e%1!==0||0>e)throw new RangeError("offset is not uint");if(e+n>t)throw new RangeError("Trying to access beyond buffer length")}function Z(e,n,t,i,a,r){if(!o.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(n>a||r>n)throw new RangeError('"value" argument is out of bounds');if(t+i>e.length)throw new RangeError("Index out of range")}function N(e,n,t,i){0>n&&(n=65535+n+1);for(var a=0,r=Math.min(e.length-t,2);r>a;++a)e[t+a]=(n&255<<8*(i?a:1-a))>>>8*(i?a:1-a)}function J(e,n,t,i){0>n&&(n=4294967295+n+1);for(var a=0,r=Math.min(e.length-t,4);r>a;++a)e[t+a]=n>>>8*(i?a:3-a)&255}function P(e,n,t,i,a,r){if(t+i>e.length)throw new RangeError("Index out of range");if(0>t)throw new RangeError("Index out of range")}function R(e,n,t,i,a){return a||P(e,n,t,4,3.4028234663852886e38,-3.4028234663852886e38),U.write(e,n,t,i,23,4),t+4}function O(e,n,t,i,a){return a||P(e,n,t,8,1.7976931348623157e308,-1.7976931348623157e308),U.write(e,n,t,i,52,8),t+8}function X(e){if(e=H(e).replace(ne,""),e.length<2)return"";for(;e.length%4!==0;)e+="=";return e}function H(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function Q(e){return 16>e?"0"+e.toString(16):e.toString(16)}function I(e,n){n=n||1/0;for(var t,i=e.length,a=null,r=[],o=0;i>o;++o){if(t=e.charCodeAt(o),t>55295&&57344>t){if(!a){if(t>56319){(n-=3)>-1&&r.push(239,191,189);continue}if(o+1===i){(n-=3)>-1&&r.push(239,191,189);continue}a=t;continue}if(56320>t){(n-=3)>-1&&r.push(239,191,189),a=t;continue}t=(a-55296<<10|t-56320)+65536}else a&&(n-=3)>-1&&r.push(239,191,189);if(a=null,128>t){if((n-=1)<0)break;r.push(t)}else if(2048>t){if((n-=2)<0)break;r.push(t>>6|192,63&t|128)}else if(65536>t){if((n-=3)<0)break;r.push(t>>12|224,t>>6&63|128,63&t|128)}else{if(!(1114112>t))throw new Error("Invalid code point");if((n-=4)<0)break;r.push(t>>18|240,t>>12&63|128,t>>6&63|128,63&t|128)}}return r}function G(e){for(var n=[],t=0;t<e.length;++t)n.push(255&e.charCodeAt(t));return n}function W(e,n){for(var t,i,a,r=[],o=0;o<e.length&&!((n-=2)<0);++o)t=e.charCodeAt(o),i=t>>8,a=t%256,r.push(a),r.push(i);return r}function z(e){return V.toByteArray(X(e))}function q(e,n,t,i){for(var a=0;i>a&&!(a+t>=n.length||a>=e.length);++a)n[a+t]=e[a];return a}function K(e){return e!==e}var V=e("base64-js"),U=e("ieee754"),$=e("isarray");t.Buffer=o,t.SlowBuffer=y,t.INSPECT_MAX_BYTES=50,o.TYPED_ARRAY_SUPPORT=void 0!==n.TYPED_ARRAY_SUPPORT?n.TYPED_ARRAY_SUPPORT:i(),t.kMaxLength=a(),o.poolSize=8192,o._augment=function(e){return e.__proto__=o.prototype,e},o.from=function(e,n,t){return s(null,e,n,t)},o.TYPED_ARRAY_SUPPORT&&(o.prototype.__proto__=Uint8Array.prototype,o.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&o[Symbol.species]===o&&Object.defineProperty(o,Symbol.species,{value:null,configurable:!0})),o.alloc=function(e,n,t){return l(null,e,n,t)},o.allocUnsafe=function(e){return h(null,e)},o.allocUnsafeSlow=function(e){return h(null,e)},o.isBuffer=function(e){return!(null==e||!e._isBuffer)},o.compare=function(e,n){if(!o.isBuffer(e)||!o.isBuffer(n))throw new TypeError("Arguments must be Buffers");if(e===n)return 0;for(var t=e.length,i=n.length,a=0,r=Math.min(t,i);r>a;++a)if(e[a]!==n[a]){t=e[a],i=n[a];break}return i>t?-1:t>i?1:0},o.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},o.concat=function(e,n){if(!$(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return o.alloc(0);var t;if(void 0===n)for(n=0,t=0;t<e.length;++t)n+=e[t].length;var i=o.allocUnsafe(n),a=0;for(t=0;t<e.length;++t){var r=e[t];if(!o.isBuffer(r))throw new TypeError('"list" argument must be an Array of Buffers');r.copy(i,a),a+=r.length}return i},o.byteLength=m,o.prototype._isBuffer=!0,o.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;e>n;n+=2)w(this,n,n+1);return this},o.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;e>n;n+=4)w(this,n,n+3),w(this,n+1,n+2);return this},o.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;e>n;n+=8)w(this,n,n+7),w(this,n+1,n+6),w(this,n+2,n+5),w(this,n+3,n+4);return this},o.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?L(this,0,e):b.apply(this,arguments)},o.prototype.equals=function(e){if(!o.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:0===o.compare(this,e)},o.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),"<Buffer "+e+">"},o.prototype.compare=function(e,n,t,i,a){if(!o.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===n&&(n=0),void 0===t&&(t=e?e.length:0),void 0===i&&(i=0),void 0===a&&(a=this.length),0>n||t>e.length||0>i||a>this.length)throw new RangeError("out of range index");if(i>=a&&n>=t)return 0;if(i>=a)return-1;if(n>=t)return 1;if(n>>>=0,t>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var r=a-i,s=t-n,u=Math.min(r,s),l=this.slice(i,a),h=e.slice(n,t),c=0;u>c;++c)if(l[c]!==h[c]){r=l[c],s=h[c];break}return s>r?-1:r>s?1:0},o.prototype.includes=function(e,n,t){return-1!==this.indexOf(e,n,t)},o.prototype.indexOf=function(e,n,t){return v(this,e,n,t,!0)},o.prototype.lastIndexOf=function(e,n,t){return v(this,e,n,t,!1)},o.prototype.write=function(e,n,t,i){if(void 0===n)i="utf8",t=this.length,n=0;else if(void 0===t&&"string"==typeof n)i=n,t=this.length,n=0;else{if(!isFinite(n))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");n=0|n,isFinite(t)?(t=0|t,void 0===i&&(i="utf8")):(i=t,t=void 0)}var a=this.length-n;if((void 0===t||t>a)&&(t=a),e.length>0&&(0>t||0>n)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var r=!1;;)switch(i){case"hex":return k(this,e,n,t);case"utf8":case"utf-8":return _(this,e,n,t);case"ascii":return C(this,e,n,t);case"latin1":case"binary":return j(this,e,n,t);case"base64":return S(this,e,n,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,e,n,t);default:if(r)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),r=!0}},o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var ee=4096;o.prototype.slice=function(e,n){var t=this.length;e=~~e,n=void 0===n?t:~~n,0>e?(e+=t,0>e&&(e=0)):e>t&&(e=t),0>n?(n+=t,0>n&&(n=0)):n>t&&(n=t),e>n&&(n=e);var i;if(o.TYPED_ARRAY_SUPPORT)i=this.subarray(e,n),i.__proto__=o.prototype;else{var a=n-e;i=new o(a,void 0);for(var r=0;a>r;++r)i[r]=this[r+e]}return i},o.prototype.readUIntLE=function(e,n,t){e=0|e,n=0|n,t||M(e,n,this.length);for(var i=this[e],a=1,r=0;++r<n&&(a*=256);)i+=this[e+r]*a;return i},o.prototype.readUIntBE=function(e,n,t){e=0|e,n=0|n,t||M(e,n,this.length);for(var i=this[e+--n],a=1;n>0&&(a*=256);)i+=this[e+--n]*a;return i},o.prototype.readUInt8=function(e,n){return n||M(e,1,this.length),this[e]},o.prototype.readUInt16LE=function(e,n){return n||M(e,2,this.length),this[e]|this[e+1]<<8},o.prototype.readUInt16BE=function(e,n){return n||M(e,2,this.length),this[e]<<8|this[e+1]},o.prototype.readUInt32LE=function(e,n){return n||M(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},o.prototype.readUInt32BE=function(e,n){return n||M(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},o.prototype.readIntLE=function(e,n,t){e=0|e,n=0|n,t||M(e,n,this.length);for(var i=this[e],a=1,r=0;++r<n&&(a*=256);)i+=this[e+r]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*n)),i},o.prototype.readIntBE=function(e,n,t){e=0|e,n=0|n,t||M(e,n,this.length);for(var i=n,a=1,r=this[e+--i];i>0&&(a*=256);)r+=this[e+--i]*a;return a*=128,r>=a&&(r-=Math.pow(2,8*n)),r},o.prototype.readInt8=function(e,n){return n||M(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},o.prototype.readInt16LE=function(e,n){n||M(e,2,this.length);var t=this[e]|this[e+1]<<8;return 32768&t?4294901760|t:t},o.prototype.readInt16BE=function(e,n){n||M(e,2,this.length);var t=this[e+1]|this[e]<<8;return 32768&t?4294901760|t:t},o.prototype.readInt32LE=function(e,n){return n||M(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},o.prototype.readInt32BE=function(e,n){return n||M(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},o.prototype.readFloatLE=function(e,n){return n||M(e,4,this.length),U.read(this,e,!0,23,4)},o.prototype.readFloatBE=function(e,n){return n||M(e,4,this.length),U.read(this,e,!1,23,4)},o.prototype.readDoubleLE=function(e,n){return n||M(e,8,this.length),U.read(this,e,!0,52,8)},o.prototype.readDoubleBE=function(e,n){return n||M(e,8,this.length),U.read(this,e,!1,52,8)},o.prototype.writeUIntLE=function(e,n,t,i){if(e=+e,n=0|n,t=0|t,!i){var a=Math.pow(2,8*t)-1;Z(this,e,n,t,a,0)}var r=1,o=0;for(this[n]=255&e;++o<t&&(r*=256);)this[n+o]=e/r&255;return n+t},o.prototype.writeUIntBE=function(e,n,t,i){if(e=+e,n=0|n,t=0|t,!i){var a=Math.pow(2,8*t)-1;Z(this,e,n,t,a,0)}var r=t-1,o=1;for(this[n+r]=255&e;--r>=0&&(o*=256);)this[n+r]=e/o&255;return n+t},o.prototype.writeUInt8=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,1,255,0),o.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[n]=255&e,n+1},o.prototype.writeUInt16LE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,2,65535,0),o.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8):N(this,e,n,!0),n+2},o.prototype.writeUInt16BE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,2,65535,0),o.TYPED_ARRAY_SUPPORT?(this[n]=e>>>8,this[n+1]=255&e):N(this,e,n,!1),n+2},o.prototype.writeUInt32LE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,4,4294967295,0),o.TYPED_ARRAY_SUPPORT?(this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=255&e):J(this,e,n,!0),n+4},o.prototype.writeUInt32BE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,4,4294967295,0),o.TYPED_ARRAY_SUPPORT?(this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=255&e):J(this,e,n,!1),n+4},o.prototype.writeIntLE=function(e,n,t,i){if(e=+e,n=0|n,!i){var a=Math.pow(2,8*t-1);Z(this,e,n,t,a-1,-a)}var r=0,o=1,s=0;for(this[n]=255&e;++r<t&&(o*=256);)0>e&&0===s&&0!==this[n+r-1]&&(s=1),this[n+r]=(e/o>>0)-s&255;return n+t},o.prototype.writeIntBE=function(e,n,t,i){if(e=+e,n=0|n,!i){var a=Math.pow(2,8*t-1);Z(this,e,n,t,a-1,-a)}var r=t-1,o=1,s=0;for(this[n+r]=255&e;--r>=0&&(o*=256);)0>e&&0===s&&0!==this[n+r+1]&&(s=1),this[n+r]=(e/o>>0)-s&255;return n+t},o.prototype.writeInt8=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,1,127,-128),o.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),0>e&&(e=255+e+1),this[n]=255&e,n+1},o.prototype.writeInt16LE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,2,32767,-32768),o.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8):N(this,e,n,!0),n+2},o.prototype.writeInt16BE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,2,32767,-32768),o.TYPED_ARRAY_SUPPORT?(this[n]=e>>>8,this[n+1]=255&e):N(this,e,n,!1),n+2},o.prototype.writeInt32LE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,4,2147483647,-2147483648),o.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24):J(this,e,n,!0),n+4},o.prototype.writeInt32BE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,4,2147483647,-2147483648),0>e&&(e=4294967295+e+1),o.TYPED_ARRAY_SUPPORT?(this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=255&e):J(this,e,n,!1),n+4},o.prototype.writeFloatLE=function(e,n,t){return R(this,e,n,!0,t)},o.prototype.writeFloatBE=function(e,n,t){return R(this,e,n,!1,t)},o.prototype.writeDoubleLE=function(e,n,t){return O(this,e,n,!0,t)},o.prototype.writeDoubleBE=function(e,n,t){return O(this,e,n,!1,t)},o.prototype.copy=function(e,n,t,i){if(t||(t=0),i||0===i||(i=this.length),n>=e.length&&(n=e.length),n||(n=0),i>0&&t>i&&(i=t),i===t)return 0;if(0===e.length||0===this.length)return 0;if(0>n)throw new RangeError("targetStart out of bounds");if(0>t||t>=this.length)throw new RangeError("sourceStart out of bounds");if(0>i)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-n<i-t&&(i=e.length-n+t);var a,r=i-t;if(this===e&&n>t&&i>n)for(a=r-1;a>=0;--a)e[a+n]=this[a+t];else if(1e3>r||!o.TYPED_ARRAY_SUPPORT)for(a=0;r>a;++a)e[a+n]=this[a+t];else Uint8Array.prototype.set.call(e,this.subarray(t,t+r),n);return r},o.prototype.fill=function(e,n,t,i){if("string"==typeof e){if("string"==typeof n?(i=n,n=0,t=this.length):"string"==typeof t&&(i=t,t=this.length),1===e.length){var a=e.charCodeAt(0);256>a&&(e=a)}if(void 0!==i&&"string"!=typeof i)throw new TypeError("encoding must be a string");if("string"==typeof i&&!o.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else"number"==typeof e&&(e=255&e);if(0>n||this.length<n||this.length<t)throw new RangeError("Out of range index");if(n>=t)return this;n>>>=0,t=void 0===t?this.length:t>>>0,e||(e=0);var r;if("number"==typeof e)for(r=n;t>r;++r)this[r]=e;else{var s=o.isBuffer(e)?e:I(new o(e,i).toString()),u=s.length;for(r=0;t-n>r;++r)this[r+n]=s[r%u]}return this};var ne=/[^+\/0-9A-Za-z-_]/g}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"base64-js":21,ieee754:114,isarray:26}],26:[function(e,n,t){var i={}.toString;n.exports=Array.isArray||function(e){return"[object Array]"==i.call(e)}},{}],27:[function(e,n,t){n.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},{}],28:[function(e,n,t){n.exports=e("./lib/clean")},{"./lib/clean":29}],29:[function(e,n,t){(function(t){function i(e){return void 0===e?["all"]:e}function a(e){return!A.existsSync(e)&&!/\.css$/.test(e)}function r(e){return A.existsSync(e)&&A.statSync(e).isDirectory()}function o(e){return e?{hostname:T.parse(e).hostname,port:parseInt(T.parse(e).port)}:{}}function s(e,n){function t(t){return t=n.options.debug?l(n,t):c(n,t),t=u(n,t),e?e.call(null,n.errors.length>0?n.errors:null,t):t}return function(e){return n.options.sourceMap?n.inputSourceMapTracker.track(e,function(){return n.options.sourceMapInlineSources?n.inputSourceMapTracker.resolveSources(function(){return t(e)}):t(e)}):t(e)}}function u(e,n){return n.stats=e.stats,n.errors=e.errors,n.warnings=e.warnings,n}function l(e,n){var i=t.hrtime();e.stats.originalSize=e.sourceTracker.removeAll(n).length,n=c(e,n);var a=t.hrtime(i);return e.stats.timeSpent=~~(1e3*a[0]+a[1]/1e6),e.stats.efficiency=1-n.styles.length/e.stats.originalSize,e.stats.minifiedSize=n.styles.length,n}function h(e){return function(n,i){var a=n.constructor.name+"#"+i,r=t.hrtime();e(n,i);var o=t.hrtime(r);console.log("%d ms: "+a,1e3*o[0]+o[1]/1e6)}}function c(e,n){function t(n,t){return n=o.restore(n,t),n=s.restore(n),n=i.rebase?g(n,e):n,n=r.restore(n),a.restore(n)}var i=e.options,a=new w(e,i.keepSpecialComments,i.keepBreaks,i.sourceMap),r=new v(i.sourceMap),o=new x(i.sourceMap),s=new k(e,i.sourceMap,i.compatibility.properties.urlQuotes),u=i.sourceMap?b:m,l=function(e,t){n="function"==typeof e?e(n):e[t](n)};i.benchmark&&(l=h(l)),l(a,"escape"),l(r,"escape"),l(s,"escape"),l(o,"escape");var c=f(n,e);return d(c,i,e),i.advanced&&y(c,i,e,!0),u(c,i,t,e.inputSourceMapTracker)}var p=e("./imports/inliner"),g=e("./urls/rebase"),f=e("./tokenizer/tokenize"),d=e("./selectors/simple"),y=e("./selectors/advanced"),m=e("./stringifier/simple"),b=e("./stringifier/source-maps"),w=e("./text/comments-processor"),v=e("./text/expressions-processor"),x=e("./text/free-text-processor"),k=e("./text/urls-processor"),_=e("./utils/compatibility"),C=e("./utils/input-source-map-tracker"),j=e("./utils/source-tracker"),S=e("./utils/source-reader"),E=e("./properties/validator"),A=e("fs"),L=e("path"),T=e("url"),D=e("./utils/object").override,Y=5e3,B=n.exports=function(e){e=e||{},this.options={advanced:void 0===e.advanced?!0:!!e.advanced,aggressiveMerging:void 0===e.aggressiveMerging?!0:!!e.aggressiveMerging,benchmark:e.benchmark,compatibility:new _(e.compatibility).toOptions(),debug:e.debug,explicitRoot:!!e.root,explicitTarget:!!e.target,inliner:e.inliner||{},keepBreaks:e.keepBreaks||!1,keepSpecialComments:"keepSpecialComments"in e?e.keepSpecialComments:"*",mediaMerging:void 0===e.mediaMerging?!0:!!e.mediaMerging,processImport:void 0===e.processImport?!0:!!e.processImport,processImportFrom:i(e.processImportFrom),rebase:void 0===e.rebase?!0:!!e.rebase,relativeTo:e.relativeTo,restructuring:void 0===e.restructuring?!0:!!e.restructuring,root:e.root||t.cwd(),roundingPrecision:e.roundingPrecision,semanticMerging:void 0===e.semanticMerging?!1:!!e.semanticMerging,shorthandCompacting:void 0===e.shorthandCompacting?!0:!!e.shorthandCompacting,sourceMap:e.sourceMap,sourceMapInlineSources:!!e.sourceMapInlineSources,target:!e.target||a(e.target)||r(e.target)?e.target:L.dirname(e.target)},this.options.inliner.timeout=this.options.inliner.timeout||Y,this.options.inliner.request=D(o(t.env.HTTP_PROXY||t.env.http_proxy),this.options.inliner.request||{})};B.prototype.minify=function(e,n){var i={stats:{},errors:[],warnings:[],options:this.options,debug:this.options.debug,localOnly:!n,sourceTracker:new j,validator:new E(this.options.compatibility)};if(i.options.sourceMap&&(i.inputSourceMapTracker=new C(i)),i.sourceReader=new S(i,e),e=i.sourceReader.toString(),i.options.processImport||e.indexOf("@shallow")>0){var a=n?t.nextTick:function(e){return e()};return a(function(){return new p(i).process(e,{localOnly:i.localOnly,imports:i.options.processImportFrom,whenDone:s(n,i)})})}return s(n,i)(e)}}).call(this,e("_process"))},{"./imports/inliner":33,"./properties/validator":48,"./selectors/advanced":51,"./selectors/simple":64,"./stringifier/simple":68,"./stringifier/source-maps":69,"./text/comments-processor":70,"./text/expressions-processor":72,"./text/free-text-processor":73,"./text/urls-processor":74,"./tokenizer/tokenize":77,"./urls/rebase":78,"./utils/compatibility":82,"./utils/input-source-map-tracker":83,"./utils/object":84,"./utils/source-reader":86,"./utils/source-tracker":87,_process:195,fs:23,path:193,url:452}],30:[function(e,n,t){function i(e,n,t,i){return n+s[t.toLowerCase()]+i}function a(e,n,t){return u[n.toLowerCase()]+t}var r={},o={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#0ff",aquamarine:"#7fffd4",
@@ -37,12 +37,12 @@ e.consequent=e.consequent.transform(n),e.alternative=e.alternative.transform(n)}
37
37
  },{}],435:[function(e,n,t){n.exports=["ke","keg","kegg","kegs","ken","kenj","kenh","ked","kel","kelg","kelm","kelb","kels","kelt","kelp","kelh","kem","keb","kebs","kes","kess","keng","kej","kec","kek","ket","kep","keh","kyeo","kyeog","kyeogg","kyeogs","kyeon","kyeonj","kyeonh","kyeod","kyeol","kyeolg","kyeolm","kyeolb","kyeols","kyeolt","kyeolp","kyeolh","kyeom","kyeob","kyeobs","kyeos","kyeoss","kyeong","kyeoj","kyeoc","kyeok","kyeot","kyeop","kyeoh","kye","kyeg","kyegg","kyegs","kyen","kyenj","kyenh","kyed","kyel","kyelg","kyelm","kyelb","kyels","kyelt","kyelp","kyelh","kyem","kyeb","kyebs","kyes","kyess","kyeng","kyej","kyec","kyek","kyet","kyep","kyeh","ko","kog","kogg","kogs","kon","konj","konh","kod","kol","kolg","kolm","kolb","kols","kolt","kolp","kolh","kom","kob","kobs","kos","koss","kong","koj","koc","kok","kot","kop","koh","kwa","kwag","kwagg","kwags","kwan","kwanj","kwanh","kwad","kwal","kwalg","kwalm","kwalb","kwals","kwalt","kwalp","kwalh","kwam","kwab","kwabs","kwas","kwass","kwang","kwaj","kwac","kwak","kwat","kwap","kwah","kwae","kwaeg","kwaegg","kwaegs","kwaen","kwaenj","kwaenh","kwaed","kwael","kwaelg","kwaelm","kwaelb","kwaels","kwaelt","kwaelp","kwaelh","kwaem","kwaeb","kwaebs","kwaes","kwaess","kwaeng","kwaej","kwaec","kwaek","kwaet","kwaep","kwaeh","koe","koeg","koegg","koegs","koen","koenj","koenh","koed","koel","koelg","koelm","koelb","koels","koelt","koelp","koelh","koem","koeb","koebs","koes","koess","koeng","koej","koec","koek","koet","koep","koeh","kyo","kyog","kyogg","kyogs","kyon","kyonj","kyonh","kyod","kyol","kyolg","kyolm","kyolb","kyols","kyolt","kyolp","kyolh","kyom","kyob","kyobs","kyos","kyoss","kyong","kyoj","kyoc","kyok","kyot","kyop","kyoh","ku","kug","kugg","kugs","kun","kunj","kunh","kud","kul","kulg","kulm","kulb","kuls","kult","kulp","kulh","kum","kub","kubs","kus","kuss","kung","kuj","kuc","kuk","kut","kup","kuh","kweo","kweog","kweogg","kweogs"]},{}],436:[function(e,n,t){n.exports=["kweon","kweonj","kweonh","kweod","kweol","kweolg","kweolm","kweolb","kweols","kweolt","kweolp","kweolh","kweom","kweob","kweobs","kweos","kweoss","kweong","kweoj","kweoc","kweok","kweot","kweop","kweoh","kwe","kweg","kwegg","kwegs","kwen","kwenj","kwenh","kwed","kwel","kwelg","kwelm","kwelb","kwels","kwelt","kwelp","kwelh","kwem","kweb","kwebs","kwes","kwess","kweng","kwej","kwec","kwek","kwet","kwep","kweh","kwi","kwig","kwigg","kwigs","kwin","kwinj","kwinh","kwid","kwil","kwilg","kwilm","kwilb","kwils","kwilt","kwilp","kwilh","kwim","kwib","kwibs","kwis","kwiss","kwing","kwij","kwic","kwik","kwit","kwip","kwih","kyu","kyug","kyugg","kyugs","kyun","kyunj","kyunh","kyud","kyul","kyulg","kyulm","kyulb","kyuls","kyult","kyulp","kyulh","kyum","kyub","kyubs","kyus","kyuss","kyung","kyuj","kyuc","kyuk","kyut","kyup","kyuh","keu","keug","keugg","keugs","keun","keunj","keunh","keud","keul","keulg","keulm","keulb","keuls","keult","keulp","keulh","keum","keub","keubs","keus","keuss","keung","keuj","keuc","keuk","keut","keup","keuh","kyi","kyig","kyigg","kyigs","kyin","kyinj","kyinh","kyid","kyil","kyilg","kyilm","kyilb","kyils","kyilt","kyilp","kyilh","kyim","kyib","kyibs","kyis","kyiss","kying","kyij","kyic","kyik","kyit","kyip","kyih","ki","kig","kigg","kigs","kin","kinj","kinh","kid","kil","kilg","kilm","kilb","kils","kilt","kilp","kilh","kim","kib","kibs","kis","kiss","king","kij","kic","kik","kit","kip","kih","ta","tag","tagg","tags","tan","tanj","tanh","tad","tal","talg","talm","talb","tals","talt","talp","talh","tam","tab","tabs","tas","tass","tang","taj","tac","tak","tat","tap","tah","tae","taeg","taegg","taegs","taen","taenj","taenh","taed","tael","taelg","taelm","taelb","taels","taelt","taelp","taelh","taem","taeb","taebs","taes","taess","taeng","taej","taec","taek","taet","taep","taeh","tya","tyag","tyagg","tyags","tyan","tyanj","tyanh","tyad"]},{}],437:[function(e,n,t){n.exports=["tyal","tyalg","tyalm","tyalb","tyals","tyalt","tyalp","tyalh","tyam","tyab","tyabs","tyas","tyass","tyang","tyaj","tyac","tyak","tyat","tyap","tyah","tyae","tyaeg","tyaegg","tyaegs","tyaen","tyaenj","tyaenh","tyaed","tyael","tyaelg","tyaelm","tyaelb","tyaels","tyaelt","tyaelp","tyaelh","tyaem","tyaeb","tyaebs","tyaes","tyaess","tyaeng","tyaej","tyaec","tyaek","tyaet","tyaep","tyaeh","teo","teog","teogg","teogs","teon","teonj","teonh","teod","teol","teolg","teolm","teolb","teols","teolt","teolp","teolh","teom","teob","teobs","teos","teoss","teong","teoj","teoc","teok","teot","teop","teoh","te","teg","tegg","tegs","ten","tenj","tenh","ted","tel","telg","telm","telb","tels","telt","telp","telh","tem","teb","tebs","tes","tess","teng","tej","tec","tek","tet","tep","teh","tyeo","tyeog","tyeogg","tyeogs","tyeon","tyeonj","tyeonh","tyeod","tyeol","tyeolg","tyeolm","tyeolb","tyeols","tyeolt","tyeolp","tyeolh","tyeom","tyeob","tyeobs","tyeos","tyeoss","tyeong","tyeoj","tyeoc","tyeok","tyeot","tyeop","tyeoh","tye","tyeg","tyegg","tyegs","tyen","tyenj","tyenh","tyed","tyel","tyelg","tyelm","tyelb","tyels","tyelt","tyelp","tyelh","tyem","tyeb","tyebs","tyes","tyess","tyeng","tyej","tyec","tyek","tyet","tyep","tyeh","to","tog","togg","togs","ton","tonj","tonh","tod","tol","tolg","tolm","tolb","tols","tolt","tolp","tolh","tom","tob","tobs","tos","toss","tong","toj","toc","tok","tot","top","toh","twa","twag","twagg","twags","twan","twanj","twanh","twad","twal","twalg","twalm","twalb","twals","twalt","twalp","twalh","twam","twab","twabs","twas","twass","twang","twaj","twac","twak","twat","twap","twah","twae","twaeg","twaegg","twaegs","twaen","twaenj","twaenh","twaed","twael","twaelg","twaelm","twaelb","twaels","twaelt","twaelp","twaelh","twaem","twaeb","twaebs","twaes","twaess","twaeng","twaej","twaec","twaek","twaet","twaep","twaeh","toe","toeg","toegg","toegs","toen","toenj","toenh","toed","toel","toelg","toelm","toelb"]},{}],438:[function(e,n,t){n.exports=["toels","toelt","toelp","toelh","toem","toeb","toebs","toes","toess","toeng","toej","toec","toek","toet","toep","toeh","tyo","tyog","tyogg","tyogs","tyon","tyonj","tyonh","tyod","tyol","tyolg","tyolm","tyolb","tyols","tyolt","tyolp","tyolh","tyom","tyob","tyobs","tyos","tyoss","tyong","tyoj","tyoc","tyok","tyot","tyop","tyoh","tu","tug","tugg","tugs","tun","tunj","tunh","tud","tul","tulg","tulm","tulb","tuls","tult","tulp","tulh","tum","tub","tubs","tus","tuss","tung","tuj","tuc","tuk","tut","tup","tuh","tweo","tweog","tweogg","tweogs","tweon","tweonj","tweonh","tweod","tweol","tweolg","tweolm","tweolb","tweols","tweolt","tweolp","tweolh","tweom","tweob","tweobs","tweos","tweoss","tweong","tweoj","tweoc","tweok","tweot","tweop","tweoh","twe","tweg","twegg","twegs","twen","twenj","twenh","twed","twel","twelg","twelm","twelb","twels","twelt","twelp","twelh","twem","tweb","twebs","twes","twess","tweng","twej","twec","twek","twet","twep","tweh","twi","twig","twigg","twigs","twin","twinj","twinh","twid","twil","twilg","twilm","twilb","twils","twilt","twilp","twilh","twim","twib","twibs","twis","twiss","twing","twij","twic","twik","twit","twip","twih","tyu","tyug","tyugg","tyugs","tyun","tyunj","tyunh","tyud","tyul","tyulg","tyulm","tyulb","tyuls","tyult","tyulp","tyulh","tyum","tyub","tyubs","tyus","tyuss","tyung","tyuj","tyuc","tyuk","tyut","tyup","tyuh","teu","teug","teugg","teugs","teun","teunj","teunh","teud","teul","teulg","teulm","teulb","teuls","teult","teulp","teulh","teum","teub","teubs","teus","teuss","teung","teuj","teuc","teuk","teut","teup","teuh","tyi","tyig","tyigg","tyigs","tyin","tyinj","tyinh","tyid","tyil","tyilg","tyilm","tyilb","tyils","tyilt","tyilp","tyilh","tyim","tyib","tyibs","tyis","tyiss","tying","tyij","tyic","tyik","tyit","tyip","tyih","ti","tig","tigg","tigs","tin","tinj","tinh","tid","til","tilg","tilm","tilb","tils","tilt","tilp","tilh"]},{}],439:[function(e,n,t){n.exports=["tim","tib","tibs","tis","tiss","ting","tij","tic","tik","tit","tip","tih","pa","pag","pagg","pags","pan","panj","panh","pad","pal","palg","palm","palb","pals","palt","palp","palh","pam","pab","pabs","pas","pass","pang","paj","pac","pak","pat","pap","pah","pae","paeg","paegg","paegs","paen","paenj","paenh","paed","pael","paelg","paelm","paelb","paels","paelt","paelp","paelh","paem","paeb","paebs","paes","paess","paeng","paej","paec","paek","paet","paep","paeh","pya","pyag","pyagg","pyags","pyan","pyanj","pyanh","pyad","pyal","pyalg","pyalm","pyalb","pyals","pyalt","pyalp","pyalh","pyam","pyab","pyabs","pyas","pyass","pyang","pyaj","pyac","pyak","pyat","pyap","pyah","pyae","pyaeg","pyaegg","pyaegs","pyaen","pyaenj","pyaenh","pyaed","pyael","pyaelg","pyaelm","pyaelb","pyaels","pyaelt","pyaelp","pyaelh","pyaem","pyaeb","pyaebs","pyaes","pyaess","pyaeng","pyaej","pyaec","pyaek","pyaet","pyaep","pyaeh","peo","peog","peogg","peogs","peon","peonj","peonh","peod","peol","peolg","peolm","peolb","peols","peolt","peolp","peolh","peom","peob","peobs","peos","peoss","peong","peoj","peoc","peok","peot","peop","peoh","pe","peg","pegg","pegs","pen","penj","penh","ped","pel","pelg","pelm","pelb","pels","pelt","pelp","pelh","pem","peb","pebs","pes","pess","peng","pej","pec","pek","pet","pep","peh","pyeo","pyeog","pyeogg","pyeogs","pyeon","pyeonj","pyeonh","pyeod","pyeol","pyeolg","pyeolm","pyeolb","pyeols","pyeolt","pyeolp","pyeolh","pyeom","pyeob","pyeobs","pyeos","pyeoss","pyeong","pyeoj","pyeoc","pyeok","pyeot","pyeop","pyeoh","pye","pyeg","pyegg","pyegs","pyen","pyenj","pyenh","pyed","pyel","pyelg","pyelm","pyelb","pyels","pyelt","pyelp","pyelh","pyem","pyeb","pyebs","pyes","pyess","pyeng","pyej","pyec","pyek","pyet","pyep","pyeh","po","pog","pogg","pogs","pon","ponj","ponh","pod","pol","polg","polm","polb","pols","polt","polp","polh","pom","pob","pobs","pos"]},{}],440:[function(e,n,t){n.exports=["poss","pong","poj","poc","pok","pot","pop","poh","pwa","pwag","pwagg","pwags","pwan","pwanj","pwanh","pwad","pwal","pwalg","pwalm","pwalb","pwals","pwalt","pwalp","pwalh","pwam","pwab","pwabs","pwas","pwass","pwang","pwaj","pwac","pwak","pwat","pwap","pwah","pwae","pwaeg","pwaegg","pwaegs","pwaen","pwaenj","pwaenh","pwaed","pwael","pwaelg","pwaelm","pwaelb","pwaels","pwaelt","pwaelp","pwaelh","pwaem","pwaeb","pwaebs","pwaes","pwaess","pwaeng","pwaej","pwaec","pwaek","pwaet","pwaep","pwaeh","poe","poeg","poegg","poegs","poen","poenj","poenh","poed","poel","poelg","poelm","poelb","poels","poelt","poelp","poelh","poem","poeb","poebs","poes","poess","poeng","poej","poec","poek","poet","poep","poeh","pyo","pyog","pyogg","pyogs","pyon","pyonj","pyonh","pyod","pyol","pyolg","pyolm","pyolb","pyols","pyolt","pyolp","pyolh","pyom","pyob","pyobs","pyos","pyoss","pyong","pyoj","pyoc","pyok","pyot","pyop","pyoh","pu","pug","pugg","pugs","pun","punj","punh","pud","pul","pulg","pulm","pulb","puls","pult","pulp","pulh","pum","pub","pubs","pus","puss","pung","puj","puc","puk","put","pup","puh","pweo","pweog","pweogg","pweogs","pweon","pweonj","pweonh","pweod","pweol","pweolg","pweolm","pweolb","pweols","pweolt","pweolp","pweolh","pweom","pweob","pweobs","pweos","pweoss","pweong","pweoj","pweoc","pweok","pweot","pweop","pweoh","pwe","pweg","pwegg","pwegs","pwen","pwenj","pwenh","pwed","pwel","pwelg","pwelm","pwelb","pwels","pwelt","pwelp","pwelh","pwem","pweb","pwebs","pwes","pwess","pweng","pwej","pwec","pwek","pwet","pwep","pweh","pwi","pwig","pwigg","pwigs","pwin","pwinj","pwinh","pwid","pwil","pwilg","pwilm","pwilb","pwils","pwilt","pwilp","pwilh","pwim","pwib","pwibs","pwis","pwiss","pwing","pwij","pwic","pwik","pwit","pwip","pwih","pyu","pyug","pyugg","pyugs","pyun","pyunj","pyunh","pyud","pyul","pyulg","pyulm","pyulb","pyuls","pyult","pyulp","pyulh","pyum","pyub","pyubs","pyus","pyuss","pyung","pyuj","pyuc"]},{}],441:[function(e,n,t){n.exports=["pyuk","pyut","pyup","pyuh","peu","peug","peugg","peugs","peun","peunj","peunh","peud","peul","peulg","peulm","peulb","peuls","peult","peulp","peulh","peum","peub","peubs","peus","peuss","peung","peuj","peuc","peuk","peut","peup","peuh","pyi","pyig","pyigg","pyigs","pyin","pyinj","pyinh","pyid","pyil","pyilg","pyilm","pyilb","pyils","pyilt","pyilp","pyilh","pyim","pyib","pyibs","pyis","pyiss","pying","pyij","pyic","pyik","pyit","pyip","pyih","pi","pig","pigg","pigs","pin","pinj","pinh","pid","pil","pilg","pilm","pilb","pils","pilt","pilp","pilh","pim","pib","pibs","pis","piss","ping","pij","pic","pik","pit","pip","pih","ha","hag","hagg","hags","han","hanj","hanh","had","hal","halg","halm","halb","hals","halt","halp","halh","ham","hab","habs","has","hass","hang","haj","hac","hak","hat","hap","hah","hae","haeg","haegg","haegs","haen","haenj","haenh","haed","hael","haelg","haelm","haelb","haels","haelt","haelp","haelh","haem","haeb","haebs","haes","haess","haeng","haej","haec","haek","haet","haep","haeh","hya","hyag","hyagg","hyags","hyan","hyanj","hyanh","hyad","hyal","hyalg","hyalm","hyalb","hyals","hyalt","hyalp","hyalh","hyam","hyab","hyabs","hyas","hyass","hyang","hyaj","hyac","hyak","hyat","hyap","hyah","hyae","hyaeg","hyaegg","hyaegs","hyaen","hyaenj","hyaenh","hyaed","hyael","hyaelg","hyaelm","hyaelb","hyaels","hyaelt","hyaelp","hyaelh","hyaem","hyaeb","hyaebs","hyaes","hyaess","hyaeng","hyaej","hyaec","hyaek","hyaet","hyaep","hyaeh","heo","heog","heogg","heogs","heon","heonj","heonh","heod","heol","heolg","heolm","heolb","heols","heolt","heolp","heolh","heom","heob","heobs","heos","heoss","heong","heoj","heoc","heok","heot","heop","heoh","he","heg","hegg","hegs","hen","henj","henh","hed","hel","helg","helm","helb","hels","helt","help","helh","hem","heb","hebs","hes","hess","heng","hej","hec","hek","het","hep","heh"]},{}],442:[function(e,n,t){n.exports=["hyeo","hyeog","hyeogg","hyeogs","hyeon","hyeonj","hyeonh","hyeod","hyeol","hyeolg","hyeolm","hyeolb","hyeols","hyeolt","hyeolp","hyeolh","hyeom","hyeob","hyeobs","hyeos","hyeoss","hyeong","hyeoj","hyeoc","hyeok","hyeot","hyeop","hyeoh","hye","hyeg","hyegg","hyegs","hyen","hyenj","hyenh","hyed","hyel","hyelg","hyelm","hyelb","hyels","hyelt","hyelp","hyelh","hyem","hyeb","hyebs","hyes","hyess","hyeng","hyej","hyec","hyek","hyet","hyep","hyeh","ho","hog","hogg","hogs","hon","honj","honh","hod","hol","holg","holm","holb","hols","holt","holp","holh","hom","hob","hobs","hos","hoss","hong","hoj","hoc","hok","hot","hop","hoh","hwa","hwag","hwagg","hwags","hwan","hwanj","hwanh","hwad","hwal","hwalg","hwalm","hwalb","hwals","hwalt","hwalp","hwalh","hwam","hwab","hwabs","hwas","hwass","hwang","hwaj","hwac","hwak","hwat","hwap","hwah","hwae","hwaeg","hwaegg","hwaegs","hwaen","hwaenj","hwaenh","hwaed","hwael","hwaelg","hwaelm","hwaelb","hwaels","hwaelt","hwaelp","hwaelh","hwaem","hwaeb","hwaebs","hwaes","hwaess","hwaeng","hwaej","hwaec","hwaek","hwaet","hwaep","hwaeh","hoe","hoeg","hoegg","hoegs","hoen","hoenj","hoenh","hoed","hoel","hoelg","hoelm","hoelb","hoels","hoelt","hoelp","hoelh","hoem","hoeb","hoebs","hoes","hoess","hoeng","hoej","hoec","hoek","hoet","hoep","hoeh","hyo","hyog","hyogg","hyogs","hyon","hyonj","hyonh","hyod","hyol","hyolg","hyolm","hyolb","hyols","hyolt","hyolp","hyolh","hyom","hyob","hyobs","hyos","hyoss","hyong","hyoj","hyoc","hyok","hyot","hyop","hyoh","hu","hug","hugg","hugs","hun","hunj","hunh","hud","hul","hulg","hulm","hulb","huls","hult","hulp","hulh","hum","hub","hubs","hus","huss","hung","huj","huc","huk","hut","hup","huh","hweo","hweog","hweogg","hweogs","hweon","hweonj","hweonh","hweod","hweol","hweolg","hweolm","hweolb","hweols","hweolt","hweolp","hweolh","hweom","hweob","hweobs","hweos","hweoss","hweong","hweoj","hweoc","hweok","hweot","hweop","hweoh","hwe","hweg","hwegg","hwegs"]},{}],443:[function(e,n,t){n.exports=["hwen","hwenj","hwenh","hwed","hwel","hwelg","hwelm","hwelb","hwels","hwelt","hwelp","hwelh","hwem","hweb","hwebs","hwes","hwess","hweng","hwej","hwec","hwek","hwet","hwep","hweh","hwi","hwig","hwigg","hwigs","hwin","hwinj","hwinh","hwid","hwil","hwilg","hwilm","hwilb","hwils","hwilt","hwilp","hwilh","hwim","hwib","hwibs","hwis","hwiss","hwing","hwij","hwic","hwik","hwit","hwip","hwih","hyu","hyug","hyugg","hyugs","hyun","hyunj","hyunh","hyud","hyul","hyulg","hyulm","hyulb","hyuls","hyult","hyulp","hyulh","hyum","hyub","hyubs","hyus","hyuss","hyung","hyuj","hyuc","hyuk","hyut","hyup","hyuh","heu","heug","heugg","heugs","heun","heunj","heunh","heud","heul","heulg","heulm","heulb","heuls","heult","heulp","heulh","heum","heub","heubs","heus","heuss","heung","heuj","heuc","heuk","heut","heup","heuh","hyi","hyig","hyigg","hyigs","hyin","hyinj","hyinh","hyid","hyil","hyilg","hyilm","hyilb","hyils","hyilt","hyilp","hyilh","hyim","hyib","hyibs","hyis","hyiss","hying","hyij","hyic","hyik","hyit","hyip","hyih","hi","hig","higg","higs","hin","hinj","hinh","hid","hil","hilg","hilm","hilb","hils","hilt","hilp","hilh","him","hib","hibs","his","hiss","hing","hij","hic","hik","hit","hip","hih","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]"]},{}],444:[function(e,n,t){n.exports=["Kay ","Kayng ","Ke ","Ko ","Kol ","Koc ","Kwi ","Kwi ","Kyun ","Kul ","Kum ","Na ","Na ","Na ","La ","Na ","Na ","Na ","Na ","Na ","Nak ","Nak ","Nak ","Nak ","Nak ","Nak ","Nak ","Nan ","Nan ","Nan ","Nan ","Nan ","Nan ","Nam ","Nam ","Nam ","Nam ","Nap ","Nap ","Nap ","Nang ","Nang ","Nang ","Nang ","Nang ","Nay ","Nayng ","No ","No ","No ","No ","No ","No ","No ","No ","No ","No ","No ","No ","Nok ","Nok ","Nok ","Nok ","Nok ","Nok ","Non ","Nong ","Nong ","Nong ","Nong ","Noy ","Noy ","Noy ","Noy ","Nwu ","Nwu ","Nwu ","Nwu ","Nwu ","Nwu ","Nwu ","Nwu ","Nuk ","Nuk ","Num ","Nung ","Nung ","Nung ","Nung ","Nung ","Twu ","La ","Lak ","Lak ","Lan ","Lyeng ","Lo ","Lyul ","Li ","Pey ","Pen ","Pyen ","Pwu ","Pwul ","Pi ","Sak ","Sak ","Sam ","Sayk ","Sayng ","Sep ","Sey ","Sway ","Sin ","Sim ","Sip ","Ya ","Yak ","Yak ","Yang ","Yang ","Yang ","Yang ","Yang ","Yang ","Yang ","Yang ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Yek ","Yek ","Yek ","Yek ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yel ","Yel ","Yel ","Yel ","Yel ","Yel ","Yem ","Yem ","Yem ","Yem ","Yem ","Yep ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yey ","Yey ","Yey ","Yey ","O ","Yo ","Yo ","Yo ","Yo ","Yo ","Yo ","Yo ","Yo ","Yo ","Yo ","Yong ","Wun ","Wen ","Yu ","Yu ","Yu ","Yu ","Yu ","Yu ","Yu ","Yu ","Yu ","Yu ","Yuk ","Yuk ","Yuk ","Yun ","Yun ","Yun ","Yun ","Yul ","Yul ","Yul ","Yul ","Yung ","I ","I ","I ","I ","I ","I ","I ","I ","I ","I ","I ","I ","I ","I ","Ik ","Ik ","In ","In ","In ","In ","In ","In ","In ","Im ","Im ","Im ","Ip ","Ip ","Ip ","Cang ","Cek ","Ci ","Cip ","Cha ","Chek "]},{}],445:[function(e,n,t){n.exports=["Chey ","Thak ","Thak ","Thang ","Thayk ","Thong ","Pho ","Phok ","Hang ","Hang ","Hyen ","Hwak ","Wu ","Huo ","[?] ","[?] ","Zhong ","[?] ","Qing ","[?] ","[?] ","Xi ","Zhu ","Yi ","Li ","Shen ","Xiang ","Fu ","Jing ","Jing ","Yu ","[?] ","Hagi ","[?] ","Zhu ","[?] ","[?] ","Yi ","Du ","[?] ","[?] ","[?] ","Fan ","Si ","Guan ","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]"]},{}],446:[function(e,n,t){n.exports=["ff","fi","fl","ffi","ffl","st","st","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","mn","me","mi","vn","mkh","[?]","[?]","[?]","[?]","[?]","yi","","ay","`","","d","h","k","l","m","m","t","+","sh","s","sh","s","a","a","","b","g","d","h","v","z","[?]","t","y","k","k","l","[?]","l","[?]","n","n","[?]","p","p","[?]","ts","ts","r","sh","t","vo","b","k","p","l","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]},{}],447:[function(e,n,t){n.exports=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]},{}],448:[function(e,n,t){n.exports=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","[?]","[?]","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","","","","","","","","","","","","","[?]","[?]","[?]"]},{}],449:[function(e,n,t){n.exports=["[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","","","","~","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","..","--","-","_","_","(",") ","{","} ","[","] ","[(",")] ","<<",">> ","<","> ","[","] ","{","}","[?]","[?]","[?]","[?]","","","","","","","",",",",",".","",";",":","?","!","-","(",")","{","}","{","}","#","&","*","+","-","<",">","=","","\\","$","%","@","[?]","[?]","[?]","[?]","","","","[?]","","[?]","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","[?]","[?]",""]},{}],450:[function(e,n,t){n.exports=["[?]","!",'"',"#","$","%","&","'","(",")","*","+",",","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","<","=",">","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","\\","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","[?]","[?]",".","[","]",",","*","wo","a","i","u","e","o","ya","yu","yo","tu","+","a","i","u","e","o","ka","ki","ku","ke","ko","sa","si","su","se","so","ta","ti","tu","te","to","na","ni","nu","ne","no","ha","hi","hu","he","ho","ma","mi","mu","me","mo","ya","yu","yo","ra","ri","ru","re","ro","wa","n",":",";","","g","gg","gs","n","nj","nh","d","dd","r","lg","lm","lb","ls","lt","lp","rh","m","b","bb","bs","s","ss","","j","jj","c","k","t","p","h","[?]","[?]","[?]","a","ae","ya","yae","eo","e","[?]","[?]","yeo","ye","o","wa","wae","oe","[?]","[?]","yo","u","weo","we","wi","yu","[?]","[?]","eu","yi","i","[?]","[?]","[?]","/C","PS","!","-","|","Y=","W=","[?]","|","-","|","-","|","#","O","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","{","|","}","","","",""]},{}],451:[function(e,n,t){"use strict";function i(n){var t=r(n);if(t>65535)return"_";var i=t>>8,o=255&t;if(i>24&&30>i)return"";if(i>215&&249>i)return"";if(!s[i])switch(a(i)){case"00":s[i]=e("./data/x00");break;case"01":s[i]=e("./data/x01");break;case"02":s[i]=e("./data/x02");break;case"03":s[i]=e("./data/x03");break;case"04":s[i]=e("./data/x04");break;case"05":s[i]=e("./data/x05");break;case"06":s[i]=e("./data/x06");break;case"07":s[i]=e("./data/x07");break;case"09":s[i]=e("./data/x09");break;case"0a":s[i]=e("./data/x0a");break;case"0b":s[i]=e("./data/x0b");break;case"0c":s[i]=e("./data/x0c");break;case"0d":s[i]=e("./data/x0d");break;case"0e":s[i]=e("./data/x0e");break;case"0f":s[i]=e("./data/x0f");break;case"10":s[i]=e("./data/x10");break;case"11":s[i]=e("./data/x11");break;case"12":s[i]=e("./data/x12");break;case"13":s[i]=e("./data/x13");break;case"14":s[i]=e("./data/x14");break;case"15":s[i]=e("./data/x15");break;case"16":s[i]=e("./data/x16");break;case"17":s[i]=e("./data/x17");break;case"18":s[i]=e("./data/x18");break;case"1e":s[i]=e("./data/x1e");break;case"1f":s[i]=e("./data/x1f");break;case"20":s[i]=e("./data/x20");break;case"21":s[i]=e("./data/x21");break;case"22":s[i]=e("./data/x22");break;case"23":s[i]=e("./data/x23");break;case"24":s[i]=e("./data/x24");break;case"25":s[i]=e("./data/x25");break;case"26":s[i]=e("./data/x26");break;case"27":s[i]=e("./data/x27");break;case"28":s[i]=e("./data/x28");break;case"2e":s[i]=e("./data/x2e");break;case"2f":s[i]=e("./data/x2f");break;case"30":s[i]=e("./data/x30");break;case"31":s[i]=e("./data/x31");break;case"32":s[i]=e("./data/x32");break;case"33":s[i]=e("./data/x33");break;case"4d":s[i]=e("./data/x4d");break;case"4e":s[i]=e("./data/x4e");break;case"4f":s[i]=e("./data/x4f");break;case"50":s[i]=e("./data/x50");break;case"51":s[i]=e("./data/x51");break;case"52":s[i]=e("./data/x52");break;case"53":s[i]=e("./data/x53");break;case"54":s[i]=e("./data/x54");break;case"55":s[i]=e("./data/x55");break;case"56":s[i]=e("./data/x56");break;case"57":s[i]=e("./data/x57");break;case"58":s[i]=e("./data/x58");break;case"59":s[i]=e("./data/x59");break;case"5a":s[i]=e("./data/x5a");break;case"5b":s[i]=e("./data/x5b");break;case"5c":s[i]=e("./data/x5c");break;case"5d":s[i]=e("./data/x5d");break;case"5e":s[i]=e("./data/x5e");break;case"5f":s[i]=e("./data/x5f");break;case"60":s[i]=e("./data/x60");break;case"61":s[i]=e("./data/x61");break;case"62":s[i]=e("./data/x62");break;case"63":s[i]=e("./data/x63");break;case"64":s[i]=e("./data/x64");break;case"65":s[i]=e("./data/x65");break;case"66":s[i]=e("./data/x66");break;case"67":s[i]=e("./data/x67");break;case"68":s[i]=e("./data/x68");break;case"69":s[i]=e("./data/x69");break;case"6a":s[i]=e("./data/x6a");break;case"6b":s[i]=e("./data/x6b");break;case"6c":s[i]=e("./data/x6c");break;case"6d":s[i]=e("./data/x6d");break;case"6e":s[i]=e("./data/x6e");break;case"6f":s[i]=e("./data/x6f");break;case"70":s[i]=e("./data/x70");break;case"71":s[i]=e("./data/x71");break;case"72":s[i]=e("./data/x72");break;case"73":s[i]=e("./data/x73");break;case"74":s[i]=e("./data/x74");break;case"75":s[i]=e("./data/x75");break;case"76":s[i]=e("./data/x76");break;case"77":s[i]=e("./data/x77");break;case"78":s[i]=e("./data/x78");break;case"79":s[i]=e("./data/x79");break;case"7a":s[i]=e("./data/x7a");break;case"7b":s[i]=e("./data/x7b");break;case"7c":s[i]=e("./data/x7c");break;case"7d":s[i]=e("./data/x7d");break;case"7e":s[i]=e("./data/x7e");break;case"7f":s[i]=e("./data/x7f");break;case"80":s[i]=e("./data/x80");break;case"81":s[i]=e("./data/x81");break;case"82":s[i]=e("./data/x82");break;case"83":s[i]=e("./data/x83");break;case"84":s[i]=e("./data/x84");break;case"85":s[i]=e("./data/x85");break;case"86":s[i]=e("./data/x86");break;case"87":s[i]=e("./data/x87");break;case"88":s[i]=e("./data/x88");break;case"89":s[i]=e("./data/x89");break;case"8a":s[i]=e("./data/x8a");break;case"8b":s[i]=e("./data/x8b");break;case"8c":s[i]=e("./data/x8c");break;case"8d":s[i]=e("./data/x8d");break;case"8e":s[i]=e("./data/x8e");break;case"8f":s[i]=e("./data/x8f");break;case"90":s[i]=e("./data/x90");break;case"91":s[i]=e("./data/x91");break;case"92":s[i]=e("./data/x92");break;case"93":s[i]=e("./data/x93");break;case"94":s[i]=e("./data/x94");break;case"95":s[i]=e("./data/x95");break;case"96":s[i]=e("./data/x96");break;case"97":s[i]=e("./data/x97");break;case"98":s[i]=e("./data/x98");break;case"99":s[i]=e("./data/x99");break;case"9a":s[i]=e("./data/x9a");break;case"9b":s[i]=e("./data/x9b");break;case"9c":s[i]=e("./data/x9c");break;case"9d":s[i]=e("./data/x9d");break;case"9e":s[i]=e("./data/x9e");break;case"9f":s[i]=e("./data/x9f");break;case"a0":s[i]=e("./data/xa0");break;case"a1":s[i]=e("./data/xa1");break;case"a2":s[i]=e("./data/xa2");break;case"a3":s[i]=e("./data/xa3");break;case"a4":s[i]=e("./data/xa4");break;case"ac":s[i]=e("./data/xac");break;case"ad":s[i]=e("./data/xad");break;case"ae":s[i]=e("./data/xae");break;case"af":s[i]=e("./data/xaf");break;case"b0":s[i]=e("./data/xb0");break;case"b1":s[i]=e("./data/xb1");break;case"b2":s[i]=e("./data/xb2");break;case"b3":s[i]=e("./data/xb3");break;case"b4":s[i]=e("./data/xb4");break;case"b5":s[i]=e("./data/xb5");break;case"b6":s[i]=e("./data/xb6");break;case"b7":s[i]=e("./data/xb7");break;case"b8":s[i]=e("./data/xb8");break;case"b9":s[i]=e("./data/xb9");break;case"ba":s[i]=e("./data/xba");break;case"bb":s[i]=e("./data/xbb");break;case"bc":s[i]=e("./data/xbc");break;case"bd":s[i]=e("./data/xbd");break;case"be":s[i]=e("./data/xbe");break;case"bf":s[i]=e("./data/xbf");break;case"c0":s[i]=e("./data/xc0");break;case"c1":s[i]=e("./data/xc1");break;case"c2":s[i]=e("./data/xc2");break;case"c3":s[i]=e("./data/xc3");break;case"c4":s[i]=e("./data/xc4");break;case"c5":s[i]=e("./data/xc5");break;case"c6":s[i]=e("./data/xc6");break;case"c7":s[i]=e("./data/xc7");break;case"c8":s[i]=e("./data/xc8");break;case"c9":s[i]=e("./data/xc9");break;case"ca":s[i]=e("./data/xca");break;case"cb":s[i]=e("./data/xcb");break;case"cc":s[i]=e("./data/xcc");break;case"cd":s[i]=e("./data/xcd");break;case"ce":s[i]=e("./data/xce");break;case"cf":s[i]=e("./data/xcf");break;case"d0":s[i]=e("./data/xd0");break;case"d1":s[i]=e("./data/xd1");break;case"d2":s[i]=e("./data/xd2");break;case"d3":s[i]=e("./data/xd3");
38
38
  break;case"d4":s[i]=e("./data/xd4");break;case"d5":s[i]=e("./data/xd5");break;case"d6":s[i]=e("./data/xd6");break;case"d7":s[i]=e("./data/xd7");break;case"f9":s[i]=e("./data/xf9");break;case"fa":s[i]=e("./data/xfa");break;case"fb":s[i]=e("./data/xfb");break;case"fc":s[i]=e("./data/xfc");break;case"fd":s[i]=e("./data/xfd");break;case"fe":s[i]=e("./data/xfe");break;case"ff":s[i]=e("./data/xff");break;default:return""}return s[i][o]}function a(e){return(e+256).toString(16).substr(-2)}function r(e){for(var n,t,i,a,r,s,u;Array.isArray(e);)e=e[0];switch(e.length){case 1:return o(e);case 2:return n=o(e.substr(0,1)),t=o(e.substr(1,1)),r=(3&n)<<6|63&t,s=(28&n)>>2,s<<8|r;case 3:return n=o(e.substr(0,1)),t=o(e.substr(1,1)),i=o(e.substr(2,1)),r=(3&t)<<6|63&i,s=(15&n)<<4|(60&t)>>2,s<<8|r;default:return n=o(e.substr(0,1)),t=o(e.substr(1,1)),i=o(e.substr(2,1)),a=o(e.substr(3,1)),r=(3&i)<<6|63&a,s=(15&t)<<4|(60&i)>>2,u=(7&n)<<5|(48&t)>>4,u<<16|s<<8|r}}function o(e){var n=e+"",t=n.charCodeAt(0);if(t>=55296&&56319>=t){var i=t;if(1===n.length)return t;var a=n.charCodeAt(1);return 1024*(i-55296)+(a-56320)+65536}return t>=56320&&57343>=t?t:t}var s={},u=/(?![\x00-\x7F]|[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3})./g;n.exports=function(e){return e.replace(u,i)}},{"./data/x00":271,"./data/x01":272,"./data/x02":273,"./data/x03":274,"./data/x04":275,"./data/x05":276,"./data/x06":277,"./data/x07":278,"./data/x09":279,"./data/x0a":280,"./data/x0b":281,"./data/x0c":282,"./data/x0d":283,"./data/x0e":284,"./data/x0f":285,"./data/x10":286,"./data/x11":287,"./data/x12":288,"./data/x13":289,"./data/x14":290,"./data/x15":291,"./data/x16":292,"./data/x17":293,"./data/x18":294,"./data/x1e":295,"./data/x1f":296,"./data/x20":297,"./data/x21":298,"./data/x22":299,"./data/x23":300,"./data/x24":301,"./data/x25":302,"./data/x26":303,"./data/x27":304,"./data/x28":305,"./data/x2e":306,"./data/x2f":307,"./data/x30":308,"./data/x31":309,"./data/x32":310,"./data/x33":311,"./data/x4d":312,"./data/x4e":313,"./data/x4f":314,"./data/x50":315,"./data/x51":316,"./data/x52":317,"./data/x53":318,"./data/x54":319,"./data/x55":320,"./data/x56":321,"./data/x57":322,"./data/x58":323,"./data/x59":324,"./data/x5a":325,"./data/x5b":326,"./data/x5c":327,"./data/x5d":328,"./data/x5e":329,"./data/x5f":330,"./data/x60":331,"./data/x61":332,"./data/x62":333,"./data/x63":334,"./data/x64":335,"./data/x65":336,"./data/x66":337,"./data/x67":338,"./data/x68":339,"./data/x69":340,"./data/x6a":341,"./data/x6b":342,"./data/x6c":343,"./data/x6d":344,"./data/x6e":345,"./data/x6f":346,"./data/x70":347,"./data/x71":348,"./data/x72":349,"./data/x73":350,"./data/x74":351,"./data/x75":352,"./data/x76":353,"./data/x77":354,"./data/x78":355,"./data/x79":356,"./data/x7a":357,"./data/x7b":358,"./data/x7c":359,"./data/x7d":360,"./data/x7e":361,"./data/x7f":362,"./data/x80":363,"./data/x81":364,"./data/x82":365,"./data/x83":366,"./data/x84":367,"./data/x85":368,"./data/x86":369,"./data/x87":370,"./data/x88":371,"./data/x89":372,"./data/x8a":373,"./data/x8b":374,"./data/x8c":375,"./data/x8d":376,"./data/x8e":377,"./data/x8f":378,"./data/x90":379,"./data/x91":380,"./data/x92":381,"./data/x93":382,"./data/x94":383,"./data/x95":384,"./data/x96":385,"./data/x97":386,"./data/x98":387,"./data/x99":388,"./data/x9a":389,"./data/x9b":390,"./data/x9c":391,"./data/x9d":392,"./data/x9e":393,"./data/x9f":394,"./data/xa0":395,"./data/xa1":396,"./data/xa2":397,"./data/xa3":398,"./data/xa4":399,"./data/xac":400,"./data/xad":401,"./data/xae":402,"./data/xaf":403,"./data/xb0":404,"./data/xb1":405,"./data/xb2":406,"./data/xb3":407,"./data/xb4":408,"./data/xb5":409,"./data/xb6":410,"./data/xb7":411,"./data/xb8":412,"./data/xb9":413,"./data/xba":414,"./data/xbb":415,"./data/xbc":416,"./data/xbd":417,"./data/xbe":418,"./data/xbf":419,"./data/xc0":420,"./data/xc1":421,"./data/xc2":422,"./data/xc3":423,"./data/xc4":424,"./data/xc5":425,"./data/xc6":426,"./data/xc7":427,"./data/xc8":428,"./data/xc9":429,"./data/xca":430,"./data/xcb":431,"./data/xcc":432,"./data/xcd":433,"./data/xce":434,"./data/xcf":435,"./data/xd0":436,"./data/xd1":437,"./data/xd2":438,"./data/xd3":439,"./data/xd4":440,"./data/xd5":441,"./data/xd6":442,"./data/xd7":443,"./data/xf9":444,"./data/xfa":445,"./data/xfb":446,"./data/xfc":447,"./data/xfd":448,"./data/xfe":449,"./data/xff":450}],452:[function(e,n,t){"use strict";function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}function a(e,n,t){if(e&&l.isObject(e)&&e instanceof i)return e;var a=new i;return a.parse(e,n,t),a}function r(e){return l.isString(e)&&(e=a(e)),e instanceof i?e.format():i.prototype.format.call(e)}function o(e,n){return a(e,!1,!0).resolve(n)}function s(e,n){return e?a(e,!1,!0).resolveObject(n):n}var u=e("punycode"),l=e("./util");t.parse=a,t.resolve=o,t.resolveObject=s,t.format=r,t.Url=i;var h=/^([a-z0-9.+-]+:)/i,c=/:[0-9]*$/,p=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,g=["<",">",'"',"`"," ","\r","\n"," "],f=["{","}","|","\\","^","`"].concat(g),d=["'"].concat(f),y=["%","/","?",";","#"].concat(d),m=["/","?","#"],b=255,w=/^[+a-z0-9A-Z_-]{0,63}$/,v=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,x={javascript:!0,"javascript:":!0},k={javascript:!0,"javascript:":!0},_={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},C=e("querystring");i.prototype.parse=function(e,n,t){if(!l.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var i=e.indexOf("?"),a=-1!==i&&i<e.indexOf("#")?"?":"#",r=e.split(a),o=/\\/g;r[0]=r[0].replace(o,"/"),e=r.join(a);var s=e;if(s=s.trim(),!t&&1===e.split("#").length){var c=p.exec(s);if(c)return this.path=s,this.href=s,this.pathname=c[1],c[2]?(this.search=c[2],n?this.query=C.parse(this.search.substr(1)):this.query=this.search.substr(1)):n&&(this.search="",this.query={}),this}var g=h.exec(s);if(g){g=g[0];var f=g.toLowerCase();this.protocol=f,s=s.substr(g.length)}if(t||g||s.match(/^\/\/[^@\/]+@[^@\/]+/)){var j="//"===s.substr(0,2);!j||g&&k[g]||(s=s.substr(2),this.slashes=!0)}if(!k[g]&&(j||g&&!_[g])){for(var S=-1,E=0;E<m.length;E++){var A=s.indexOf(m[E]);-1!==A&&(-1===S||S>A)&&(S=A)}var L,T;T=-1===S?s.lastIndexOf("@"):s.lastIndexOf("@",S),-1!==T&&(L=s.slice(0,T),s=s.slice(T+1),this.auth=decodeURIComponent(L)),S=-1;for(var E=0;E<y.length;E++){var A=s.indexOf(y[E]);-1!==A&&(-1===S||S>A)&&(S=A)}-1===S&&(S=s.length),this.host=s.slice(0,S),s=s.slice(S),this.parseHost(),this.hostname=this.hostname||"";var D="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!D)for(var Y=this.hostname.split(/\./),E=0,B=Y.length;B>E;E++){var F=Y[E];if(F&&!F.match(w)){for(var M="",Z=0,N=F.length;N>Z;Z++)M+=F.charCodeAt(Z)>127?"x":F[Z];if(!M.match(w)){var J=Y.slice(0,E),P=Y.slice(E+1),R=F.match(v);R&&(J.push(R[1]),P.unshift(R[2])),P.length&&(s="/"+P.join(".")+s),this.hostname=J.join(".");break}}}this.hostname.length>b?this.hostname="":this.hostname=this.hostname.toLowerCase(),D||(this.hostname=u.toASCII(this.hostname));var O=this.port?":"+this.port:"",X=this.hostname||"";this.host=X+O,this.href+=this.host,D&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==s[0]&&(s="/"+s))}if(!x[f])for(var E=0,B=d.length;B>E;E++){var H=d[E];if(-1!==s.indexOf(H)){var Q=encodeURIComponent(H);Q===H&&(Q=escape(H)),s=s.split(H).join(Q)}}var I=s.indexOf("#");-1!==I&&(this.hash=s.substr(I),s=s.slice(0,I));var G=s.indexOf("?");if(-1!==G?(this.search=s.substr(G),this.query=s.substr(G+1),n&&(this.query=C.parse(this.query)),s=s.slice(0,G)):n&&(this.search="",this.query={}),s&&(this.pathname=s),_[f]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){var O=this.pathname||"",W=this.search||"";this.path=O+W}return this.href=this.format(),this},i.prototype.format=function(){var e=this.auth||"";e&&(e=encodeURIComponent(e),e=e.replace(/%3A/i,":"),e+="@");var n=this.protocol||"",t=this.pathname||"",i=this.hash||"",a=!1,r="";this.host?a=e+this.host:this.hostname&&(a=e+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(a+=":"+this.port)),this.query&&l.isObject(this.query)&&Object.keys(this.query).length&&(r=C.stringify(this.query));var o=this.search||r&&"?"+r||"";return n&&":"!==n.substr(-1)&&(n+=":"),this.slashes||(!n||_[n])&&a!==!1?(a="//"+(a||""),t&&"/"!==t.charAt(0)&&(t="/"+t)):a||(a=""),i&&"#"!==i.charAt(0)&&(i="#"+i),o&&"?"!==o.charAt(0)&&(o="?"+o),t=t.replace(/[?#]/g,function(e){return encodeURIComponent(e)}),o=o.replace("#","%23"),n+a+t+o+i},i.prototype.resolve=function(e){return this.resolveObject(a(e,!1,!0)).format()},i.prototype.resolveObject=function(e){if(l.isString(e)){var n=new i;n.parse(e,!1,!0),e=n}for(var t=new i,a=Object.keys(this),r=0;r<a.length;r++){var o=a[r];t[o]=this[o]}if(t.hash=e.hash,""===e.href)return t.href=t.format(),t;if(e.slashes&&!e.protocol){for(var s=Object.keys(e),u=0;u<s.length;u++){var h=s[u];"protocol"!==h&&(t[h]=e[h])}return _[t.protocol]&&t.hostname&&!t.pathname&&(t.path=t.pathname="/"),t.href=t.format(),t}if(e.protocol&&e.protocol!==t.protocol){if(!_[e.protocol]){for(var c=Object.keys(e),p=0;p<c.length;p++){var g=c[p];t[g]=e[g]}return t.href=t.format(),t}if(t.protocol=e.protocol,e.host||k[e.protocol])t.pathname=e.pathname;else{for(var f=(e.pathname||"").split("/");f.length&&!(e.host=f.shift()););e.host||(e.host=""),e.hostname||(e.hostname=""),""!==f[0]&&f.unshift(""),f.length<2&&f.unshift(""),t.pathname=f.join("/")}if(t.search=e.search,t.query=e.query,t.host=e.host||"",t.auth=e.auth,t.hostname=e.hostname||e.host,t.port=e.port,t.pathname||t.search){var d=t.pathname||"",y=t.search||"";t.path=d+y}return t.slashes=t.slashes||e.slashes,t.href=t.format(),t}var m=t.pathname&&"/"===t.pathname.charAt(0),b=e.host||e.pathname&&"/"===e.pathname.charAt(0),w=b||m||t.host&&e.pathname,v=w,x=t.pathname&&t.pathname.split("/")||[],f=e.pathname&&e.pathname.split("/")||[],C=t.protocol&&!_[t.protocol];if(C&&(t.hostname="",t.port=null,t.host&&(""===x[0]?x[0]=t.host:x.unshift(t.host)),t.host="",e.protocol&&(e.hostname=null,e.port=null,e.host&&(""===f[0]?f[0]=e.host:f.unshift(e.host)),e.host=null),w=w&&(""===f[0]||""===x[0])),b)t.host=e.host||""===e.host?e.host:t.host,t.hostname=e.hostname||""===e.hostname?e.hostname:t.hostname,t.search=e.search,t.query=e.query,x=f;else if(f.length)x||(x=[]),x.pop(),x=x.concat(f),t.search=e.search,t.query=e.query;else if(!l.isNullOrUndefined(e.search)){if(C){t.hostname=t.host=x.shift();var j=t.host&&t.host.indexOf("@")>0?t.host.split("@"):!1;j&&(t.auth=j.shift(),t.host=t.hostname=j.shift())}return t.search=e.search,t.query=e.query,l.isNull(t.pathname)&&l.isNull(t.search)||(t.path=(t.pathname?t.pathname:"")+(t.search?t.search:"")),t.href=t.format(),t}if(!x.length)return t.pathname=null,t.search?t.path="/"+t.search:t.path=null,t.href=t.format(),t;for(var S=x.slice(-1)[0],E=(t.host||e.host||x.length>1)&&("."===S||".."===S)||""===S,A=0,L=x.length;L>=0;L--)S=x[L],"."===S?x.splice(L,1):".."===S?(x.splice(L,1),A++):A&&(x.splice(L,1),A--);if(!w&&!v)for(;A--;A)x.unshift("..");!w||""===x[0]||x[0]&&"/"===x[0].charAt(0)||x.unshift(""),E&&"/"!==x.join("/").substr(-1)&&x.push("");var T=""===x[0]||x[0]&&"/"===x[0].charAt(0);if(C){t.hostname=t.host=T?"":x.length?x.shift():"";var j=t.host&&t.host.indexOf("@")>0?t.host.split("@"):!1;j&&(t.auth=j.shift(),t.host=t.hostname=j.shift())}return w=w||t.host&&x.length,w&&!T&&x.unshift(""),x.length?t.pathname=x.join("/"):(t.pathname=null,t.path=null),l.isNull(t.pathname)&&l.isNull(t.search)||(t.path=(t.pathname?t.pathname:"")+(t.search?t.search:"")),t.auth=e.auth||t.auth,t.slashes=t.slashes||e.slashes,t.href=t.format(),t},i.prototype.parseHost=function(){var e=this.host,n=c.exec(e);n&&(n=n[0],":"!==n&&(this.port=n.substr(1)),e=e.substr(0,e.length-n.length)),e&&(this.hostname=e)}},{"./util":453,punycode:227,querystring:230}],453:[function(e,n,t){"use strict";n.exports={isString:function(e){return"string"==typeof e},isObject:function(e){return"object"==typeof e&&null!==e},isNull:function(e){return null===e},isNullOrUndefined:function(e){return null==e}}},{}],454:[function(e,n,t){(function(e){function t(e,n){function t(){if(!a){if(i("throwDeprecation"))throw new Error(n);i("traceDeprecation")?console.trace(n):console.warn(n),a=!0}return e.apply(this,arguments)}if(i("noDeprecation"))return e;var a=!1;return t}function i(n){try{if(!e.localStorage)return!1}catch(t){return!1}var i=e.localStorage[n];return null==i?!1:"true"===String(i).toLowerCase()}n.exports=t}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],455:[function(e,n,t){arguments[4][115][0].apply(t,arguments)},{dup:115}],456:[function(e,n,t){n.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},{}],457:[function(e,n,t){(function(n,i){function a(e,n){var i={seen:[],stylize:o};return arguments.length>=3&&(i.depth=arguments[2]),arguments.length>=4&&(i.colors=arguments[3]),d(n)?i.showHidden=n:n&&t._extend(i,n),x(i.showHidden)&&(i.showHidden=!1),x(i.depth)&&(i.depth=2),x(i.colors)&&(i.colors=!1),x(i.customInspect)&&(i.customInspect=!0),i.colors&&(i.stylize=r),u(i,e,i.depth)}function r(e,n){var t=a.styles[n];return t?"["+a.colors[t][0]+"m"+e+"["+a.colors[t][1]+"m":e}function o(e,n){return e}function s(e){var n={};return e.forEach(function(e,t){n[e]=!0}),n}function u(e,n,i){if(e.customInspect&&n&&S(n.inspect)&&n.inspect!==t.inspect&&(!n.constructor||n.constructor.prototype!==n)){var a=n.inspect(i,e);return w(a)||(a=u(e,a,i)),a}var r=l(e,n);if(r)return r;var o=Object.keys(n),d=s(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(n)),j(n)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return h(n);if(0===o.length){if(S(n)){var y=n.name?": "+n.name:"";return e.stylize("[Function"+y+"]","special")}if(k(n))return e.stylize(RegExp.prototype.toString.call(n),"regexp");if(C(n))return e.stylize(Date.prototype.toString.call(n),"date");if(j(n))return h(n)}var m="",b=!1,v=["{","}"];if(f(n)&&(b=!0,v=["[","]"]),S(n)){var x=n.name?": "+n.name:"";m=" [Function"+x+"]"}if(k(n)&&(m=" "+RegExp.prototype.toString.call(n)),C(n)&&(m=" "+Date.prototype.toUTCString.call(n)),j(n)&&(m=" "+h(n)),0===o.length&&(!b||0==n.length))return v[0]+m+v[1];if(0>i)return k(n)?e.stylize(RegExp.prototype.toString.call(n),"regexp"):e.stylize("[Object]","special");e.seen.push(n);var _;return _=b?c(e,n,i,d,o):o.map(function(t){return p(e,n,i,d,t,b)}),e.seen.pop(),g(_,m,v)}function l(e,n){if(x(n))return e.stylize("undefined","undefined");if(w(n)){var t="'"+JSON.stringify(n).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(t,"string")}return b(n)?e.stylize(""+n,"number"):d(n)?e.stylize(""+n,"boolean"):y(n)?e.stylize("null","null"):void 0}function h(e){return"["+Error.prototype.toString.call(e)+"]"}function c(e,n,t,i,a){for(var r=[],o=0,s=n.length;s>o;++o)D(n,String(o))?r.push(p(e,n,t,i,String(o),!0)):r.push("");return a.forEach(function(a){a.match(/^\d+$/)||r.push(p(e,n,t,i,a,!0))}),r}function p(e,n,t,i,a,r){var o,s,l;if(l=Object.getOwnPropertyDescriptor(n,a)||{value:n[a]},l.get?s=l.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):l.set&&(s=e.stylize("[Setter]","special")),D(i,a)||(o="["+a+"]"),s||(e.seen.indexOf(l.value)<0?(s=y(t)?u(e,l.value,null):u(e,l.value,t-1),s.indexOf("\n")>-1&&(s=r?s.split("\n").map(function(e){return" "+e}).join("\n").substr(2):"\n"+s.split("\n").map(function(e){return" "+e}).join("\n"))):s=e.stylize("[Circular]","special")),x(o)){if(r&&a.match(/^\d+$/))return s;o=JSON.stringify(""+a),o.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=e.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=e.stylize(o,"string"))}return o+": "+s}function g(e,n,t){var i=0,a=e.reduce(function(e,n){return i++,n.indexOf("\n")>=0&&i++,e+n.replace(/\u001b\[\d\d?m/g,"").length+1},0);return a>60?t[0]+(""===n?"":n+"\n ")+" "+e.join(",\n ")+" "+t[1]:t[0]+n+" "+e.join(", ")+" "+t[1]}function f(e){return Array.isArray(e)}function d(e){return"boolean"==typeof e}function y(e){return null===e}function m(e){return null==e}function b(e){return"number"==typeof e}function w(e){return"string"==typeof e}function v(e){return"symbol"==typeof e}function x(e){return void 0===e}function k(e){return _(e)&&"[object RegExp]"===A(e)}function _(e){return"object"==typeof e&&null!==e}function C(e){return _(e)&&"[object Date]"===A(e)}function j(e){return _(e)&&("[object Error]"===A(e)||e instanceof Error)}function S(e){return"function"==typeof e}function E(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||"undefined"==typeof e}function A(e){return Object.prototype.toString.call(e)}function L(e){return 10>e?"0"+e.toString(10):e.toString(10)}function T(){var e=new Date,n=[L(e.getHours()),L(e.getMinutes()),L(e.getSeconds())].join(":");return[e.getDate(),M[e.getMonth()],n].join(" ")}function D(e,n){return Object.prototype.hasOwnProperty.call(e,n)}var Y=/%[sdj%]/g;t.format=function(e){if(!w(e)){for(var n=[],t=0;t<arguments.length;t++)n.push(a(arguments[t]));return n.join(" ")}for(var t=1,i=arguments,r=i.length,o=String(e).replace(Y,function(e){if("%%"===e)return"%";if(t>=r)return e;switch(e){case"%s":return String(i[t++]);case"%d":return Number(i[t++]);case"%j":try{return JSON.stringify(i[t++])}catch(n){return"[Circular]"}default:return e}}),s=i[t];r>t;s=i[++t])o+=y(s)||!_(s)?" "+s:" "+a(s);return o},t.deprecate=function(e,a){function r(){if(!o){if(n.throwDeprecation)throw new Error(a);n.traceDeprecation?console.trace(a):console.error(a),o=!0}return e.apply(this,arguments)}if(x(i.process))return function(){return t.deprecate(e,a).apply(this,arguments)};if(n.noDeprecation===!0)return e;var o=!1;return r};var B,F={};t.debuglog=function(e){if(x(B)&&(B=n.env.NODE_DEBUG||""),e=e.toUpperCase(),!F[e])if(new RegExp("\\b"+e+"\\b","i").test(B)){var i=n.pid;F[e]=function(){var n=t.format.apply(t,arguments);console.error("%s %d: %s",e,i,n)}}else F[e]=function(){};return F[e]},t.inspect=a,a.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},a.styles={special:"cyan",number:"yellow","boolean":"yellow",undefined:"grey","null":"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=f,t.isBoolean=d,t.isNull=y,t.isNullOrUndefined=m,t.isNumber=b,t.isString=w,t.isSymbol=v,t.isUndefined=x,t.isRegExp=k,t.isObject=_,t.isDate=C,t.isError=j,t.isFunction=S,t.isPrimitive=E,t.isBuffer=e("./support/isBuffer");var M=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];t.log=function(){console.log("%s - %s",T(),t.format.apply(t,arguments))},t.inherits=e("inherits"),t._extend=function(e,n){if(!n||!_(n))return e;for(var t=Object.keys(n),i=t.length;i--;)e[t[i]]=n[t[i]];return e}}).call(this,e("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./support/isBuffer":456,_process:195,inherits:455}],458:[function(e,n,t){n.exports={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,menuitem:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}},{}],459:[function(e,n,t){"use strict";function i(e){return s.parse(e,{ecmaVersion:6,allowReturnOutsideFunction:!0})}function a(e,n,t){e+="",n+="",t=t||[],t=t.concat(o(e).map(function(e){return e.name}));var i=o(n).map(function(e){return e.name}).filter(function(e){return-1===t.indexOf(e)&&"undefined"!==e&&"this"!==e});if(0===i.length)return n;var a="",s="locals_for_with",u="result_of_with";if(/^[a-zA-Z0-9$_]+$/.test(e))s=e;else{for(;-1!=i.indexOf(s)||-1!=t.indexOf(s);)s+="_";a="var "+s+" = ("+e+")"}for(;-1!=i.indexOf(u)||-1!=t.indexOf(u);)u+="_";var l=i.map(function(e){return JSON.stringify(e)+" in "+s+"?"+s+"."+e+":typeof "+e+'!=="undefined"?'+e+":undefined"});return n="(function ("+i.join(", ")+") {"+n+"}.call(this"+l.map(function(e){return","+e}).join("")+"))",";"+a+";"+r(n,u)+";"}function r(e,n){function t(n){return e.slice(n.start,n.end).join("")}function a(n,t){for(var i=n.start;i<n.end;i++)e[i]="";e[n.start]=t}var r,o=e,s=!1,l=i(e);if(e=e.split(""),1!==(r=l.body).length||"ExpressionStatement"!==(r=r[0]).type||"CallExpression"!==(r=r.expression).type||"MemberExpression"!==(r=r.callee).type||r.computed!==!1||"call"!==r.property.name||"FunctionExpression"!==(r=r.object).type)throw new Error("AST does not seem to represent a self-calling function");var h=r;return u.recursive(l,null,{Function:function(e,n,t){e===h&&t(e.body,n,"ScopeBody")},ReturnStatement:function(e){s=!0,a(e,"return {value: ("+(e.argument?t(e.argument):"undefined")+")};")}}),s?"var "+n+"="+e.join("")+";if ("+n+") return "+n+".value":o}var o=e("acorn-globals"),s=e("acorn"),u=e("acorn/dist/walk");n.exports=a},{acorn:460,"acorn-globals":14,"acorn/dist/walk":461}],460:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i(e.acorn=e.acorn||{})}(this,function(e){"use strict";function n(e,n){for(var t=65536,i=0;i<n.length;i+=2){if(t+=n[i],t>e)return!1;if(t+=n[i+1],t>=e)return!0}}function t(e,t){return 65>e?36===e:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&C.test(String.fromCharCode(e)):t===!1?!1:n(e,S)}function i(e,t){return 48>e?36===e:58>e?!0:65>e?!1:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&j.test(String.fromCharCode(e)):t===!1?!1:n(e,S)||n(e,E)}function a(e,n){return new A(e,{beforeExpr:!0,binop:n})}function r(e,n){return void 0===n&&(n={}),n.keyword=e,D[e]=new A(e,n)}function o(e){return 10===e||13===e||8232===e||8233==e}function s(e){return"[object Array]"===Object.prototype.toString.call(e)}function u(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function l(e,n){for(var t=1,i=0;;){F.lastIndex=i;var a=F.exec(e);if(!(a&&a.index<n))return new N(t,n-i);++t,i=a.index+a[0].length}}function h(e){var n={};for(var t in P)n[t]=e&&u(e,t)?e[t]:P[t];if(null==n.allowReserved&&(n.allowReserved=n.ecmaVersion<5),s(n.onToken)){var i=n.onToken;n.onToken=function(e){return i.push(e)}}return s(n.onComment)&&(n.onComment=c(n,n.onComment)),n}function c(e,n){return function(t,i,a,r,o,s){var u={type:t?"Block":"Line",value:i,start:a,end:r};e.locations&&(u.loc=new J(this,o,s)),e.ranges&&(u.range=[a,r]),n.push(u)}}function p(e){return new RegExp("^("+e.replace(/ /g,"|")+")$")}function g(e,n,t,i){return e.type=n,e.end=t,this.options.locations&&(e.loc.end=i),this.options.ranges&&(e.range[1]=t),e}function f(e,n,t,i){try{return new RegExp(e,n)}catch(a){if(void 0!==t)throw a instanceof SyntaxError&&i.raise(t,"Error parsing regular expression: "+a.message),a}}function d(e){return 65535>=e?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(1023&e)+56320))}function y(e,n){return new O(n,e).parse()}function m(e,n,t){var i=new O(t,e,n);return i.nextToken(),i.parseExpression()}function b(e,n){return new O(n,e)}var w={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",7:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},v="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",x={5:v,6:v+" const class extends export import super"},k="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿕ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞮꞰ-ꞷꟷ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭥꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",_="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣔ-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఃా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഁ-ഃാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ູົຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭ᳲ-᳴᳸᳹᷀-᷵᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱꤀-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",C=new RegExp("["+k+"]"),j=new RegExp("["+k+_+"]");k=_=null;var S=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,17,26,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,26,45,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,785,52,76,44,33,24,27,35,42,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,54,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,86,25,391,63,32,0,449,56,264,8,2,36,18,0,50,29,881,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,881,68,12,0,67,12,65,0,32,6124,20,754,9486,1,3071,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,60,67,1213,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,10591,541],E=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,1306,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,52,0,13,2,49,13,10,2,4,9,83,11,7,0,161,11,6,9,7,3,57,0,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,87,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,423,9,838,7,2,7,17,9,57,21,2,13,19882,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,2214,6,110,6,6,9,792487,239],A=function(e,n){void 0===n&&(n={}),this.label=e,this.keyword=n.keyword,this.beforeExpr=!!n.beforeExpr,this.startsExpr=!!n.startsExpr,this.isLoop=!!n.isLoop,this.isAssign=!!n.isAssign,this.prefix=!!n.prefix,this.postfix=!!n.postfix,this.binop=n.binop||null,this.updateContext=null},L={beforeExpr:!0},T={startsExpr:!0},D={},Y={num:new A("num",T),regexp:new A("regexp",T),string:new A("string",T),name:new A("name",T),eof:new A("eof"),bracketL:new A("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new A("]"),braceL:new A("{",{beforeExpr:!0,startsExpr:!0}),braceR:new A("}"),parenL:new A("(",{beforeExpr:!0,startsExpr:!0}),parenR:new A(")"),comma:new A(",",L),semi:new A(";",L),colon:new A(":",L),dot:new A("."),question:new A("?",L),arrow:new A("=>",L),template:new A("template"),ellipsis:new A("...",L),backQuote:new A("`",T),dollarBraceL:new A("${",{beforeExpr:!0,startsExpr:!0}),eq:new A("=",{beforeExpr:!0,isAssign:!0}),assign:new A("_=",{beforeExpr:!0,isAssign:!0}),incDec:new A("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new A("prefix",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:a("||",1),logicalAND:a("&&",2),bitwiseOR:a("|",3),bitwiseXOR:a("^",4),bitwiseAND:a("&",5),equality:a("==/!=",6),relational:a("</>",7),bitShift:a("<</>>",8),plusMin:new A("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:a("%",10),star:a("*",10),slash:a("/",10),starstar:new A("**",{beforeExpr:!0}),_break:r("break"),_case:r("case",L),_catch:r("catch"),_continue:r("continue"),_debugger:r("debugger"),_default:r("default",L),_do:r("do",{isLoop:!0,beforeExpr:!0}),_else:r("else",L),_finally:r("finally"),_for:r("for",{isLoop:!0}),_function:r("function",T),_if:r("if"),_return:r("return",L),_switch:r("switch"),_throw:r("throw",L),_try:r("try"),_var:r("var"),_const:r("const"),_while:r("while",{isLoop:!0}),_with:r("with"),_new:r("new",{beforeExpr:!0,startsExpr:!0}),_this:r("this",T),_super:r("super",T),_class:r("class"),_extends:r("extends",L),_export:r("export"),_import:r("import"),_null:r("null",T),_true:r("true",T),_false:r("false",T),_in:r("in",{beforeExpr:!0,binop:7}),_instanceof:r("instanceof",{beforeExpr:!0,binop:7}),_typeof:r("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:r("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:r("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},B=/\r\n?|\n|\u2028|\u2029/,F=new RegExp(B.source,"g"),M=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,Z=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,N=function(e,n){this.line=e,this.column=n};N.prototype.offset=function(e){return new N(this.line,this.column+e)};var J=function(e,n,t){this.start=n,this.end=t,null!==e.sourceFile&&(this.source=e.sourceFile)},P={ecmaVersion:6,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1,plugins:{}},R={},O=function(e,n,t){this.options=e=h(e),this.sourceFile=e.sourceFile,this.keywords=p(x[e.ecmaVersion>=6?6:5]);var i=e.allowReserved?"":w[e.ecmaVersion]+("module"==e.sourceType?" await":"");this.reservedWords=p(i);var a=(i?i+" ":"")+w.strict;this.reservedWordsStrict=p(a),this.reservedWordsStrictBind=p(a+" "+w.strictBind),this.input=String(n),this.containsEsc=!1,this.loadPlugins(e.plugins),t?(this.pos=t,this.lineStart=Math.max(0,this.input.lastIndexOf("\n",t)),this.curLine=this.input.slice(0,this.lineStart).split(B).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=Y.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.strict=this.inModule="module"===e.sourceType,this.potentialArrowAt=-1,this.inFunction=this.inGenerator=!1,this.labels=[],0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2)};O.prototype.isKeyword=function(e){return this.keywords.test(e)},O.prototype.isReservedWord=function(e){return this.reservedWords.test(e)},O.prototype.extend=function(e,n){this[e]=n(this[e])},O.prototype.loadPlugins=function(e){var n=this;for(var t in e){var i=R[t];if(!i)throw new Error("Plugin '"+t+"' not found");i(n,e[t])}},O.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)};var X=O.prototype;X.isUseStrict=function(e){return this.options.ecmaVersion>=5&&"ExpressionStatement"===e.type&&"Literal"===e.expression.type&&"use strict"===e.expression.raw.slice(1,-1)},X.eat=function(e){return this.type===e?(this.next(),!0):!1},X.isContextual=function(e){return this.type===Y.name&&this.value===e},X.eatContextual=function(e){return this.value===e&&this.eat(Y.name)},X.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},X.canInsertSemicolon=function(){return this.type===Y.eof||this.type===Y.braceR||B.test(this.input.slice(this.lastTokEnd,this.start))},X.insertSemicolon=function(){return this.canInsertSemicolon()?(this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),
39
39
  !0):void 0},X.semicolon=function(){this.eat(Y.semi)||this.insertSemicolon()||this.unexpected()},X.afterTrailingComma=function(e){return this.type==e?(this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),this.next(),!0):void 0},X.expect=function(e){this.eat(e)||this.unexpected()},X.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")};var H=function(){this.shorthandAssign=0,this.trailingComma=0};X.checkPatternErrors=function(e,n){var t=e&&e.trailingComma;return n?void(t&&this.raise(t,"Comma is not permitted after the rest element")):!!t},X.checkExpressionErrors=function(e,n){var t=e&&e.shorthandAssign;return n?void(t&&this.raise(t,"Shorthand property assignments are valid only in destructuring patterns")):!!t};var Q=O.prototype;Q.parseTopLevel=function(e){var n=this,t=!0;for(e.body||(e.body=[]);this.type!==Y.eof;){var i=n.parseStatement(!0,!0);e.body.push(i),t&&(n.isUseStrict(i)&&n.setStrict(!0),t=!1)}return this.next(),this.options.ecmaVersion>=6&&(e.sourceType=this.options.sourceType),this.finishNode(e,"Program")};var I={kind:"loop"},G={kind:"switch"};Q.isLet=function(){if(this.type!==Y.name||this.options.ecmaVersion<6||"let"!=this.value)return!1;Z.lastIndex=this.pos;var e=Z.exec(this.input),n=this.pos+e[0].length,a=this.input.charCodeAt(n);if(91===a||123==a)return!0;if(t(a,!0)){for(var r=n+1;i(this.input.charCodeAt(r),!0);++r);var o=this.input.slice(n,r);if(!this.isKeyword(o))return!0}return!1},Q.parseStatement=function(e,n){var t,i=this.type,a=this.startNode();switch(this.isLet()&&(i=Y._var,t="let"),i){case Y._break:case Y._continue:return this.parseBreakContinueStatement(a,i.keyword);case Y._debugger:return this.parseDebuggerStatement(a);case Y._do:return this.parseDoStatement(a);case Y._for:return this.parseForStatement(a);case Y._function:return!e&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(a);case Y._class:return e||this.unexpected(),this.parseClass(a,!0);case Y._if:return this.parseIfStatement(a);case Y._return:return this.parseReturnStatement(a);case Y._switch:return this.parseSwitchStatement(a);case Y._throw:return this.parseThrowStatement(a);case Y._try:return this.parseTryStatement(a);case Y._const:case Y._var:return t=t||this.value,e||"var"==t||this.unexpected(),this.parseVarStatement(a,t);case Y._while:return this.parseWhileStatement(a);case Y._with:return this.parseWithStatement(a);case Y.braceL:return this.parseBlock();case Y.semi:return this.parseEmptyStatement(a);case Y._export:case Y._import:return this.options.allowImportExportEverywhere||(n||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),i===Y._import?this.parseImport(a):this.parseExport(a);default:var r=this.value,o=this.parseExpression();return i===Y.name&&"Identifier"===o.type&&this.eat(Y.colon)?this.parseLabeledStatement(a,r,o):this.parseExpressionStatement(a,o)}},Q.parseBreakContinueStatement=function(e,n){var t=this,i="break"==n;this.next(),this.eat(Y.semi)||this.insertSemicolon()?e.label=null:this.type!==Y.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var a=0;a<this.labels.length;++a){var r=t.labels[a];if(null==e.label||r.name===e.label.name){if(null!=r.kind&&(i||"loop"===r.kind))break;if(e.label&&i)break}}return a===this.labels.length&&this.raise(e.start,"Unsyntactic "+n),this.finishNode(e,i?"BreakStatement":"ContinueStatement")},Q.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")},Q.parseDoStatement=function(e){return this.next(),this.labels.push(I),e.body=this.parseStatement(!1),this.labels.pop(),this.expect(Y._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(Y.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},Q.parseForStatement=function(e){if(this.next(),this.labels.push(I),this.expect(Y.parenL),this.type===Y.semi)return this.parseFor(e,null);var n=this.isLet();if(this.type===Y._var||this.type===Y._const||n){var t=this.startNode(),i=n?"let":this.value;return this.next(),this.parseVar(t,!0,i),this.finishNode(t,"VariableDeclaration"),!(this.type===Y._in||this.options.ecmaVersion>=6&&this.isContextual("of"))||1!==t.declarations.length||"var"!==i&&t.declarations[0].init?this.parseFor(e,t):this.parseForIn(e,t)}var a=new H,r=this.parseExpression(!0,a);return this.type===Y._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.checkPatternErrors(a,!0),this.toAssignable(r),this.checkLVal(r),this.parseForIn(e,r)):(this.checkExpressionErrors(a,!0),this.parseFor(e,r))},Q.parseFunctionStatement=function(e){return this.next(),this.parseFunction(e,!0)},Q.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement(!1),e.alternate=this.eat(Y._else)?this.parseStatement(!1):null,this.finishNode(e,"IfStatement")},Q.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(Y.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},Q.parseSwitchStatement=function(e){var n=this;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(Y.braceL),this.labels.push(G);for(var t,i=!1;this.type!=Y.braceR;)if(n.type===Y._case||n.type===Y._default){var a=n.type===Y._case;t&&n.finishNode(t,"SwitchCase"),e.cases.push(t=n.startNode()),t.consequent=[],n.next(),a?t.test=n.parseExpression():(i&&n.raiseRecoverable(n.lastTokStart,"Multiple default clauses"),i=!0,t.test=null),n.expect(Y.colon)}else t||n.unexpected(),t.consequent.push(n.parseStatement(!0));return t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},Q.parseThrowStatement=function(e){return this.next(),B.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var W=[];Q.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===Y._catch){var n=this.startNode();this.next(),this.expect(Y.parenL),n.param=this.parseBindingAtom(),this.checkLVal(n.param,!0),this.expect(Y.parenR),n.body=this.parseBlock(),e.handler=this.finishNode(n,"CatchClause")}return e.finalizer=this.eat(Y._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},Q.parseVarStatement=function(e,n){return this.next(),this.parseVar(e,!1,n),this.semicolon(),this.finishNode(e,"VariableDeclaration")},Q.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(I),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"WhileStatement")},Q.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement(!1),this.finishNode(e,"WithStatement")},Q.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},Q.parseLabeledStatement=function(e,n,t){for(var i=this,a=0;a<this.labels.length;++a)i.labels[a].name===n&&i.raise(t.start,"Label '"+n+"' is already declared");for(var r=this.type.isLoop?"loop":this.type===Y._switch?"switch":null,o=this.labels.length-1;o>=0;o--){var s=i.labels[o];if(s.statementStart!=e.start)break;s.statementStart=i.start,s.kind=r}return this.labels.push({name:n,kind:r,statementStart:this.start}),e.body=this.parseStatement(!0),this.labels.pop(),e.label=t,this.finishNode(e,"LabeledStatement")},Q.parseExpressionStatement=function(e,n){return e.expression=n,this.semicolon(),this.finishNode(e,"ExpressionStatement")},Q.parseBlock=function(e){var n,t=this,i=this.startNode(),a=!0;for(i.body=[],this.expect(Y.braceL);!this.eat(Y.braceR);){var r=t.parseStatement(!0);i.body.push(r),a&&e&&t.isUseStrict(r)&&(n=t.strict,t.setStrict(t.strict=!0)),a=!1}return n===!1&&this.setStrict(!1),this.finishNode(i,"BlockStatement")},Q.parseFor=function(e,n){return e.init=n,this.expect(Y.semi),e.test=this.type===Y.semi?null:this.parseExpression(),this.expect(Y.semi),e.update=this.type===Y.parenR?null:this.parseExpression(),this.expect(Y.parenR),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"ForStatement")},Q.parseForIn=function(e,n){var t=this.type===Y._in?"ForInStatement":"ForOfStatement";return this.next(),e.left=n,e.right=this.parseExpression(),this.expect(Y.parenR),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,t)},Q.parseVar=function(e,n,t){var i=this;for(e.declarations=[],e.kind=t;;){var a=i.startNode();if(i.parseVarId(a),i.eat(Y.eq)?a.init=i.parseMaybeAssign(n):"const"!==t||i.type===Y._in||i.options.ecmaVersion>=6&&i.isContextual("of")?"Identifier"==a.id.type||n&&(i.type===Y._in||i.isContextual("of"))?a.init=null:i.raise(i.lastTokEnd,"Complex binding patterns require an initialization value"):i.unexpected(),e.declarations.push(i.finishNode(a,"VariableDeclarator")),!i.eat(Y.comma))break}return e},Q.parseVarId=function(e){e.id=this.parseBindingAtom(),this.checkLVal(e.id,!0)},Q.parseFunction=function(e,n,t){this.initFunction(e),this.options.ecmaVersion>=6&&(e.generator=this.eat(Y.star));var i=this.inGenerator;return this.inGenerator=e.generator,(n||this.type===Y.name)&&(e.id=this.parseIdent()),this.parseFunctionParams(e),this.parseFunctionBody(e,t),this.inGenerator=i,this.finishNode(e,n?"FunctionDeclaration":"FunctionExpression")},Q.parseFunctionParams=function(e){this.expect(Y.parenL),e.params=this.parseBindingList(Y.parenR,!1,!1,!0)},Q.parseClass=function(e,n){var t=this;this.next(),this.parseClassId(e,n),this.parseClassSuper(e);var i=this.startNode(),a=!1;for(i.body=[],this.expect(Y.braceL);!this.eat(Y.braceR);)if(!t.eat(Y.semi)){var r=t.startNode(),o=t.eat(Y.star),s=t.type===Y.name&&"static"===t.value;t.parsePropertyName(r),r["static"]=s&&t.type!==Y.parenL,r["static"]&&(o&&t.unexpected(),o=t.eat(Y.star),t.parsePropertyName(r)),r.kind="method";var u=!1;if(!r.computed){var l=r.key;o||"Identifier"!==l.type||t.type===Y.parenL||"get"!==l.name&&"set"!==l.name||(u=!0,r.kind=l.name,l=t.parsePropertyName(r)),!r["static"]&&("Identifier"===l.type&&"constructor"===l.name||"Literal"===l.type&&"constructor"===l.value)&&(a&&t.raise(l.start,"Duplicate constructor in the same class"),u&&t.raise(l.start,"Constructor can't have get/set modifier"),o&&t.raise(l.start,"Constructor can't be a generator"),r.kind="constructor",a=!0)}if(t.parseClassMethod(i,r,o),u){var h="get"===r.kind?0:1;if(r.value.params.length!==h){var c=r.value.start;"get"===r.kind?t.raiseRecoverable(c,"getter should have no params"):t.raiseRecoverable(c,"setter should have exactly one param")}"set"===r.kind&&"RestElement"===r.value.params[0].type&&t.raise(r.value.params[0].start,"Setter cannot use rest params")}}return e.body=this.finishNode(i,"ClassBody"),this.finishNode(e,n?"ClassDeclaration":"ClassExpression")},Q.parseClassMethod=function(e,n,t){n.value=this.parseMethod(t),e.body.push(this.finishNode(n,"MethodDefinition"))},Q.parseClassId=function(e,n){e.id=this.type===Y.name?this.parseIdent():n?this.unexpected():null},Q.parseClassSuper=function(e){e.superClass=this.eat(Y._extends)?this.parseExprSubscripts():null},Q.parseExport=function(e){var n=this;if(this.next(),this.eat(Y.star))return this.expectContextual("from"),e.source=this.type===Y.string?this.parseExprAtom():this.unexpected(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(Y._default)){var t=this.type==Y.parenL,i=this.parseMaybeAssign(),a=!0;return t||"FunctionExpression"!=i.type&&"ClassExpression"!=i.type||(a=!1,i.id&&(i.type="FunctionExpression"==i.type?"FunctionDeclaration":"ClassDeclaration")),e.declaration=i,a&&this.semicolon(),this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(!0),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(),this.eatContextual("from"))e.source=this.type===Y.string?this.parseExprAtom():this.unexpected();else{for(var r=0;r<e.specifiers.length;r++)(n.keywords.test(e.specifiers[r].local.name)||n.reservedWords.test(e.specifiers[r].local.name))&&n.unexpected(e.specifiers[r].local.start);e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")},Q.shouldParseExportStatement=function(){return this.type.keyword||this.isLet()},Q.parseExportSpecifiers=function(){var e=this,n=[],t=!0;for(this.expect(Y.braceL);!this.eat(Y.braceR);){if(t)t=!1;else if(e.expect(Y.comma),e.afterTrailingComma(Y.braceR))break;var i=e.startNode();i.local=e.parseIdent(e.type===Y._default),i.exported=e.eatContextual("as")?e.parseIdent(!0):i.local,n.push(e.finishNode(i,"ExportSpecifier"))}return n},Q.parseImport=function(e){return this.next(),this.type===Y.string?(e.specifiers=W,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===Y.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")},Q.parseImportSpecifiers=function(){var e=this,n=[],t=!0;if(this.type===Y.name){var i=this.startNode();if(i.local=this.parseIdent(),this.checkLVal(i.local,!0),n.push(this.finishNode(i,"ImportDefaultSpecifier")),!this.eat(Y.comma))return n}if(this.type===Y.star){var a=this.startNode();return this.next(),this.expectContextual("as"),a.local=this.parseIdent(),this.checkLVal(a.local,!0),n.push(this.finishNode(a,"ImportNamespaceSpecifier")),n}for(this.expect(Y.braceL);!this.eat(Y.braceR);){if(t)t=!1;else if(e.expect(Y.comma),e.afterTrailingComma(Y.braceR))break;var r=e.startNode();r.imported=e.parseIdent(!0),e.eatContextual("as")?r.local=e.parseIdent():(r.local=r.imported,e.isKeyword(r.local.name)&&e.unexpected(r.local.start),e.reservedWordsStrict.test(r.local.name)&&e.raise(r.local.start,"The keyword '"+r.local.name+"' is reserved")),e.checkLVal(r.local,!0),n.push(e.finishNode(r,"ImportSpecifier"))}return n};var z=O.prototype;z.toAssignable=function(e,n){var t=this;if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":break;case"ObjectExpression":e.type="ObjectPattern";for(var i=0;i<e.properties.length;i++){var a=e.properties[i];"init"!==a.kind&&t.raise(a.key.start,"Object pattern can't contain getter or setter"),t.toAssignable(a.value,n)}break;case"ArrayExpression":e.type="ArrayPattern",this.toAssignableList(e.elements,n);break;case"AssignmentExpression":if("="!==e.operator){this.raise(e.left.end,"Only '=' operator can be used for specifying default value.");break}e.type="AssignmentPattern",delete e.operator;case"AssignmentPattern":"YieldExpression"===e.right.type&&this.raise(e.right.start,"Yield expression cannot be a default value");break;case"ParenthesizedExpression":e.expression=this.toAssignable(e.expression,n);break;case"MemberExpression":if(!n)break;default:this.raise(e.start,"Assigning to rvalue")}return e},z.toAssignableList=function(e,n){var t=this,i=e.length;if(i){var a=e[i-1];if(a&&"RestElement"==a.type)--i;else if(a&&"SpreadElement"==a.type){a.type="RestElement";var r=a.argument;this.toAssignable(r,n),"Identifier"!==r.type&&"MemberExpression"!==r.type&&"ArrayPattern"!==r.type&&this.unexpected(r.start),--i}n&&a&&"RestElement"===a.type&&"Identifier"!==a.argument.type&&this.unexpected(a.argument.start)}for(var o=0;i>o;o++){var s=e[o];s&&t.toAssignable(s,n)}return e},z.parseSpread=function(e){var n=this.startNode();return this.next(),n.argument=this.parseMaybeAssign(!1,e),this.finishNode(n,"SpreadElement")},z.parseRest=function(e){var n=this.startNode();return this.next(),e?n.argument=this.type===Y.name?this.parseIdent():this.unexpected():n.argument=this.type===Y.name||this.type===Y.bracketL?this.parseBindingAtom():this.unexpected(),this.finishNode(n,"RestElement")},z.parseBindingAtom=function(){if(this.options.ecmaVersion<6)return this.parseIdent();switch(this.type){case Y.name:return this.parseIdent();case Y.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(Y.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case Y.braceL:return this.parseObj(!0);default:this.unexpected()}},z.parseBindingList=function(e,n,t,i){for(var a=this,r=[],o=!0;!this.eat(e);)if(o?o=!1:a.expect(Y.comma),n&&a.type===Y.comma)r.push(null);else{if(t&&a.afterTrailingComma(e))break;if(a.type===Y.ellipsis){var s=a.parseRest(i);a.parseBindingListItem(s),r.push(s),a.type===Y.comma&&a.raise(a.start,"Comma is not permitted after the rest element"),a.expect(e);break}var u=a.parseMaybeDefault(a.start,a.startLoc);a.parseBindingListItem(u),r.push(u)}return r},z.parseBindingListItem=function(e){return e},z.parseMaybeDefault=function(e,n,t){if(t=t||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(Y.eq))return t;var i=this.startNodeAt(e,n);return i.left=t,i.right=this.parseMaybeAssign(),this.finishNode(i,"AssignmentPattern")},z.checkLVal=function(e,n,t){var i=this;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(n?"Binding ":"Assigning to ")+e.name+" in strict mode"),t&&(u(t,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),t[e.name]=!0);break;case"MemberExpression":n&&this.raiseRecoverable(e.start,(n?"Binding":"Assigning to")+" member expression");break;case"ObjectPattern":for(var a=0;a<e.properties.length;a++)i.checkLVal(e.properties[a].value,n,t);break;case"ArrayPattern":for(var r=0;r<e.elements.length;r++){var o=e.elements[r];o&&i.checkLVal(o,n,t)}break;case"AssignmentPattern":this.checkLVal(e.left,n,t);break;case"RestElement":this.checkLVal(e.argument,n,t);break;case"ParenthesizedExpression":this.checkLVal(e.expression,n,t);break;default:this.raise(e.start,(n?"Binding":"Assigning to")+" rvalue")}};var q=O.prototype;q.checkPropClash=function(e,n){if(!(this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var t,i=e.key;switch(i.type){case"Identifier":t=i.name;break;case"Literal":t=String(i.value);break;default:return}var a=e.kind;if(this.options.ecmaVersion>=6)return void("__proto__"===t&&"init"===a&&(n.proto&&this.raiseRecoverable(i.start,"Redefinition of __proto__ property"),n.proto=!0));t="$"+t;var r=n[t];if(r){var o="init"!==a;(!this.strict&&!o||!r[a])&&o^r.init||this.raiseRecoverable(i.start,"Redefinition of property")}else r=n[t]={init:!1,get:!1,set:!1};r[a]=!0}},q.parseExpression=function(e,n){var t=this,i=this.start,a=this.startLoc,r=this.parseMaybeAssign(e,n);if(this.type===Y.comma){var o=this.startNodeAt(i,a);for(o.expressions=[r];this.eat(Y.comma);)o.expressions.push(t.parseMaybeAssign(e,n));return this.finishNode(o,"SequenceExpression")}return r},q.parseMaybeAssign=function(e,n,t){if(this.inGenerator&&this.isContextual("yield"))return this.parseYield();var i=!1;n||(n=new H,i=!0);var a=this.start,r=this.startLoc;this.type!=Y.parenL&&this.type!=Y.name||(this.potentialArrowAt=this.start);var o=this.parseMaybeConditional(e,n);if(t&&(o=t.call(this,o,a,r)),this.type.isAssign){this.checkPatternErrors(n,!0),i||H.call(n);var s=this.startNodeAt(a,r);return s.operator=this.value,s.left=this.type===Y.eq?this.toAssignable(o):o,n.shorthandAssign=0,this.checkLVal(o),this.next(),s.right=this.parseMaybeAssign(e),this.finishNode(s,"AssignmentExpression")}return i&&this.checkExpressionErrors(n,!0),o},q.parseMaybeConditional=function(e,n){var t=this.start,i=this.startLoc,a=this.parseExprOps(e,n);if(this.checkExpressionErrors(n))return a;if(this.eat(Y.question)){var r=this.startNodeAt(t,i);return r.test=a,r.consequent=this.parseMaybeAssign(),this.expect(Y.colon),r.alternate=this.parseMaybeAssign(e),this.finishNode(r,"ConditionalExpression")}return a},q.parseExprOps=function(e,n){var t=this.start,i=this.startLoc,a=this.parseMaybeUnary(n,!1);return this.checkExpressionErrors(n)?a:this.parseExprOp(a,t,i,-1,e)},q.parseExprOp=function(e,n,t,i,a){var r=this.type.binop;if(null!=r&&(!a||this.type!==Y._in)&&r>i){var o=this.type===Y.logicalOR||this.type===Y.logicalAND,s=this.value;this.next();var u=this.start,l=this.startLoc,h=this.parseExprOp(this.parseMaybeUnary(null,!1),u,l,r,a),c=this.buildBinary(n,t,e,h,s,o);return this.parseExprOp(c,n,t,i,a)}return e},q.buildBinary=function(e,n,t,i,a,r){var o=this.startNodeAt(e,n);return o.left=t,o.operator=a,o.right=i,this.finishNode(o,r?"LogicalExpression":"BinaryExpression")},q.parseMaybeUnary=function(e,n){var t,i=this,a=this.start,r=this.startLoc;if(this.type.prefix){var o=this.startNode(),s=this.type===Y.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(e,!0),s?this.checkLVal(o.argument):this.strict&&"delete"===o.operator&&"Identifier"===o.argument.type?this.raiseRecoverable(o.start,"Deleting local variable in strict mode"):n=!0,t=this.finishNode(o,s?"UpdateExpression":"UnaryExpression")}else{if(t=this.parseExprSubscripts(e),this.checkExpressionErrors(e))return t;for(;this.type.postfix&&!this.canInsertSemicolon();){var u=i.startNodeAt(a,r);u.operator=i.value,u.prefix=!1,u.argument=t,i.checkLVal(t),i.next(),t=i.finishNode(u,"UpdateExpression")}}return!n&&this.eat(Y.starstar)?this.buildBinary(a,r,t,this.parseMaybeUnary(null,!1),"**",!1):t},q.parseExprSubscripts=function(e){var n=this.start,t=this.startLoc,i=this.parseExprAtom(e),a="ArrowFunctionExpression"===i.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd);return this.checkExpressionErrors(e)||a?i:this.parseSubscripts(i,n,t)},q.parseSubscripts=function(e,n,t,i){for(var a=this;;)if(a.eat(Y.dot)){var r=a.startNodeAt(n,t);r.object=e,r.property=a.parseIdent(!0),r.computed=!1,e=a.finishNode(r,"MemberExpression")}else if(a.eat(Y.bracketL)){var o=a.startNodeAt(n,t);o.object=e,o.property=a.parseExpression(),o.computed=!0,a.expect(Y.bracketR),e=a.finishNode(o,"MemberExpression")}else if(!i&&a.eat(Y.parenL)){var s=a.startNodeAt(n,t);s.callee=e,s.arguments=a.parseExprList(Y.parenR,!1),e=a.finishNode(s,"CallExpression")}else{if(a.type!==Y.backQuote)return e;var u=a.startNodeAt(n,t);u.tag=e,u.quasi=a.parseTemplate(),e=a.finishNode(u,"TaggedTemplateExpression")}},q.parseExprAtom=function(e){var n,t=this.potentialArrowAt==this.start;switch(this.type){case Y._super:this.inFunction||this.raise(this.start,"'super' outside of function or class");case Y._this:var i=this.type===Y._this?"ThisExpression":"Super";return n=this.startNode(),this.next(),this.finishNode(n,i);case Y.name:var a=this.start,r=this.startLoc,o=this.parseIdent(this.type!==Y.name);return t&&!this.canInsertSemicolon()&&this.eat(Y.arrow)?this.parseArrowExpression(this.startNodeAt(a,r),[o]):o;case Y.regexp:var s=this.value;return n=this.parseLiteral(s.value),n.regex={pattern:s.pattern,flags:s.flags},n;case Y.num:case Y.string:return this.parseLiteral(this.value);case Y._null:case Y._true:case Y._false:return n=this.startNode(),n.value=this.type===Y._null?null:this.type===Y._true,n.raw=this.type.keyword,this.next(),this.finishNode(n,"Literal");case Y.parenL:return this.parseParenAndDistinguishExpression(t);case Y.bracketL:return n=this.startNode(),this.next(),n.elements=this.parseExprList(Y.bracketR,!0,!0,e),this.finishNode(n,"ArrayExpression");case Y.braceL:return this.parseObj(!1,e);case Y._function:return n=this.startNode(),this.next(),this.parseFunction(n,!1);case Y._class:return this.parseClass(this.startNode(),!1);case Y._new:return this.parseNew();case Y.backQuote:return this.parseTemplate();default:this.unexpected()}},q.parseLiteral=function(e){var n=this.startNode();return n.value=e,n.raw=this.input.slice(this.start,this.end),this.next(),this.finishNode(n,"Literal")},q.parseParenExpression=function(){this.expect(Y.parenL);var e=this.parseExpression();return this.expect(Y.parenR),e},q.parseParenAndDistinguishExpression=function(e){var n,t=this,i=this.start,a=this.startLoc;if(this.options.ecmaVersion>=6){this.next();for(var r,o,s=this.start,u=this.startLoc,l=[],h=!0,c=new H;this.type!==Y.parenR;){if(h?h=!1:t.expect(Y.comma),t.type===Y.ellipsis){r=t.start,l.push(t.parseParenItem(t.parseRest()));break}t.type!==Y.parenL||o||(o=t.start),l.push(t.parseMaybeAssign(!1,c,t.parseParenItem))}var p=this.start,g=this.startLoc;if(this.expect(Y.parenR),e&&!this.canInsertSemicolon()&&this.eat(Y.arrow))return this.checkPatternErrors(c,!0),o&&this.unexpected(o),this.parseParenArrowList(i,a,l);l.length||this.unexpected(this.lastTokStart),r&&this.unexpected(r),this.checkExpressionErrors(c,!0),l.length>1?(n=this.startNodeAt(s,u),n.expressions=l,this.finishNodeAt(n,"SequenceExpression",p,g)):n=l[0]}else n=this.parseParenExpression();if(this.options.preserveParens){var f=this.startNodeAt(i,a);return f.expression=n,this.finishNode(f,"ParenthesizedExpression")}return n},q.parseParenItem=function(e){return e},q.parseParenArrowList=function(e,n,t){return this.parseArrowExpression(this.startNodeAt(e,n),t)};var K=[];q.parseNew=function(){var e=this.startNode(),n=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(Y.dot))return e.meta=n,e.property=this.parseIdent(!0),"target"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is new.target"),this.inFunction||this.raiseRecoverable(e.start,"new.target can only be used in functions"),this.finishNode(e,"MetaProperty");var t=this.start,i=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(),t,i,!0),this.eat(Y.parenL)?e.arguments=this.parseExprList(Y.parenR,!1):e.arguments=K,this.finishNode(e,"NewExpression")},q.parseTemplateElement=function(){var e=this.startNode();return e.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),e.tail=this.type===Y.backQuote,this.finishNode(e,"TemplateElement")},q.parseTemplate=function(){var e=this,n=this.startNode();this.next(),n.expressions=[];var t=this.parseTemplateElement();for(n.quasis=[t];!t.tail;)e.expect(Y.dollarBraceL),n.expressions.push(e.parseExpression()),e.expect(Y.braceR),n.quasis.push(t=e.parseTemplateElement());return this.next(),this.finishNode(n,"TemplateLiteral")},q.parseObj=function(e,n){var t=this,i=this.startNode(),a=!0,r={};for(i.properties=[],this.next();!this.eat(Y.braceR);){if(a)a=!1;else if(t.expect(Y.comma),t.afterTrailingComma(Y.braceR))break;var o,s,u,l=t.startNode();t.options.ecmaVersion>=6&&(l.method=!1,l.shorthand=!1,(e||n)&&(s=t.start,u=t.startLoc),e||(o=t.eat(Y.star))),t.parsePropertyName(l),t.parsePropertyValue(l,e,o,s,u,n),t.checkPropClash(l,r),i.properties.push(t.finishNode(l,"Property"))}return this.finishNode(i,e?"ObjectPattern":"ObjectExpression")},q.parsePropertyValue=function(e,n,t,i,a,r){if(this.eat(Y.colon))e.value=n?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,r),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===Y.parenL)n&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(t);else if(this.options.ecmaVersion>=5&&!e.computed&&"Identifier"===e.key.type&&("get"===e.key.name||"set"===e.key.name)&&this.type!=Y.comma&&this.type!=Y.braceR){(t||n)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var o="get"===e.kind?0:1;if(e.value.params.length!==o){var s=e.value.start;"get"===e.kind?this.raiseRecoverable(s,"getter should have no params"):this.raiseRecoverable(s,"setter should have exactly one param")}"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}else this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((this.keywords.test(e.key.name)||(this.strict?this.reservedWordsStrictBind:this.reservedWords).test(e.key.name)||this.inGenerator&&"yield"==e.key.name)&&this.raiseRecoverable(e.key.start,"'"+e.key.name+"' can not be used as shorthand property"),e.kind="init",n?e.value=this.parseMaybeDefault(i,a,e.key):this.type===Y.eq&&r?(r.shorthandAssign||(r.shorthandAssign=this.start),e.value=this.parseMaybeDefault(i,a,e.key)):e.value=e.key,e.shorthand=!0):this.unexpected()},q.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(Y.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(Y.bracketR),e.key;e.computed=!1}return e.key=this.type===Y.num||this.type===Y.string?this.parseExprAtom():this.parseIdent(!0)},q.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=!1,e.expression=!1)},q.parseMethod=function(e){var n=this.startNode(),t=this.inGenerator;return this.inGenerator=e,this.initFunction(n),this.expect(Y.parenL),n.params=this.parseBindingList(Y.parenR,!1,!1),this.options.ecmaVersion>=6&&(n.generator=e),this.parseFunctionBody(n,!1),this.inGenerator=t,this.finishNode(n,"FunctionExpression")},q.parseArrowExpression=function(e,n){var t=this.inGenerator;return this.inGenerator=!1,this.initFunction(e),e.params=this.toAssignableList(n,!0),this.parseFunctionBody(e,!0),this.inGenerator=t,this.finishNode(e,"ArrowFunctionExpression")},q.parseFunctionBody=function(e,n){var t=n&&this.type!==Y.braceL;if(t)e.body=this.parseMaybeAssign(),e.expression=!0;else{var i=this.inFunction,a=this.labels;this.inFunction=!0,this.labels=[],e.body=this.parseBlock(!0),e.expression=!1,this.inFunction=i,this.labels=a}var r=!t&&e.body.body.length&&this.isUseStrict(e.body.body[0])?e.body.body[0]:null;if(this.strict||r){var o=this.strict;this.strict=!0,e.id&&this.checkLVal(e.id,!0),this.checkParams(e,r),this.strict=o}else n&&this.checkParams(e,r)},q.checkParams=function(e,n){for(var t=this,i={},a=0;a<e.params.length;a++)n&&t.options.ecmaVersion>=7&&"Identifier"!==e.params[a].type&&t.raiseRecoverable(n.start,"Illegal 'use strict' directive in function with non-simple parameter list"),t.checkLVal(e.params[a],!0,i)},q.parseExprList=function(e,n,t,i){for(var a=this,r=[],o=!0;!this.eat(e);){if(o)o=!1;else if(a.expect(Y.comma),n&&a.afterTrailingComma(e))break;var s;t&&a.type===Y.comma?s=null:a.type===Y.ellipsis?(s=a.parseSpread(i),a.type===Y.comma&&i&&!i.trailingComma&&(i.trailingComma=a.lastTokStart)):s=a.parseMaybeAssign(!1,i),r.push(s)}return r},q.parseIdent=function(e){var n=this.startNode();return e&&"never"==this.options.allowReserved&&(e=!1),this.type===Y.name?(!e&&(this.strict?this.reservedWordsStrict:this.reservedWords).test(this.value)&&(this.options.ecmaVersion>=6||-1==this.input.slice(this.start,this.end).indexOf("\\"))&&this.raiseRecoverable(this.start,"The keyword '"+this.value+"' is reserved"),!e&&this.inGenerator&&"yield"===this.value&&this.raiseRecoverable(this.start,"Can not use 'yield' as identifier inside a generator"),n.name=this.value):e&&this.type.keyword?n.name=this.type.keyword:this.unexpected(),this.next(),this.finishNode(n,"Identifier")},q.parseYield=function(){var e=this.startNode();return this.next(),this.type==Y.semi||this.canInsertSemicolon()||this.type!=Y.star&&!this.type.startsExpr?(e.delegate=!1,e.argument=null):(e.delegate=this.eat(Y.star),e.argument=this.parseMaybeAssign()),this.finishNode(e,"YieldExpression")};var V=O.prototype;V.raise=function(e,n){var t=l(this.input,e);n+=" ("+t.line+":"+t.column+")";var i=new SyntaxError(n);throw i.pos=e,i.loc=t,i.raisedAt=this.pos,i},V.raiseRecoverable=V.raise,V.curPosition=function(){return this.options.locations?new N(this.curLine,this.pos-this.lineStart):void 0};var U=function(e,n,t){this.type="",this.start=n,this.end=0,e.options.locations&&(this.loc=new J(e,t)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[n,0])},$=O.prototype;$.startNode=function(){return new U(this,this.start,this.startLoc)},$.startNodeAt=function(e,n){return new U(this,e,n)},$.finishNode=function(e,n){return g.call(this,e,n,this.lastTokEnd,this.lastTokEndLoc)},$.finishNodeAt=function(e,n,t,i){return g.call(this,e,n,t,i);
40
- };var ee=function(e,n,t,i){this.token=e,this.isExpr=!!n,this.preserveSpace=!!t,this.override=i},ne={b_stat:new ee("{",!1),b_expr:new ee("{",!0),b_tmpl:new ee("${",!0),p_stat:new ee("(",!1),p_expr:new ee("(",!0),q_tmpl:new ee("`",!0,!0,function(e){return e.readTmplToken()}),f_expr:new ee("function",!0)},te=O.prototype;te.initialContext=function(){return[ne.b_stat]},te.braceIsBlock=function(e){if(e===Y.colon){var n=this.curContext();if(n===ne.b_stat||n===ne.b_expr)return!n.isExpr}return e===Y._return?B.test(this.input.slice(this.lastTokEnd,this.start)):e===Y._else||e===Y.semi||e===Y.eof||e===Y.parenR?!0:e==Y.braceL?this.curContext()===ne.b_stat:!this.exprAllowed},te.updateContext=function(e){var n,t=this.type;t.keyword&&e==Y.dot?this.exprAllowed=!1:(n=t.updateContext)?n.call(this,e):this.exprAllowed=t.beforeExpr},Y.parenR.updateContext=Y.braceR.updateContext=function(){if(1==this.context.length)return void(this.exprAllowed=!0);var e=this.context.pop();e===ne.b_stat&&this.curContext()===ne.f_expr?(this.context.pop(),this.exprAllowed=!1):e===ne.b_tmpl?this.exprAllowed=!0:this.exprAllowed=!e.isExpr},Y.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?ne.b_stat:ne.b_expr),this.exprAllowed=!0},Y.dollarBraceL.updateContext=function(){this.context.push(ne.b_tmpl),this.exprAllowed=!0},Y.parenL.updateContext=function(e){var n=e===Y._if||e===Y._for||e===Y._with||e===Y._while;this.context.push(n?ne.p_stat:ne.p_expr),this.exprAllowed=!0},Y.incDec.updateContext=function(){},Y._function.updateContext=function(e){e.beforeExpr&&e!==Y.semi&&e!==Y._else&&(e!==Y.colon&&e!==Y.braceL||this.curContext()!==ne.b_stat)&&this.context.push(ne.f_expr),this.exprAllowed=!1},Y.backQuote.updateContext=function(){this.curContext()===ne.q_tmpl?this.context.pop():this.context.push(ne.q_tmpl),this.exprAllowed=!1};var ie=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new J(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},ae=O.prototype,re="object"==typeof Packages&&"[object JavaPackage]"==Object.prototype.toString.call(Packages);ae.next=function(){this.options.onToken&&this.options.onToken(new ie(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},ae.getToken=function(){return this.next(),new ie(this)},"undefined"!=typeof Symbol&&(ae[Symbol.iterator]=function(){var e=this;return{next:function(){var n=e.getToken();return{done:n.type===Y.eof,value:n}}}}),ae.setStrict=function(e){var n=this;if(this.strict=e,this.type===Y.num||this.type===Y.string){if(this.pos=this.start,this.options.locations)for(;this.pos<this.lineStart;)n.lineStart=n.input.lastIndexOf("\n",n.lineStart-2)+1,--n.curLine;this.nextToken()}},ae.curContext=function(){return this.context[this.context.length-1]},ae.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(Y.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},ae.readToken=function(e){return t(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},ae.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(55295>=e||e>=57344)return e;var n=this.input.charCodeAt(this.pos+1);return(e<<10)+n-56613888},ae.skipBlockComment=function(){var e=this,n=this.options.onComment&&this.curPosition(),t=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations){F.lastIndex=t;for(var a;(a=F.exec(this.input))&&a.index<this.pos;)++e.curLine,e.lineStart=a.index+a[0].length}this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,n,this.curPosition())},ae.skipLineComment=function(e){for(var n=this,t=this.pos,i=this.options.onComment&&this.curPosition(),a=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&10!==a&&13!==a&&8232!==a&&8233!==a;)++n.pos,a=n.input.charCodeAt(n.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},ae.skipSpace=function(){var e=this;e:for(;this.pos<this.input.length;){var n=e.input.charCodeAt(e.pos);switch(n){case 32:case 160:++e.pos;break;case 13:10===e.input.charCodeAt(e.pos+1)&&++e.pos;case 10:case 8232:case 8233:++e.pos,e.options.locations&&(++e.curLine,e.lineStart=e.pos);break;case 47:switch(e.input.charCodeAt(e.pos+1)){case 42:e.skipBlockComment();break;case 47:e.skipLineComment(2);break;default:break e}break;default:if(!(n>8&&14>n||n>=5760&&M.test(String.fromCharCode(n))))break e;++e.pos}}},ae.finishToken=function(e,n){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var t=this.type;this.type=e,this.value=n,this.updateContext(t)},ae.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&57>=e)return this.readNumber(!0);var n=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===n?(this.pos+=3,this.finishToken(Y.ellipsis)):(++this.pos,this.finishToken(Y.dot))},ae.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(Y.assign,2):this.finishOp(Y.slash,1)},ae.readToken_mult_modulo_exp=function(e){var n=this.input.charCodeAt(this.pos+1),t=1,i=42===e?Y.star:Y.modulo;return this.options.ecmaVersion>=7&&42===n&&(++t,i=Y.starstar,n=this.input.charCodeAt(this.pos+2)),61===n?this.finishOp(Y.assign,t+1):this.finishOp(i,t)},ae.readToken_pipe_amp=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?this.finishOp(124===e?Y.logicalOR:Y.logicalAND,2):61===n?this.finishOp(Y.assign,2):this.finishOp(124===e?Y.bitwiseOR:Y.bitwiseAND,1)},ae.readToken_caret=function(){var e=this.input.charCodeAt(this.pos+1);return 61===e?this.finishOp(Y.assign,2):this.finishOp(Y.bitwiseXOR,1)},ae.readToken_plus_min=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?45==n&&62==this.input.charCodeAt(this.pos+2)&&B.test(this.input.slice(this.lastTokEnd,this.pos))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(Y.incDec,2):61===n?this.finishOp(Y.assign,2):this.finishOp(Y.plusMin,1)},ae.readToken_lt_gt=function(e){var n=this.input.charCodeAt(this.pos+1),t=1;return n===e?(t=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+t)?this.finishOp(Y.assign,t+1):this.finishOp(Y.bitShift,t)):33==n&&60==e&&45==this.input.charCodeAt(this.pos+2)&&45==this.input.charCodeAt(this.pos+3)?(this.inModule&&this.unexpected(),this.skipLineComment(4),this.skipSpace(),this.nextToken()):(61===n&&(t=2),this.finishOp(Y.relational,t))},ae.readToken_eq_excl=function(e){var n=this.input.charCodeAt(this.pos+1);return 61===n?this.finishOp(Y.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===n&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(Y.arrow)):this.finishOp(61===e?Y.eq:Y.prefix,1)},ae.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(Y.parenL);case 41:return++this.pos,this.finishToken(Y.parenR);case 59:return++this.pos,this.finishToken(Y.semi);case 44:return++this.pos,this.finishToken(Y.comma);case 91:return++this.pos,this.finishToken(Y.bracketL);case 93:return++this.pos,this.finishToken(Y.bracketR);case 123:return++this.pos,this.finishToken(Y.braceL);case 125:return++this.pos,this.finishToken(Y.braceR);case 58:return++this.pos,this.finishToken(Y.colon);case 63:return++this.pos,this.finishToken(Y.question);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(Y.backQuote);case 48:var n=this.input.charCodeAt(this.pos+1);if(120===n||88===n)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===n||79===n)return this.readRadixNumber(8);if(98===n||66===n)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 126:return this.finishOp(Y.prefix,1)}this.raise(this.pos,"Unexpected character '"+d(e)+"'")},ae.finishOp=function(e,n){var t=this.input.slice(this.pos,this.pos+n);return this.pos+=n,this.finishToken(e,t)};var oe=!!f("￿","u");ae.readRegexp=function(){for(var e,n,t=this,i=this.pos;;){t.pos>=t.input.length&&t.raise(i,"Unterminated regular expression");var a=t.input.charAt(t.pos);if(B.test(a)&&t.raise(i,"Unterminated regular expression"),e)e=!1;else{if("["===a)n=!0;else if("]"===a&&n)n=!1;else if("/"===a&&!n)break;e="\\"===a}++t.pos}var r=this.input.slice(i,this.pos);++this.pos;var o=this.readWord1(),s=r,u="";if(o){var l=/^[gim]*$/;this.options.ecmaVersion>=6&&(l=/^[gimuy]*$/),l.test(o)||this.raise(i,"Invalid regular expression flag"),o.indexOf("u")>=0&&(oe?u="u":(s=s.replace(/\\u\{([0-9a-fA-F]+)\}/g,function(e,n,a){return n=Number("0x"+n),n>1114111&&t.raise(i+a+3,"Code point out of bounds"),"x"}),s=s.replace(/\\u([a-fA-F0-9]{4})|[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"x"),u=u.replace("u","")))}var h=null;return re||(f(s,u,i,this),h=f(r,o)),this.finishToken(Y.regexp,{pattern:r,flags:o,value:h})},ae.readInt=function(e,n){for(var t=this,i=this.pos,a=0,r=0,o=null==n?1/0:n;o>r;++r){var s,u=t.input.charCodeAt(t.pos);if(s=u>=97?u-97+10:u>=65?u-65+10:u>=48&&57>=u?u-48:1/0,s>=e)break;++t.pos,a=a*e+s}return this.pos===i||null!=n&&this.pos-i!==n?null:a},ae.readRadixNumber=function(e){this.pos+=2;var n=this.readInt(e);return null==n&&this.raise(this.start+2,"Expected number in radix "+e),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(Y.num,n)},ae.readNumber=function(e){var n=this.pos,i=!1,a=48===this.input.charCodeAt(this.pos);e||null!==this.readInt(10)||this.raise(n,"Invalid number");var r=this.input.charCodeAt(this.pos);46===r&&(++this.pos,this.readInt(10),i=!0,r=this.input.charCodeAt(this.pos)),69!==r&&101!==r||(r=this.input.charCodeAt(++this.pos),43!==r&&45!==r||++this.pos,null===this.readInt(10)&&this.raise(n,"Invalid number"),i=!0),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var o,s=this.input.slice(n,this.pos);return i?o=parseFloat(s):a&&1!==s.length?/[89]/.test(s)||this.strict?this.raise(n,"Invalid number"):o=parseInt(s,8):o=parseInt(s,10),this.finishToken(Y.num,o)},ae.readCodePoint=function(){var e,n=this.input.charCodeAt(this.pos);if(123===n){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.raise(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},ae.readString=function(e){for(var n=this,t="",i=++this.pos;;){n.pos>=n.input.length&&n.raise(n.start,"Unterminated string constant");var a=n.input.charCodeAt(n.pos);if(a===e)break;92===a?(t+=n.input.slice(i,n.pos),t+=n.readEscapedChar(!1),i=n.pos):(o(a)&&n.raise(n.start,"Unterminated string constant"),++n.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(Y.string,t)},ae.readTmplToken=function(){for(var e=this,n="",t=this.pos;;){e.pos>=e.input.length&&e.raise(e.start,"Unterminated template");var i=e.input.charCodeAt(e.pos);if(96===i||36===i&&123===e.input.charCodeAt(e.pos+1))return e.pos===e.start&&e.type===Y.template?36===i?(e.pos+=2,e.finishToken(Y.dollarBraceL)):(++e.pos,e.finishToken(Y.backQuote)):(n+=e.input.slice(t,e.pos),e.finishToken(Y.template,n));if(92===i)n+=e.input.slice(t,e.pos),n+=e.readEscapedChar(!0),t=e.pos;else if(o(i)){switch(n+=e.input.slice(t,e.pos),++e.pos,i){case 13:10===e.input.charCodeAt(e.pos)&&++e.pos;case 10:n+="\n";break;default:n+=String.fromCharCode(i)}e.options.locations&&(++e.curLine,e.lineStart=e.pos),t=e.pos}else++e.pos}},ae.readEscapedChar=function(e){var n=this.input.charCodeAt(++this.pos);switch(++this.pos,n){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return d(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\x0B";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";default:if(n>=48&&55>=n){var t=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(t,8);return i>255&&(t=t.slice(0,-1),i=parseInt(t,8)),"0"!==t&&(this.strict||e)&&this.raise(this.pos-2,"Octal literal in strict mode"),this.pos+=t.length-1,String.fromCharCode(i)}return String.fromCharCode(n)}},ae.readHexChar=function(e){var n=this.pos,t=this.readInt(16,e);return null===t&&this.raise(n,"Bad character escape sequence"),t},ae.readWord1=function(){var e=this;this.containsEsc=!1;for(var n="",a=!0,r=this.pos,o=this.options.ecmaVersion>=6;this.pos<this.input.length;){var s=e.fullCharCodeAtPos();if(i(s,o))e.pos+=65535>=s?1:2;else{if(92!==s)break;e.containsEsc=!0,n+=e.input.slice(r,e.pos);var u=e.pos;117!=e.input.charCodeAt(++e.pos)&&e.raise(e.pos,"Expecting Unicode escape sequence \\uXXXX"),++e.pos;var l=e.readCodePoint();(a?t:i)(l,o)||e.raise(u,"Invalid Unicode escape"),n+=d(l),r=e.pos}a=!1}return n+this.input.slice(r,this.pos)},ae.readWord=function(){var e=this.readWord1(),n=Y.name;return(this.options.ecmaVersion>=6||!this.containsEsc)&&this.keywords.test(e)&&(n=D[e]),this.finishToken(n,e)};var se="3.3.0";e.version=se,e.parse=y,e.parseExpressionAt=m,e.tokenizer=b,e.Parser=O,e.plugins=R,e.defaultOptions=P,e.Position=N,e.SourceLocation=J,e.getLineInfo=l,e.Node=U,e.TokenType=A,e.tokTypes=Y,e.TokContext=ee,e.tokContexts=ne,e.isIdentifierChar=i,e.isIdentifierStart=t,e.Token=ie,e.isNewLine=o,e.lineBreak=B,e.lineBreakG=F,Object.defineProperty(e,"__esModule",{value:!0})})},{}],461:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i((e.acorn=e.acorn||{},e.acorn.walk=e.acorn.walk||{}))}(this,function(e){"use strict";function n(n,t,i,a,r){i||(i=e.base),function o(e,n,a){var r=a||e.type,s=t[r];i[r](e,n,o),s&&s(e,n)}(n,a,r)}function t(n,t,i,a){i||(i=e.base);var r=[];!function o(e,n,a){var s=a||e.type,u=t[s],l=e!=r[r.length-1];l&&r.push(e),i[s](e,n,o),u&&u(e,n||r,r),l&&r.pop()}(n,a)}function i(n,t,i,a,r){var o=i?e.make(i,a):a;!function s(e,n,t){o[t||e.type](e,n,s)}(n,t,r)}function a(e){return"string"==typeof e?function(n){return n==e}:e?e:function(){return!0}}function r(n,t,i,r,o,s){r=a(r),o||(o=e.base);try{!function l(e,n,a){var s=a||e.type;if((null==t||e.start<=t)&&(null==i||e.end>=i)&&o[s](e,n,l),(null==t||e.start==t)&&(null==i||e.end==i)&&r(s,e))throw new p(e,n)}(n,s)}catch(u){if(u instanceof p)return u;throw u}}function o(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){var o=a||e.type;if(!(e.start>t||e.end<t)&&(r[o](e,n,u),i(o,e)))throw new p(e,n)}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function s(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){if(!(e.end<t)){var o=a||e.type;if(e.start>=t&&i(o,e))throw new p(e,n);r[o](e,n,u)}}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function u(n,t,i,r,o){i=a(i),r||(r=e.base);var s;return function u(e,n,a){if(!(e.start>t)){var o=a||e.type;e.end<=t&&(!s||s.node.end<e.end)&&i(o,e)&&(s=new p(e,n)),r[o](e,n,u)}}(n,o),s}function l(n,t){t||(t=e.base);var i=g(t);for(var a in n)i[a]=n[a];return i}function h(e,n,t){t(e,n)}function c(e,n,t){}var p=function(e,n){this.node=e,this.state=n},g=Object.create||function(e){function n(){}return n.prototype=e,new n},f={};f.Program=f.BlockStatement=function(e,n,t){for(var i=0;i<e.body.length;++i)t(e.body[i],n,"Statement")},f.Statement=h,f.EmptyStatement=c,f.ExpressionStatement=f.ParenthesizedExpression=function(e,n,t){return t(e.expression,n,"Expression")},f.IfStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Statement"),e.alternate&&t(e.alternate,n,"Statement")},f.LabeledStatement=function(e,n,t){return t(e.body,n,"Statement")},f.BreakStatement=f.ContinueStatement=c,f.WithStatement=function(e,n,t){t(e.object,n,"Expression"),t(e.body,n,"Statement")},f.SwitchStatement=function(e,n,t){t(e.discriminant,n,"Expression");for(var i=0;i<e.cases.length;++i){var a=e.cases[i];a.test&&t(a.test,n,"Expression");for(var r=0;r<a.consequent.length;++r)t(a.consequent[r],n,"Statement")}},f.ReturnStatement=f.YieldExpression=function(e,n,t){e.argument&&t(e.argument,n,"Expression")},f.ThrowStatement=f.SpreadElement=function(e,n,t){return t(e.argument,n,"Expression")},f.TryStatement=function(e,n,t){t(e.block,n,"Statement"),e.handler&&t(e.handler,n),e.finalizer&&t(e.finalizer,n,"Statement")},f.CatchClause=function(e,n,t){t(e.param,n,"Pattern"),t(e.body,n,"ScopeBody")},f.WhileStatement=f.DoWhileStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.body,n,"Statement")},f.ForStatement=function(e,n,t){e.init&&t(e.init,n,"ForInit"),e.test&&t(e.test,n,"Expression"),e.update&&t(e.update,n,"Expression"),t(e.body,n,"Statement")},f.ForInStatement=f.ForOfStatement=function(e,n,t){t(e.left,n,"ForInit"),t(e.right,n,"Expression"),t(e.body,n,"Statement")},f.ForInit=function(e,n,t){"VariableDeclaration"==e.type?t(e,n):t(e,n,"Expression")},f.DebuggerStatement=c,f.FunctionDeclaration=function(e,n,t){return t(e,n,"Function")},f.VariableDeclaration=function(e,n,t){for(var i=0;i<e.declarations.length;++i)t(e.declarations[i],n)},f.VariableDeclarator=function(e,n,t){t(e.id,n,"Pattern"),e.init&&t(e.init,n,"Expression")},f.Function=function(e,n,t){e.id&&t(e.id,n,"Pattern");for(var i=0;i<e.params.length;i++)t(e.params[i],n,"Pattern");t(e.body,n,e.expression?"ScopeExpression":"ScopeBody")},f.ScopeBody=function(e,n,t){return t(e,n,"Statement")},f.ScopeExpression=function(e,n,t){return t(e,n,"Expression")},f.Pattern=function(e,n,t){"Identifier"==e.type?t(e,n,"VariablePattern"):"MemberExpression"==e.type?t(e,n,"MemberPattern"):t(e,n)},f.VariablePattern=c,f.MemberPattern=h,f.RestElement=function(e,n,t){return t(e.argument,n,"Pattern")},f.ArrayPattern=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Pattern")}},f.ObjectPattern=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i].value,n,"Pattern")},f.Expression=h,f.ThisExpression=f.Super=f.MetaProperty=c,f.ArrayExpression=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Expression")}},f.ObjectExpression=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i],n)},f.FunctionExpression=f.ArrowFunctionExpression=f.FunctionDeclaration,f.SequenceExpression=f.TemplateLiteral=function(e,n,t){for(var i=0;i<e.expressions.length;++i)t(e.expressions[i],n,"Expression")},f.UnaryExpression=f.UpdateExpression=function(e,n,t){t(e.argument,n,"Expression")},f.BinaryExpression=f.LogicalExpression=function(e,n,t){t(e.left,n,"Expression"),t(e.right,n,"Expression")},f.AssignmentExpression=f.AssignmentPattern=function(e,n,t){t(e.left,n,"Pattern"),t(e.right,n,"Expression")},f.ConditionalExpression=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Expression"),t(e.alternate,n,"Expression")},f.NewExpression=f.CallExpression=function(e,n,t){if(t(e.callee,n,"Expression"),e.arguments)for(var i=0;i<e.arguments.length;++i)t(e.arguments[i],n,"Expression")},f.MemberExpression=function(e,n,t){t(e.object,n,"Expression"),e.computed&&t(e.property,n,"Expression")},f.ExportNamedDeclaration=f.ExportDefaultDeclaration=function(e,n,t){e.declaration&&t(e.declaration,n,"ExportNamedDeclaration"==e.type||e.declaration.id?"Statement":"Expression"),e.source&&t(e.source,n,"Expression")},f.ExportAllDeclaration=function(e,n,t){t(e.source,n,"Expression")},f.ImportDeclaration=function(e,n,t){for(var i=0;i<e.specifiers.length;i++)t(e.specifiers[i],n);t(e.source,n,"Expression")},f.ImportSpecifier=f.ImportDefaultSpecifier=f.ImportNamespaceSpecifier=f.Identifier=f.Literal=c,f.TaggedTemplateExpression=function(e,n,t){t(e.tag,n,"Expression"),t(e.quasi,n)},f.ClassDeclaration=f.ClassExpression=function(e,n,t){return t(e,n,"Class")},f.Class=function(e,n,t){e.id&&t(e.id,n,"Pattern"),e.superClass&&t(e.superClass,n,"Expression");for(var i=0;i<e.body.body.length;i++)t(e.body.body[i],n)},f.MethodDefinition=f.Property=function(e,n,t){e.computed&&t(e.key,n,"Expression"),t(e.value,n,"Expression")},e.simple=n,e.ancestor=t,e.recursive=i,e.findNodeAt=r,e.findNodeAround=o,e.findNodeAfter=s,e.findNodeBefore=u,e.make=l,e.base=f,Object.defineProperty(e,"__esModule",{value:!0})})},{}],462:[function(e,n,t){function i(){for(var e={},n=0;n<arguments.length;n++){var t=arguments[n];for(var i in t)a.call(t,i)&&(e[i]=t[i])}return e}n.exports=i;var a=Object.prototype.hasOwnProperty},{}],463:[function(e,n,t){function i(e){var n=this;if(n instanceof i||(n=new i),n.tail=null,n.head=null,n.length=0,e&&"function"==typeof e.forEach)e.forEach(function(e){n.push(e)});else if(arguments.length>0)for(var t=0,a=arguments.length;a>t;t++)n.push(arguments[t]);return n}function a(e,n){e.tail=new o(n,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function r(e,n){e.head=new o(n,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function o(e,n,t,i){return this instanceof o?(this.list=i,this.value=e,n?(n.next=this,this.prev=n):this.prev=null,void(t?(t.prev=this,this.next=t):this.next=null)):new o(e,n,t,i)}n.exports=i,i.Node=o,i.create=i,i.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var n=e.next,t=e.prev;n&&(n.prev=t),t&&(t.next=n),e===this.head&&(this.head=n),e===this.tail&&(this.tail=t),e.list.length--,e.next=null,e.prev=null,e.list=null},i.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var n=this.head;e.list=this,e.next=n,n&&(n.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},i.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var n=this.tail;e.list=this,e.prev=n,n&&(n.next=e),this.tail=e,this.head||(this.head=e),this.length++}},i.prototype.push=function(){for(var e=0,n=arguments.length;n>e;e++)a(this,arguments[e]);return this.length},i.prototype.unshift=function(){for(var e=0,n=arguments.length;n>e;e++)r(this,arguments[e]);return this.length},i.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail.next=null,this.length--,e}},i.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head.prev=null,this.length--,e}},i.prototype.forEach=function(e,n){n=n||this;for(var t=this.head,i=0;null!==t;i++)e.call(n,t.value,i,this),t=t.next},i.prototype.forEachReverse=function(e,n){n=n||this;for(var t=this.tail,i=this.length-1;null!==t;i--)e.call(n,t.value,i,this),t=t.prev},i.prototype.get=function(e){for(var n=0,t=this.head;null!==t&&e>n;n++)t=t.next;return n===e&&null!==t?t.value:void 0},i.prototype.getReverse=function(e){for(var n=0,t=this.tail;null!==t&&e>n;n++)t=t.prev;return n===e&&null!==t?t.value:void 0},i.prototype.map=function(e,n){n=n||this;for(var t=new i,a=this.head;null!==a;)t.push(e.call(n,a.value,this)),a=a.next;return t},i.prototype.mapReverse=function(e,n){n=n||this;for(var t=new i,a=this.tail;null!==a;)t.push(e.call(n,a.value,this)),a=a.prev;return t},i.prototype.reduce=function(e,n){var t,i=this.head;if(arguments.length>1)t=n;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");i=this.head.next,t=this.head.value}for(var a=0;null!==i;a++)t=e(t,i.value,a),i=i.next;return t},i.prototype.reduceReverse=function(e,n){var t,i=this.tail;if(arguments.length>1)t=n;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");i=this.tail.prev,t=this.tail.value}for(var a=this.length-1;null!==i;a--)t=e(t,i.value,a),i=i.prev;return t},i.prototype.toArray=function(){for(var e=new Array(this.length),n=0,t=this.head;null!==t;n++)e[n]=t.value,t=t.next;return e},i.prototype.toArrayReverse=function(){for(var e=new Array(this.length),n=0,t=this.tail;null!==t;n++)e[n]=t.value,t=t.prev;return e},i.prototype.slice=function(e,n){n=n||this.length,0>n&&(n+=this.length),e=e||0,0>e&&(e+=this.length);var t=new i;if(e>n||0>n)return t;0>e&&(e=0),n>this.length&&(n=this.length);for(var a=0,r=this.head;null!==r&&e>a;a++)r=r.next;for(;null!==r&&n>a;a++,r=r.next)t.push(r.value);return t},i.prototype.sliceReverse=function(e,n){n=n||this.length,0>n&&(n+=this.length),e=e||0,0>e&&(e+=this.length);var t=new i;if(e>n||0>n)return t;0>e&&(e=0),n>this.length&&(n=this.length);for(var a=this.length,r=this.tail;null!==r&&a>n;a--)r=r.prev;for(;null!==r&&a>e;a--,r=r.prev)t.push(r.value);return t},i.prototype.reverse=function(){for(var e=this.head,n=this.tail,t=e;null!==t;t=t.prev){var i=t.prev;t.prev=t.next,t.next=i}return this.head=n,this.tail=e,this}},{}],464:[function(e,n,t){n.exports={name:"styledown",description:"Write maintainable CSS styleguides using Markdown.",version:"2.0.0-pre1",author:"Rico Sta. Cruz <rico@ricostacruz.com>",bugs:{url:"https://github.com/styledown/styledown/issues"},dependencies:{"any-promise":"1.1.0","babel-plugin-transform-react-jsx":"6.22.0","babel-preset-es2015":"6.6.0","babel-preset-stage-0":"6.5.0","babel-register":"6.22.0",classnames:"2.2.5","hogan.js":"3.0.2","js-yaml":"3.6.0",jstransformer:"1.0.0","jstransformer-ejs":"^0.0.3","jstransformer-pug":"0.2.3","lodash.kebabcase":"4.0.1","lru-cache":"4.0.2","markdown-it":"6.0.1","markdown-it-named-headings":"1.1.0",meow:"3.7.0",mkdirp:"0.5.1",mz:"2.4.0","object-loops":"0.8.0",preact:"7.2.0","preact-render-to-string":"3.5.0","read-input":"0.3.1",unidecode:"0.1.8"},devDependencies:{ava:"0.18.1",babelify:"7.3.0",brfs:"1.4.3",browserify:"13.0.0",cssnano:"3.10.0",dedent:"0.7.0",docpress:"0.6.11","git-update-ghpages":"1.3.0",jsdom:"9.10.0",nodemon:"1.11.0","npm-run-all":"4.0.1",postcss:"5.2.12","postcss-cli":"2.6.0","postcss-cssnext":"2.9.0",redent:"2.0.0",serve:"3.3.0","uglify-js":"2.6.2"},files:["lib","data","bin"],homepage:"https://github.com/styledown/styledown#readme",keywords:["css","markdown","styleguide"],license:"MIT",main:"index.js",repository:{type:"git",url:"git+ssh://git@github.com/styledown/styledown.git"},scripts:{"assets:build":"run-p assets:build:js assets:build:css","assets:build:css":"postcss -u postcss-cssnext -u cssnano assets/style.css -o cache/style.css","assets:build:js":"browserify -t babelify assets/script.js | uglifyjs -c warnings=false -m > cache/script.js","assets:watch":"run-p assets:watch:css assets:watch:js","assets:watch:css":'nodemon -C --exec "run-s assets:build:css" --ext "css" --watch assets --quiet',"assets:watch:js":'nodemon -C --exec "run-s assets:build:js" --ext "js" --watch assets --quiet',example:"run-s assets:build example:post","example:post":"run-p -l example:watch example:serve assets:watch","example:build":"cd examples/bootstrap && make","example:serve":"cd examples/bootstrap/html && serve","example:watch":'cd examples/bootstrap && nodemon --exec make --ext "md" --watch . --watch ../../assets --quiet',prepublish:"run-s assets:build",test:"ava"},babel:{presets:["es2015","stage-0"],plugins:[["transform-react-jsx",{pragma:"h"}]]},ava:{require:["babel-register"]}}},{}]},{},[1])(1)});
40
+ };var ee=function(e,n,t,i){this.token=e,this.isExpr=!!n,this.preserveSpace=!!t,this.override=i},ne={b_stat:new ee("{",!1),b_expr:new ee("{",!0),b_tmpl:new ee("${",!0),p_stat:new ee("(",!1),p_expr:new ee("(",!0),q_tmpl:new ee("`",!0,!0,function(e){return e.readTmplToken()}),f_expr:new ee("function",!0)},te=O.prototype;te.initialContext=function(){return[ne.b_stat]},te.braceIsBlock=function(e){if(e===Y.colon){var n=this.curContext();if(n===ne.b_stat||n===ne.b_expr)return!n.isExpr}return e===Y._return?B.test(this.input.slice(this.lastTokEnd,this.start)):e===Y._else||e===Y.semi||e===Y.eof||e===Y.parenR?!0:e==Y.braceL?this.curContext()===ne.b_stat:!this.exprAllowed},te.updateContext=function(e){var n,t=this.type;t.keyword&&e==Y.dot?this.exprAllowed=!1:(n=t.updateContext)?n.call(this,e):this.exprAllowed=t.beforeExpr},Y.parenR.updateContext=Y.braceR.updateContext=function(){if(1==this.context.length)return void(this.exprAllowed=!0);var e=this.context.pop();e===ne.b_stat&&this.curContext()===ne.f_expr?(this.context.pop(),this.exprAllowed=!1):e===ne.b_tmpl?this.exprAllowed=!0:this.exprAllowed=!e.isExpr},Y.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?ne.b_stat:ne.b_expr),this.exprAllowed=!0},Y.dollarBraceL.updateContext=function(){this.context.push(ne.b_tmpl),this.exprAllowed=!0},Y.parenL.updateContext=function(e){var n=e===Y._if||e===Y._for||e===Y._with||e===Y._while;this.context.push(n?ne.p_stat:ne.p_expr),this.exprAllowed=!0},Y.incDec.updateContext=function(){},Y._function.updateContext=function(e){e.beforeExpr&&e!==Y.semi&&e!==Y._else&&(e!==Y.colon&&e!==Y.braceL||this.curContext()!==ne.b_stat)&&this.context.push(ne.f_expr),this.exprAllowed=!1},Y.backQuote.updateContext=function(){this.curContext()===ne.q_tmpl?this.context.pop():this.context.push(ne.q_tmpl),this.exprAllowed=!1};var ie=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new J(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},ae=O.prototype,re="object"==typeof Packages&&"[object JavaPackage]"==Object.prototype.toString.call(Packages);ae.next=function(){this.options.onToken&&this.options.onToken(new ie(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},ae.getToken=function(){return this.next(),new ie(this)},"undefined"!=typeof Symbol&&(ae[Symbol.iterator]=function(){var e=this;return{next:function(){var n=e.getToken();return{done:n.type===Y.eof,value:n}}}}),ae.setStrict=function(e){var n=this;if(this.strict=e,this.type===Y.num||this.type===Y.string){if(this.pos=this.start,this.options.locations)for(;this.pos<this.lineStart;)n.lineStart=n.input.lastIndexOf("\n",n.lineStart-2)+1,--n.curLine;this.nextToken()}},ae.curContext=function(){return this.context[this.context.length-1]},ae.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(Y.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},ae.readToken=function(e){return t(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},ae.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(55295>=e||e>=57344)return e;var n=this.input.charCodeAt(this.pos+1);return(e<<10)+n-56613888},ae.skipBlockComment=function(){var e=this,n=this.options.onComment&&this.curPosition(),t=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations){F.lastIndex=t;for(var a;(a=F.exec(this.input))&&a.index<this.pos;)++e.curLine,e.lineStart=a.index+a[0].length}this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,n,this.curPosition())},ae.skipLineComment=function(e){for(var n=this,t=this.pos,i=this.options.onComment&&this.curPosition(),a=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&10!==a&&13!==a&&8232!==a&&8233!==a;)++n.pos,a=n.input.charCodeAt(n.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},ae.skipSpace=function(){var e=this;e:for(;this.pos<this.input.length;){var n=e.input.charCodeAt(e.pos);switch(n){case 32:case 160:++e.pos;break;case 13:10===e.input.charCodeAt(e.pos+1)&&++e.pos;case 10:case 8232:case 8233:++e.pos,e.options.locations&&(++e.curLine,e.lineStart=e.pos);break;case 47:switch(e.input.charCodeAt(e.pos+1)){case 42:e.skipBlockComment();break;case 47:e.skipLineComment(2);break;default:break e}break;default:if(!(n>8&&14>n||n>=5760&&M.test(String.fromCharCode(n))))break e;++e.pos}}},ae.finishToken=function(e,n){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var t=this.type;this.type=e,this.value=n,this.updateContext(t)},ae.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&57>=e)return this.readNumber(!0);var n=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===n?(this.pos+=3,this.finishToken(Y.ellipsis)):(++this.pos,this.finishToken(Y.dot))},ae.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(Y.assign,2):this.finishOp(Y.slash,1)},ae.readToken_mult_modulo_exp=function(e){var n=this.input.charCodeAt(this.pos+1),t=1,i=42===e?Y.star:Y.modulo;return this.options.ecmaVersion>=7&&42===n&&(++t,i=Y.starstar,n=this.input.charCodeAt(this.pos+2)),61===n?this.finishOp(Y.assign,t+1):this.finishOp(i,t)},ae.readToken_pipe_amp=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?this.finishOp(124===e?Y.logicalOR:Y.logicalAND,2):61===n?this.finishOp(Y.assign,2):this.finishOp(124===e?Y.bitwiseOR:Y.bitwiseAND,1)},ae.readToken_caret=function(){var e=this.input.charCodeAt(this.pos+1);return 61===e?this.finishOp(Y.assign,2):this.finishOp(Y.bitwiseXOR,1)},ae.readToken_plus_min=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?45==n&&62==this.input.charCodeAt(this.pos+2)&&B.test(this.input.slice(this.lastTokEnd,this.pos))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(Y.incDec,2):61===n?this.finishOp(Y.assign,2):this.finishOp(Y.plusMin,1)},ae.readToken_lt_gt=function(e){var n=this.input.charCodeAt(this.pos+1),t=1;return n===e?(t=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+t)?this.finishOp(Y.assign,t+1):this.finishOp(Y.bitShift,t)):33==n&&60==e&&45==this.input.charCodeAt(this.pos+2)&&45==this.input.charCodeAt(this.pos+3)?(this.inModule&&this.unexpected(),this.skipLineComment(4),this.skipSpace(),this.nextToken()):(61===n&&(t=2),this.finishOp(Y.relational,t))},ae.readToken_eq_excl=function(e){var n=this.input.charCodeAt(this.pos+1);return 61===n?this.finishOp(Y.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===n&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(Y.arrow)):this.finishOp(61===e?Y.eq:Y.prefix,1)},ae.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(Y.parenL);case 41:return++this.pos,this.finishToken(Y.parenR);case 59:return++this.pos,this.finishToken(Y.semi);case 44:return++this.pos,this.finishToken(Y.comma);case 91:return++this.pos,this.finishToken(Y.bracketL);case 93:return++this.pos,this.finishToken(Y.bracketR);case 123:return++this.pos,this.finishToken(Y.braceL);case 125:return++this.pos,this.finishToken(Y.braceR);case 58:return++this.pos,this.finishToken(Y.colon);case 63:return++this.pos,this.finishToken(Y.question);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(Y.backQuote);case 48:var n=this.input.charCodeAt(this.pos+1);if(120===n||88===n)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===n||79===n)return this.readRadixNumber(8);if(98===n||66===n)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 126:return this.finishOp(Y.prefix,1)}this.raise(this.pos,"Unexpected character '"+d(e)+"'")},ae.finishOp=function(e,n){var t=this.input.slice(this.pos,this.pos+n);return this.pos+=n,this.finishToken(e,t)};var oe=!!f("￿","u");ae.readRegexp=function(){for(var e,n,t=this,i=this.pos;;){t.pos>=t.input.length&&t.raise(i,"Unterminated regular expression");var a=t.input.charAt(t.pos);if(B.test(a)&&t.raise(i,"Unterminated regular expression"),e)e=!1;else{if("["===a)n=!0;else if("]"===a&&n)n=!1;else if("/"===a&&!n)break;e="\\"===a}++t.pos}var r=this.input.slice(i,this.pos);++this.pos;var o=this.readWord1(),s=r,u="";if(o){var l=/^[gim]*$/;this.options.ecmaVersion>=6&&(l=/^[gimuy]*$/),l.test(o)||this.raise(i,"Invalid regular expression flag"),o.indexOf("u")>=0&&(oe?u="u":(s=s.replace(/\\u\{([0-9a-fA-F]+)\}/g,function(e,n,a){return n=Number("0x"+n),n>1114111&&t.raise(i+a+3,"Code point out of bounds"),"x"}),s=s.replace(/\\u([a-fA-F0-9]{4})|[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"x"),u=u.replace("u","")))}var h=null;return re||(f(s,u,i,this),h=f(r,o)),this.finishToken(Y.regexp,{pattern:r,flags:o,value:h})},ae.readInt=function(e,n){for(var t=this,i=this.pos,a=0,r=0,o=null==n?1/0:n;o>r;++r){var s,u=t.input.charCodeAt(t.pos);if(s=u>=97?u-97+10:u>=65?u-65+10:u>=48&&57>=u?u-48:1/0,s>=e)break;++t.pos,a=a*e+s}return this.pos===i||null!=n&&this.pos-i!==n?null:a},ae.readRadixNumber=function(e){this.pos+=2;var n=this.readInt(e);return null==n&&this.raise(this.start+2,"Expected number in radix "+e),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(Y.num,n)},ae.readNumber=function(e){var n=this.pos,i=!1,a=48===this.input.charCodeAt(this.pos);e||null!==this.readInt(10)||this.raise(n,"Invalid number");var r=this.input.charCodeAt(this.pos);46===r&&(++this.pos,this.readInt(10),i=!0,r=this.input.charCodeAt(this.pos)),69!==r&&101!==r||(r=this.input.charCodeAt(++this.pos),43!==r&&45!==r||++this.pos,null===this.readInt(10)&&this.raise(n,"Invalid number"),i=!0),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var o,s=this.input.slice(n,this.pos);return i?o=parseFloat(s):a&&1!==s.length?/[89]/.test(s)||this.strict?this.raise(n,"Invalid number"):o=parseInt(s,8):o=parseInt(s,10),this.finishToken(Y.num,o)},ae.readCodePoint=function(){var e,n=this.input.charCodeAt(this.pos);if(123===n){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.raise(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},ae.readString=function(e){for(var n=this,t="",i=++this.pos;;){n.pos>=n.input.length&&n.raise(n.start,"Unterminated string constant");var a=n.input.charCodeAt(n.pos);if(a===e)break;92===a?(t+=n.input.slice(i,n.pos),t+=n.readEscapedChar(!1),i=n.pos):(o(a)&&n.raise(n.start,"Unterminated string constant"),++n.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(Y.string,t)},ae.readTmplToken=function(){for(var e=this,n="",t=this.pos;;){e.pos>=e.input.length&&e.raise(e.start,"Unterminated template");var i=e.input.charCodeAt(e.pos);if(96===i||36===i&&123===e.input.charCodeAt(e.pos+1))return e.pos===e.start&&e.type===Y.template?36===i?(e.pos+=2,e.finishToken(Y.dollarBraceL)):(++e.pos,e.finishToken(Y.backQuote)):(n+=e.input.slice(t,e.pos),e.finishToken(Y.template,n));if(92===i)n+=e.input.slice(t,e.pos),n+=e.readEscapedChar(!0),t=e.pos;else if(o(i)){switch(n+=e.input.slice(t,e.pos),++e.pos,i){case 13:10===e.input.charCodeAt(e.pos)&&++e.pos;case 10:n+="\n";break;default:n+=String.fromCharCode(i)}e.options.locations&&(++e.curLine,e.lineStart=e.pos),t=e.pos}else++e.pos}},ae.readEscapedChar=function(e){var n=this.input.charCodeAt(++this.pos);switch(++this.pos,n){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return d(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\x0B";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";default:if(n>=48&&55>=n){var t=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(t,8);return i>255&&(t=t.slice(0,-1),i=parseInt(t,8)),"0"!==t&&(this.strict||e)&&this.raise(this.pos-2,"Octal literal in strict mode"),this.pos+=t.length-1,String.fromCharCode(i)}return String.fromCharCode(n)}},ae.readHexChar=function(e){var n=this.pos,t=this.readInt(16,e);return null===t&&this.raise(n,"Bad character escape sequence"),t},ae.readWord1=function(){var e=this;this.containsEsc=!1;for(var n="",a=!0,r=this.pos,o=this.options.ecmaVersion>=6;this.pos<this.input.length;){var s=e.fullCharCodeAtPos();if(i(s,o))e.pos+=65535>=s?1:2;else{if(92!==s)break;e.containsEsc=!0,n+=e.input.slice(r,e.pos);var u=e.pos;117!=e.input.charCodeAt(++e.pos)&&e.raise(e.pos,"Expecting Unicode escape sequence \\uXXXX"),++e.pos;var l=e.readCodePoint();(a?t:i)(l,o)||e.raise(u,"Invalid Unicode escape"),n+=d(l),r=e.pos}a=!1}return n+this.input.slice(r,this.pos)},ae.readWord=function(){var e=this.readWord1(),n=Y.name;return(this.options.ecmaVersion>=6||!this.containsEsc)&&this.keywords.test(e)&&(n=D[e]),this.finishToken(n,e)};var se="3.3.0";e.version=se,e.parse=y,e.parseExpressionAt=m,e.tokenizer=b,e.Parser=O,e.plugins=R,e.defaultOptions=P,e.Position=N,e.SourceLocation=J,e.getLineInfo=l,e.Node=U,e.TokenType=A,e.tokTypes=Y,e.TokContext=ee,e.tokContexts=ne,e.isIdentifierChar=i,e.isIdentifierStart=t,e.Token=ie,e.isNewLine=o,e.lineBreak=B,e.lineBreakG=F,Object.defineProperty(e,"__esModule",{value:!0})})},{}],461:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i((e.acorn=e.acorn||{},e.acorn.walk=e.acorn.walk||{}))}(this,function(e){"use strict";function n(n,t,i,a,r){i||(i=e.base),function o(e,n,a){var r=a||e.type,s=t[r];i[r](e,n,o),s&&s(e,n)}(n,a,r)}function t(n,t,i,a){i||(i=e.base);var r=[];!function o(e,n,a){var s=a||e.type,u=t[s],l=e!=r[r.length-1];l&&r.push(e),i[s](e,n,o),u&&u(e,n||r,r),l&&r.pop()}(n,a)}function i(n,t,i,a,r){var o=i?e.make(i,a):a;!function s(e,n,t){o[t||e.type](e,n,s)}(n,t,r)}function a(e){return"string"==typeof e?function(n){return n==e}:e?e:function(){return!0}}function r(n,t,i,r,o,s){r=a(r),o||(o=e.base);try{!function l(e,n,a){var s=a||e.type;if((null==t||e.start<=t)&&(null==i||e.end>=i)&&o[s](e,n,l),(null==t||e.start==t)&&(null==i||e.end==i)&&r(s,e))throw new p(e,n)}(n,s)}catch(u){if(u instanceof p)return u;throw u}}function o(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){var o=a||e.type;if(!(e.start>t||e.end<t)&&(r[o](e,n,u),i(o,e)))throw new p(e,n)}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function s(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){if(!(e.end<t)){var o=a||e.type;if(e.start>=t&&i(o,e))throw new p(e,n);r[o](e,n,u)}}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function u(n,t,i,r,o){i=a(i),r||(r=e.base);var s;return function u(e,n,a){if(!(e.start>t)){var o=a||e.type;e.end<=t&&(!s||s.node.end<e.end)&&i(o,e)&&(s=new p(e,n)),r[o](e,n,u)}}(n,o),s}function l(n,t){t||(t=e.base);var i=g(t);for(var a in n)i[a]=n[a];return i}function h(e,n,t){t(e,n)}function c(e,n,t){}var p=function(e,n){this.node=e,this.state=n},g=Object.create||function(e){function n(){}return n.prototype=e,new n},f={};f.Program=f.BlockStatement=function(e,n,t){for(var i=0;i<e.body.length;++i)t(e.body[i],n,"Statement")},f.Statement=h,f.EmptyStatement=c,f.ExpressionStatement=f.ParenthesizedExpression=function(e,n,t){return t(e.expression,n,"Expression")},f.IfStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Statement"),e.alternate&&t(e.alternate,n,"Statement")},f.LabeledStatement=function(e,n,t){return t(e.body,n,"Statement")},f.BreakStatement=f.ContinueStatement=c,f.WithStatement=function(e,n,t){t(e.object,n,"Expression"),t(e.body,n,"Statement")},f.SwitchStatement=function(e,n,t){t(e.discriminant,n,"Expression");for(var i=0;i<e.cases.length;++i){var a=e.cases[i];a.test&&t(a.test,n,"Expression");for(var r=0;r<a.consequent.length;++r)t(a.consequent[r],n,"Statement")}},f.ReturnStatement=f.YieldExpression=function(e,n,t){e.argument&&t(e.argument,n,"Expression")},f.ThrowStatement=f.SpreadElement=function(e,n,t){return t(e.argument,n,"Expression")},f.TryStatement=function(e,n,t){t(e.block,n,"Statement"),e.handler&&t(e.handler,n),e.finalizer&&t(e.finalizer,n,"Statement")},f.CatchClause=function(e,n,t){t(e.param,n,"Pattern"),t(e.body,n,"ScopeBody")},f.WhileStatement=f.DoWhileStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.body,n,"Statement")},f.ForStatement=function(e,n,t){e.init&&t(e.init,n,"ForInit"),e.test&&t(e.test,n,"Expression"),e.update&&t(e.update,n,"Expression"),t(e.body,n,"Statement")},f.ForInStatement=f.ForOfStatement=function(e,n,t){t(e.left,n,"ForInit"),t(e.right,n,"Expression"),t(e.body,n,"Statement")},f.ForInit=function(e,n,t){"VariableDeclaration"==e.type?t(e,n):t(e,n,"Expression")},f.DebuggerStatement=c,f.FunctionDeclaration=function(e,n,t){return t(e,n,"Function")},f.VariableDeclaration=function(e,n,t){for(var i=0;i<e.declarations.length;++i)t(e.declarations[i],n)},f.VariableDeclarator=function(e,n,t){t(e.id,n,"Pattern"),e.init&&t(e.init,n,"Expression")},f.Function=function(e,n,t){e.id&&t(e.id,n,"Pattern");for(var i=0;i<e.params.length;i++)t(e.params[i],n,"Pattern");t(e.body,n,e.expression?"ScopeExpression":"ScopeBody")},f.ScopeBody=function(e,n,t){return t(e,n,"Statement")},f.ScopeExpression=function(e,n,t){return t(e,n,"Expression")},f.Pattern=function(e,n,t){"Identifier"==e.type?t(e,n,"VariablePattern"):"MemberExpression"==e.type?t(e,n,"MemberPattern"):t(e,n)},f.VariablePattern=c,f.MemberPattern=h,f.RestElement=function(e,n,t){return t(e.argument,n,"Pattern")},f.ArrayPattern=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Pattern")}},f.ObjectPattern=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i].value,n,"Pattern")},f.Expression=h,f.ThisExpression=f.Super=f.MetaProperty=c,f.ArrayExpression=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Expression")}},f.ObjectExpression=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i],n)},f.FunctionExpression=f.ArrowFunctionExpression=f.FunctionDeclaration,f.SequenceExpression=f.TemplateLiteral=function(e,n,t){for(var i=0;i<e.expressions.length;++i)t(e.expressions[i],n,"Expression")},f.UnaryExpression=f.UpdateExpression=function(e,n,t){t(e.argument,n,"Expression")},f.BinaryExpression=f.LogicalExpression=function(e,n,t){t(e.left,n,"Expression"),t(e.right,n,"Expression")},f.AssignmentExpression=f.AssignmentPattern=function(e,n,t){t(e.left,n,"Pattern"),t(e.right,n,"Expression")},f.ConditionalExpression=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Expression"),t(e.alternate,n,"Expression")},f.NewExpression=f.CallExpression=function(e,n,t){if(t(e.callee,n,"Expression"),e.arguments)for(var i=0;i<e.arguments.length;++i)t(e.arguments[i],n,"Expression")},f.MemberExpression=function(e,n,t){t(e.object,n,"Expression"),e.computed&&t(e.property,n,"Expression")},f.ExportNamedDeclaration=f.ExportDefaultDeclaration=function(e,n,t){e.declaration&&t(e.declaration,n,"ExportNamedDeclaration"==e.type||e.declaration.id?"Statement":"Expression"),e.source&&t(e.source,n,"Expression")},f.ExportAllDeclaration=function(e,n,t){t(e.source,n,"Expression")},f.ImportDeclaration=function(e,n,t){for(var i=0;i<e.specifiers.length;i++)t(e.specifiers[i],n);t(e.source,n,"Expression")},f.ImportSpecifier=f.ImportDefaultSpecifier=f.ImportNamespaceSpecifier=f.Identifier=f.Literal=c,f.TaggedTemplateExpression=function(e,n,t){t(e.tag,n,"Expression"),t(e.quasi,n)},f.ClassDeclaration=f.ClassExpression=function(e,n,t){return t(e,n,"Class")},f.Class=function(e,n,t){e.id&&t(e.id,n,"Pattern"),e.superClass&&t(e.superClass,n,"Expression");for(var i=0;i<e.body.body.length;i++)t(e.body.body[i],n)},f.MethodDefinition=f.Property=function(e,n,t){e.computed&&t(e.key,n,"Expression"),t(e.value,n,"Expression")},e.simple=n,e.ancestor=t,e.recursive=i,e.findNodeAt=r,e.findNodeAround=o,e.findNodeAfter=s,e.findNodeBefore=u,e.make=l,e.base=f,Object.defineProperty(e,"__esModule",{value:!0})})},{}],462:[function(e,n,t){function i(){for(var e={},n=0;n<arguments.length;n++){var t=arguments[n];for(var i in t)a.call(t,i)&&(e[i]=t[i])}return e}n.exports=i;var a=Object.prototype.hasOwnProperty},{}],463:[function(e,n,t){function i(e){var n=this;if(n instanceof i||(n=new i),n.tail=null,n.head=null,n.length=0,e&&"function"==typeof e.forEach)e.forEach(function(e){n.push(e)});else if(arguments.length>0)for(var t=0,a=arguments.length;a>t;t++)n.push(arguments[t]);return n}function a(e,n){e.tail=new o(n,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function r(e,n){e.head=new o(n,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function o(e,n,t,i){return this instanceof o?(this.list=i,this.value=e,n?(n.next=this,this.prev=n):this.prev=null,void(t?(t.prev=this,this.next=t):this.next=null)):new o(e,n,t,i)}n.exports=i,i.Node=o,i.create=i,i.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var n=e.next,t=e.prev;n&&(n.prev=t),t&&(t.next=n),e===this.head&&(this.head=n),e===this.tail&&(this.tail=t),e.list.length--,e.next=null,e.prev=null,e.list=null},i.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var n=this.head;e.list=this,e.next=n,n&&(n.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},i.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var n=this.tail;e.list=this,e.prev=n,n&&(n.next=e),this.tail=e,this.head||(this.head=e),this.length++}},i.prototype.push=function(){for(var e=0,n=arguments.length;n>e;e++)a(this,arguments[e]);return this.length},i.prototype.unshift=function(){for(var e=0,n=arguments.length;n>e;e++)r(this,arguments[e]);return this.length},i.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail.next=null,this.length--,e}},i.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head.prev=null,this.length--,e}},i.prototype.forEach=function(e,n){n=n||this;for(var t=this.head,i=0;null!==t;i++)e.call(n,t.value,i,this),t=t.next},i.prototype.forEachReverse=function(e,n){n=n||this;for(var t=this.tail,i=this.length-1;null!==t;i--)e.call(n,t.value,i,this),t=t.prev},i.prototype.get=function(e){for(var n=0,t=this.head;null!==t&&e>n;n++)t=t.next;return n===e&&null!==t?t.value:void 0},i.prototype.getReverse=function(e){for(var n=0,t=this.tail;null!==t&&e>n;n++)t=t.prev;return n===e&&null!==t?t.value:void 0},i.prototype.map=function(e,n){n=n||this;for(var t=new i,a=this.head;null!==a;)t.push(e.call(n,a.value,this)),a=a.next;return t},i.prototype.mapReverse=function(e,n){n=n||this;for(var t=new i,a=this.tail;null!==a;)t.push(e.call(n,a.value,this)),a=a.prev;return t},i.prototype.reduce=function(e,n){var t,i=this.head;if(arguments.length>1)t=n;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");i=this.head.next,t=this.head.value}for(var a=0;null!==i;a++)t=e(t,i.value,a),i=i.next;return t},i.prototype.reduceReverse=function(e,n){var t,i=this.tail;if(arguments.length>1)t=n;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");i=this.tail.prev,t=this.tail.value}for(var a=this.length-1;null!==i;a--)t=e(t,i.value,a),i=i.prev;return t},i.prototype.toArray=function(){for(var e=new Array(this.length),n=0,t=this.head;null!==t;n++)e[n]=t.value,t=t.next;return e},i.prototype.toArrayReverse=function(){for(var e=new Array(this.length),n=0,t=this.tail;null!==t;n++)e[n]=t.value,t=t.prev;return e},i.prototype.slice=function(e,n){n=n||this.length,0>n&&(n+=this.length),e=e||0,0>e&&(e+=this.length);var t=new i;if(e>n||0>n)return t;0>e&&(e=0),n>this.length&&(n=this.length);for(var a=0,r=this.head;null!==r&&e>a;a++)r=r.next;for(;null!==r&&n>a;a++,r=r.next)t.push(r.value);return t},i.prototype.sliceReverse=function(e,n){n=n||this.length,0>n&&(n+=this.length),e=e||0,0>e&&(e+=this.length);var t=new i;if(e>n||0>n)return t;0>e&&(e=0),n>this.length&&(n=this.length);for(var a=this.length,r=this.tail;null!==r&&a>n;a--)r=r.prev;for(;null!==r&&a>e;a--,r=r.prev)t.push(r.value);return t},i.prototype.reverse=function(){for(var e=this.head,n=this.tail,t=e;null!==t;t=t.prev){var i=t.prev;t.prev=t.next,t.next=i}return this.head=n,this.tail=e,this}},{}],464:[function(e,n,t){n.exports={name:"styledown2",description:"Write maintainable CSS styleguides using Markdown.",version:"2.0.0-pre2",author:"Rico Sta. Cruz <rico@ricostacruz.com>",bugs:{url:"https://github.com/styledown/styledown/issues"},dependencies:{"any-promise":"1.1.0",classnames:"2.2.5","hogan.js":"3.0.2","js-yaml":"3.6.0",jstransformer:"1.0.0","jstransformer-ejs":"^0.0.3","jstransformer-pug":"0.2.3","lodash.kebabcase":"4.0.1","lru-cache":"4.0.2","markdown-it":"6.0.1","markdown-it-named-headings":"1.1.0",meow:"3.7.0",mkdirp:"0.5.1",mz:"2.4.0","object-loops":"0.8.0",unidecode:"0.1.8"},devDependencies:{ava:"0.18.1","babel-preset-es2015":"6.6.0","babel-preset-stage-0":"6.5.0",babelify:"7.3.0",brfs:"1.4.3",browserify:"13.0.0",cssnano:"3.10.0",dedent:"0.7.0",docpress:"0.6.11","git-update-ghpages":"1.3.0",jsdom:"9.10.0",nodemon:"1.11.0","npm-run-all":"4.0.1",postcss:"5.2.12","postcss-cli":"2.6.0","postcss-cssnext":"2.9.0",redent:"2.0.0",serve:"3.3.0","uglify-js":"2.6.2"},files:["assets","bin","cache","lib"],homepage:"https://github.com/styledown/styledown2#readme",keywords:["css","markdown","styleguide"],license:"MIT",main:"index.js",repository:{type:"git",url:"git+ssh://git@github.com/styledown/styledown2.git"},scripts:{"assets:build":"run-p assets:build:js assets:build:css","assets:build:css":"postcss -u postcss-cssnext -u cssnano assets/style.css -o cache/style.css","assets:build:js":"browserify -t babelify assets/script.js | uglifyjs -c warnings=false -m > cache/script.js","assets:watch":"run-p assets:watch:css assets:watch:js","assets:watch:css":'nodemon -C --exec "run-s assets:build:css" --ext "css" --watch assets --quiet',"assets:watch:js":'nodemon -C --exec "run-s assets:build:js" --ext "js" --watch assets --quiet',"dev:mkdir":"mkdirp examples/bootstrap/html cache dist",example:"run-s dev:mkdir assets:build example:post","example:post":"run-p -l example:watch example:serve assets:watch","example:build":"cd examples/bootstrap && make","example:serve":"cd examples/bootstrap/html && serve","example:watch":'cd examples/bootstrap && nodemon --exec make --ext "md" --watch . --watch ../../assets --quiet',prepublish:"run-s assets:build",test:"ava"},babel:{presets:["es2015","stage-0"]},engines:{node:">= 6"}}},{}]},{},[1])(1)});
41
41
 
42
42
  STYLEDOWN_END
43
43
  end
44
44
  end
45
- !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;n="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,n.Styledown=e()}}(function(){var define,module,exports;return function e(n,t,i){function a(o,s){if(!t[o]){if(!n[o]){var u="function"==typeof require&&require;if(!s&&u)return u(o,!0);if(r)return r(o,!0);var l=new Error("Cannot find module \'"+o+"\'");throw l.code="MODULE_NOT_FOUND",l}var h=t[o]={exports:{}};n[o][0].call(h.exports,function(e){var t=n[o][1][e];return a(t?t:e)},h,h.exports,e,n,t,i)}return t[o].exports}for(var r="function"==typeof require&&require,o=0;o<i.length;o++)a(i[o]);return a}({1:[function(e,n,t){"use strict";t.cache=e("./lib/cache"),t.render=e("./lib/render"),t.build=e("./lib/build"),t.templates=e("./lib/templates"),t.version=e("./package.json").version},{"./lib/build":2,"./lib/cache":5,"./lib/render":9,"./lib/templates":11,"./package.json":464}],2:[function(e,n,t){"use strict";function i(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t={files:{},templates:{},meta:{}},i=n.extension||".html";return r(t,e,{extension:i}),o(t),u(e,function(e,r){var o=e.name||r,s=e.contents||e.data||"";if(o.match(/^templates/))a(t,r,e);else{var u=o.replace(/\.md$/,i),c=l(s,{source:o});h(c,n),c.layout="html",c.type="text/html",c.toc=t.toc,t.files[u]=c}}),n.skipAssets||s(t),t}function a(e,n,t){var i=n.replace(/^templates\//,"").replace(/\.[^\.]+$/,""),a=e.templates[i];e.templates[i]=t.contents.replace(/{{{\s*inherit\s*}}}/g,a||"")}function r(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};n["README.md"]&&(e.toc=c(n["README.md"].contents,t),delete n["README.md"])}function o(n){n.templates=Object.assign({},e("../templates"))}function s(e){e.files["styledown/script.js"]={layout:"script",type:"application/javascript"},e.files["styledown/style.css"]={layout:"style",type:"text/css"}}var u=e("object-loops/for-each"),l=e("./parse_file"),h=e("./transform_lang"),c=(e("path").basename,e("path").dirname,e("../tocify"));n.exports=i},{"../templates":11,"../tocify":12,"./parse_file":3,"./transform_lang":4,"object-loops/for-each":189,path:193}],3:[function(e,n,t){"use strict";function i(e,n,t){for(;n.length>0;)r(e,n,t)||a(e,n);return!0}function a(e,n){n.shift()}function r(e,n,t){function i(){return o(e,a,s)}var a=[],s={id:null,title:null,depth:null,parts:[]};if(h(e,n,t),c(e,n,t,s)){for(;n.length;){if(r(e,n,t))return i();a.push(n.shift())}return i()}}function o(e,n,t){for(var i=[];n.length;){var a=n[0];"fence"===a.type?(s(e,i,t),u(e,n,t),i=[]):i.push(n.shift())}return s(e,i,t),!0}function s(e,n,t){if(0!==n.length){var i=""+t.id+"-"+(t.parts.length+1);return t.parts.push({id:i,type:"text",isText:!0,content:e.renderer.render(n,e.options).trim()}),!0}}function u(e,n,t){var i=""+t.id+"-"+(t.parts.length+1),a=l(n[0].info.trim()),r=n[0].content.trim();if(a)t.parts.push({id:i,type:"example",isExample:!0,language:a.language,preClass:[a["class"],"lang-"+a.language].join(" "),"class":a["class"],content:r,source:r});else{n[0].info.trim();t.parts.push({id:i,type:"code",isCode:!0,language:n[0].info.trim(),preClass:"lang-"+a.language,content:r})}return n.shift(),!0}function l(e){var n=e.match(/^example\.([^\.]+)((?:\.[^\.]+)*)$/);return n?{language:n[1],"class":(n[2]||".").substr(1).split(".").join(" ")}:void 0}function h(e,n,t){var i=n[0];if(!i)return!1;if("heading_open"!==i.type||"h1"!==i.tag)return!1;var a=e.renderer.render(n[1].children,e.options);return t.title=a,!0}function c(e,n,t,i){var a=n[0];if(!a)return!1;if("heading_open"!==a.type)return!1;if(!~["h1","h2","h3"].indexOf(a.tag))return!1;var r=e.renderer.render(n[1].children),o=p(a,"id");return i.id=o,i.title=r,i.depth=+a.tag.substr(1),t.sections.push(i),n.shift(),n.shift(),n.shift(),!0}function p(e,n){for(var t=e.attrs||[],i=0,a=t.length;a>i;i++){var r=t[i];if(r[0]===n)return r[1]}throw new Error("Styledown.parse: no ID for heading")}n.exports=function(n,t){var a=t.source,r=e("markdown-it")().use(e("markdown-it-named-headings")),o={},s={source:a,title:null,sections:[]},u=[].concat(r.parse(n,o));return i(r,u,s),s}},{"markdown-it":131,"markdown-it-named-headings":130}],4:[function(e,n,t){"use strict";function i(e,n){var t=n&&n.transform;if(Array.isArray(t))return r(e.sections,function(e){r(e.parts,function(e){"example"===e.type&&t.indexOf(e.language)>-1&&(e.source=e.content,e.content=a(e.content,e.language),e.sourceLanguage=e.language,e.language="html")})}),e}function a(e,n){var t=o(n);return t.render(e).body}var r=e("../helpers/each"),o=e("../helpers/jst_engine");n.exports=i},{"../helpers/each":6,"../helpers/jst_engine":7}],5:[function(e,n,t){(function(t){"use strict";function i(e,n){return a(JSON.stringify(e),n)}function a(e,n){if(o.has(e))return o.get(e);var t=n();return o.set(e,t),t}var r=e("lru-cache"),o=r(t.env.STYLEDOWN_CACHE_SIZE||1024);n.exports={cache:o,fetch:i,fetchExact:a}}).call(this,e("_process"))},{_process:195,"lru-cache":129}],6:[function(e,n,t){"use strict";function i(e,n){var t,i,a=e&&e.length;if("number"==typeof a)for(t=0;a>t;t++)n(e[t],t);else{i=0;for(t in e)e.hasOwnProperty(t)&&n(e[t],t,i++)}return e}n.exports=i},{}],7:[function(e,n,t){"use strict";function i(e){return~e.indexOf(".")?e.replace(/^.*\.([^\.]+)$/,"$1"):e}var a={};n.exports=function(n){if(n=i(n),a[n])return a[n];var t=e("jstransformer");return"jade"===n||"pug"===n?a[n]=t(e("jstransformer-pug")):"ejs"===n?a[n]=t(e("jstransformer-ejs")):a[n]=t(e("jstransformer-"+n)),a[n]}},{jstransformer:123,"jstransformer-ejs":121,"jstransformer-pug":122}],8:[function(e,n,t){"use strict";var i=e("unidecode"),a=e("lodash.kebabcase");n.exports=function(e){return a(i(e))}},{"lodash.kebabcase":127,unidecode:451}],9:[function(e,n,t){"use strict";function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e.templates||{}),t=e.meta||{},i=o(e.files,function(e,i,r){return e[r]=a(i,{meta:t,templates:n}),e},{});return i}function a(e,n){var t=n.meta,i=n.templates,a=Object.assign({},e,{meta:t}),o=e.layout,s=o?r(a,i,o):"",u=a.type;return{contents:s,type:u}}var r=e("./render_template"),o=e("object-loops/reduce");n.exports=i},{"./render_template":10,"object-loops/reduce":191}],10:[function(e,n,t){"use strict";function i(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"html",i=s(["render.templates",n],function(){return o(n,a)}),r=i[t];if(!r)throw new Error("render(): unknown template \'"+t+"\'");return r.render(e,i)}function a(e){return s(["render.compileTemplate",e],function(){return r.compile(e)})}var r=e("hogan.js"),o=e("object-loops/map"),s=e("../cache").fetch;n.exports=i},{"../cache":5,"hogan.js":111,"object-loops/map":190}],11:[function(e,n,t){"use strict";var i=(e("path").resolve,"<!doctype html>\n<html>\n <head>\n <meta charset=\'utf-8\'>\n {{> htmlHead}}\n </head>\n <body>\n <div class=\'styledown-layout\'>\n {{> htmlBody}}\n </div>\n </body>\n</html>"),a="<title>{{> title}}</title>\n{{> head}}",r="{{> sidebar}}\n{{> body}}\n{{> footer}}",o="{{title}}",s="<meta name=\'generator\' content=\'Styledown2 "+e("../../package.json").version+"\'>\n<meta name=\'viewport\' content=\'width=device-width, initial-scale=1\'>\n<link rel=\'stylesheet\' href=\'{{base}}styledown/style.css\' />",u="<script src=\'{{base}}styledown/script.js\'></script>",l="<div class=\'styleguide-sidebar\'>\n <input type=\'checkbox\' id=\'styleguide-sidebar-toggle\' />\n <label class=\'styleguide-sidebar-button\' for=\'styleguide-sidebar-toggle\'></label>\n <label class=\'styleguide-sidebar-screen\' for=\'styleguide-sidebar-toggle\'></label>\n <div class=\'styleguide-sidebar-contents\'>\n {{> sidebarContents}}\n </div>\n</div>",h="{{> menu}}",c="<div class=\'styleguide-body\'>\n {{#sections}}{{> section}}{{/sections}}\n</div>",p="<section class=\'styleguide-section -h{{depth}}\'>\n <h{{depth}} id=\'{{id}}\'>{{title}}</h{{depth}}>\n {{#parts}}{{> part}}{{/parts}}\n</section>",g="{{#isText}}{{> textPart}}{{/isText}}\n{{#isCode}}{{> codePart}}{{/isCode}}\n{{#isExample}}{{> examplePart}}{{/isExample}}",f="<div class=\'styleguide-text\'>{{{content}}}</div>",d="<div class=\'styleguide-code {{class}}\'>\n <pre class=\'{{preClass}}\'><code>{{{content}}}</code></pre>\n</div>",y="<div class=\'styleguide-example {{class}}\'>\n <div class=\'styleguide-example-figure\'>{{{content}}}</div>\n <div class=\'styleguide-example-source\'>\n <pre class=\'{{preClass}}\'><code>{{{source}}}</code></pre>\n </div>\n</div>",m="<ul class=\'styleguide-menu\'>\n{{#toc}}{{#sections}}{{> menuItem}}{{/sections}}{{/toc}}\n</ul>",b="<li class=\'styleguide-menu-item -level-{{depth}} {{#isParent}}-parent{{/isParent}}\'>\n {{#href}}{{> menuItemLink}}{{/href}}\n {{^href}}{{> menuItemSpan}}{{/href}}\n {{#hasHeadings}}{{> headingList}}{{/hasHeadings}}\n {{#isParent}}{{> menuItemSubmenu}}{{/isParent}}\n</li>",w="<a href=\'{{href}}\' class=\'link title {{#isActive}}-active{{/isActive}}\'>\n {{title}}\n</a>",v="<span class=\'title\'>{{title}}</span>",x="<ul class=\'submenu\'>\n {{#sections}}{{> menuItem}}{{/sections}}\n</ul>",k="<ul class=\'headings styleguide-heading-list -depth-{{depth}}\'>\n {{#headings}}{{> headingItem}}{{/headings}}\n</ul>",_="<li class=\'styleguide-heading-item\'>\n<!-- ... -->\n</li>",C=\'!function e(t,n,r){function o(c,u){if(!n[c]){if(!t[c]){var a="function"==typeof require&&require;if(!u&&a)return a(c,!0);if(i)return i(c,!0);var s=new Error("Cannot find module \\'"+c+"\\'");throw s.code="MODULE_NOT_FOUND",s}var l=n[c]={exports:{}};t[c][0].call(l.exports,function(e){var n=t[c][1][e];return o(n?n:e)},l,l.exports,e,t,n,r)}return n[c].exports}for(var i="function"==typeof require&&require,c=0;c<r.length;c++)o(r[c]);return o}({1:[function(e,t,n){"use strict";void function(){function e(e){function t(){n(e,"-collapse"),r(e,"-expand"),c=!0}function o(){r(e,"-collapse"),n(e,"-expand"),c=!1}function i(){return c?o():t()}var c,u=e.querySelector(".styleguide-example-figure");e.querySelector(".styleguide-example-source");u.addEventListener("click",function(){i()}),t()}function t(e){return"complete"===document.readyState?e():void(document.addEventListener?document.addEventListener("DOMContentLoaded",e):document.attachEvent("onreadystatechange",function(){"interactive"===document.readyState&&e()}))}function n(e,t){e.classList?e.classList.add(t):e.className+=" "+t}function r(e,t){if(e.classList)e.classList.remove(t);else{var n=new RegExp("(^|\\\\b)"+t.split(" ").join("|")+"(\\\\b|$)","gi");e.className=e.className.replace(n," ")}}t(function(){for(var t=document.querySelectorAll(".styleguide-example"),n=0,r=t.length;r>n;n++)e(t[n])})}()},{}]},{},[1]);\n\',j=\'.styleguide-body,.styleguide-code,.styleguide-example,.styleguide-menu,.styleguide-section,.styleguide-sidebar,.styleguide-text{box-sizing:border-box}.styleguide-section:after{content:"";display:table;clear:both;zoom:1}.styleguide-section>h3{border-bottom:2px solid hsla(0,0%,50%,.2);margin-bottom:16px;padding-bottom:16px}.styleguide-text{box-sizing:border-box}.styleguide-example,.styleguide-text{margin-bottom:16px}@media (min-width:768px){.styleguide-text{clear:both;float:right;width:30%;padding-left:16px}.styleguide-example{float:left;width:70%}}.styleguide-text>:first-child{margin-top:0}.styleguide-example{border-radius:2px;border:2px solid transparent;overflow:hidden}.styleguide-example-figure{overflow:hidden;padding:8px;background:-webkit-linear-gradient(top,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=");background:linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=");position:relative}.styleguide-example.-expand>.styleguide-example-figure:after,.styleguide-example.-expand>.styleguide-example-figure:before{content:"";position:absolute;left:0;width:100%;height:16px;opacity:0;background:rgba(0,0,0,.1);-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.styleguide-example.-expand>.styleguide-example-figure:after:hover,.styleguide-example.-expand>.styleguide-example-figure:before:hover{opacity:.3}.styleguide-example.-expand>.styleguide-example-figure:before{top:0;border-bottom:1px dashed red}.styleguide-example.-expand>.styleguide-example-figure:after{bottom:0;border-top:1px dashed red}@media (min-width:768px){.styleguide-example-figure{padding:16px}}.styleguide-example.-clear{border:0}.styleguide-example.-clear>.styleguide-example-figure{padding:0}.styleguide-example.-clear:not(.-expand)>.styleguide-example-figure{background:transparent}.styleguide-example.-dark>.styleguide-example-figure{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAFklEQVQI12NQBQF2EGAghQkmwXxSmADZJQiZ2ZZ46gAAAABJRU5ErkJggg==")}.styleguide-example-source{border-top:1px solid hsla(0,0%,50%,.2)}.styleguide-example-source>pre,.styleguide-example-source>pre>code{margin:0;border:0;border-radius:0;padding:0}.styleguide-example-source>pre{background:#fff;padding:16px}.styleguide-example.-collapse>.styleguide-example-source{display:none}.styleguide-example.-expand{border:2px solid hsla(0,0%,50%,.2)}.styleguide-example.-expand.-clear>.styleguide-example-figure{padding:16px}.styleguide-menu,.styleguide-menu-item,.styleguide-menu-item>.submenu{display:block;margin:0;padding:0;list-style-type:none}.styleguide-menu-item.-parent.-level-1{margin-top:1em;margin-bottom:1em;font-weight:700}.styleguide-menu-item.-parent.-level-1>.title{display:block;font-weight:700;padding:4px 16px}.styleguide-menu-item>.link{display:block;font-weight:400;padding:4px 16px}.styleguide-menu-item>.link.-active,.styleguide-menu-item>.link.-active:visited{color:inherit}.styleguide-menu-item>.link.-active:focus,.styleguide-menu-item>.link.-active:hover{text-decoration:inherit;font-weight:400;cursor:default}.styleguide-menu-item.-level-3>.title:before{content:"-";display:inline-block;width:.7em;margin-right:.2em}.styleguide-sidebar{position:fixed;top:0;left:0;bottom:0;right:0;pointer-events:none;z-index:3}.styleguide-sidebar>[type=checkbox]{display:none}.styleguide-sidebar-button{pointer-events:auto;display:block;cursor:pointer;position:absolute;bottom:16px;left:16px;width:48px;height:48px;background-color:#fff;border-radius:50%;z-index:2;box-shadow:0 2px 4px rgba(0,40,80,.1);-webkit-transition:box-shadow .15s ease-out;transition:box-shadow .15s ease-out;line-height:48px;text-align:center;-webkit-transition:background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;transition:background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;transition:transform .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out;transition:transform .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out}.styleguide-sidebar-button:focus,.styleguide-sidebar-button:hover{box-shadow:0 4px 8px rgba(0,40,80,.2)}.styleguide-sidebar-button:before{content:"";display:inline-block;width:12px;height:12px;border-top:1px solid #333;border-right:1px solid #333;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:relative;left:-3px}:checked~.styleguide-sidebar-button{-webkit-transform:translate3d(176px,0,0);transform:translate3d(176px,0,0);background-color:transparent;box-shadow:none}.styleguide-sidebar-contents{opacity:0;-webkit-transform:translate3d(-264px,0,0);transform:translate3d(-264px,0,0);-webkit-transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,transform .15s ease-out;transition:opacity .15s ease-out,transform .15s ease-out,-webkit-transform .15s ease-out;background:#fff;width:256px;height:100%;box-shadow:0 0 10px rgba(0,0,0,.1);pointer-events:none;overflow:hidden;z-index:1;position:relative}:checked~.styleguide-sidebar-contents{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:auto}.styleguide-sidebar-screen{display:block;position:absolute;left:0;top:0;right:0;bottom:0;background:#000;z-index:0;pointer-events:none;-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out;opacity:0;margin:0;padding:0}:checked~.styleguide-sidebar-screen{pointer-events:auto;opacity:.1}.styleguide-body{max-width:960px;margin:0 auto;padding-left:16px;padding-right:16px}@media (max-width:480px){.styleguide-body{padding-left:8px;padding-right:8px}}\';n.exports={html:i,htmlHead:a,htmlBody:r,title:o,head:s,footer:u,sidebar:l,sidebarContents:h,menu:m,body:c,section:p,part:g,textPart:f,codePart:d,examplePart:y,script:C,style:j,menuItem:b,menuItemLink:w,menuItemSpan:v,menuItemSubmenu:x,headingList:k,headingItem:_}},{"../../package.json":464,path:193}],12:[function(e,n,t){"use strict";function i(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=a(e,n);return t=r(t)}function a(n){function t(e){return{sections:e.items,isParent:!0}}function i(e){var n=u(e.inline.content);return n.href&&(n.href=n.href.replace(".md#",s+"#").replace(/\.md$/,s)),e.list?(n.sections=e.list.sections,n.isParent=!0):n.isParent=!1,n}for(var a,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=r.extension||".html",l=e("markdown-it")(),h=l.parse(n);h.length;){if(a=o(h,t,i))return a.payload;h=h.slice(1)}}function r(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return e.depth=n,e.sections&&(e.sections=e.sections.map(function(e){return r(e,n+1)})),e}function o(e,n,t){var i,a=e[0];if(a&&"bullet_list_open"===a.type){e=e.slice(1);var r={items:[]};for(n||(n=function(e){return e}),t||(t=function(e){return e});e.length;){var o=e[0];if(!o)return;if(!(i=s(e,n,t)))return"bullet_list_close"===o.type?{tokens:e.slice(1),payload:n(r)}:void 0;r.items.push(i.payload),e=i.tokens}}}function s(e,n,t){var i,a=e[0];if(a&&"list_item_open"===a.type){e=e.slice(1);for(var r={contents:[]};e.length;){var u=e[0];if(!u)return;if(i=o(e,n,t))r.list=i.payload,e=i.tokens;else if(i=s(e,n,t))e=i.tokens;else if("inline"===u.type)r.inline=u,e=e.slice(1);else{if("list_item_close"===u.type)return{tokens:e.slice(1),payload:t(r)};r.contents.push(u),e=e.slice(1)}}}}var u=e("./parse_link");Object.assign,e("../helpers/slugify");n.exports=i},{"../helpers/slugify":8,"./parse_link":13,"markdown-it":131}],13:[function(e,n,t){"use strict";function i(e){for(var n=e;;){if(n=n.replace(/`([^`]+)`/g,"$1").replace(/\*\*([^\*]+)\*\*/g,"$1").replace(/\*([^\*]+)\*/g,"$1").replace(/\*([^\*]+)\*/g,"$1").replace(/(?:^|\s)([\(\[]?)_([^`]*)_([\)\]]?[\.\!\?]?)(?:$|\s)/g,"$1$2$3").replace(/!?\[([^\]]*)\]\([^\)]*\)/g,"$1").replace(/!?\[([^\]]*)\]\[[^\)]*\]/g,"$1").replace(/<[^>]*>/g,""),n===e)break;e=n}return n=n.replace(/!?\[([^\]]*)\]/g,"$1")}n.exports=function(e){var n;return(n=e.match(/^\[([^\]]*)\]\((.*)\)$/))?{title:i(n[1]),href:n[2]}:(n=e.match(/^(?:__|\*\*)\[([^\]]*)\]\((.*)\)(?:__|\*\*)$/))?{title:i(n[1]),href:n[2],expand:!0}:{title:i(e)}}},{}],14:[function(e,n,t){"use strict";function i(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type||"ArrowFunctionExpression"===e.type||"Program"===e.type}function a(e){return"BlockStatement"===e.type||i(e)}function r(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type}function o(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type}function s(e){return l.parse(e,{allowReturnOutsideFunction:!0,allowImportExportEverywhere:!0,allowHashBang:!0})}function u(e){function n(e,n){var t=e.name;if("undefined"!==t){for(var i=0;i<n.length;i++){if("arguments"===t&&r(n[i]))return;if(n[i].locals&&t in n[i].locals)return}e.parents=n,u.push(e)}}var t,u=[];if(t="string"==typeof e?s(e):e,!t||"object"!=typeof t||"Program"!==t.type)throw new TypeError("Source must be either a string of JavaScript or an acorn AST");var l=function(e){var n=e;n.locals=n.locals||{},e.params.forEach(function(e){c(e,n)}),e.id&&(n.locals[e.id.name]=!0)},c=function(e,n){switch(e.type){case"Identifier":n.locals[e.name]=!0;break;case"ObjectPattern":e.properties.forEach(function(e){c(e.value,n)});break;case"ArrayPattern":e.elements.forEach(function(e){e&&c(e,n)});break;case"RestElement":c(e.argument,n);break;case"AssignmentPattern":c(e.left,n);break;default:throw new Error("Unrecognized pattern type: "+e.type)}},p=function(e,n){t.locals=t.locals||{},t.locals[e.local.name]=!0};h.ancestor(t,{VariableDeclaration:function(e,n){for(var t=null,r=n.length-1;r>=0&&null===t;r--)("var"===e.kind?i(n[r]):a(n[r]))&&(t=n[r]);t.locals=t.locals||{},e.declarations.forEach(function(e){c(e.id,t)})},FunctionDeclaration:function(e,n){for(var t=null,a=n.length-2;a>=0&&null===t;a--)i(n[a])&&(t=n[a]);t.locals=t.locals||{},t.locals[e.id.name]=!0,l(e)},Function:l,ClassDeclaration:function(e,n){for(var t=null,a=n.length-2;a>=0&&null===t;a--)i(n[a])&&(t=n[a]);t.locals=t.locals||{},t.locals[e.id.name]=!0},TryStatement:function(e){null!==e.handler&&(e.handler.locals=e.handler.locals||{},e.handler.locals[e.handler.param.name]=!0)},ImportDefaultSpecifier:p,ImportSpecifier:p,ImportNamespaceSpecifier:p}),h.ancestor(t,{VariablePattern:n,Identifier:n,ThisExpression:function(e,n){for(var t=0;t<n.length;t++)if(o(n[t]))return;e.parents=n,u.push(e)}});var g={};return u.forEach(function(e){var n="ThisExpression"===e.type?"this":e.name;g[n]=g[n]||[],g[n].push(e)}),Object.keys(g).sort().map(function(e){return{name:e,nodes:g[e]}})}var l=e("acorn"),h=e("acorn/dist/walk");n.exports=u,n.exports.parse=s},{acorn:15,"acorn/dist/walk":16}],15:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i(e.acorn=e.acorn||{})}(this,function(e){"use strict";function n(e,n){for(var t=65536,i=0;i<n.length;i+=2){if(t+=n[i],t>e)return!1;if(t+=n[i+1],t>=e)return!0}}function t(e,t){return 65>e?36===e:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&j.test(String.fromCharCode(e)):t===!1?!1:n(e,E)}function i(e,t){return 48>e?36===e:58>e?!0:65>e?!1:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&S.test(String.fromCharCode(e)):t===!1?!1:n(e,E)||n(e,A)}function a(e,n){return new L(e,{beforeExpr:!0,binop:n})}function r(e,n){return void 0===n&&(n={}),n.keyword=e,Y[e]=new L(e,n)}function o(e){return 10===e||13===e||8232===e||8233===e}function s(e){return"[object Array]"===Object.prototype.toString.call(e)}function u(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function l(e,n){for(var t=1,i=0;;){M.lastIndex=i;var a=M.exec(e);if(!(a&&a.index<n))return new J(t,n-i);++t,i=a.index+a[0].length}}function h(e){var n={};for(var t in R)n[t]=e&&u(e,t)?e[t]:R[t];if(n.ecmaVersion>=2015&&(n.ecmaVersion-=2009),null==n.allowReserved&&(n.allowReserved=n.ecmaVersion<5),s(n.onToken)){var i=n.onToken;n.onToken=function(e){return i.push(e)}}return s(n.onComment)&&(n.onComment=c(n,n.onComment)),n}function c(e,n){return function(t,i,a,r,o,s){var u={type:t?"Block":"Line",value:i,start:a,end:r};e.locations&&(u.loc=new P(this,o,s)),e.ranges&&(u.range=[a,r]),n.push(u)}}function p(e){return new RegExp("^("+e.replace(/ /g,"|")+")$")}function g(e,n,t,i){return e.type=n,e.end=t,this.options.locations&&(e.loc.end=i),this.options.ranges&&(e.range[1]=t),e}function f(e,n,t,i){try{return new RegExp(e,n)}catch(a){if(void 0!==t)throw a instanceof SyntaxError&&i.raise(t,"Error parsing regular expression: "+a.message),a}}function d(e){return 65535>=e?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(1023&e)+56320))}function y(e,n){return new X(n,e).parse()}function m(e,n,t){var i=new X(t,e,n);return i.nextToken(),i.parseExpression()}function b(e,n){return new X(n,e)}function w(n,t,i){e.parse_dammit=n,e.LooseParser=t,e.pluginsLoose=i}var v={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},x="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",k={5:x,6:x+" const class extends export import super"},_="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿕ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞮꞰ-ꞷꟷ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭥꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",C="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣔ-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఃా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഁ-ഃാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ູົຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭ᳲ-᳴᳸᳹᷀-᷵᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱꤀-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",j=new RegExp("["+_+"]"),S=new RegExp("["+_+C+"]");_=C=null;var E=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,17,26,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,26,45,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,785,52,76,44,33,24,27,35,42,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,54,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,86,25,391,63,32,0,449,56,264,8,2,36,18,0,50,29,881,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,881,68,12,0,67,12,65,0,32,6124,20,754,9486,1,3071,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,60,67,1213,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,10591,541],A=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,1306,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,52,0,13,2,49,13,10,2,4,9,83,11,7,0,161,11,6,9,7,3,57,0,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,87,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,423,9,838,7,2,7,17,9,57,21,2,13,19882,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,2214,6,110,6,6,9,792487,239],L=function(e,n){void 0===n&&(n={}),this.label=e,this.keyword=n.keyword,this.beforeExpr=!!n.beforeExpr,this.startsExpr=!!n.startsExpr,this.isLoop=!!n.isLoop,this.isAssign=!!n.isAssign,this.prefix=!!n.prefix,this.postfix=!!n.postfix,this.binop=n.binop||null,this.updateContext=null},T={beforeExpr:!0},D={startsExpr:!0},Y={},B={num:new L("num",D),regexp:new L("regexp",D),string:new L("string",D),name:new L("name",D),eof:new L("eof"),bracketL:new L("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new L("]"),braceL:new L("{",{beforeExpr:!0,startsExpr:!0}),braceR:new L("}"),parenL:new L("(",{beforeExpr:!0,startsExpr:!0}),parenR:new L(")"),comma:new L(",",T),semi:new L(";",T),colon:new L(":",T),dot:new L("."),question:new L("?",T),arrow:new L("=>",T),template:new L("template"),ellipsis:new L("...",T),backQuote:new L("`",D),dollarBraceL:new L("${",{beforeExpr:!0,startsExpr:!0}),eq:new L("=",{beforeExpr:!0,isAssign:!0}),assign:new L("_=",{beforeExpr:!0,isAssign:!0}),incDec:new L("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new L("prefix",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:a("||",1),logicalAND:a("&&",2),bitwiseOR:a("|",3),bitwiseXOR:a("^",4),bitwiseAND:a("&",5),equality:a("==/!=",6),relational:a("</>",7),bitShift:a("<</>>",8),plusMin:new L("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:a("%",10),star:a("*",10),slash:a("/",10),starstar:new L("**",{beforeExpr:!0}),_break:r("break"),_case:r("case",T),_catch:r("catch"),_continue:r("continue"),_debugger:r("debugger"),_default:r("default",T),_do:r("do",{isLoop:!0,beforeExpr:!0}),_else:r("else",T),_finally:r("finally"),_for:r("for",{isLoop:!0}),_function:r("function",D),_if:r("if"),_return:r("return",T),_switch:r("switch"),_throw:r("throw",T),_try:r("try"),_var:r("var"),_const:r("const"),_while:r("while",{isLoop:!0}),_with:r("with"),_new:r("new",{beforeExpr:!0,startsExpr:!0}),_this:r("this",D),_super:r("super",D),_class:r("class"),_extends:r("extends",T),_export:r("export"),_import:r("import"),_null:r("null",D),_true:r("true",D),_false:r("false",D),_in:r("in",{beforeExpr:!0,binop:7}),_instanceof:r("instanceof",{beforeExpr:!0,binop:7}),_typeof:r("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:r("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:r("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},F=/\r\n?|\n|\u2028|\u2029/,M=new RegExp(F.source,"g"),Z=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,N=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,J=function(e,n){this.line=e,this.column=n};J.prototype.offset=function(e){return new J(this.line,this.column+e)};var P=function(e,n,t){this.start=n,this.end=t,null!==e.sourceFile&&(this.source=e.sourceFile)},R={ecmaVersion:7,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1,plugins:{}},O={},X=function(e,n,t){this.options=e=h(e),this.sourceFile=e.sourceFile,this.keywords=p(k[e.ecmaVersion>=6?6:5]);var i="";if(!e.allowReserved){for(var a=e.ecmaVersion;!(i=v[a]);a--);"module"==e.sourceType&&(i+=" await")}this.reservedWords=p(i);var r=(i?i+" ":"")+v.strict;this.reservedWordsStrict=p(r),this.reservedWordsStrictBind=p(r+" "+v.strictBind),this.input=String(n),this.containsEsc=!1,this.loadPlugins(e.plugins),t?(this.pos=t,this.lineStart=this.input.lastIndexOf("\n",t-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(F).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=B.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.inFunction=this.inGenerator=this.inAsync=!1,this.yieldPos=this.awaitPos=0,this.labels=[],0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2)};X.prototype.isKeyword=function(e){return this.keywords.test(e)},X.prototype.isReservedWord=function(e){return this.reservedWords.test(e)},X.prototype.extend=function(e,n){this[e]=n(this[e])},X.prototype.loadPlugins=function(e){var n=this;for(var t in e){var i=O[t];if(!i)throw new Error("Plugin \'"+t+"\' not found");i(n,e[t])}},X.prototype.parse=function(){
45
+ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var n;n="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,n.Styledown=e()}}(function(){var define,module,exports;return function e(n,t,i){function a(o,s){if(!t[o]){if(!n[o]){var u="function"==typeof require&&require;if(!s&&u)return u(o,!0);if(r)return r(o,!0);var l=new Error("Cannot find module \'"+o+"\'");throw l.code="MODULE_NOT_FOUND",l}var h=t[o]={exports:{}};n[o][0].call(h.exports,function(e){var t=n[o][1][e];return a(t?t:e)},h,h.exports,e,n,t,i)}return t[o].exports}for(var r="function"==typeof require&&require,o=0;o<i.length;o++)a(i[o]);return a}({1:[function(e,n,t){"use strict";t.cache=e("./lib/cache"),t.render=e("./lib/render"),t.build=e("./lib/build"),t.templates=e("./lib/templates"),t.version=e("./package.json").version},{"./lib/build":2,"./lib/cache":5,"./lib/render":9,"./lib/templates":11,"./package.json":464}],2:[function(e,n,t){"use strict";function i(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t={files:{},templates:{},meta:{}},i=n.extension||".html";return r(t,e,{extension:i}),o(t),u(e,function(e,r){var o=e.name||r,s=e.contents||e.data||"";if(o.match(/^templates/))a(t,r,e);else{var u=o.replace(/\.md$/,i),c=l(s,{source:o});h(c,n),c.layout="html",c.type="text/html",c.toc=t.toc,t.files[u]=c}}),n.skipAssets||s(t),t}function a(e,n,t){var i=n.replace(/^templates\//,"").replace(/\.[^\.]+$/,""),a=e.templates[i];e.templates[i]=t.contents.replace(/{{{\s*inherit\s*}}}/g,a||"")}function r(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};n["README.md"]&&(e.toc=c(n["README.md"].contents,t),delete n["README.md"])}function o(n){n.templates=Object.assign({},e("../templates"))}function s(e){e.files["styledown/script.js"]={layout:"script",type:"application/javascript"},e.files["styledown/style.css"]={layout:"style",type:"text/css"}}var u=e("object-loops/for-each"),l=e("./parse_file"),h=e("./transform_lang"),c=(e("path").basename,e("path").dirname,e("../tocify"));n.exports=i},{"../templates":11,"../tocify":12,"./parse_file":3,"./transform_lang":4,"object-loops/for-each":189,path:193}],3:[function(e,n,t){"use strict";function i(e,n,t){for(;n.length>0;)r(e,n,t)||a(e,n);return!0}function a(e,n){n.shift()}function r(e,n,t){function i(){return o(e,a,s)}var a=[],s={id:null,title:null,depth:null,parts:[]};if(h(e,n,t),c(e,n,t,s)){for(;n.length;){if(r(e,n,t))return i();a.push(n.shift())}return i()}}function o(e,n,t){for(var i=[];n.length;){var a=n[0];"fence"===a.type?(s(e,i,t),u(e,n,t),i=[]):i.push(n.shift())}return s(e,i,t),!0}function s(e,n,t){if(0!==n.length){var i=""+t.id+"-"+(t.parts.length+1);return t.parts.push({id:i,type:"text",isText:!0,content:e.renderer.render(n,e.options).trim()}),!0}}function u(e,n,t){var i=""+t.id+"-"+(t.parts.length+1),a=l(n[0].info.trim()),r=n[0].content.trim();if(a)t.parts.push({id:i,type:"example",isExample:!0,language:a.language,preClass:[a["class"],"lang-"+a.language].join(" "),"class":a["class"],content:r,source:r});else{var o=n[0].info.trim();t.parts.push({id:i,type:"code",isCode:!0,language:o,preClass:"lang-"+o,content:r})}return n.shift(),!0}function l(e){var n=e.match(/^example\.([^\.]+)((?:\.[^\.]+)*)$/);return n?{language:n[1],"class":(n[2]||".").substr(1).split(".").join(" ")}:void 0}function h(e,n,t){var i=n[0];if(!i)return!1;if("heading_open"!==i.type||"h1"!==i.tag)return!1;var a=e.renderer.render(n[1].children,e.options);return t.title=a,!0}function c(e,n,t,i){var a=n[0];if(!a)return!1;if("heading_open"!==a.type)return!1;if(!~["h1","h2","h3"].indexOf(a.tag))return!1;var r=e.renderer.render(n[1].children),o=p(a,"id");return i.id=o,i.title=r,i.depth=+a.tag.substr(1),t.sections.push(i),n.shift(),n.shift(),n.shift(),!0}function p(e,n){for(var t=e.attrs||[],i=0,a=t.length;a>i;i++){var r=t[i];if(r[0]===n)return r[1]}throw new Error("Styledown.parse: no ID for heading")}n.exports=function(n,t){var a=t.source,r=e("markdown-it")().use(e("markdown-it-named-headings")),o={},s={source:a,title:null,sections:[]},u=[].concat(r.parse(n,o));return i(r,u,s),s}},{"markdown-it":131,"markdown-it-named-headings":130}],4:[function(e,n,t){"use strict";function i(e,n){var t=n&&n.transform;if(Array.isArray(t))return r(e.sections,function(e){r(e.parts,function(e){"example"===e.type&&t.indexOf(e.language)>-1&&(e.source=e.content,e.content=a(e.content,e.language),e.sourceLanguage=e.language,e.language="html")})}),e}function a(e,n){var t=o(n);return t.render(e).body}var r=e("../helpers/each"),o=e("../helpers/jst_engine");n.exports=i},{"../helpers/each":6,"../helpers/jst_engine":7}],5:[function(e,n,t){(function(t){"use strict";function i(e,n){return a(JSON.stringify(e),n)}function a(e,n){if(o.has(e))return o.get(e);var t=n();return o.set(e,t),t}var r=e("lru-cache"),o=r(t.env.STYLEDOWN_CACHE_SIZE||1024);n.exports={cache:o,fetch:i,fetchExact:a}}).call(this,e("_process"))},{_process:195,"lru-cache":129}],6:[function(e,n,t){"use strict";function i(e,n){var t,i,a=e&&e.length;if("number"==typeof a)for(t=0;a>t;t++)n(e[t],t);else{i=0;for(t in e)e.hasOwnProperty(t)&&n(e[t],t,i++)}return e}n.exports=i},{}],7:[function(e,n,t){"use strict";function i(e){return~e.indexOf(".")?e.replace(/^.*\.([^\.]+)$/,"$1"):e}var a={};n.exports=function(n){if(n=i(n),a[n])return a[n];var t=e("jstransformer");return"jade"===n||"pug"===n?a[n]=t(e("jstransformer-pug")):"ejs"===n?a[n]=t(e("jstransformer-ejs")):a[n]=t(e("jstransformer-"+n)),a[n]}},{jstransformer:123,"jstransformer-ejs":121,"jstransformer-pug":122}],8:[function(e,n,t){"use strict";var i=e("unidecode"),a=e("lodash.kebabcase");n.exports=function(e){return a(i(e))}},{"lodash.kebabcase":127,unidecode:451}],9:[function(e,n,t){"use strict";function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e.templates||{}),t=e.meta||{},i=o(e.files,function(e,i,r){return e[r]=a(i,{meta:t,templates:n}),e},{});return i}function a(e,n){var t=n.meta,i=n.templates,a=Object.assign({},e,{meta:t}),o=e.layout,s=o?r(a,i,o):"",u=a.type;return{contents:s,type:u}}var r=e("./render_template"),o=e("object-loops/reduce");n.exports=i},{"./render_template":10,"object-loops/reduce":191}],10:[function(e,n,t){"use strict";function i(e,n){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"html",i=s(["render.templates",n],function(){return o(n,a)}),r=i[t];if(!r)throw new Error("render(): unknown template \'"+t+"\'");return r.render(e,i)}function a(e){return s(["render.compileTemplate",e],function(){return r.compile(e)})}var r=e("hogan.js"),o=e("object-loops/map"),s=e("../cache").fetch;n.exports=i},{"../cache":5,"hogan.js":111,"object-loops/map":190}],11:[function(e,n,t){"use strict";var i=(e("path").resolve,"<!doctype html>\n<html>\n <head>\n <meta charset=\'utf-8\'>\n {{> htmlHead}}\n </head>\n <body>\n <div class=\'styledown-layout\'>\n {{> htmlBody}}\n </div>\n </body>\n</html>"),a="<title>{{> title}}</title>\n{{> head}}",r="{{> sidebar}}\n{{> body}}\n{{> footer}}",o="{{title}}",s="<meta name=\'generator\' content=\'Styledown2 "+e("../../package.json").version+"\'>\n<meta name=\'viewport\' content=\'width=device-width, initial-scale=1\'>\n<link rel=\'stylesheet\' href=\'{{base}}styledown/style.css\' />",u="<script src=\'{{base}}styledown/script.js\'></script>",l="<div class=\'styleguide-sidebar\'>\n <input type=\'checkbox\' id=\'styleguide-sidebar-toggle\' />\n <label class=\'styleguide-sidebar-button\' for=\'styleguide-sidebar-toggle\'></label>\n <label class=\'styleguide-sidebar-screen\' for=\'styleguide-sidebar-toggle\'></label>\n <div class=\'styleguide-sidebar-contents\'>\n {{> sidebarContents}}\n </div>\n</div>",h="{{> menu}}",c="<div class=\'styleguide-body\'>\n {{#sections}}{{> section}}{{/sections}}\n</div>",p="<section class=\'styleguide-section -h{{depth}}\'>\n <h{{depth}} id=\'{{id}}\'>{{title}}</h{{depth}}>\n {{#parts}}{{> part}}{{/parts}}\n</section>",g="{{#isText}}{{> textPart}}{{/isText}}\n{{#isCode}}{{> codePart}}{{/isCode}}\n{{#isExample}}{{> examplePart}}{{/isExample}}",f="<div class=\'styleguide-text\'>{{{content}}}</div>",d="<div class=\'styleguide-code {{class}}\'>\n <pre class=\'{{preClass}}\'><code>{{{content}}}</code></pre>\n</div>",y="<div class=\'styleguide-example {{class}}\'>\n <div class=\'styleguide-example-figure\'>{{{content}}}</div>\n <div class=\'styleguide-example-source\'>\n <pre class=\'{{preClass}}\'><code>{{{source}}}</code></pre>\n </div>\n</div>",m="<ul class=\'styleguide-menu\'>\n{{#toc}}{{#sections}}{{> menuItem}}{{/sections}}{{/toc}}\n</ul>",b="<li class=\'styleguide-menu-item -level-{{depth}} {{#isParent}}-parent{{/isParent}}\'>\n {{#href}}{{> menuItemLink}}{{/href}}\n {{^href}}{{> menuItemSpan}}{{/href}}\n {{#hasHeadings}}{{> headingList}}{{/hasHeadings}}\n {{#isParent}}{{> menuItemSubmenu}}{{/isParent}}\n</li>",w="<a href=\'{{href}}\' class=\'link title {{#isActive}}-active{{/isActive}}\'>\n {{title}}\n</a>",v="<span class=\'title\'>{{title}}</span>",x="<ul class=\'submenu\'>\n {{#sections}}{{> menuItem}}{{/sections}}\n</ul>",k="<ul class=\'headings styleguide-heading-list -depth-{{depth}}\'>\n {{#headings}}{{> headingItem}}{{/headings}}\n</ul>",_="<li class=\'styleguide-heading-item\'>\n<!-- ... -->\n</li>",C=\'!function e(t,n,r){function o(c,u){if(!n[c]){if(!t[c]){var a="function"==typeof require&&require;if(!u&&a)return a(c,!0);if(i)return i(c,!0);var s=new Error("Cannot find module \\'"+c+"\\'");throw s.code="MODULE_NOT_FOUND",s}var l=n[c]={exports:{}};t[c][0].call(l.exports,function(e){var n=t[c][1][e];return o(n?n:e)},l,l.exports,e,t,n,r)}return n[c].exports}for(var i="function"==typeof require&&require,c=0;c<r.length;c++)o(r[c]);return o}({1:[function(e,t,n){"use strict";void function(){function e(e){function t(){n(e,"-collapse"),r(e,"-expand"),c=!0}function o(){r(e,"-collapse"),n(e,"-expand"),c=!1}function i(){return c?o():t()}var c,u=e.querySelector(".styleguide-example-figure");e.querySelector(".styleguide-example-source");u.addEventListener("click",function(){i()}),t()}function t(e){return"complete"===document.readyState?e():void(document.addEventListener?document.addEventListener("DOMContentLoaded",e):document.attachEvent("onreadystatechange",function(){"interactive"===document.readyState&&e()}))}function n(e,t){e.classList?e.classList.add(t):e.className+=" "+t}function r(e,t){if(e.classList)e.classList.remove(t);else{var n=new RegExp("(^|\\\\b)"+t.split(" ").join("|")+"(\\\\b|$)","gi");e.className=e.className.replace(n," ")}}t(function(){for(var t=document.querySelectorAll(".styleguide-example"),n=0,r=t.length;r>n;n++)e(t[n])})}()},{}]},{},[1]);\n\',j=\'.styleguide-body,.styleguide-code,.styleguide-example,.styleguide-menu,.styleguide-section,.styleguide-sidebar,.styleguide-text{box-sizing:border-box}.styleguide-section:after{content:"";display:table;clear:both;zoom:1}.styleguide-section>h3{border-bottom:2px solid hsla(0,0%,50%,.2);margin-bottom:16px;padding-bottom:16px}.styleguide-text{box-sizing:border-box}.styleguide-example,.styleguide-text{margin-bottom:16px}@media (min-width:768px){.styleguide-text{clear:both;float:right;width:30%;padding-left:16px}.styleguide-example{float:left;width:70%}}.styleguide-text>:first-child{margin-top:0}.styleguide-example{border-radius:2px;border:2px solid transparent;overflow:hidden}.styleguide-example-figure{overflow:hidden;padding:8px;background:-webkit-linear-gradient(top,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=");background:linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAF0lEQVQI12P4BAI/QICBFCaYBPNJYQIAkUZftTbC4sIAAAAASUVORK5CYII=");position:relative}.styleguide-example.-expand>.styleguide-example-figure:after,.styleguide-example.-expand>.styleguide-example-figure:before{content:"";position:absolute;left:0;width:100%;height:16px;opacity:0;background:rgba(0,0,0,.1);-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.styleguide-example.-expand>.styleguide-example-figure:after:hover,.styleguide-example.-expand>.styleguide-example-figure:before:hover{opacity:.3}.styleguide-example.-expand>.styleguide-example-figure:before{top:0;border-bottom:1px dashed red}.styleguide-example.-expand>.styleguide-example-figure:after{bottom:0;border-top:1px dashed red}@media (min-width:768px){.styleguide-example-figure{padding:16px}}.styleguide-example.-clear{border:0}.styleguide-example.-clear>.styleguide-example-figure{padding:0}.styleguide-example.-clear:not(.-expand)>.styleguide-example-figure{background:transparent}.styleguide-example.-dark>.styleguide-example-figure{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAAAAACoWZBhAAAAFklEQVQI12NQBQF2EGAghQkmwXxSmADZJQiZ2ZZ46gAAAABJRU5ErkJggg==")}.styleguide-example-source{border-top:1px solid hsla(0,0%,50%,.2)}.styleguide-example-source>pre,.styleguide-example-source>pre>code{margin:0;border:0;border-radius:0;padding:0}.styleguide-example-source>pre{background:#fff;padding:16px}.styleguide-example.-collapse>.styleguide-example-source{display:none}.styleguide-example.-expand{border:2px solid hsla(0,0%,50%,.2)}.styleguide-example.-expand.-clear>.styleguide-example-figure{padding:16px}.styleguide-menu,.styleguide-menu-item,.styleguide-menu-item>.submenu{display:block;margin:0;padding:0;list-style-type:none}.styleguide-menu-item.-parent.-level-1{margin-top:1em;margin-bottom:1em;font-weight:700}.styleguide-menu-item.-parent.-level-1>.title{display:block;font-weight:700;padding:4px 16px}.styleguide-menu-item>.link{display:block;font-weight:400;padding:4px 16px}.styleguide-menu-item>.link.-active,.styleguide-menu-item>.link.-active:visited{color:inherit}.styleguide-menu-item>.link.-active:focus,.styleguide-menu-item>.link.-active:hover{text-decoration:inherit;font-weight:400;cursor:default}.styleguide-menu-item.-level-3>.title:before{content:"-";display:inline-block;width:.7em;margin-right:.2em}.styleguide-sidebar{position:fixed;top:0;left:0;bottom:0;right:0;pointer-events:none;z-index:3}.styleguide-sidebar>[type=checkbox]{display:none}.styleguide-sidebar-button{pointer-events:auto;display:block;cursor:pointer;position:absolute;bottom:16px;left:16px;width:48px;height:48px;background-color:#fff;border-radius:50%;z-index:2;box-shadow:0 2px 4px rgba(0,40,80,.1);-webkit-transition:box-shadow .15s ease-out;transition:box-shadow .15s ease-out;line-height:48px;text-align:center;-webkit-transition:background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;transition:background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out;transition:transform .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out;transition:transform .15s ease-out,background-color .15s ease-out,box-shadow .15s ease-out,-webkit-transform .15s ease-out}.styleguide-sidebar-button:focus,.styleguide-sidebar-button:hover{box-shadow:0 4px 8px rgba(0,40,80,.2)}.styleguide-sidebar-button:before{content:"";display:inline-block;width:12px;height:12px;border-top:1px solid #333;border-right:1px solid #333;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:relative;left:-3px}:checked~.styleguide-sidebar-button{-webkit-transform:translate3d(176px,0,0);transform:translate3d(176px,0,0);background-color:transparent;box-shadow:none}.styleguide-sidebar-contents{opacity:0;-webkit-transform:translate3d(-264px,0,0);transform:translate3d(-264px,0,0);-webkit-transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,-webkit-transform .15s ease-out;transition:opacity .15s ease-out,transform .15s ease-out;transition:opacity .15s ease-out,transform .15s ease-out,-webkit-transform .15s ease-out;background:#fff;width:256px;height:100%;box-shadow:0 0 10px rgba(0,0,0,.1);pointer-events:none;overflow:hidden;z-index:1;position:relative}:checked~.styleguide-sidebar-contents{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:auto}.styleguide-sidebar-screen{display:block;position:absolute;left:0;top:0;right:0;bottom:0;background:#000;z-index:0;pointer-events:none;-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out;opacity:0;margin:0;padding:0}:checked~.styleguide-sidebar-screen{pointer-events:auto;opacity:.1}.styleguide-body{max-width:960px;margin:0 auto;padding-left:16px;padding-right:16px}@media (max-width:480px){.styleguide-body{padding-left:8px;padding-right:8px}}\';n.exports={html:i,htmlHead:a,htmlBody:r,title:o,head:s,footer:u,sidebar:l,sidebarContents:h,menu:m,body:c,section:p,part:g,textPart:f,codePart:d,examplePart:y,script:C,style:j,menuItem:b,menuItemLink:w,menuItemSpan:v,menuItemSubmenu:x,headingList:k,headingItem:_}},{"../../package.json":464,path:193}],12:[function(e,n,t){"use strict";function i(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=a(e,n);return t=r(t)}function a(n){function t(e){return{sections:e.items,isParent:!0}}function i(e){var n=u(e.inline.content);return n.href&&(n.href=n.href.replace(".md#",s+"#").replace(/\.md$/,s)),e.list?(n.sections=e.list.sections,n.isParent=!0):n.isParent=!1,n}for(var a,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=r.extension||".html",l=e("markdown-it")(),h=l.parse(n);h.length;){if(a=o(h,t,i))return a.payload;h=h.slice(1)}}function r(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return e.depth=n,e.sections&&(e.sections=e.sections.map(function(e){return r(e,n+1)})),e}function o(e,n,t){var i,a=e[0];if(a&&"bullet_list_open"===a.type){e=e.slice(1);var r={items:[]};for(n||(n=function(e){return e}),t||(t=function(e){return e});e.length;){var o=e[0];if(!o)return;if(!(i=s(e,n,t)))return"bullet_list_close"===o.type?{tokens:e.slice(1),payload:n(r)}:void 0;r.items.push(i.payload),e=i.tokens}}}function s(e,n,t){var i,a=e[0];if(a&&"list_item_open"===a.type){e=e.slice(1);for(var r={contents:[]};e.length;){var u=e[0];if(!u)return;if(i=o(e,n,t))r.list=i.payload,e=i.tokens;else if(i=s(e,n,t))e=i.tokens;else if("inline"===u.type)r.inline=u,e=e.slice(1);else{if("list_item_close"===u.type)return{tokens:e.slice(1),payload:t(r)};r.contents.push(u),e=e.slice(1)}}}}var u=e("./parse_link");Object.assign,e("../helpers/slugify");n.exports=i},{"../helpers/slugify":8,"./parse_link":13,"markdown-it":131}],13:[function(e,n,t){"use strict";function i(e){for(var n=e;;){if(n=n.replace(/`([^`]+)`/g,"$1").replace(/\*\*([^\*]+)\*\*/g,"$1").replace(/\*([^\*]+)\*/g,"$1").replace(/\*([^\*]+)\*/g,"$1").replace(/(?:^|\s)([\(\[]?)_([^`]*)_([\)\]]?[\.\!\?]?)(?:$|\s)/g,"$1$2$3").replace(/!?\[([^\]]*)\]\([^\)]*\)/g,"$1").replace(/!?\[([^\]]*)\]\[[^\)]*\]/g,"$1").replace(/<[^>]*>/g,""),n===e)break;e=n}return n=n.replace(/!?\[([^\]]*)\]/g,"$1")}n.exports=function(e){var n;return(n=e.match(/^\[([^\]]*)\]\((.*)\)$/))?{title:i(n[1]),href:n[2]}:(n=e.match(/^(?:__|\*\*)\[([^\]]*)\]\((.*)\)(?:__|\*\*)$/))?{title:i(n[1]),href:n[2],expand:!0}:{title:i(e)}}},{}],14:[function(e,n,t){"use strict";function i(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type||"ArrowFunctionExpression"===e.type||"Program"===e.type}function a(e){return"BlockStatement"===e.type||i(e)}function r(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type}function o(e){return"FunctionExpression"===e.type||"FunctionDeclaration"===e.type}function s(e){return l.parse(e,{allowReturnOutsideFunction:!0,allowImportExportEverywhere:!0,allowHashBang:!0})}function u(e){function n(e,n){var t=e.name;if("undefined"!==t){for(var i=0;i<n.length;i++){if("arguments"===t&&r(n[i]))return;if(n[i].locals&&t in n[i].locals)return}e.parents=n,u.push(e)}}var t,u=[];if(t="string"==typeof e?s(e):e,!t||"object"!=typeof t||"Program"!==t.type)throw new TypeError("Source must be either a string of JavaScript or an acorn AST");var l=function(e){var n=e;n.locals=n.locals||{},e.params.forEach(function(e){c(e,n)}),e.id&&(n.locals[e.id.name]=!0)},c=function(e,n){switch(e.type){case"Identifier":n.locals[e.name]=!0;break;case"ObjectPattern":e.properties.forEach(function(e){c(e.value,n)});break;case"ArrayPattern":e.elements.forEach(function(e){e&&c(e,n)});break;case"RestElement":c(e.argument,n);break;case"AssignmentPattern":c(e.left,n);break;default:throw new Error("Unrecognized pattern type: "+e.type)}},p=function(e,n){t.locals=t.locals||{},t.locals[e.local.name]=!0};h.ancestor(t,{VariableDeclaration:function(e,n){for(var t=null,r=n.length-1;r>=0&&null===t;r--)("var"===e.kind?i(n[r]):a(n[r]))&&(t=n[r]);t.locals=t.locals||{},e.declarations.forEach(function(e){c(e.id,t)})},FunctionDeclaration:function(e,n){for(var t=null,a=n.length-2;a>=0&&null===t;a--)i(n[a])&&(t=n[a]);t.locals=t.locals||{},t.locals[e.id.name]=!0,l(e)},Function:l,ClassDeclaration:function(e,n){for(var t=null,a=n.length-2;a>=0&&null===t;a--)i(n[a])&&(t=n[a]);t.locals=t.locals||{},t.locals[e.id.name]=!0},TryStatement:function(e){null!==e.handler&&(e.handler.locals=e.handler.locals||{},e.handler.locals[e.handler.param.name]=!0)},ImportDefaultSpecifier:p,ImportSpecifier:p,ImportNamespaceSpecifier:p}),h.ancestor(t,{VariablePattern:n,Identifier:n,ThisExpression:function(e,n){for(var t=0;t<n.length;t++)if(o(n[t]))return;e.parents=n,u.push(e)}});var g={};return u.forEach(function(e){var n="ThisExpression"===e.type?"this":e.name;g[n]=g[n]||[],g[n].push(e)}),Object.keys(g).sort().map(function(e){return{name:e,nodes:g[e]}})}var l=e("acorn"),h=e("acorn/dist/walk");n.exports=u,n.exports.parse=s},{acorn:15,"acorn/dist/walk":16}],15:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i(e.acorn=e.acorn||{})}(this,function(e){"use strict";function n(e,n){for(var t=65536,i=0;i<n.length;i+=2){if(t+=n[i],t>e)return!1;if(t+=n[i+1],t>=e)return!0}}function t(e,t){return 65>e?36===e:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&j.test(String.fromCharCode(e)):t===!1?!1:n(e,E)}function i(e,t){return 48>e?36===e:58>e?!0:65>e?!1:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&S.test(String.fromCharCode(e)):t===!1?!1:n(e,E)||n(e,A)}function a(e,n){return new L(e,{beforeExpr:!0,binop:n})}function r(e,n){return void 0===n&&(n={}),n.keyword=e,Y[e]=new L(e,n)}function o(e){return 10===e||13===e||8232===e||8233===e}function s(e){return"[object Array]"===Object.prototype.toString.call(e)}function u(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function l(e,n){for(var t=1,i=0;;){M.lastIndex=i;var a=M.exec(e);if(!(a&&a.index<n))return new J(t,n-i);++t,i=a.index+a[0].length}}function h(e){var n={};for(var t in R)n[t]=e&&u(e,t)?e[t]:R[t];if(n.ecmaVersion>=2015&&(n.ecmaVersion-=2009),null==n.allowReserved&&(n.allowReserved=n.ecmaVersion<5),s(n.onToken)){var i=n.onToken;n.onToken=function(e){return i.push(e)}}return s(n.onComment)&&(n.onComment=c(n,n.onComment)),n}function c(e,n){return function(t,i,a,r,o,s){var u={type:t?"Block":"Line",value:i,start:a,end:r};e.locations&&(u.loc=new P(this,o,s)),e.ranges&&(u.range=[a,r]),n.push(u)}}function p(e){return new RegExp("^("+e.replace(/ /g,"|")+")$")}function g(e,n,t,i){return e.type=n,e.end=t,this.options.locations&&(e.loc.end=i),this.options.ranges&&(e.range[1]=t),e}function f(e,n,t,i){try{return new RegExp(e,n)}catch(a){if(void 0!==t)throw a instanceof SyntaxError&&i.raise(t,"Error parsing regular expression: "+a.message),a}}function d(e){return 65535>=e?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(1023&e)+56320))}function y(e,n){return new X(n,e).parse()}function m(e,n,t){var i=new X(t,e,n);return i.nextToken(),i.parseExpression()}function b(e,n){return new X(n,e)}function w(n,t,i){e.parse_dammit=n,e.LooseParser=t,e.pluginsLoose=i}var v={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},x="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",k={5:x,6:x+" const class extends export import super"},_="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿕ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞮꞰ-ꞷꟷ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭥꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",C="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣔ-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఃా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഁ-ഃാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ູົຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭ᳲ-᳴᳸᳹᷀-᷵᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱꤀-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",j=new RegExp("["+_+"]"),S=new RegExp("["+_+C+"]");_=C=null;var E=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,17,26,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,26,45,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,785,52,76,44,33,24,27,35,42,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,54,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,86,25,391,63,32,0,449,56,264,8,2,36,18,0,50,29,881,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,881,68,12,0,67,12,65,0,32,6124,20,754,9486,1,3071,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,60,67,1213,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,10591,541],A=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,1306,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,52,0,13,2,49,13,10,2,4,9,83,11,7,0,161,11,6,9,7,3,57,0,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,87,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,423,9,838,7,2,7,17,9,57,21,2,13,19882,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,2214,6,110,6,6,9,792487,239],L=function(e,n){void 0===n&&(n={}),this.label=e,this.keyword=n.keyword,this.beforeExpr=!!n.beforeExpr,this.startsExpr=!!n.startsExpr,this.isLoop=!!n.isLoop,this.isAssign=!!n.isAssign,this.prefix=!!n.prefix,this.postfix=!!n.postfix,this.binop=n.binop||null,this.updateContext=null},T={beforeExpr:!0},D={startsExpr:!0},Y={},B={num:new L("num",D),regexp:new L("regexp",D),string:new L("string",D),name:new L("name",D),eof:new L("eof"),bracketL:new L("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new L("]"),braceL:new L("{",{beforeExpr:!0,startsExpr:!0}),braceR:new L("}"),parenL:new L("(",{beforeExpr:!0,startsExpr:!0}),parenR:new L(")"),comma:new L(",",T),semi:new L(";",T),colon:new L(":",T),dot:new L("."),question:new L("?",T),arrow:new L("=>",T),template:new L("template"),ellipsis:new L("...",T),backQuote:new L("`",D),dollarBraceL:new L("${",{beforeExpr:!0,startsExpr:!0}),eq:new L("=",{beforeExpr:!0,isAssign:!0}),assign:new L("_=",{beforeExpr:!0,isAssign:!0}),incDec:new L("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new L("prefix",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:a("||",1),logicalAND:a("&&",2),bitwiseOR:a("|",3),bitwiseXOR:a("^",4),bitwiseAND:a("&",5),equality:a("==/!=",6),relational:a("</>",7),bitShift:a("<</>>",8),plusMin:new L("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:a("%",10),star:a("*",10),slash:a("/",10),starstar:new L("**",{beforeExpr:!0}),_break:r("break"),_case:r("case",T),_catch:r("catch"),_continue:r("continue"),_debugger:r("debugger"),_default:r("default",T),_do:r("do",{isLoop:!0,beforeExpr:!0}),_else:r("else",T),_finally:r("finally"),_for:r("for",{isLoop:!0}),_function:r("function",D),_if:r("if"),_return:r("return",T),_switch:r("switch"),_throw:r("throw",T),_try:r("try"),_var:r("var"),_const:r("const"),_while:r("while",{isLoop:!0}),_with:r("with"),_new:r("new",{beforeExpr:!0,startsExpr:!0}),_this:r("this",D),_super:r("super",D),_class:r("class"),_extends:r("extends",T),_export:r("export"),_import:r("import"),_null:r("null",D),_true:r("true",D),_false:r("false",D),_in:r("in",{beforeExpr:!0,binop:7}),_instanceof:r("instanceof",{beforeExpr:!0,binop:7}),_typeof:r("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:r("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:r("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},F=/\r\n?|\n|\u2028|\u2029/,M=new RegExp(F.source,"g"),Z=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,N=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,J=function(e,n){this.line=e,this.column=n};J.prototype.offset=function(e){return new J(this.line,this.column+e)};var P=function(e,n,t){this.start=n,this.end=t,null!==e.sourceFile&&(this.source=e.sourceFile)},R={ecmaVersion:7,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1,plugins:{}},O={},X=function(e,n,t){this.options=e=h(e),this.sourceFile=e.sourceFile,this.keywords=p(k[e.ecmaVersion>=6?6:5]);var i="";if(!e.allowReserved){for(var a=e.ecmaVersion;!(i=v[a]);a--);"module"==e.sourceType&&(i+=" await")}this.reservedWords=p(i);var r=(i?i+" ":"")+v.strict;this.reservedWordsStrict=p(r),this.reservedWordsStrictBind=p(r+" "+v.strictBind),this.input=String(n),this.containsEsc=!1,this.loadPlugins(e.plugins),t?(this.pos=t,this.lineStart=this.input.lastIndexOf("\n",t-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(F).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=B.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.inFunction=this.inGenerator=this.inAsync=!1,this.yieldPos=this.awaitPos=0,this.labels=[],0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2)};X.prototype.isKeyword=function(e){return this.keywords.test(e)},X.prototype.isReservedWord=function(e){return this.reservedWords.test(e)},X.prototype.extend=function(e,n){this[e]=n(this[e])},X.prototype.loadPlugins=function(e){var n=this;for(var t in e){var i=O[t];if(!i)throw new Error("Plugin \'"+t+"\' not found");i(n,e[t])}},X.prototype.parse=function(){
46
46
  var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)};var H=X.prototype,Q=/^(?:\'((?:[^\\']|\.)*)\'|"((?:[^\"]|\.)*)"|;)/;H.strictDirective=function(e){for(var n=this;;){N.lastIndex=e,e+=N.exec(n.input)[0].length;var t=Q.exec(n.input.slice(e));if(!t)return!1;if("use strict"==(t[1]||t[2]))return!0;e+=t[0].length}},H.eat=function(e){return this.type===e?(this.next(),!0):!1},H.isContextual=function(e){return this.type===B.name&&this.value===e},H.eatContextual=function(e){return this.value===e&&this.eat(B.name)},H.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},H.canInsertSemicolon=function(){return this.type===B.eof||this.type===B.braceR||F.test(this.input.slice(this.lastTokEnd,this.start))},H.insertSemicolon=function(){return this.canInsertSemicolon()?(this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0):void 0},H.semicolon=function(){this.eat(B.semi)||this.insertSemicolon()||this.unexpected()},H.afterTrailingComma=function(e,n){return this.type==e?(this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),n||this.next(),!0):void 0},H.expect=function(e){this.eat(e)||this.unexpected()},H.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")};var I=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=-1};H.checkPatternErrors=function(e,n){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var t=n?e.parenthesizedAssign:e.parenthesizedBind;t>-1&&this.raiseRecoverable(t,"Parenthesized pattern")}},H.checkExpressionErrors=function(e,n){var t=e?e.shorthandAssign:-1;return n?void(t>-1&&this.raise(t,"Shorthand property assignments are valid only in destructuring patterns")):t>=0},H.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")},H.isSimpleAssignTarget=function(e){return"ParenthesizedExpression"===e.type?this.isSimpleAssignTarget(e.expression):"Identifier"===e.type||"MemberExpression"===e.type};var G=X.prototype;G.parseTopLevel=function(e){var n=this,t={};for(e.body||(e.body=[]);this.type!==B.eof;){var i=n.parseStatement(!0,!0,t);e.body.push(i)}return this.next(),this.options.ecmaVersion>=6&&(e.sourceType=this.options.sourceType),this.finishNode(e,"Program")};var W={kind:"loop"},z={kind:"switch"};G.isLet=function(){if(this.type!==B.name||this.options.ecmaVersion<6||"let"!=this.value)return!1;N.lastIndex=this.pos;var e=N.exec(this.input),n=this.pos+e[0].length,a=this.input.charCodeAt(n);if(91===a||123==a)return!0;if(t(a,!0)){for(var r=n+1;i(this.input.charCodeAt(r),!0);++r);var o=this.input.slice(n,r);if(!this.isKeyword(o))return!0}return!1},G.isAsyncFunction=function(){if(this.type!==B.name||this.options.ecmaVersion<8||"async"!=this.value)return!1;N.lastIndex=this.pos;var e=N.exec(this.input),n=this.pos+e[0].length;return!(F.test(this.input.slice(this.pos,n))||"function"!==this.input.slice(n,n+8)||n+8!=this.input.length&&i(this.input.charAt(n+8)))},G.parseStatement=function(e,n,t){var i,a=this.type,r=this.startNode();switch(this.isLet()&&(a=B._var,i="let"),a){case B._break:case B._continue:return this.parseBreakContinueStatement(r,a.keyword);case B._debugger:return this.parseDebuggerStatement(r);case B._do:return this.parseDoStatement(r);case B._for:return this.parseForStatement(r);case B._function:return!e&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(r,!1);case B._class:return e||this.unexpected(),this.parseClass(r,!0);case B._if:return this.parseIfStatement(r);case B._return:return this.parseReturnStatement(r);case B._switch:return this.parseSwitchStatement(r);case B._throw:return this.parseThrowStatement(r);case B._try:return this.parseTryStatement(r);case B._const:case B._var:return i=i||this.value,e||"var"==i||this.unexpected(),this.parseVarStatement(r,i);case B._while:return this.parseWhileStatement(r);case B._with:return this.parseWithStatement(r);case B.braceL:return this.parseBlock();case B.semi:return this.parseEmptyStatement(r);case B._export:case B._import:return this.options.allowImportExportEverywhere||(n||this.raise(this.start,"\'import\' and \'export\' may only appear at the top level"),this.inModule||this.raise(this.start,"\'import\' and \'export\' may appear only with \'sourceType: module\'")),a===B._import?this.parseImport(r):this.parseExport(r,t);default:if(this.isAsyncFunction()&&e)return this.next(),this.parseFunctionStatement(r,!0);var o=this.value,s=this.parseExpression();return a===B.name&&"Identifier"===s.type&&this.eat(B.colon)?this.parseLabeledStatement(r,o,s):this.parseExpressionStatement(r,s)}},G.parseBreakContinueStatement=function(e,n){var t=this,i="break"==n;this.next(),this.eat(B.semi)||this.insertSemicolon()?e.label=null:this.type!==B.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var a=0;a<this.labels.length;++a){var r=t.labels[a];if(null==e.label||r.name===e.label.name){if(null!=r.kind&&(i||"loop"===r.kind))break;if(e.label&&i)break}}return a===this.labels.length&&this.raise(e.start,"Unsyntactic "+n),this.finishNode(e,i?"BreakStatement":"ContinueStatement")},G.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")},G.parseDoStatement=function(e){return this.next(),this.labels.push(W),e.body=this.parseStatement(!1),this.labels.pop(),this.expect(B._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(B.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},G.parseForStatement=function(e){if(this.next(),this.labels.push(W),this.expect(B.parenL),this.type===B.semi)return this.parseFor(e,null);var n=this.isLet();if(this.type===B._var||this.type===B._const||n){var t=this.startNode(),i=n?"let":this.value;return this.next(),this.parseVar(t,!0,i),this.finishNode(t,"VariableDeclaration"),!(this.type===B._in||this.options.ecmaVersion>=6&&this.isContextual("of"))||1!==t.declarations.length||"var"!==i&&t.declarations[0].init?this.parseFor(e,t):this.parseForIn(e,t)}var a=new I,r=this.parseExpression(!0,a);return this.type===B._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.toAssignable(r),this.checkLVal(r),this.checkPatternErrors(a,!0),this.parseForIn(e,r)):(this.checkExpressionErrors(a,!0),this.parseFor(e,r))},G.parseFunctionStatement=function(e,n){return this.next(),this.parseFunction(e,!0,!1,n)},G.isFunction=function(){return this.type===B._function||this.isAsyncFunction()},G.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement(!this.strict&&this.isFunction()),e.alternate=this.eat(B._else)?this.parseStatement(!this.strict&&this.isFunction()):null,this.finishNode(e,"IfStatement")},G.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"\'return\' outside of function"),this.next(),this.eat(B.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},G.parseSwitchStatement=function(e){var n=this;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(B.braceL),this.labels.push(z);for(var t,i=!1;this.type!=B.braceR;)if(n.type===B._case||n.type===B._default){var a=n.type===B._case;t&&n.finishNode(t,"SwitchCase"),e.cases.push(t=n.startNode()),t.consequent=[],n.next(),a?t.test=n.parseExpression():(i&&n.raiseRecoverable(n.lastTokStart,"Multiple default clauses"),i=!0,t.test=null),n.expect(B.colon)}else t||n.unexpected(),t.consequent.push(n.parseStatement(!0));return t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},G.parseThrowStatement=function(e){return this.next(),F.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var q=[];G.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===B._catch){var n=this.startNode();this.next(),this.expect(B.parenL),n.param=this.parseBindingAtom(),this.checkLVal(n.param,!0),this.expect(B.parenR),n.body=this.parseBlock(),e.handler=this.finishNode(n,"CatchClause")}return e.finalizer=this.eat(B._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},G.parseVarStatement=function(e,n){return this.next(),this.parseVar(e,!1,n),this.semicolon(),this.finishNode(e,"VariableDeclaration")},G.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(W),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"WhileStatement")},G.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"\'with\' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement(!1),this.finishNode(e,"WithStatement")},G.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},G.parseLabeledStatement=function(e,n,t){for(var i=this,a=0;a<this.labels.length;++a)i.labels[a].name===n&&i.raise(t.start,"Label \'"+n+"\' is already declared");for(var r=this.type.isLoop?"loop":this.type===B._switch?"switch":null,o=this.labels.length-1;o>=0;o--){var s=i.labels[o];if(s.statementStart!=e.start)break;s.statementStart=i.start,s.kind=r}return this.labels.push({name:n,kind:r,statementStart:this.start}),e.body=this.parseStatement(!0),("ClassDeclaration"==e.body.type||"VariableDeclaration"==e.body.type&&(this.strict||"var"!=e.body.kind)||"FunctionDeclaration"==e.body.type&&(this.strict||e.body.generator))&&this.raiseRecoverable(e.body.start,"Invalid labeled declaration"),this.labels.pop(),e.label=t,this.finishNode(e,"LabeledStatement")},G.parseExpressionStatement=function(e,n){return e.expression=n,this.semicolon(),this.finishNode(e,"ExpressionStatement")},G.parseBlock=function(){var e=this,n=this.startNode();for(n.body=[],this.expect(B.braceL);!this.eat(B.braceR);){var t=e.parseStatement(!0);n.body.push(t)}return this.finishNode(n,"BlockStatement")},G.parseFor=function(e,n){return e.init=n,this.expect(B.semi),e.test=this.type===B.semi?null:this.parseExpression(),this.expect(B.semi),e.update=this.type===B.parenR?null:this.parseExpression(),this.expect(B.parenR),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"ForStatement")},G.parseForIn=function(e,n){var t=this.type===B._in?"ForInStatement":"ForOfStatement";return this.next(),e.left=n,e.right=this.parseExpression(),this.expect(B.parenR),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,t)},G.parseVar=function(e,n,t){var i=this;for(e.declarations=[],e.kind=t;;){var a=i.startNode();if(i.parseVarId(a),i.eat(B.eq)?a.init=i.parseMaybeAssign(n):"const"!==t||i.type===B._in||i.options.ecmaVersion>=6&&i.isContextual("of")?"Identifier"==a.id.type||n&&(i.type===B._in||i.isContextual("of"))?a.init=null:i.raise(i.lastTokEnd,"Complex binding patterns require an initialization value"):i.unexpected(),e.declarations.push(i.finishNode(a,"VariableDeclarator")),!i.eat(B.comma))break}return e},G.parseVarId=function(e){e.id=this.parseBindingAtom(),this.checkLVal(e.id,!0)},G.parseFunction=function(e,n,t,i){this.initFunction(e),this.options.ecmaVersion>=6&&!i&&(e.generator=this.eat(B.star)),this.options.ecmaVersion>=8&&(e.async=!!i),null==n&&(n=this.type==B.name),n&&(e.id=this.parseIdent());var a=this.inGenerator,r=this.inAsync,o=this.yieldPos,s=this.awaitPos,u=this.inFunction;return this.inGenerator=e.generator,this.inAsync=e.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,n||this.type!==B.name||(e.id=this.parseIdent()),this.parseFunctionParams(e),this.parseFunctionBody(e,t),this.inGenerator=a,this.inAsync=r,this.yieldPos=o,this.awaitPos=s,this.inFunction=u,this.finishNode(e,n?"FunctionDeclaration":"FunctionExpression")},G.parseFunctionParams=function(e){this.expect(B.parenL),e.params=this.parseBindingList(B.parenR,!1,this.options.ecmaVersion>=8,!0),this.checkYieldAwaitInDefaultParams()},G.parseClass=function(e,n){var t=this;this.next(),null==n&&(n=this.type===B.name),this.parseClassId(e,n),this.parseClassSuper(e);var i=this.startNode(),a=!1;for(i.body=[],this.expect(B.braceL);!this.eat(B.braceR);)if(!t.eat(B.semi)){var r=t.startNode(),o=t.eat(B.star),s=!1,u=t.type===B.name&&"static"===t.value;t.parsePropertyName(r),r["static"]=u&&t.type!==B.parenL,r["static"]&&(o&&t.unexpected(),o=t.eat(B.star),t.parsePropertyName(r)),t.options.ecmaVersion>=8&&!o&&!r.computed&&"Identifier"===r.key.type&&"async"===r.key.name&&t.type!==B.parenL&&!t.canInsertSemicolon()&&(s=!0,t.parsePropertyName(r)),r.kind="method";var l=!1;if(!r.computed){var h=r.key;o||s||"Identifier"!==h.type||t.type===B.parenL||"get"!==h.name&&"set"!==h.name||(l=!0,r.kind=h.name,h=t.parsePropertyName(r)),!r["static"]&&("Identifier"===h.type&&"constructor"===h.name||"Literal"===h.type&&"constructor"===h.value)&&(a&&t.raise(h.start,"Duplicate constructor in the same class"),l&&t.raise(h.start,"Constructor can\'t have get/set modifier"),o&&t.raise(h.start,"Constructor can\'t be a generator"),s&&t.raise(h.start,"Constructor can\'t be an async method"),r.kind="constructor",a=!0)}if(t.parseClassMethod(i,r,o,s),l){var c="get"===r.kind?0:1;if(r.value.params.length!==c){var p=r.value.start;"get"===r.kind?t.raiseRecoverable(p,"getter should have no params"):t.raiseRecoverable(p,"setter should have exactly one param")}else"set"===r.kind&&"RestElement"===r.value.params[0].type&&t.raiseRecoverable(r.value.params[0].start,"Setter cannot use rest params")}}return e.body=this.finishNode(i,"ClassBody"),this.finishNode(e,n?"ClassDeclaration":"ClassExpression")},G.parseClassMethod=function(e,n,t,i){n.value=this.parseMethod(t,i),e.body.push(this.finishNode(n,"MethodDefinition"))},G.parseClassId=function(e,n){e.id=this.type===B.name?this.parseIdent():n?this.unexpected():null},G.parseClassSuper=function(e){e.superClass=this.eat(B._extends)?this.parseExprSubscripts():null},G.parseExport=function(e,n){var t=this;if(this.next(),this.eat(B.star))return this.expectContextual("from"),e.source=this.type===B.string?this.parseExprAtom():this.unexpected(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(B._default)){this.checkExport(n,"default",this.lastTokStart);var i;if(this.type===B._function||(i=this.isAsyncFunction())){var a=this.startNode();this.next(),i&&this.next(),e.declaration=this.parseFunction(a,null,!1,i)}else if(this.type===B._class){var r=this.startNode();e.declaration=this.parseClass(r,null)}else e.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(!0),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(n,e.declaration.declarations):this.checkExport(n,e.declaration.id.name,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(n),this.eatContextual("from"))e.source=this.type===B.string?this.parseExprAtom():this.unexpected();else{for(var o=0;o<e.specifiers.length;o++)(t.keywords.test(e.specifiers[o].local.name)||t.reservedWords.test(e.specifiers[o].local.name))&&t.unexpected(e.specifiers[o].local.start);e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")},G.checkExport=function(e,n,t){e&&(Object.prototype.hasOwnProperty.call(e,n)&&this.raiseRecoverable(t,"Duplicate export \'"+n+"\'"),e[n]=!0)},G.checkPatternExport=function(e,n){var t=this,i=n.type;if("Identifier"==i)this.checkExport(e,n.name,n.start);else if("ObjectPattern"==i)for(var a=0;a<n.properties.length;++a)t.checkPatternExport(e,n.properties[a].value);else if("ArrayPattern"==i)for(var r=0;r<n.elements.length;++r){var o=n.elements[r];o&&t.checkPatternExport(e,o)}else"AssignmentPattern"==i?this.checkPatternExport(e,n.left):"ParenthesizedExpression"==i&&this.checkPatternExport(e,n.expression)},G.checkVariableExport=function(e,n){var t=this;if(e)for(var i=0;i<n.length;i++)t.checkPatternExport(e,n[i].id)},G.shouldParseExportStatement=function(){return"var"===this.type.keyword||"const"===this.type.keyword||"class"===this.type.keyword||"function"===this.type.keyword||this.isLet()||this.isAsyncFunction()},G.parseExportSpecifiers=function(e){var n=this,t=[],i=!0;for(this.expect(B.braceL);!this.eat(B.braceR);){if(i)i=!1;else if(n.expect(B.comma),n.afterTrailingComma(B.braceR))break;var a=n.startNode();a.local=n.parseIdent(!0),a.exported=n.eatContextual("as")?n.parseIdent(!0):a.local,n.checkExport(e,a.exported.name,a.exported.start),t.push(n.finishNode(a,"ExportSpecifier"))}return t},G.parseImport=function(e){return this.next(),this.type===B.string?(e.specifiers=q,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===B.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")},G.parseImportSpecifiers=function(){var e=this,n=[],t=!0;if(this.type===B.name){var i=this.startNode();if(i.local=this.parseIdent(),this.checkLVal(i.local,!0),n.push(this.finishNode(i,"ImportDefaultSpecifier")),!this.eat(B.comma))return n}if(this.type===B.star){var a=this.startNode();return this.next(),this.expectContextual("as"),a.local=this.parseIdent(),this.checkLVal(a.local,!0),n.push(this.finishNode(a,"ImportNamespaceSpecifier")),n}for(this.expect(B.braceL);!this.eat(B.braceR);){if(t)t=!1;else if(e.expect(B.comma),e.afterTrailingComma(B.braceR))break;var r=e.startNode();r.imported=e.parseIdent(!0),e.eatContextual("as")?r.local=e.parseIdent():(r.local=r.imported,e.isKeyword(r.local.name)&&e.unexpected(r.local.start),e.reservedWordsStrict.test(r.local.name)&&e.raiseRecoverable(r.local.start,"The keyword \'"+r.local.name+"\' is reserved")),e.checkLVal(r.local,!0),n.push(e.finishNode(r,"ImportSpecifier"))}return n};var K=X.prototype;K.toAssignable=function(e,n){var t=this;if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Can not use \'await\' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":break;case"ObjectExpression":e.type="ObjectPattern";for(var i=0;i<e.properties.length;i++){var a=e.properties[i];"init"!==a.kind&&t.raise(a.key.start,"Object pattern can\'t contain getter or setter"),t.toAssignable(a.value,n)}break;case"ArrayExpression":e.type="ArrayPattern",this.toAssignableList(e.elements,n);break;case"AssignmentExpression":if("="!==e.operator){this.raise(e.left.end,"Only \'=\' operator can be used for specifying default value.");break}e.type="AssignmentPattern",delete e.operator,this.toAssignable(e.left,n);case"AssignmentPattern":break;case"ParenthesizedExpression":e.expression=this.toAssignable(e.expression,n);break;case"MemberExpression":if(!n)break;default:this.raise(e.start,"Assigning to rvalue")}return e},K.toAssignableList=function(e,n){var t=this,i=e.length;if(i){var a=e[i-1];if(a&&"RestElement"==a.type)--i;else if(a&&"SpreadElement"==a.type){a.type="RestElement";var r=a.argument;this.toAssignable(r,n),"Identifier"!==r.type&&"MemberExpression"!==r.type&&"ArrayPattern"!==r.type&&this.unexpected(r.start),--i}n&&a&&"RestElement"===a.type&&"Identifier"!==a.argument.type&&this.unexpected(a.argument.start)}for(var o=0;i>o;o++){var s=e[o];s&&t.toAssignable(s,n)}return e},K.parseSpread=function(e){var n=this.startNode();return this.next(),n.argument=this.parseMaybeAssign(!1,e),this.finishNode(n,"SpreadElement")},K.parseRest=function(e){var n=this.startNode();return this.next(),e?n.argument=this.type===B.name?this.parseIdent():this.unexpected():n.argument=this.type===B.name||this.type===B.bracketL?this.parseBindingAtom():this.unexpected(),this.finishNode(n,"RestElement")},K.parseBindingAtom=function(){if(this.options.ecmaVersion<6)return this.parseIdent();switch(this.type){case B.name:return this.parseIdent();case B.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(B.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case B.braceL:return this.parseObj(!0);default:this.unexpected()}},K.parseBindingList=function(e,n,t,i){for(var a=this,r=[],o=!0;!this.eat(e);)if(o?o=!1:a.expect(B.comma),n&&a.type===B.comma)r.push(null);else{if(t&&a.afterTrailingComma(e))break;if(a.type===B.ellipsis){var s=a.parseRest(i);a.parseBindingListItem(s),r.push(s),a.type===B.comma&&a.raise(a.start,"Comma is not permitted after the rest element"),a.expect(e);break}var u=a.parseMaybeDefault(a.start,a.startLoc);a.parseBindingListItem(u),r.push(u)}return r},K.parseBindingListItem=function(e){return e},K.parseMaybeDefault=function(e,n,t){if(t=t||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(B.eq))return t;var i=this.startNodeAt(e,n);return i.left=t,i.right=this.parseMaybeAssign(),this.finishNode(i,"AssignmentPattern")},K.checkLVal=function(e,n,t){var i=this;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(n?"Binding ":"Assigning to ")+e.name+" in strict mode"),t&&(u(t,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),t[e.name]=!0);break;case"MemberExpression":n&&this.raiseRecoverable(e.start,(n?"Binding":"Assigning to")+" member expression");break;case"ObjectPattern":for(var a=0;a<e.properties.length;a++)i.checkLVal(e.properties[a].value,n,t);break;case"ArrayPattern":for(var r=0;r<e.elements.length;r++){var o=e.elements[r];o&&i.checkLVal(o,n,t)}break;case"AssignmentPattern":this.checkLVal(e.left,n,t);break;case"RestElement":this.checkLVal(e.argument,n,t);break;case"ParenthesizedExpression":this.checkLVal(e.expression,n,t);break;default:this.raise(e.start,(n?"Binding":"Assigning to")+" rvalue")}};var V=X.prototype;V.checkPropClash=function(e,n){if(!(this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var t,i=e.key;switch(i.type){case"Identifier":t=i.name;break;case"Literal":t=String(i.value);break;default:return}var a=e.kind;if(this.options.ecmaVersion>=6)return void("__proto__"===t&&"init"===a&&(n.proto&&this.raiseRecoverable(i.start,"Redefinition of __proto__ property"),n.proto=!0));t="$"+t;var r=n[t];if(r){var o="init"!==a;(!this.strict&&!o||!r[a])&&o^r.init||this.raiseRecoverable(i.start,"Redefinition of property")}else r=n[t]={init:!1,get:!1,set:!1};r[a]=!0}},V.parseExpression=function(e,n){var t=this,i=this.start,a=this.startLoc,r=this.parseMaybeAssign(e,n);if(this.type===B.comma){var o=this.startNodeAt(i,a);for(o.expressions=[r];this.eat(B.comma);)o.expressions.push(t.parseMaybeAssign(e,n));return this.finishNode(o,"SequenceExpression")}return r},V.parseMaybeAssign=function(e,n,t){if(this.inGenerator&&this.isContextual("yield"))return this.parseYield();var i=!1,a=-1;n?(a=n.parenthesizedAssign,n.parenthesizedAssign=-1):(n=new I,i=!0);var r=this.start,o=this.startLoc;this.type!=B.parenL&&this.type!=B.name||(this.potentialArrowAt=this.start);var s=this.parseMaybeConditional(e,n);if(t&&(s=t.call(this,s,r,o)),this.type.isAssign){this.checkPatternErrors(n,!0),i||I.call(n);var u=this.startNodeAt(r,o);return u.operator=this.value,u.left=this.type===B.eq?this.toAssignable(s):s,n.shorthandAssign=-1,this.checkLVal(s),this.next(),u.right=this.parseMaybeAssign(e),this.finishNode(u,"AssignmentExpression")}return i&&this.checkExpressionErrors(n,!0),a>-1&&(n.parenthesizedAssign=a),s},V.parseMaybeConditional=function(e,n){var t=this.start,i=this.startLoc,a=this.parseExprOps(e,n);if(this.checkExpressionErrors(n))return a;if(this.eat(B.question)){var r=this.startNodeAt(t,i);return r.test=a,r.consequent=this.parseMaybeAssign(),this.expect(B.colon),r.alternate=this.parseMaybeAssign(e),this.finishNode(r,"ConditionalExpression")}return a},V.parseExprOps=function(e,n){var t=this.start,i=this.startLoc,a=this.parseMaybeUnary(n,!1);return this.checkExpressionErrors(n)?a:this.parseExprOp(a,t,i,-1,e)},V.parseExprOp=function(e,n,t,i,a){var r=this.type.binop;if(null!=r&&(!a||this.type!==B._in)&&r>i){var o=this.type===B.logicalOR||this.type===B.logicalAND,s=this.value;this.next();var u=this.start,l=this.startLoc,h=this.parseExprOp(this.parseMaybeUnary(null,!1),u,l,r,a),c=this.buildBinary(n,t,e,h,s,o);return this.parseExprOp(c,n,t,i,a)}return e},V.buildBinary=function(e,n,t,i,a,r){var o=this.startNodeAt(e,n);return o.left=t,o.operator=a,o.right=i,this.finishNode(o,r?"LogicalExpression":"BinaryExpression")},V.parseMaybeUnary=function(e,n){var t,i=this,a=this.start,r=this.startLoc;if(this.inAsync&&this.isContextual("await"))t=this.parseAwait(e),n=!0;else if(this.type.prefix){var o=this.startNode(),s=this.type===B.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(e,!0),s?this.checkLVal(o.argument):this.strict&&"delete"===o.operator&&"Identifier"===o.argument.type?this.raiseRecoverable(o.start,"Deleting local variable in strict mode"):n=!0,t=this.finishNode(o,s?"UpdateExpression":"UnaryExpression")}else{if(t=this.parseExprSubscripts(e),this.checkExpressionErrors(e))return t;for(;this.type.postfix&&!this.canInsertSemicolon();){var u=i.startNodeAt(a,r);u.operator=i.value,u.prefix=!1,u.argument=t,i.checkLVal(t),i.next(),t=i.finishNode(u,"UpdateExpression")}}return!n&&this.eat(B.starstar)?this.buildBinary(a,r,t,this.parseMaybeUnary(null,!1),"**",!1):t},V.parseExprSubscripts=function(e){var n=this.start,t=this.startLoc,i=this.parseExprAtom(e),a="ArrowFunctionExpression"===i.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd);if(this.checkExpressionErrors(e)||a)return i;var r=this.parseSubscripts(i,n,t);return e&&"MemberExpression"===r.type&&(e.parenthesizedAssign>=r.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=r.start&&(e.parenthesizedBind=-1)),r},V.parseSubscripts=function(e,n,t,i){for(var a,r=this,o=this.options.ecmaVersion>=8&&"Identifier"===e.type&&"async"===e.name&&this.lastTokEnd==e.end&&!this.canInsertSemicolon();;)if((a=r.eat(B.bracketL))||r.eat(B.dot)){var s=r.startNodeAt(n,t);s.object=e,s.property=a?r.parseExpression():r.parseIdent(!0),s.computed=!!a,a&&r.expect(B.bracketR),e=r.finishNode(s,"MemberExpression")}else if(!i&&r.eat(B.parenL)){var u=new I,l=r.yieldPos,h=r.awaitPos;r.yieldPos=0,r.awaitPos=0;var c=r.parseExprList(B.parenR,r.options.ecmaVersion>=8,!1,u);if(o&&!r.canInsertSemicolon()&&r.eat(B.arrow))return r.checkPatternErrors(u,!1),r.checkYieldAwaitInDefaultParams(),r.yieldPos=l,r.awaitPos=h,r.parseArrowExpression(r.startNodeAt(n,t),c,!0);r.checkExpressionErrors(u,!0),r.yieldPos=l||r.yieldPos,r.awaitPos=h||r.awaitPos;var p=r.startNodeAt(n,t);p.callee=e,p.arguments=c,e=r.finishNode(p,"CallExpression")}else{if(r.type!==B.backQuote)return e;var g=r.startNodeAt(n,t);g.tag=e,g.quasi=r.parseTemplate(),e=r.finishNode(g,"TaggedTemplateExpression")}},V.parseExprAtom=function(e){var n,t=this.potentialArrowAt==this.start;switch(this.type){case B._super:this.inFunction||this.raise(this.start,"\'super\' outside of function or class");case B._this:var i=this.type===B._this?"ThisExpression":"Super";return n=this.startNode(),this.next(),this.finishNode(n,i);case B.name:var a=this.start,r=this.startLoc,o=this.parseIdent(this.type!==B.name);if(this.options.ecmaVersion>=8&&"async"===o.name&&!this.canInsertSemicolon()&&this.eat(B._function))return this.parseFunction(this.startNodeAt(a,r),!1,!1,!0);if(t&&!this.canInsertSemicolon()){if(this.eat(B.arrow))return this.parseArrowExpression(this.startNodeAt(a,r),[o],!1);if(this.options.ecmaVersion>=8&&"async"===o.name&&this.type===B.name)return o=this.parseIdent(),!this.canInsertSemicolon()&&this.eat(B.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(a,r),[o],!0)}return o;case B.regexp:var s=this.value;return n=this.parseLiteral(s.value),n.regex={pattern:s.pattern,flags:s.flags},n;case B.num:case B.string:return this.parseLiteral(this.value);case B._null:case B._true:case B._false:return n=this.startNode(),n.value=this.type===B._null?null:this.type===B._true,n.raw=this.type.keyword,this.next(),this.finishNode(n,"Literal");case B.parenL:var u=this.start,l=this.parseParenAndDistinguishExpression(t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(l)&&(e.parenthesizedAssign=u),e.parenthesizedBind<0&&(e.parenthesizedBind=u)),l;case B.bracketL:return n=this.startNode(),this.next(),n.elements=this.parseExprList(B.bracketR,!0,!0,e),this.finishNode(n,"ArrayExpression");case B.braceL:return this.parseObj(!1,e);case B._function:return n=this.startNode(),this.next(),this.parseFunction(n,!1);case B._class:return this.parseClass(this.startNode(),!1);case B._new:return this.parseNew();case B.backQuote:return this.parseTemplate();default:this.unexpected()}},V.parseLiteral=function(e){var n=this.startNode();return n.value=e,n.raw=this.input.slice(this.start,this.end),this.next(),this.finishNode(n,"Literal")},V.parseParenExpression=function(){this.expect(B.parenL);var e=this.parseExpression();return this.expect(B.parenR),e},V.parseParenAndDistinguishExpression=function(e){var n,t=this,i=this.start,a=this.startLoc,r=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var o,s,u=this.start,l=this.startLoc,h=[],c=!0,p=!1,g=new I,f=this.yieldPos,d=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==B.parenR;){if(c?c=!1:t.expect(B.comma),r&&t.afterTrailingComma(B.parenR,!0)){p=!0;break}if(t.type===B.ellipsis){o=t.start,h.push(t.parseParenItem(t.parseRest())),t.type===B.comma&&t.raise(t.start,"Comma is not permitted after the rest element");break}t.type!==B.parenL||s||(s=t.start),h.push(t.parseMaybeAssign(!1,g,t.parseParenItem))}var y=this.start,m=this.startLoc;if(this.expect(B.parenR),e&&!this.canInsertSemicolon()&&this.eat(B.arrow))return this.checkPatternErrors(g,!1),this.checkYieldAwaitInDefaultParams(),s&&this.unexpected(s),this.yieldPos=f,this.awaitPos=d,this.parseParenArrowList(i,a,h);h.length&&!p||this.unexpected(this.lastTokStart),o&&this.unexpected(o),this.checkExpressionErrors(g,!0),this.yieldPos=f||this.yieldPos,this.awaitPos=d||this.awaitPos,h.length>1?(n=this.startNodeAt(u,l),n.expressions=h,this.finishNodeAt(n,"SequenceExpression",y,m)):n=h[0]}else n=this.parseParenExpression();if(this.options.preserveParens){var b=this.startNodeAt(i,a);return b.expression=n,this.finishNode(b,"ParenthesizedExpression")}return n},V.parseParenItem=function(e){return e},V.parseParenArrowList=function(e,n,t){return this.parseArrowExpression(this.startNodeAt(e,n),t)};var U=[];V.parseNew=function(){var e=this.startNode(),n=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(B.dot))return e.meta=n,e.property=this.parseIdent(!0),"target"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is new.target"),this.inFunction||this.raiseRecoverable(e.start,"new.target can only be used in functions"),this.finishNode(e,"MetaProperty");var t=this.start,i=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(),t,i,!0),this.eat(B.parenL)?e.arguments=this.parseExprList(B.parenR,this.options.ecmaVersion>=8,!1):e.arguments=U,this.finishNode(e,"NewExpression")},V.parseTemplateElement=function(){var e=this.startNode();return e.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),e.tail=this.type===B.backQuote,this.finishNode(e,"TemplateElement")},V.parseTemplate=function(){var e=this,n=this.startNode();this.next(),n.expressions=[];var t=this.parseTemplateElement();for(n.quasis=[t];!t.tail;)e.expect(B.dollarBraceL),n.expressions.push(e.parseExpression()),e.expect(B.braceR),n.quasis.push(t=e.parseTemplateElement());return this.next(),this.finishNode(n,"TemplateLiteral");
47
47
  },V.parseObj=function(e,n){var t=this,i=this.startNode(),a=!0,r={};for(i.properties=[],this.next();!this.eat(B.braceR);){if(a)a=!1;else if(t.expect(B.comma),t.afterTrailingComma(B.braceR))break;var o,s,u,l,h=t.startNode();t.options.ecmaVersion>=6&&(h.method=!1,h.shorthand=!1,(e||n)&&(u=t.start,l=t.startLoc),e||(o=t.eat(B.star))),t.parsePropertyName(h),e||!(t.options.ecmaVersion>=8)||o||h.computed||"Identifier"!==h.key.type||"async"!==h.key.name||t.type===B.parenL||t.type===B.colon||t.canInsertSemicolon()?s=!1:(s=!0,t.parsePropertyName(h,n)),t.parsePropertyValue(h,e,o,s,u,l,n),t.checkPropClash(h,r),i.properties.push(t.finishNode(h,"Property"))}return this.finishNode(i,e?"ObjectPattern":"ObjectExpression")},V.parsePropertyValue=function(e,n,t,i,a,r,o){if((t||i)&&this.type===B.colon&&this.unexpected(),this.eat(B.colon))e.value=n?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,o),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===B.parenL)n&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(t,i);else if(this.options.ecmaVersion>=5&&!e.computed&&"Identifier"===e.key.type&&("get"===e.key.name||"set"===e.key.name)&&this.type!=B.comma&&this.type!=B.braceR){(t||i||n)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var s="get"===e.kind?0:1;if(e.value.params.length!==s){var u=e.value.start;"get"===e.kind?this.raiseRecoverable(u,"getter should have no params"):this.raiseRecoverable(u,"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}else this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((this.keywords.test(e.key.name)||(this.strict?this.reservedWordsStrict:this.reservedWords).test(e.key.name)||this.inGenerator&&"yield"==e.key.name||this.inAsync&&"await"==e.key.name)&&this.raiseRecoverable(e.key.start,"\'"+e.key.name+"\' can not be used as shorthand property"),e.kind="init",n?e.value=this.parseMaybeDefault(a,r,e.key):this.type===B.eq&&o?(o.shorthandAssign<0&&(o.shorthandAssign=this.start),e.value=this.parseMaybeDefault(a,r,e.key)):e.value=e.key,e.shorthand=!0):this.unexpected()},V.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(B.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(B.bracketR),e.key;e.computed=!1}return e.key=this.type===B.num||this.type===B.string?this.parseExprAtom():this.parseIdent(!0)},V.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=!1,e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},V.parseMethod=function(e,n){var t=this.startNode(),i=this.inGenerator,a=this.inAsync,r=this.yieldPos,o=this.awaitPos,s=this.inFunction;return this.initFunction(t),this.options.ecmaVersion>=6&&(t.generator=e),this.options.ecmaVersion>=8&&(t.async=!!n),this.inGenerator=t.generator,this.inAsync=t.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,this.expect(B.parenL),t.params=this.parseBindingList(B.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(t,!1),this.inGenerator=i,this.inAsync=a,this.yieldPos=r,this.awaitPos=o,this.inFunction=s,this.finishNode(t,"FunctionExpression")},V.parseArrowExpression=function(e,n,t){var i=this.inGenerator,a=this.inAsync,r=this.yieldPos,o=this.awaitPos,s=this.inFunction;return this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!t),this.inGenerator=!1,this.inAsync=e.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,e.params=this.toAssignableList(n,!0),this.parseFunctionBody(e,!0),this.inGenerator=i,this.inAsync=a,this.yieldPos=r,this.awaitPos=o,this.inFunction=s,this.finishNode(e,"ArrowFunctionExpression")},V.parseFunctionBody=function(e,n){var t=n&&this.type!==B.braceL,i=this.strict,a=!1;if(t)e.body=this.parseMaybeAssign(),e.expression=!0;else{var r=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);i&&!r||(a=this.strictDirective(this.end),a&&r&&this.raiseRecoverable(e.start,"Illegal \'use strict\' directive in function with non-simple parameter list"));var o=this.labels;this.labels=[],a&&(this.strict=!0),e.body=this.parseBlock(!0),e.expression=!1,this.labels=o}i||a?(this.strict=!0,e.id&&this.checkLVal(e.id,!0),this.checkParams(e),this.strict=i):!n&&this.isSimpleParamList(e.params)||this.checkParams(e)},V.isSimpleParamList=function(e){for(var n=0;n<e.length;n++)if("Identifier"!==e[n].type)return!1;return!0},V.checkParams=function(e){for(var n=this,t={},i=0;i<e.params.length;i++)n.checkLVal(e.params[i],!0,t)},V.parseExprList=function(e,n,t,i){for(var a=this,r=[],o=!0;!this.eat(e);){if(o)o=!1;else if(a.expect(B.comma),n&&a.afterTrailingComma(e))break;var s;t&&a.type===B.comma?s=null:a.type===B.ellipsis?(s=a.parseSpread(i),i&&a.type===B.comma&&i.trailingComma<0&&(i.trailingComma=a.start)):s=a.parseMaybeAssign(!1,i),r.push(s)}return r},V.parseIdent=function(e){var n=this.startNode();return e&&"never"==this.options.allowReserved&&(e=!1),this.type===B.name?(!e&&(this.strict?this.reservedWordsStrict:this.reservedWords).test(this.value)&&(this.options.ecmaVersion>=6||-1==this.input.slice(this.start,this.end).indexOf("\\"))&&this.raiseRecoverable(this.start,"The keyword \'"+this.value+"\' is reserved"),this.inGenerator&&"yield"===this.value&&this.raiseRecoverable(this.start,"Can not use \'yield\' as identifier inside a generator"),this.inAsync&&"await"===this.value&&this.raiseRecoverable(this.start,"Can not use \'await\' as identifier inside an async function"),n.name=this.value):e&&this.type.keyword?n.name=this.type.keyword:this.unexpected(),this.next(),this.finishNode(n,"Identifier")},V.parseYield=function(){this.yieldPos||(this.yieldPos=this.start);var e=this.startNode();return this.next(),this.type==B.semi||this.canInsertSemicolon()||this.type!=B.star&&!this.type.startsExpr?(e.delegate=!1,e.argument=null):(e.delegate=this.eat(B.star),e.argument=this.parseMaybeAssign()),this.finishNode(e,"YieldExpression")},V.parseAwait=function(){this.awaitPos||(this.awaitPos=this.start);var e=this.startNode();return this.next(),e.argument=this.parseMaybeUnary(null,!0),this.finishNode(e,"AwaitExpression")};var $=X.prototype;$.raise=function(e,n){var t=l(this.input,e);n+=" ("+t.line+":"+t.column+")";var i=new SyntaxError(n);throw i.pos=e,i.loc=t,i.raisedAt=this.pos,i},$.raiseRecoverable=$.raise,$.curPosition=function(){return this.options.locations?new J(this.curLine,this.pos-this.lineStart):void 0};var ee=function(e,n,t){this.type="",this.start=n,this.end=0,e.options.locations&&(this.loc=new P(e,t)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[n,0])},ne=X.prototype;ne.startNode=function(){return new ee(this,this.start,this.startLoc)},ne.startNodeAt=function(e,n){return new ee(this,e,n)},ne.finishNode=function(e,n){return g.call(this,e,n,this.lastTokEnd,this.lastTokEndLoc)},ne.finishNodeAt=function(e,n,t,i){return g.call(this,e,n,t,i)};var te=function(e,n,t,i){this.token=e,this.isExpr=!!n,this.preserveSpace=!!t,this.override=i},ie={b_stat:new te("{",!1),b_expr:new te("{",!0),b_tmpl:new te("${",!0),p_stat:new te("(",!1),p_expr:new te("(",!0),q_tmpl:new te("`",!0,!0,function(e){return e.readTmplToken()}),f_expr:new te("function",!0)},ae=X.prototype;ae.initialContext=function(){return[ie.b_stat]},ae.braceIsBlock=function(e){if(e===B.colon){var n=this.curContext();if(n===ie.b_stat||n===ie.b_expr)return!n.isExpr}return e===B._return?F.test(this.input.slice(this.lastTokEnd,this.start)):e===B._else||e===B.semi||e===B.eof||e===B.parenR?!0:e==B.braceL?this.curContext()===ie.b_stat:!this.exprAllowed},ae.updateContext=function(e){var n,t=this.type;t.keyword&&e==B.dot?this.exprAllowed=!1:(n=t.updateContext)?n.call(this,e):this.exprAllowed=t.beforeExpr},B.parenR.updateContext=B.braceR.updateContext=function(){if(1==this.context.length)return void(this.exprAllowed=!0);var e=this.context.pop();e===ie.b_stat&&this.curContext()===ie.f_expr?(this.context.pop(),this.exprAllowed=!1):e===ie.b_tmpl?this.exprAllowed=!0:this.exprAllowed=!e.isExpr},B.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?ie.b_stat:ie.b_expr),this.exprAllowed=!0},B.dollarBraceL.updateContext=function(){this.context.push(ie.b_tmpl),this.exprAllowed=!0},B.parenL.updateContext=function(e){var n=e===B._if||e===B._for||e===B._with||e===B._while;this.context.push(n?ie.p_stat:ie.p_expr),this.exprAllowed=!0},B.incDec.updateContext=function(){},B._function.updateContext=function(e){e.beforeExpr&&e!==B.semi&&e!==B._else&&(e!==B.colon&&e!==B.braceL||this.curContext()!==ie.b_stat)&&this.context.push(ie.f_expr),this.exprAllowed=!1},B.backQuote.updateContext=function(){this.curContext()===ie.q_tmpl?this.context.pop():this.context.push(ie.q_tmpl),this.exprAllowed=!1};var re=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new P(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},oe=X.prototype,se="object"==typeof Packages&&"[object JavaPackage]"==Object.prototype.toString.call(Packages);oe.next=function(){this.options.onToken&&this.options.onToken(new re(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},oe.getToken=function(){return this.next(),new re(this)},"undefined"!=typeof Symbol&&(oe[Symbol.iterator]=function(){var e=this;return{next:function(){var n=e.getToken();return{done:n.type===B.eof,value:n}}}}),oe.curContext=function(){return this.context[this.context.length-1]},oe.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(B.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},oe.readToken=function(e){return t(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},oe.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(55295>=e||e>=57344)return e;var n=this.input.charCodeAt(this.pos+1);return(e<<10)+n-56613888},oe.skipBlockComment=function(){var e=this,n=this.options.onComment&&this.curPosition(),t=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations){M.lastIndex=t;for(var a;(a=M.exec(this.input))&&a.index<this.pos;)++e.curLine,e.lineStart=a.index+a[0].length}this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,n,this.curPosition())},oe.skipLineComment=function(e){for(var n=this,t=this.pos,i=this.options.onComment&&this.curPosition(),a=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&10!==a&&13!==a&&8232!==a&&8233!==a;)++n.pos,a=n.input.charCodeAt(n.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},oe.skipSpace=function(){var e=this;e:for(;this.pos<this.input.length;){var n=e.input.charCodeAt(e.pos);switch(n){case 32:case 160:++e.pos;break;case 13:10===e.input.charCodeAt(e.pos+1)&&++e.pos;case 10:case 8232:case 8233:++e.pos,e.options.locations&&(++e.curLine,e.lineStart=e.pos);break;case 47:switch(e.input.charCodeAt(e.pos+1)){case 42:e.skipBlockComment();break;case 47:e.skipLineComment(2);break;default:break e}break;default:if(!(n>8&&14>n||n>=5760&&Z.test(String.fromCharCode(n))))break e;++e.pos}}},oe.finishToken=function(e,n){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var t=this.type;this.type=e,this.value=n,this.updateContext(t)},oe.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&57>=e)return this.readNumber(!0);var n=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===n?(this.pos+=3,this.finishToken(B.ellipsis)):(++this.pos,this.finishToken(B.dot))},oe.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(B.assign,2):this.finishOp(B.slash,1)},oe.readToken_mult_modulo_exp=function(e){var n=this.input.charCodeAt(this.pos+1),t=1,i=42===e?B.star:B.modulo;return this.options.ecmaVersion>=7&&42===n&&(++t,i=B.starstar,n=this.input.charCodeAt(this.pos+2)),61===n?this.finishOp(B.assign,t+1):this.finishOp(i,t)},oe.readToken_pipe_amp=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?this.finishOp(124===e?B.logicalOR:B.logicalAND,2):61===n?this.finishOp(B.assign,2):this.finishOp(124===e?B.bitwiseOR:B.bitwiseAND,1)},oe.readToken_caret=function(){var e=this.input.charCodeAt(this.pos+1);return 61===e?this.finishOp(B.assign,2):this.finishOp(B.bitwiseXOR,1)},oe.readToken_plus_min=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?45==n&&62==this.input.charCodeAt(this.pos+2)&&F.test(this.input.slice(this.lastTokEnd,this.pos))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(B.incDec,2):61===n?this.finishOp(B.assign,2):this.finishOp(B.plusMin,1)},oe.readToken_lt_gt=function(e){var n=this.input.charCodeAt(this.pos+1),t=1;return n===e?(t=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+t)?this.finishOp(B.assign,t+1):this.finishOp(B.bitShift,t)):33==n&&60==e&&45==this.input.charCodeAt(this.pos+2)&&45==this.input.charCodeAt(this.pos+3)?(this.inModule&&this.unexpected(),this.skipLineComment(4),this.skipSpace(),this.nextToken()):(61===n&&(t=2),this.finishOp(B.relational,t))},oe.readToken_eq_excl=function(e){var n=this.input.charCodeAt(this.pos+1);return 61===n?this.finishOp(B.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===n&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(B.arrow)):this.finishOp(61===e?B.eq:B.prefix,1)},oe.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(B.parenL);case 41:return++this.pos,this.finishToken(B.parenR);case 59:return++this.pos,this.finishToken(B.semi);case 44:return++this.pos,this.finishToken(B.comma);case 91:return++this.pos,this.finishToken(B.bracketL);case 93:return++this.pos,this.finishToken(B.bracketR);case 123:return++this.pos,this.finishToken(B.braceL);case 125:return++this.pos,this.finishToken(B.braceR);case 58:return++this.pos,this.finishToken(B.colon);case 63:return++this.pos,this.finishToken(B.question);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(B.backQuote);case 48:var n=this.input.charCodeAt(this.pos+1);if(120===n||88===n)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===n||79===n)return this.readRadixNumber(8);if(98===n||66===n)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 126:return this.finishOp(B.prefix,1)}this.raise(this.pos,"Unexpected character \'"+d(e)+"\'")},oe.finishOp=function(e,n){var t=this.input.slice(this.pos,this.pos+n);return this.pos+=n,this.finishToken(e,t)};var ue=!!f("￿","u");oe.readRegexp=function(){for(var e,n,t=this,i=this.pos;;){t.pos>=t.input.length&&t.raise(i,"Unterminated regular expression");var a=t.input.charAt(t.pos);if(F.test(a)&&t.raise(i,"Unterminated regular expression"),e)e=!1;else{if("["===a)n=!0;else if("]"===a&&n)n=!1;else if("/"===a&&!n)break;e="\\"===a}++t.pos}var r=this.input.slice(i,this.pos);++this.pos;var o=this.readWord1(),s=r,u="";if(o){var l=/^[gim]*$/;this.options.ecmaVersion>=6&&(l=/^[gimuy]*$/),l.test(o)||this.raise(i,"Invalid regular expression flag"),o.indexOf("u")>=0&&(ue?u="u":(s=s.replace(/\\u\{([0-9a-fA-F]+)\}/g,function(e,n,a){return n=Number("0x"+n),n>1114111&&t.raise(i+a+3,"Code point out of bounds"),"x"}),s=s.replace(/\\u([a-fA-F0-9]{4})|[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"x"),u=u.replace("u","")))}var h=null;return se||(f(s,u,i,this),h=f(r,o)),this.finishToken(B.regexp,{pattern:r,flags:o,value:h})},oe.readInt=function(e,n){for(var t=this,i=this.pos,a=0,r=0,o=null==n?1/0:n;o>r;++r){var s,u=t.input.charCodeAt(t.pos);if(s=u>=97?u-97+10:u>=65?u-65+10:u>=48&&57>=u?u-48:1/0,s>=e)break;++t.pos,a=a*e+s}return this.pos===i||null!=n&&this.pos-i!==n?null:a},oe.readRadixNumber=function(e){this.pos+=2;var n=this.readInt(e);return null==n&&this.raise(this.start+2,"Expected number in radix "+e),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(B.num,n)},oe.readNumber=function(e){var n=this.pos,i=!1,a=48===this.input.charCodeAt(this.pos);e||null!==this.readInt(10)||this.raise(n,"Invalid number"),a&&this.pos==n+1&&(a=!1);var r=this.input.charCodeAt(this.pos);46!==r||a||(++this.pos,this.readInt(10),i=!0,r=this.input.charCodeAt(this.pos)),69!==r&&101!==r||a||(r=this.input.charCodeAt(++this.pos),43!==r&&45!==r||++this.pos,null===this.readInt(10)&&this.raise(n,"Invalid number"),i=!0),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var o,s=this.input.slice(n,this.pos);return i?o=parseFloat(s):a&&1!==s.length?/[89]/.test(s)||this.strict?this.raise(n,"Invalid number"):o=parseInt(s,8):o=parseInt(s,10),this.finishToken(B.num,o)},oe.readCodePoint=function(){var e,n=this.input.charCodeAt(this.pos);if(123===n){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.raise(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},oe.readString=function(e){for(var n=this,t="",i=++this.pos;;){n.pos>=n.input.length&&n.raise(n.start,"Unterminated string constant");var a=n.input.charCodeAt(n.pos);if(a===e)break;92===a?(t+=n.input.slice(i,n.pos),t+=n.readEscapedChar(!1),i=n.pos):(o(a)&&n.raise(n.start,"Unterminated string constant"),++n.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(B.string,t)},oe.readTmplToken=function(){for(var e=this,n="",t=this.pos;;){e.pos>=e.input.length&&e.raise(e.start,"Unterminated template");var i=e.input.charCodeAt(e.pos);if(96===i||36===i&&123===e.input.charCodeAt(e.pos+1))return e.pos===e.start&&e.type===B.template?36===i?(e.pos+=2,e.finishToken(B.dollarBraceL)):(++e.pos,e.finishToken(B.backQuote)):(n+=e.input.slice(t,e.pos),e.finishToken(B.template,n));if(92===i)n+=e.input.slice(t,e.pos),n+=e.readEscapedChar(!0),t=e.pos;else if(o(i)){switch(n+=e.input.slice(t,e.pos),++e.pos,i){case 13:10===e.input.charCodeAt(e.pos)&&++e.pos;case 10:n+="\n";break;default:n+=String.fromCharCode(i)}e.options.locations&&(++e.curLine,e.lineStart=e.pos),t=e.pos}else++e.pos}},oe.readEscapedChar=function(e){var n=this.input.charCodeAt(++this.pos);switch(++this.pos,n){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return d(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\x0B";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";default:if(n>=48&&55>=n){var t=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(t,8);return i>255&&(t=t.slice(0,-1),i=parseInt(t,8)),"0"!==t&&(this.strict||e)&&this.raise(this.pos-2,"Octal literal in strict mode"),this.pos+=t.length-1,String.fromCharCode(i)}return String.fromCharCode(n)}},oe.readHexChar=function(e){var n=this.pos,t=this.readInt(16,e);return null===t&&this.raise(n,"Bad character escape sequence"),t},oe.readWord1=function(){var e=this;this.containsEsc=!1;for(var n="",a=!0,r=this.pos,o=this.options.ecmaVersion>=6;this.pos<this.input.length;){var s=e.fullCharCodeAtPos();if(i(s,o))e.pos+=65535>=s?1:2;else{if(92!==s)break;e.containsEsc=!0,n+=e.input.slice(r,e.pos);var u=e.pos;117!=e.input.charCodeAt(++e.pos)&&e.raise(e.pos,"Expecting Unicode escape sequence \\uXXXX"),++e.pos;var l=e.readCodePoint();(a?t:i)(l,o)||e.raise(u,"Invalid Unicode escape"),n+=d(l),r=e.pos}a=!1}return n+this.input.slice(r,this.pos)},oe.readWord=function(){var e=this.readWord1(),n=B.name;return this.keywords.test(e)&&(this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+e),n=Y[e]),this.finishToken(n,e)};var le="4.0.11";e.version=le,e.parse=y,e.parseExpressionAt=m,e.tokenizer=b,e.addLooseExports=w,e.Parser=X,e.plugins=O,e.defaultOptions=R,e.Position=J,e.SourceLocation=P,e.getLineInfo=l,e.Node=ee,e.TokenType=L,e.tokTypes=B,e.keywordTypes=Y,e.TokContext=te,e.tokContexts=ie,e.isIdentifierChar=i,e.isIdentifierStart=t,e.Token=re,e.isNewLine=o,e.lineBreak=F,e.lineBreakG=M,Object.defineProperty(e,"__esModule",{value:!0})})},{}],16:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i((e.acorn=e.acorn||{},e.acorn.walk=e.acorn.walk||{}))}(this,function(e){"use strict";function n(n,t,i,a,r){i||(i=e.base),function o(e,n,a){var r=a||e.type,s=t[r];i[r](e,n,o),s&&s(e,n)}(n,a,r)}function t(n,t,i,a){i||(i=e.base);var r=[];!function o(e,n,a){var s=a||e.type,u=t[s],l=e!=r[r.length-1];l&&r.push(e),i[s](e,n,o),u&&u(e,n||r,r),l&&r.pop()}(n,a)}function i(n,t,i,a,r){var o=i?e.make(i,a):a;!function s(e,n,t){o[t||e.type](e,n,s)}(n,t,r)}function a(e){return"string"==typeof e?function(n){return n==e}:e?e:function(){return!0}}function r(n,t,i,r,o,s){r=a(r),o||(o=e.base);try{!function l(e,n,a){var s=a||e.type;if((null==t||e.start<=t)&&(null==i||e.end>=i)&&o[s](e,n,l),(null==t||e.start==t)&&(null==i||e.end==i)&&r(s,e))throw new p(e,n)}(n,s)}catch(u){if(u instanceof p)return u;throw u}}function o(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){var o=a||e.type;if(!(e.start>t||e.end<t)&&(r[o](e,n,u),i(o,e)))throw new p(e,n)}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function s(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){if(!(e.end<t)){var o=a||e.type;if(e.start>=t&&i(o,e))throw new p(e,n);r[o](e,n,u)}}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function u(n,t,i,r,o){i=a(i),r||(r=e.base);var s;return function u(e,n,a){if(!(e.start>t)){var o=a||e.type;e.end<=t&&(!s||s.node.end<e.end)&&i(o,e)&&(s=new p(e,n)),r[o](e,n,u)}}(n,o),s}function l(n,t){t||(t=e.base);var i=g(t);for(var a in n)i[a]=n[a];return i}function h(e,n,t){t(e,n)}function c(e,n,t){}var p=function(e,n){this.node=e,this.state=n},g=Object.create||function(e){function n(){}return n.prototype=e,new n},f={};f.Program=f.BlockStatement=function(e,n,t){for(var i=0;i<e.body.length;++i)t(e.body[i],n,"Statement")},f.Statement=h,f.EmptyStatement=c,f.ExpressionStatement=f.ParenthesizedExpression=function(e,n,t){return t(e.expression,n,"Expression")},f.IfStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Statement"),e.alternate&&t(e.alternate,n,"Statement")},f.LabeledStatement=function(e,n,t){return t(e.body,n,"Statement")},f.BreakStatement=f.ContinueStatement=c,f.WithStatement=function(e,n,t){t(e.object,n,"Expression"),t(e.body,n,"Statement")},f.SwitchStatement=function(e,n,t){t(e.discriminant,n,"Expression");for(var i=0;i<e.cases.length;++i){var a=e.cases[i];a.test&&t(a.test,n,"Expression");for(var r=0;r<a.consequent.length;++r)t(a.consequent[r],n,"Statement")}},f.ReturnStatement=f.YieldExpression=f.AwaitExpression=function(e,n,t){e.argument&&t(e.argument,n,"Expression")},f.ThrowStatement=f.SpreadElement=function(e,n,t){return t(e.argument,n,"Expression")},f.TryStatement=function(e,n,t){t(e.block,n,"Statement"),e.handler&&t(e.handler,n),e.finalizer&&t(e.finalizer,n,"Statement")},f.CatchClause=function(e,n,t){t(e.param,n,"Pattern"),t(e.body,n,"ScopeBody")},f.WhileStatement=f.DoWhileStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.body,n,"Statement")},f.ForStatement=function(e,n,t){e.init&&t(e.init,n,"ForInit"),e.test&&t(e.test,n,"Expression"),e.update&&t(e.update,n,"Expression"),t(e.body,n,"Statement")},f.ForInStatement=f.ForOfStatement=function(e,n,t){t(e.left,n,"ForInit"),t(e.right,n,"Expression"),t(e.body,n,"Statement")},f.ForInit=function(e,n,t){"VariableDeclaration"==e.type?t(e,n):t(e,n,"Expression")},f.DebuggerStatement=c,f.FunctionDeclaration=function(e,n,t){return t(e,n,"Function")},f.VariableDeclaration=function(e,n,t){for(var i=0;i<e.declarations.length;++i)t(e.declarations[i],n)},f.VariableDeclarator=function(e,n,t){t(e.id,n,"Pattern"),e.init&&t(e.init,n,"Expression")},f.Function=function(e,n,t){e.id&&t(e.id,n,"Pattern");for(var i=0;i<e.params.length;i++)t(e.params[i],n,"Pattern");t(e.body,n,e.expression?"ScopeExpression":"ScopeBody")},f.ScopeBody=function(e,n,t){return t(e,n,"Statement")},f.ScopeExpression=function(e,n,t){return t(e,n,"Expression")},f.Pattern=function(e,n,t){"Identifier"==e.type?t(e,n,"VariablePattern"):"MemberExpression"==e.type?t(e,n,"MemberPattern"):t(e,n)},f.VariablePattern=c,f.MemberPattern=h,f.RestElement=function(e,n,t){return t(e.argument,n,"Pattern")},f.ArrayPattern=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Pattern")}},f.ObjectPattern=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i].value,n,"Pattern")},f.Expression=h,f.ThisExpression=f.Super=f.MetaProperty=c,f.ArrayExpression=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Expression")}},f.ObjectExpression=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i],n)},f.FunctionExpression=f.ArrowFunctionExpression=f.FunctionDeclaration,f.SequenceExpression=f.TemplateLiteral=function(e,n,t){for(var i=0;i<e.expressions.length;++i)t(e.expressions[i],n,"Expression")},f.UnaryExpression=f.UpdateExpression=function(e,n,t){t(e.argument,n,"Expression")},f.BinaryExpression=f.LogicalExpression=function(e,n,t){t(e.left,n,"Expression"),t(e.right,n,"Expression")},f.AssignmentExpression=f.AssignmentPattern=function(e,n,t){t(e.left,n,"Pattern"),t(e.right,n,"Expression")},f.ConditionalExpression=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Expression"),t(e.alternate,n,"Expression")},f.NewExpression=f.CallExpression=function(e,n,t){if(t(e.callee,n,"Expression"),e.arguments)for(var i=0;i<e.arguments.length;++i)t(e.arguments[i],n,"Expression")},f.MemberExpression=function(e,n,t){t(e.object,n,"Expression"),e.computed&&t(e.property,n,"Expression")},f.ExportNamedDeclaration=f.ExportDefaultDeclaration=function(e,n,t){e.declaration&&t(e.declaration,n,"ExportNamedDeclaration"==e.type||e.declaration.id?"Statement":"Expression"),e.source&&t(e.source,n,"Expression")},f.ExportAllDeclaration=function(e,n,t){t(e.source,n,"Expression")},f.ImportDeclaration=function(e,n,t){for(var i=0;i<e.specifiers.length;i++)t(e.specifiers[i],n);t(e.source,n,"Expression")},f.ImportSpecifier=f.ImportDefaultSpecifier=f.ImportNamespaceSpecifier=f.Identifier=f.Literal=c,f.TaggedTemplateExpression=function(e,n,t){t(e.tag,n,"Expression"),t(e.quasi,n)},f.ClassDeclaration=f.ClassExpression=function(e,n,t){return t(e,n,"Class")},f.Class=function(e,n,t){e.id&&t(e.id,n,"Pattern"),e.superClass&&t(e.superClass,n,"Expression");for(var i=0;i<e.body.body.length;i++)t(e.body.body[i],n)},f.MethodDefinition=f.Property=function(e,n,t){e.computed&&t(e.key,n,"Expression"),t(e.value,n,"Expression")},e.simple=n,e.ancestor=t,e.recursive=i,e.findNodeAt=r,e.findNodeAround=o,e.findNodeAfter=s,e.findNodeBefore=u,e.make=l,e.base=f,Object.defineProperty(e,"__esModule",{value:!0})})},{}],17:[function(e,n,t){(function(t,i){"use strict";function a(n,a){function r(e){var n,t;for(n=0;e[n];n+=1)if(t=e[n],"."===t)e.splice(n,1),n-=1;else if(".."===t){if(1===n&&(".."===e[2]||".."===e[0]))break;n>0&&(e.splice(n-1,2),n-=2)}}function o(e,n){var t;return e&&"."===e.charAt(0)&&n&&(t=n.split("/"),t=t.slice(0,t.length-1),t=t.concat(e.split("/")),r(t),e=t.join("/")),e}function s(e){return function(n){return o(n,e)}}function u(e){function n(n){f[e]=n}return n.fromText=function(e,n){throw new Error("amdefine does not implement load.fromText")},n}function l(e,t,r){var o,s,u,l;if(e)s=f[e]={},u={id:e,uri:i,exports:s},o=c(a,s,u,e);else{if(d)throw new Error("amdefine with no module ID cannot be called more than once per file.");d=!0,s=n.exports,u=n,o=c(a,s,u,n.id)}t&&(t=t.map(function(e){return o(e)})),l="function"==typeof r?r.apply(u.exports,t):r,void 0!==l&&(u.exports=l,e&&(f[e]=u.exports))}function h(e,n,t){Array.isArray(e)?(t=n,n=e,e=void 0):"string"!=typeof e&&(t=e,e=n=void 0),n&&!Array.isArray(n)&&(t=n,n=void 0),n||(n=["require","exports","module"]),e?g[e]=[e,n,t]:l(e,n,t)}var c,p,g={},f={},d=!1,y=e("path");return c=function(e,n,i,a){function r(r,o){return"string"==typeof r?p(e,n,i,r,a):(r=r.map(function(t){return p(e,n,i,t,a)}),void(o&&t.nextTick(function(){o.apply(null,r)})))}return r.toUrl=function(e){return 0===e.indexOf(".")?o(e,y.dirname(i.filename)):e},r},a=a||function(){return n.require.apply(n,arguments)},p=function(e,n,t,i,a){var r,h,d=i.indexOf("!"),y=i;if(-1===d){if(i=o(i,a),"require"===i)return c(e,n,t,a);if("exports"===i)return n;if("module"===i)return t;if(f.hasOwnProperty(i))return f[i];if(g[i])return l.apply(null,g[i]),f[i];if(e)return e(y);throw new Error("No module with ID: "+i)}return r=i.substring(0,d),i=i.substring(d+1,i.length),h=p(e,n,t,r,a),i=h.normalize?h.normalize(i,s(a)):o(i,a),f[i]?f[i]:(h.load(i,c(e,n,t,a),u(i),{}),f[i])},h.require=function(e){return f[e]?f[e]:g[e]?(l.apply(null,g[e]),f[e]):void 0},h.amd={},h}n.exports=a}).call(this,e("_process"),"/node_modules/amdefine/amdefine.js")},{_process:195,path:193}],18:[function(e,n,t){"use strict";function i(){if(u.length)throw u.shift()}function a(e){var n;n=s.length?s.pop():new r,n.task=e,o(n)}function r(){this.task=null}var o=e("./raw"),s=[],u=[],l=o.makeRequestCallFromTimer(i);n.exports=a,r.prototype.call=function(){try{this.task.call()}catch(e){a.onerror?a.onerror(e):(u.push(e),l())}finally{this.task=null,s[s.length]=this}}},{"./raw":19}],19:[function(e,n,t){(function(e){"use strict";function t(e){s.length||(o(),u=!0),s[s.length]=e}function i(){for(;l<s.length;){var e=l;if(l+=1,s[e].call(),l>h){for(var n=0,t=s.length-l;t>n;n++)s[n]=s[n+l];s.length-=l,l=0}}s.length=0,l=0,u=!1}function a(e){var n=1,t=new p(e),i=document.createTextNode("");return t.observe(i,{characterData:!0}),function(){n=-n,i.data=n}}function r(e){return function(){function n(){clearTimeout(t),clearInterval(i),e()}var t=setTimeout(n,0),i=setInterval(n,50)}}n.exports=t;var o,s=[],u=!1,l=0,h=1024,c="undefined"!=typeof e?e:self,p=c.MutationObserver||c.WebKitMutationObserver;o="function"==typeof p?a(i):r(i),t.requestFlush=o,t.makeRequestCallFromTimer=r}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],20:[function(e,n,t){function i(e,n){return g.isUndefined(n)?""+n:g.isNumber(n)&&!isFinite(n)?n.toString():g.isFunction(n)||g.isRegExp(n)?n.toString():n}function a(e,n){return g.isString(e)?e.length<n?e:e.slice(0,n):e}function r(e){return a(JSON.stringify(e.actual,i),128)+" "+e.operator+" "+a(JSON.stringify(e.expected,i),128)}function o(e,n,t,i,a){throw new y.AssertionError({message:t,actual:e,expected:n,operator:i,stackStartFunction:a})}function s(e,n){e||o(e,!0,n,"==",y.ok)}function u(e,n){if(e===n)return!0;if(g.isBuffer(e)&&g.isBuffer(n)){if(e.length!=n.length)return!1;for(var t=0;t<e.length;t++)if(e[t]!==n[t])return!1;return!0}return g.isDate(e)&&g.isDate(n)?e.getTime()===n.getTime():g.isRegExp(e)&&g.isRegExp(n)?e.source===n.source&&e.global===n.global&&e.multiline===n.multiline&&e.lastIndex===n.lastIndex&&e.ignoreCase===n.ignoreCase:g.isObject(e)||g.isObject(n)?h(e,n):e==n}function l(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function h(e,n){if(g.isNullOrUndefined(e)||g.isNullOrUndefined(n))return!1;
48
48
  if(e.prototype!==n.prototype)return!1;if(g.isPrimitive(e)||g.isPrimitive(n))return e===n;var t=l(e),i=l(n);if(t&&!i||!t&&i)return!1;if(t)return e=f.call(e),n=f.call(n),u(e,n);var a,r,o=m(e),s=m(n);if(o.length!=s.length)return!1;for(o.sort(),s.sort(),r=o.length-1;r>=0;r--)if(o[r]!=s[r])return!1;for(r=o.length-1;r>=0;r--)if(a=o[r],!u(e[a],n[a]))return!1;return!0}function c(e,n){return e&&n?"[object RegExp]"==Object.prototype.toString.call(n)?n.test(e):e instanceof n?!0:n.call({},e)===!0:!1}function p(e,n,t,i){var a;g.isString(t)&&(i=t,t=null);try{n()}catch(r){a=r}if(i=(t&&t.name?" ("+t.name+").":".")+(i?" "+i:"."),e&&!a&&o(a,t,"Missing expected exception"+i),!e&&c(a,t)&&o(a,t,"Got unwanted exception"+i),e&&a&&t&&!c(a,t)||!e&&a)throw a}var g=e("util/"),f=Array.prototype.slice,d=Object.prototype.hasOwnProperty,y=n.exports=s;y.AssertionError=function(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=r(this),this.generatedMessage=!0);var n=e.stackStartFunction||o;if(Error.captureStackTrace)Error.captureStackTrace(this,n);else{var t=new Error;if(t.stack){var i=t.stack,a=n.name,s=i.indexOf("\n"+a);if(s>=0){var u=i.indexOf("\n",s+1);i=i.substring(u+1)}this.stack=i}}},g.inherits(y.AssertionError,Error),y.fail=o,y.ok=s,y.equal=function(e,n,t){e!=n&&o(e,n,t,"==",y.equal)},y.notEqual=function(e,n,t){e==n&&o(e,n,t,"!=",y.notEqual)},y.deepEqual=function(e,n,t){u(e,n)||o(e,n,t,"deepEqual",y.deepEqual)},y.notDeepEqual=function(e,n,t){u(e,n)&&o(e,n,t,"notDeepEqual",y.notDeepEqual)},y.strictEqual=function(e,n,t){e!==n&&o(e,n,t,"===",y.strictEqual)},y.notStrictEqual=function(e,n,t){e===n&&o(e,n,t,"!==",y.notStrictEqual)},y["throws"]=function(e,n,t){p.apply(this,[!0].concat(f.call(arguments)))},y.doesNotThrow=function(e,n){p.apply(this,[!1].concat(f.call(arguments)))},y.ifError=function(e){if(e)throw e};var m=Object.keys||function(e){var n=[];for(var t in e)d.call(e,t)&&n.push(t);return n}},{"util/":457}],21:[function(e,n,t){"use strict";function i(e){var n=e.length;if(n%4>0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===e[n-2]?2:"="===e[n-1]?1:0}function a(e){return 3*e.length/4-i(e)}function r(e){var n,t,a,r,o,s,u=e.length;o=i(e),s=new c(3*u/4-o),a=o>0?u-4:u;var l=0;for(n=0,t=0;a>n;n+=4,t+=3)r=h[e.charCodeAt(n)]<<18|h[e.charCodeAt(n+1)]<<12|h[e.charCodeAt(n+2)]<<6|h[e.charCodeAt(n+3)],s[l++]=r>>16&255,s[l++]=r>>8&255,s[l++]=255&r;return 2===o?(r=h[e.charCodeAt(n)]<<2|h[e.charCodeAt(n+1)]>>4,s[l++]=255&r):1===o&&(r=h[e.charCodeAt(n)]<<10|h[e.charCodeAt(n+1)]<<4|h[e.charCodeAt(n+2)]>>2,s[l++]=r>>8&255,s[l++]=255&r),s}function o(e){return l[e>>18&63]+l[e>>12&63]+l[e>>6&63]+l[63&e]}function s(e,n,t){for(var i,a=[],r=n;t>r;r+=3)i=(e[r]<<16)+(e[r+1]<<8)+e[r+2],a.push(o(i));return a.join("")}function u(e){for(var n,t=e.length,i=t%3,a="",r=[],o=16383,u=0,h=t-i;h>u;u+=o)r.push(s(e,u,u+o>h?h:u+o));return 1===i?(n=e[t-1],a+=l[n>>2],a+=l[n<<4&63],a+="=="):2===i&&(n=(e[t-2]<<8)+e[t-1],a+=l[n>>10],a+=l[n>>4&63],a+=l[n<<2&63],a+="="),r.push(a),r.join("")}t.byteLength=a,t.toByteArray=r,t.fromByteArray=u;for(var l=[],h=[],c="undefined"!=typeof Uint8Array?Uint8Array:Array,p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",g=0,f=p.length;f>g;++g)l[g]=p[g],h[p.charCodeAt(g)]=g;h["-".charCodeAt(0)]=62,h["_".charCodeAt(0)]=63},{}],22:[function(e,n,t){},{}],23:[function(e,n,t){arguments[4][22][0].apply(t,arguments)},{dup:22}],24:[function(e,n,t){(function(n){"use strict";var i=e("buffer"),a=i.Buffer,r=i.SlowBuffer,o=i.kMaxLength||2147483647;t.alloc=function(e,n,t){if("function"==typeof a.alloc)return a.alloc(e,n,t);if("number"==typeof t)throw new TypeError("encoding must not be number");if("number"!=typeof e)throw new TypeError("size must be a number");if(e>o)throw new RangeError("size is too large");var i=t,r=n;void 0===r&&(i=void 0,r=0);var s=new a(e);if("string"==typeof r)for(var u=new a(r,i),l=u.length,h=-1;++h<e;)s[h]=u[h%l];else s.fill(r);return s},t.allocUnsafe=function(e){if("function"==typeof a.allocUnsafe)return a.allocUnsafe(e);if("number"!=typeof e)throw new TypeError("size must be a number");if(e>o)throw new RangeError("size is too large");return new a(e)},t.from=function(e,t,i){if("function"==typeof a.from&&(!n.Uint8Array||Uint8Array.from!==a.from))return a.from(e,t,i);if("number"==typeof e)throw new TypeError(\'"value" argument must not be a number\');if("string"==typeof e)return new a(e,t);if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer){var r=t;if(1===arguments.length)return new a(e);"undefined"==typeof r&&(r=0);var o=i;if("undefined"==typeof o&&(o=e.byteLength-r),r>=e.byteLength)throw new RangeError("\'offset\' is out of bounds");if(o>e.byteLength-r)throw new RangeError("\'length\' is out of bounds");return new a(e.slice(r,r+o))}if(a.isBuffer(e)){var s=new a(e.length);return e.copy(s,0,0,e.length),s}if(e){if(Array.isArray(e)||"undefined"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return new a(e);if("Buffer"===e.type&&Array.isArray(e.data))return new a(e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")},t.allocUnsafeSlow=function(e){if("function"==typeof a.allocUnsafeSlow)return a.allocUnsafeSlow(e);if("number"!=typeof e)throw new TypeError("size must be a number");if(e>=o)throw new RangeError("size is too large");return new r(e)}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{buffer:25}],25:[function(e,n,t){(function(n){"use strict";function i(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(n){return!1}}function a(){return o.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function r(e,n){if(a()<n)throw new RangeError("Invalid typed array length");return o.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(n),e.__proto__=o.prototype):(null===e&&(e=new o(n)),e.length=n),e}function o(e,n,t){if(!(o.TYPED_ARRAY_SUPPORT||this instanceof o))return new o(e,n,t);if("number"==typeof e){if("string"==typeof n)throw new Error("If encoding is specified then the first argument must be a string");return h(this,e)}return s(this,e,n,t)}function s(e,n,t,i){if("number"==typeof n)throw new TypeError(\'"value" argument must not be a number\');return"undefined"!=typeof ArrayBuffer&&n instanceof ArrayBuffer?g(e,n,t,i):"string"==typeof n?c(e,n,t):f(e,n)}function u(e){if("number"!=typeof e)throw new TypeError(\'"size" argument must be a number\');if(0>e)throw new RangeError(\'"size" argument must not be negative\')}function l(e,n,t,i){return u(n),0>=n?r(e,n):void 0!==t?"string"==typeof i?r(e,n).fill(t,i):r(e,n).fill(t):r(e,n)}function h(e,n){if(u(n),e=r(e,0>n?0:0|d(n)),!o.TYPED_ARRAY_SUPPORT)for(var t=0;n>t;++t)e[t]=0;return e}function c(e,n,t){if("string"==typeof t&&""!==t||(t="utf8"),!o.isEncoding(t))throw new TypeError(\'"encoding" must be a valid string encoding\');var i=0|m(n,t);e=r(e,i);var a=e.write(n,t);return a!==i&&(e=e.slice(0,a)),e}function p(e,n){var t=n.length<0?0:0|d(n.length);e=r(e,t);for(var i=0;t>i;i+=1)e[i]=255&n[i];return e}function g(e,n,t,i){if(n.byteLength,0>t||n.byteLength<t)throw new RangeError("\'offset\' is out of bounds");if(n.byteLength<t+(i||0))throw new RangeError("\'length\' is out of bounds");return n=void 0===t&&void 0===i?new Uint8Array(n):void 0===i?new Uint8Array(n,t):new Uint8Array(n,t,i),o.TYPED_ARRAY_SUPPORT?(e=n,e.__proto__=o.prototype):e=p(e,n),e}function f(e,n){if(o.isBuffer(n)){var t=0|d(n.length);return e=r(e,t),0===e.length?e:(n.copy(e,0,0,t),e)}if(n){if("undefined"!=typeof ArrayBuffer&&n.buffer instanceof ArrayBuffer||"length"in n)return"number"!=typeof n.length||K(n.length)?r(e,0):p(e,n);if("Buffer"===n.type&&$(n.data))return p(e,n.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function d(e){if(e>=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function y(e){return+e!=e&&(e=0),o.alloc(+e)}function m(e,n){if(o.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var t=e.length;if(0===t)return 0;for(var i=!1;;)switch(n){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":case void 0:return I(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*t;case"hex":return t>>>1;case"base64":return z(e).length;default:if(i)return I(e).length;n=(""+n).toLowerCase(),i=!0}}function b(e,n,t){var i=!1;if((void 0===n||0>n)&&(n=0),n>this.length)return"";if((void 0===t||t>this.length)&&(t=this.length),0>=t)return"";if(t>>>=0,n>>>=0,n>=t)return"";for(e||(e="utf8");;)switch(e){case"hex":return B(this,n,t);case"utf8":case"utf-8":return L(this,n,t);case"ascii":return D(this,n,t);case"latin1":case"binary":return Y(this,n,t);case"base64":return A(this,n,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return F(this,n,t);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}function w(e,n,t){var i=e[n];e[n]=e[t],e[t]=i}function v(e,n,t,i,a){if(0===e.length)return-1;if("string"==typeof t?(i=t,t=0):t>2147483647?t=2147483647:-2147483648>t&&(t=-2147483648),t=+t,isNaN(t)&&(t=a?0:e.length-1),0>t&&(t=e.length+t),t>=e.length){if(a)return-1;t=e.length-1}else if(0>t){if(!a)return-1;t=0}if("string"==typeof n&&(n=o.from(n,i)),o.isBuffer(n))return 0===n.length?-1:x(e,n,t,i,a);if("number"==typeof n)return n=255&n,o.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?a?Uint8Array.prototype.indexOf.call(e,n,t):Uint8Array.prototype.lastIndexOf.call(e,n,t):x(e,[n],t,i,a);throw new TypeError("val must be string, number or Buffer")}function x(e,n,t,i,a){function r(e,n){return 1===o?e[n]:e.readUInt16BE(n*o)}var o=1,s=e.length,u=n.length;if(void 0!==i&&(i=String(i).toLowerCase(),"ucs2"===i||"ucs-2"===i||"utf16le"===i||"utf-16le"===i)){if(e.length<2||n.length<2)return-1;o=2,s/=2,u/=2,t/=2}var l;if(a){var h=-1;for(l=t;s>l;l++)if(r(e,l)===r(n,-1===h?0:l-h)){if(-1===h&&(h=l),l-h+1===u)return h*o}else-1!==h&&(l-=l-h),h=-1}else for(t+u>s&&(t=s-u),l=t;l>=0;l--){for(var c=!0,p=0;u>p;p++)if(r(e,l+p)!==r(n,p)){c=!1;break}if(c)return l}return-1}function k(e,n,t,i){t=Number(t)||0;var a=e.length-t;i?(i=Number(i),i>a&&(i=a)):i=a;var r=n.length;if(r%2!==0)throw new TypeError("Invalid hex string");i>r/2&&(i=r/2);for(var o=0;i>o;++o){var s=parseInt(n.substr(2*o,2),16);if(isNaN(s))return o;e[t+o]=s}return o}function _(e,n,t,i){return q(I(n,e.length-t),e,t,i)}function C(e,n,t,i){return q(G(n),e,t,i)}function j(e,n,t,i){return C(e,n,t,i)}function S(e,n,t,i){return q(z(n),e,t,i)}function E(e,n,t,i){return q(W(n,e.length-t),e,t,i)}function A(e,n,t){return 0===n&&t===e.length?V.fromByteArray(e):V.fromByteArray(e.slice(n,t))}function L(e,n,t){t=Math.min(e.length,t);for(var i=[],a=n;t>a;){var r=e[a],o=null,s=r>239?4:r>223?3:r>191?2:1;if(t>=a+s){var u,l,h,c;switch(s){case 1:128>r&&(o=r);break;case 2:u=e[a+1],128===(192&u)&&(c=(31&r)<<6|63&u,c>127&&(o=c));break;case 3:u=e[a+1],l=e[a+2],128===(192&u)&&128===(192&l)&&(c=(15&r)<<12|(63&u)<<6|63&l,c>2047&&(55296>c||c>57343)&&(o=c));break;case 4:u=e[a+1],l=e[a+2],h=e[a+3],128===(192&u)&&128===(192&l)&&128===(192&h)&&(c=(15&r)<<18|(63&u)<<12|(63&l)<<6|63&h,c>65535&&1114112>c&&(o=c))}}null===o?(o=65533,s=1):o>65535&&(o-=65536,i.push(o>>>10&1023|55296),o=56320|1023&o),i.push(o),a+=s}return T(i)}function T(e){var n=e.length;if(ee>=n)return String.fromCharCode.apply(String,e);for(var t="",i=0;n>i;)t+=String.fromCharCode.apply(String,e.slice(i,i+=ee));return t}function D(e,n,t){var i="";t=Math.min(e.length,t);for(var a=n;t>a;++a)i+=String.fromCharCode(127&e[a]);return i}function Y(e,n,t){var i="";t=Math.min(e.length,t);for(var a=n;t>a;++a)i+=String.fromCharCode(e[a]);return i}function B(e,n,t){var i=e.length;(!n||0>n)&&(n=0),(!t||0>t||t>i)&&(t=i);for(var a="",r=n;t>r;++r)a+=Q(e[r]);return a}function F(e,n,t){for(var i=e.slice(n,t),a="",r=0;r<i.length;r+=2)a+=String.fromCharCode(i[r]+256*i[r+1]);return a}function M(e,n,t){if(e%1!==0||0>e)throw new RangeError("offset is not uint");if(e+n>t)throw new RangeError("Trying to access beyond buffer length")}function Z(e,n,t,i,a,r){if(!o.isBuffer(e))throw new TypeError(\'"buffer" argument must be a Buffer instance\');if(n>a||r>n)throw new RangeError(\'"value" argument is out of bounds\');if(t+i>e.length)throw new RangeError("Index out of range")}function N(e,n,t,i){0>n&&(n=65535+n+1);for(var a=0,r=Math.min(e.length-t,2);r>a;++a)e[t+a]=(n&255<<8*(i?a:1-a))>>>8*(i?a:1-a)}function J(e,n,t,i){0>n&&(n=4294967295+n+1);for(var a=0,r=Math.min(e.length-t,4);r>a;++a)e[t+a]=n>>>8*(i?a:3-a)&255}function P(e,n,t,i,a,r){if(t+i>e.length)throw new RangeError("Index out of range");if(0>t)throw new RangeError("Index out of range")}function R(e,n,t,i,a){return a||P(e,n,t,4,3.4028234663852886e38,-3.4028234663852886e38),U.write(e,n,t,i,23,4),t+4}function O(e,n,t,i,a){return a||P(e,n,t,8,1.7976931348623157e308,-1.7976931348623157e308),U.write(e,n,t,i,52,8),t+8}function X(e){if(e=H(e).replace(ne,""),e.length<2)return"";for(;e.length%4!==0;)e+="=";return e}function H(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function Q(e){return 16>e?"0"+e.toString(16):e.toString(16)}function I(e,n){n=n||1/0;for(var t,i=e.length,a=null,r=[],o=0;i>o;++o){if(t=e.charCodeAt(o),t>55295&&57344>t){if(!a){if(t>56319){(n-=3)>-1&&r.push(239,191,189);continue}if(o+1===i){(n-=3)>-1&&r.push(239,191,189);continue}a=t;continue}if(56320>t){(n-=3)>-1&&r.push(239,191,189),a=t;continue}t=(a-55296<<10|t-56320)+65536}else a&&(n-=3)>-1&&r.push(239,191,189);if(a=null,128>t){if((n-=1)<0)break;r.push(t)}else if(2048>t){if((n-=2)<0)break;r.push(t>>6|192,63&t|128)}else if(65536>t){if((n-=3)<0)break;r.push(t>>12|224,t>>6&63|128,63&t|128)}else{if(!(1114112>t))throw new Error("Invalid code point");if((n-=4)<0)break;r.push(t>>18|240,t>>12&63|128,t>>6&63|128,63&t|128)}}return r}function G(e){for(var n=[],t=0;t<e.length;++t)n.push(255&e.charCodeAt(t));return n}function W(e,n){for(var t,i,a,r=[],o=0;o<e.length&&!((n-=2)<0);++o)t=e.charCodeAt(o),i=t>>8,a=t%256,r.push(a),r.push(i);return r}function z(e){return V.toByteArray(X(e))}function q(e,n,t,i){for(var a=0;i>a&&!(a+t>=n.length||a>=e.length);++a)n[a+t]=e[a];return a}function K(e){return e!==e}var V=e("base64-js"),U=e("ieee754"),$=e("isarray");t.Buffer=o,t.SlowBuffer=y,t.INSPECT_MAX_BYTES=50,o.TYPED_ARRAY_SUPPORT=void 0!==n.TYPED_ARRAY_SUPPORT?n.TYPED_ARRAY_SUPPORT:i(),t.kMaxLength=a(),o.poolSize=8192,o._augment=function(e){return e.__proto__=o.prototype,e},o.from=function(e,n,t){return s(null,e,n,t)},o.TYPED_ARRAY_SUPPORT&&(o.prototype.__proto__=Uint8Array.prototype,o.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&o[Symbol.species]===o&&Object.defineProperty(o,Symbol.species,{value:null,configurable:!0})),o.alloc=function(e,n,t){return l(null,e,n,t)},o.allocUnsafe=function(e){return h(null,e)},o.allocUnsafeSlow=function(e){return h(null,e)},o.isBuffer=function(e){return!(null==e||!e._isBuffer)},o.compare=function(e,n){if(!o.isBuffer(e)||!o.isBuffer(n))throw new TypeError("Arguments must be Buffers");if(e===n)return 0;for(var t=e.length,i=n.length,a=0,r=Math.min(t,i);r>a;++a)if(e[a]!==n[a]){t=e[a],i=n[a];break}return i>t?-1:t>i?1:0},o.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},o.concat=function(e,n){if(!$(e))throw new TypeError(\'"list" argument must be an Array of Buffers\');if(0===e.length)return o.alloc(0);var t;if(void 0===n)for(n=0,t=0;t<e.length;++t)n+=e[t].length;var i=o.allocUnsafe(n),a=0;for(t=0;t<e.length;++t){var r=e[t];if(!o.isBuffer(r))throw new TypeError(\'"list" argument must be an Array of Buffers\');r.copy(i,a),a+=r.length}return i},o.byteLength=m,o.prototype._isBuffer=!0,o.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;e>n;n+=2)w(this,n,n+1);return this},o.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;e>n;n+=4)w(this,n,n+3),w(this,n+1,n+2);return this},o.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;e>n;n+=8)w(this,n,n+7),w(this,n+1,n+6),w(this,n+2,n+5),w(this,n+3,n+4);return this},o.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?L(this,0,e):b.apply(this,arguments)},o.prototype.equals=function(e){if(!o.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:0===o.compare(this,e)},o.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),"<Buffer "+e+">"},o.prototype.compare=function(e,n,t,i,a){if(!o.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===n&&(n=0),void 0===t&&(t=e?e.length:0),void 0===i&&(i=0),void 0===a&&(a=this.length),0>n||t>e.length||0>i||a>this.length)throw new RangeError("out of range index");if(i>=a&&n>=t)return 0;if(i>=a)return-1;if(n>=t)return 1;if(n>>>=0,t>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var r=a-i,s=t-n,u=Math.min(r,s),l=this.slice(i,a),h=e.slice(n,t),c=0;u>c;++c)if(l[c]!==h[c]){r=l[c],s=h[c];break}return s>r?-1:r>s?1:0},o.prototype.includes=function(e,n,t){return-1!==this.indexOf(e,n,t)},o.prototype.indexOf=function(e,n,t){return v(this,e,n,t,!0)},o.prototype.lastIndexOf=function(e,n,t){return v(this,e,n,t,!1)},o.prototype.write=function(e,n,t,i){if(void 0===n)i="utf8",t=this.length,n=0;else if(void 0===t&&"string"==typeof n)i=n,t=this.length,n=0;else{if(!isFinite(n))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");n=0|n,isFinite(t)?(t=0|t,void 0===i&&(i="utf8")):(i=t,t=void 0)}var a=this.length-n;if((void 0===t||t>a)&&(t=a),e.length>0&&(0>t||0>n)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var r=!1;;)switch(i){case"hex":return k(this,e,n,t);case"utf8":case"utf-8":return _(this,e,n,t);case"ascii":return C(this,e,n,t);case"latin1":case"binary":return j(this,e,n,t);case"base64":return S(this,e,n,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,e,n,t);default:if(r)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),r=!0}},o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var ee=4096;o.prototype.slice=function(e,n){var t=this.length;e=~~e,n=void 0===n?t:~~n,0>e?(e+=t,0>e&&(e=0)):e>t&&(e=t),0>n?(n+=t,0>n&&(n=0)):n>t&&(n=t),e>n&&(n=e);var i;if(o.TYPED_ARRAY_SUPPORT)i=this.subarray(e,n),i.__proto__=o.prototype;else{var a=n-e;i=new o(a,void 0);for(var r=0;a>r;++r)i[r]=this[r+e]}return i},o.prototype.readUIntLE=function(e,n,t){e=0|e,n=0|n,t||M(e,n,this.length);for(var i=this[e],a=1,r=0;++r<n&&(a*=256);)i+=this[e+r]*a;return i},o.prototype.readUIntBE=function(e,n,t){e=0|e,n=0|n,t||M(e,n,this.length);for(var i=this[e+--n],a=1;n>0&&(a*=256);)i+=this[e+--n]*a;return i},o.prototype.readUInt8=function(e,n){return n||M(e,1,this.length),this[e]},o.prototype.readUInt16LE=function(e,n){return n||M(e,2,this.length),this[e]|this[e+1]<<8},o.prototype.readUInt16BE=function(e,n){return n||M(e,2,this.length),this[e]<<8|this[e+1]},o.prototype.readUInt32LE=function(e,n){return n||M(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},o.prototype.readUInt32BE=function(e,n){return n||M(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},o.prototype.readIntLE=function(e,n,t){e=0|e,n=0|n,t||M(e,n,this.length);for(var i=this[e],a=1,r=0;++r<n&&(a*=256);)i+=this[e+r]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*n)),i},o.prototype.readIntBE=function(e,n,t){e=0|e,n=0|n,t||M(e,n,this.length);for(var i=n,a=1,r=this[e+--i];i>0&&(a*=256);)r+=this[e+--i]*a;return a*=128,r>=a&&(r-=Math.pow(2,8*n)),r},o.prototype.readInt8=function(e,n){return n||M(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},o.prototype.readInt16LE=function(e,n){n||M(e,2,this.length);var t=this[e]|this[e+1]<<8;return 32768&t?4294901760|t:t},o.prototype.readInt16BE=function(e,n){n||M(e,2,this.length);var t=this[e+1]|this[e]<<8;return 32768&t?4294901760|t:t},o.prototype.readInt32LE=function(e,n){return n||M(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},o.prototype.readInt32BE=function(e,n){return n||M(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},o.prototype.readFloatLE=function(e,n){return n||M(e,4,this.length),U.read(this,e,!0,23,4)},o.prototype.readFloatBE=function(e,n){return n||M(e,4,this.length),U.read(this,e,!1,23,4)},o.prototype.readDoubleLE=function(e,n){return n||M(e,8,this.length),U.read(this,e,!0,52,8)},o.prototype.readDoubleBE=function(e,n){return n||M(e,8,this.length),U.read(this,e,!1,52,8)},o.prototype.writeUIntLE=function(e,n,t,i){if(e=+e,n=0|n,t=0|t,!i){var a=Math.pow(2,8*t)-1;Z(this,e,n,t,a,0)}var r=1,o=0;for(this[n]=255&e;++o<t&&(r*=256);)this[n+o]=e/r&255;return n+t},o.prototype.writeUIntBE=function(e,n,t,i){if(e=+e,n=0|n,t=0|t,!i){var a=Math.pow(2,8*t)-1;Z(this,e,n,t,a,0)}var r=t-1,o=1;for(this[n+r]=255&e;--r>=0&&(o*=256);)this[n+r]=e/o&255;return n+t},o.prototype.writeUInt8=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,1,255,0),o.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[n]=255&e,n+1},o.prototype.writeUInt16LE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,2,65535,0),o.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8):N(this,e,n,!0),n+2},o.prototype.writeUInt16BE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,2,65535,0),o.TYPED_ARRAY_SUPPORT?(this[n]=e>>>8,this[n+1]=255&e):N(this,e,n,!1),n+2},o.prototype.writeUInt32LE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,4,4294967295,0),o.TYPED_ARRAY_SUPPORT?(this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=255&e):J(this,e,n,!0),n+4},o.prototype.writeUInt32BE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,4,4294967295,0),o.TYPED_ARRAY_SUPPORT?(this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=255&e):J(this,e,n,!1),n+4},o.prototype.writeIntLE=function(e,n,t,i){if(e=+e,n=0|n,!i){var a=Math.pow(2,8*t-1);Z(this,e,n,t,a-1,-a)}var r=0,o=1,s=0;for(this[n]=255&e;++r<t&&(o*=256);)0>e&&0===s&&0!==this[n+r-1]&&(s=1),this[n+r]=(e/o>>0)-s&255;return n+t},o.prototype.writeIntBE=function(e,n,t,i){if(e=+e,n=0|n,!i){var a=Math.pow(2,8*t-1);Z(this,e,n,t,a-1,-a)}var r=t-1,o=1,s=0;for(this[n+r]=255&e;--r>=0&&(o*=256);)0>e&&0===s&&0!==this[n+r+1]&&(s=1),this[n+r]=(e/o>>0)-s&255;return n+t},o.prototype.writeInt8=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,1,127,-128),o.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),0>e&&(e=255+e+1),this[n]=255&e,n+1},o.prototype.writeInt16LE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,2,32767,-32768),o.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8):N(this,e,n,!0),n+2},o.prototype.writeInt16BE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,2,32767,-32768),o.TYPED_ARRAY_SUPPORT?(this[n]=e>>>8,this[n+1]=255&e):N(this,e,n,!1),n+2},o.prototype.writeInt32LE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,4,2147483647,-2147483648),o.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24):J(this,e,n,!0),n+4},o.prototype.writeInt32BE=function(e,n,t){return e=+e,n=0|n,t||Z(this,e,n,4,2147483647,-2147483648),0>e&&(e=4294967295+e+1),o.TYPED_ARRAY_SUPPORT?(this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=255&e):J(this,e,n,!1),n+4},o.prototype.writeFloatLE=function(e,n,t){return R(this,e,n,!0,t)},o.prototype.writeFloatBE=function(e,n,t){return R(this,e,n,!1,t)},o.prototype.writeDoubleLE=function(e,n,t){return O(this,e,n,!0,t)},o.prototype.writeDoubleBE=function(e,n,t){return O(this,e,n,!1,t)},o.prototype.copy=function(e,n,t,i){if(t||(t=0),i||0===i||(i=this.length),n>=e.length&&(n=e.length),n||(n=0),i>0&&t>i&&(i=t),i===t)return 0;if(0===e.length||0===this.length)return 0;if(0>n)throw new RangeError("targetStart out of bounds");if(0>t||t>=this.length)throw new RangeError("sourceStart out of bounds");if(0>i)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-n<i-t&&(i=e.length-n+t);var a,r=i-t;if(this===e&&n>t&&i>n)for(a=r-1;a>=0;--a)e[a+n]=this[a+t];else if(1e3>r||!o.TYPED_ARRAY_SUPPORT)for(a=0;r>a;++a)e[a+n]=this[a+t];else Uint8Array.prototype.set.call(e,this.subarray(t,t+r),n);return r},o.prototype.fill=function(e,n,t,i){if("string"==typeof e){if("string"==typeof n?(i=n,n=0,t=this.length):"string"==typeof t&&(i=t,t=this.length),1===e.length){var a=e.charCodeAt(0);256>a&&(e=a)}if(void 0!==i&&"string"!=typeof i)throw new TypeError("encoding must be a string");if("string"==typeof i&&!o.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else"number"==typeof e&&(e=255&e);if(0>n||this.length<n||this.length<t)throw new RangeError("Out of range index");if(n>=t)return this;n>>>=0,t=void 0===t?this.length:t>>>0,e||(e=0);var r;if("number"==typeof e)for(r=n;t>r;++r)this[r]=e;else{var s=o.isBuffer(e)?e:I(new o(e,i).toString()),u=s.length;for(r=0;t-n>r;++r)this[r+n]=s[r%u]}return this};var ne=/[^+\/0-9A-Za-z-_]/g}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"base64-js":21,ieee754:114,isarray:26}],26:[function(e,n,t){var i={}.toString;n.exports=Array.isArray||function(e){return"[object Array]"==i.call(e)}},{}],27:[function(e,n,t){n.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I\'m a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",451:"Unavailable For Legal Reasons",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},{}],28:[function(e,n,t){n.exports=e("./lib/clean")},{"./lib/clean":29}],29:[function(e,n,t){(function(t){function i(e){return void 0===e?["all"]:e}function a(e){return!A.existsSync(e)&&!/\.css$/.test(e)}function r(e){return A.existsSync(e)&&A.statSync(e).isDirectory()}function o(e){return e?{hostname:T.parse(e).hostname,port:parseInt(T.parse(e).port)}:{}}function s(e,n){function t(t){return t=n.options.debug?l(n,t):c(n,t),t=u(n,t),e?e.call(null,n.errors.length>0?n.errors:null,t):t}return function(e){return n.options.sourceMap?n.inputSourceMapTracker.track(e,function(){return n.options.sourceMapInlineSources?n.inputSourceMapTracker.resolveSources(function(){return t(e)}):t(e)}):t(e)}}function u(e,n){return n.stats=e.stats,n.errors=e.errors,n.warnings=e.warnings,n}function l(e,n){var i=t.hrtime();e.stats.originalSize=e.sourceTracker.removeAll(n).length,n=c(e,n);var a=t.hrtime(i);return e.stats.timeSpent=~~(1e3*a[0]+a[1]/1e6),e.stats.efficiency=1-n.styles.length/e.stats.originalSize,e.stats.minifiedSize=n.styles.length,n}function h(e){return function(n,i){var a=n.constructor.name+"#"+i,r=t.hrtime();e(n,i);var o=t.hrtime(r);console.log("%d ms: "+a,1e3*o[0]+o[1]/1e6)}}function c(e,n){function t(n,t){return n=o.restore(n,t),n=s.restore(n),n=i.rebase?g(n,e):n,n=r.restore(n),a.restore(n)}var i=e.options,a=new w(e,i.keepSpecialComments,i.keepBreaks,i.sourceMap),r=new v(i.sourceMap),o=new x(i.sourceMap),s=new k(e,i.sourceMap,i.compatibility.properties.urlQuotes),u=i.sourceMap?b:m,l=function(e,t){n="function"==typeof e?e(n):e[t](n)};i.benchmark&&(l=h(l)),l(a,"escape"),l(r,"escape"),l(s,"escape"),l(o,"escape");var c=f(n,e);return d(c,i,e),i.advanced&&y(c,i,e,!0),u(c,i,t,e.inputSourceMapTracker)}var p=e("./imports/inliner"),g=e("./urls/rebase"),f=e("./tokenizer/tokenize"),d=e("./selectors/simple"),y=e("./selectors/advanced"),m=e("./stringifier/simple"),b=e("./stringifier/source-maps"),w=e("./text/comments-processor"),v=e("./text/expressions-processor"),x=e("./text/free-text-processor"),k=e("./text/urls-processor"),_=e("./utils/compatibility"),C=e("./utils/input-source-map-tracker"),j=e("./utils/source-tracker"),S=e("./utils/source-reader"),E=e("./properties/validator"),A=e("fs"),L=e("path"),T=e("url"),D=e("./utils/object").override,Y=5e3,B=n.exports=function(e){e=e||{},this.options={advanced:void 0===e.advanced?!0:!!e.advanced,aggressiveMerging:void 0===e.aggressiveMerging?!0:!!e.aggressiveMerging,benchmark:e.benchmark,compatibility:new _(e.compatibility).toOptions(),debug:e.debug,explicitRoot:!!e.root,explicitTarget:!!e.target,inliner:e.inliner||{},keepBreaks:e.keepBreaks||!1,keepSpecialComments:"keepSpecialComments"in e?e.keepSpecialComments:"*",mediaMerging:void 0===e.mediaMerging?!0:!!e.mediaMerging,processImport:void 0===e.processImport?!0:!!e.processImport,processImportFrom:i(e.processImportFrom),rebase:void 0===e.rebase?!0:!!e.rebase,relativeTo:e.relativeTo,restructuring:void 0===e.restructuring?!0:!!e.restructuring,root:e.root||t.cwd(),roundingPrecision:e.roundingPrecision,semanticMerging:void 0===e.semanticMerging?!1:!!e.semanticMerging,shorthandCompacting:void 0===e.shorthandCompacting?!0:!!e.shorthandCompacting,sourceMap:e.sourceMap,sourceMapInlineSources:!!e.sourceMapInlineSources,target:!e.target||a(e.target)||r(e.target)?e.target:L.dirname(e.target)},this.options.inliner.timeout=this.options.inliner.timeout||Y,this.options.inliner.request=D(o(t.env.HTTP_PROXY||t.env.http_proxy),this.options.inliner.request||{})};B.prototype.minify=function(e,n){var i={stats:{},errors:[],warnings:[],options:this.options,debug:this.options.debug,localOnly:!n,sourceTracker:new j,validator:new E(this.options.compatibility)};if(i.options.sourceMap&&(i.inputSourceMapTracker=new C(i)),i.sourceReader=new S(i,e),e=i.sourceReader.toString(),i.options.processImport||e.indexOf("@shallow")>0){var a=n?t.nextTick:function(e){return e()};return a(function(){return new p(i).process(e,{localOnly:i.localOnly,imports:i.options.processImportFrom,whenDone:s(n,i)})})}return s(n,i)(e)}}).call(this,e("_process"))},{"./imports/inliner":33,"./properties/validator":48,"./selectors/advanced":51,"./selectors/simple":64,"./stringifier/simple":68,"./stringifier/source-maps":69,"./text/comments-processor":70,"./text/expressions-processor":72,"./text/free-text-processor":73,"./text/urls-processor":74,"./tokenizer/tokenize":77,"./urls/rebase":78,"./utils/compatibility":82,"./utils/input-source-map-tracker":83,"./utils/object":84,"./utils/source-reader":86,"./utils/source-tracker":87,_process:195,fs:23,path:193,url:452}],30:[function(e,n,t){function i(e,n,t,i){return n+s[t.toLowerCase()]+i}function a(e,n,t){return u[n.toLowerCase()]+t}var r={},o={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#0ff",aquamarine:"#7fffd4",
@@ -77,4 +77,4 @@ e.consequent=e.consequent.transform(n),e.alternative=e.alternative.transform(n)}
77
77
  },{}],435:[function(e,n,t){n.exports=["ke","keg","kegg","kegs","ken","kenj","kenh","ked","kel","kelg","kelm","kelb","kels","kelt","kelp","kelh","kem","keb","kebs","kes","kess","keng","kej","kec","kek","ket","kep","keh","kyeo","kyeog","kyeogg","kyeogs","kyeon","kyeonj","kyeonh","kyeod","kyeol","kyeolg","kyeolm","kyeolb","kyeols","kyeolt","kyeolp","kyeolh","kyeom","kyeob","kyeobs","kyeos","kyeoss","kyeong","kyeoj","kyeoc","kyeok","kyeot","kyeop","kyeoh","kye","kyeg","kyegg","kyegs","kyen","kyenj","kyenh","kyed","kyel","kyelg","kyelm","kyelb","kyels","kyelt","kyelp","kyelh","kyem","kyeb","kyebs","kyes","kyess","kyeng","kyej","kyec","kyek","kyet","kyep","kyeh","ko","kog","kogg","kogs","kon","konj","konh","kod","kol","kolg","kolm","kolb","kols","kolt","kolp","kolh","kom","kob","kobs","kos","koss","kong","koj","koc","kok","kot","kop","koh","kwa","kwag","kwagg","kwags","kwan","kwanj","kwanh","kwad","kwal","kwalg","kwalm","kwalb","kwals","kwalt","kwalp","kwalh","kwam","kwab","kwabs","kwas","kwass","kwang","kwaj","kwac","kwak","kwat","kwap","kwah","kwae","kwaeg","kwaegg","kwaegs","kwaen","kwaenj","kwaenh","kwaed","kwael","kwaelg","kwaelm","kwaelb","kwaels","kwaelt","kwaelp","kwaelh","kwaem","kwaeb","kwaebs","kwaes","kwaess","kwaeng","kwaej","kwaec","kwaek","kwaet","kwaep","kwaeh","koe","koeg","koegg","koegs","koen","koenj","koenh","koed","koel","koelg","koelm","koelb","koels","koelt","koelp","koelh","koem","koeb","koebs","koes","koess","koeng","koej","koec","koek","koet","koep","koeh","kyo","kyog","kyogg","kyogs","kyon","kyonj","kyonh","kyod","kyol","kyolg","kyolm","kyolb","kyols","kyolt","kyolp","kyolh","kyom","kyob","kyobs","kyos","kyoss","kyong","kyoj","kyoc","kyok","kyot","kyop","kyoh","ku","kug","kugg","kugs","kun","kunj","kunh","kud","kul","kulg","kulm","kulb","kuls","kult","kulp","kulh","kum","kub","kubs","kus","kuss","kung","kuj","kuc","kuk","kut","kup","kuh","kweo","kweog","kweogg","kweogs"]},{}],436:[function(e,n,t){n.exports=["kweon","kweonj","kweonh","kweod","kweol","kweolg","kweolm","kweolb","kweols","kweolt","kweolp","kweolh","kweom","kweob","kweobs","kweos","kweoss","kweong","kweoj","kweoc","kweok","kweot","kweop","kweoh","kwe","kweg","kwegg","kwegs","kwen","kwenj","kwenh","kwed","kwel","kwelg","kwelm","kwelb","kwels","kwelt","kwelp","kwelh","kwem","kweb","kwebs","kwes","kwess","kweng","kwej","kwec","kwek","kwet","kwep","kweh","kwi","kwig","kwigg","kwigs","kwin","kwinj","kwinh","kwid","kwil","kwilg","kwilm","kwilb","kwils","kwilt","kwilp","kwilh","kwim","kwib","kwibs","kwis","kwiss","kwing","kwij","kwic","kwik","kwit","kwip","kwih","kyu","kyug","kyugg","kyugs","kyun","kyunj","kyunh","kyud","kyul","kyulg","kyulm","kyulb","kyuls","kyult","kyulp","kyulh","kyum","kyub","kyubs","kyus","kyuss","kyung","kyuj","kyuc","kyuk","kyut","kyup","kyuh","keu","keug","keugg","keugs","keun","keunj","keunh","keud","keul","keulg","keulm","keulb","keuls","keult","keulp","keulh","keum","keub","keubs","keus","keuss","keung","keuj","keuc","keuk","keut","keup","keuh","kyi","kyig","kyigg","kyigs","kyin","kyinj","kyinh","kyid","kyil","kyilg","kyilm","kyilb","kyils","kyilt","kyilp","kyilh","kyim","kyib","kyibs","kyis","kyiss","kying","kyij","kyic","kyik","kyit","kyip","kyih","ki","kig","kigg","kigs","kin","kinj","kinh","kid","kil","kilg","kilm","kilb","kils","kilt","kilp","kilh","kim","kib","kibs","kis","kiss","king","kij","kic","kik","kit","kip","kih","ta","tag","tagg","tags","tan","tanj","tanh","tad","tal","talg","talm","talb","tals","talt","talp","talh","tam","tab","tabs","tas","tass","tang","taj","tac","tak","tat","tap","tah","tae","taeg","taegg","taegs","taen","taenj","taenh","taed","tael","taelg","taelm","taelb","taels","taelt","taelp","taelh","taem","taeb","taebs","taes","taess","taeng","taej","taec","taek","taet","taep","taeh","tya","tyag","tyagg","tyags","tyan","tyanj","tyanh","tyad"]},{}],437:[function(e,n,t){n.exports=["tyal","tyalg","tyalm","tyalb","tyals","tyalt","tyalp","tyalh","tyam","tyab","tyabs","tyas","tyass","tyang","tyaj","tyac","tyak","tyat","tyap","tyah","tyae","tyaeg","tyaegg","tyaegs","tyaen","tyaenj","tyaenh","tyaed","tyael","tyaelg","tyaelm","tyaelb","tyaels","tyaelt","tyaelp","tyaelh","tyaem","tyaeb","tyaebs","tyaes","tyaess","tyaeng","tyaej","tyaec","tyaek","tyaet","tyaep","tyaeh","teo","teog","teogg","teogs","teon","teonj","teonh","teod","teol","teolg","teolm","teolb","teols","teolt","teolp","teolh","teom","teob","teobs","teos","teoss","teong","teoj","teoc","teok","teot","teop","teoh","te","teg","tegg","tegs","ten","tenj","tenh","ted","tel","telg","telm","telb","tels","telt","telp","telh","tem","teb","tebs","tes","tess","teng","tej","tec","tek","tet","tep","teh","tyeo","tyeog","tyeogg","tyeogs","tyeon","tyeonj","tyeonh","tyeod","tyeol","tyeolg","tyeolm","tyeolb","tyeols","tyeolt","tyeolp","tyeolh","tyeom","tyeob","tyeobs","tyeos","tyeoss","tyeong","tyeoj","tyeoc","tyeok","tyeot","tyeop","tyeoh","tye","tyeg","tyegg","tyegs","tyen","tyenj","tyenh","tyed","tyel","tyelg","tyelm","tyelb","tyels","tyelt","tyelp","tyelh","tyem","tyeb","tyebs","tyes","tyess","tyeng","tyej","tyec","tyek","tyet","tyep","tyeh","to","tog","togg","togs","ton","tonj","tonh","tod","tol","tolg","tolm","tolb","tols","tolt","tolp","tolh","tom","tob","tobs","tos","toss","tong","toj","toc","tok","tot","top","toh","twa","twag","twagg","twags","twan","twanj","twanh","twad","twal","twalg","twalm","twalb","twals","twalt","twalp","twalh","twam","twab","twabs","twas","twass","twang","twaj","twac","twak","twat","twap","twah","twae","twaeg","twaegg","twaegs","twaen","twaenj","twaenh","twaed","twael","twaelg","twaelm","twaelb","twaels","twaelt","twaelp","twaelh","twaem","twaeb","twaebs","twaes","twaess","twaeng","twaej","twaec","twaek","twaet","twaep","twaeh","toe","toeg","toegg","toegs","toen","toenj","toenh","toed","toel","toelg","toelm","toelb"]},{}],438:[function(e,n,t){n.exports=["toels","toelt","toelp","toelh","toem","toeb","toebs","toes","toess","toeng","toej","toec","toek","toet","toep","toeh","tyo","tyog","tyogg","tyogs","tyon","tyonj","tyonh","tyod","tyol","tyolg","tyolm","tyolb","tyols","tyolt","tyolp","tyolh","tyom","tyob","tyobs","tyos","tyoss","tyong","tyoj","tyoc","tyok","tyot","tyop","tyoh","tu","tug","tugg","tugs","tun","tunj","tunh","tud","tul","tulg","tulm","tulb","tuls","tult","tulp","tulh","tum","tub","tubs","tus","tuss","tung","tuj","tuc","tuk","tut","tup","tuh","tweo","tweog","tweogg","tweogs","tweon","tweonj","tweonh","tweod","tweol","tweolg","tweolm","tweolb","tweols","tweolt","tweolp","tweolh","tweom","tweob","tweobs","tweos","tweoss","tweong","tweoj","tweoc","tweok","tweot","tweop","tweoh","twe","tweg","twegg","twegs","twen","twenj","twenh","twed","twel","twelg","twelm","twelb","twels","twelt","twelp","twelh","twem","tweb","twebs","twes","twess","tweng","twej","twec","twek","twet","twep","tweh","twi","twig","twigg","twigs","twin","twinj","twinh","twid","twil","twilg","twilm","twilb","twils","twilt","twilp","twilh","twim","twib","twibs","twis","twiss","twing","twij","twic","twik","twit","twip","twih","tyu","tyug","tyugg","tyugs","tyun","tyunj","tyunh","tyud","tyul","tyulg","tyulm","tyulb","tyuls","tyult","tyulp","tyulh","tyum","tyub","tyubs","tyus","tyuss","tyung","tyuj","tyuc","tyuk","tyut","tyup","tyuh","teu","teug","teugg","teugs","teun","teunj","teunh","teud","teul","teulg","teulm","teulb","teuls","teult","teulp","teulh","teum","teub","teubs","teus","teuss","teung","teuj","teuc","teuk","teut","teup","teuh","tyi","tyig","tyigg","tyigs","tyin","tyinj","tyinh","tyid","tyil","tyilg","tyilm","tyilb","tyils","tyilt","tyilp","tyilh","tyim","tyib","tyibs","tyis","tyiss","tying","tyij","tyic","tyik","tyit","tyip","tyih","ti","tig","tigg","tigs","tin","tinj","tinh","tid","til","tilg","tilm","tilb","tils","tilt","tilp","tilh"]},{}],439:[function(e,n,t){n.exports=["tim","tib","tibs","tis","tiss","ting","tij","tic","tik","tit","tip","tih","pa","pag","pagg","pags","pan","panj","panh","pad","pal","palg","palm","palb","pals","palt","palp","palh","pam","pab","pabs","pas","pass","pang","paj","pac","pak","pat","pap","pah","pae","paeg","paegg","paegs","paen","paenj","paenh","paed","pael","paelg","paelm","paelb","paels","paelt","paelp","paelh","paem","paeb","paebs","paes","paess","paeng","paej","paec","paek","paet","paep","paeh","pya","pyag","pyagg","pyags","pyan","pyanj","pyanh","pyad","pyal","pyalg","pyalm","pyalb","pyals","pyalt","pyalp","pyalh","pyam","pyab","pyabs","pyas","pyass","pyang","pyaj","pyac","pyak","pyat","pyap","pyah","pyae","pyaeg","pyaegg","pyaegs","pyaen","pyaenj","pyaenh","pyaed","pyael","pyaelg","pyaelm","pyaelb","pyaels","pyaelt","pyaelp","pyaelh","pyaem","pyaeb","pyaebs","pyaes","pyaess","pyaeng","pyaej","pyaec","pyaek","pyaet","pyaep","pyaeh","peo","peog","peogg","peogs","peon","peonj","peonh","peod","peol","peolg","peolm","peolb","peols","peolt","peolp","peolh","peom","peob","peobs","peos","peoss","peong","peoj","peoc","peok","peot","peop","peoh","pe","peg","pegg","pegs","pen","penj","penh","ped","pel","pelg","pelm","pelb","pels","pelt","pelp","pelh","pem","peb","pebs","pes","pess","peng","pej","pec","pek","pet","pep","peh","pyeo","pyeog","pyeogg","pyeogs","pyeon","pyeonj","pyeonh","pyeod","pyeol","pyeolg","pyeolm","pyeolb","pyeols","pyeolt","pyeolp","pyeolh","pyeom","pyeob","pyeobs","pyeos","pyeoss","pyeong","pyeoj","pyeoc","pyeok","pyeot","pyeop","pyeoh","pye","pyeg","pyegg","pyegs","pyen","pyenj","pyenh","pyed","pyel","pyelg","pyelm","pyelb","pyels","pyelt","pyelp","pyelh","pyem","pyeb","pyebs","pyes","pyess","pyeng","pyej","pyec","pyek","pyet","pyep","pyeh","po","pog","pogg","pogs","pon","ponj","ponh","pod","pol","polg","polm","polb","pols","polt","polp","polh","pom","pob","pobs","pos"]},{}],440:[function(e,n,t){n.exports=["poss","pong","poj","poc","pok","pot","pop","poh","pwa","pwag","pwagg","pwags","pwan","pwanj","pwanh","pwad","pwal","pwalg","pwalm","pwalb","pwals","pwalt","pwalp","pwalh","pwam","pwab","pwabs","pwas","pwass","pwang","pwaj","pwac","pwak","pwat","pwap","pwah","pwae","pwaeg","pwaegg","pwaegs","pwaen","pwaenj","pwaenh","pwaed","pwael","pwaelg","pwaelm","pwaelb","pwaels","pwaelt","pwaelp","pwaelh","pwaem","pwaeb","pwaebs","pwaes","pwaess","pwaeng","pwaej","pwaec","pwaek","pwaet","pwaep","pwaeh","poe","poeg","poegg","poegs","poen","poenj","poenh","poed","poel","poelg","poelm","poelb","poels","poelt","poelp","poelh","poem","poeb","poebs","poes","poess","poeng","poej","poec","poek","poet","poep","poeh","pyo","pyog","pyogg","pyogs","pyon","pyonj","pyonh","pyod","pyol","pyolg","pyolm","pyolb","pyols","pyolt","pyolp","pyolh","pyom","pyob","pyobs","pyos","pyoss","pyong","pyoj","pyoc","pyok","pyot","pyop","pyoh","pu","pug","pugg","pugs","pun","punj","punh","pud","pul","pulg","pulm","pulb","puls","pult","pulp","pulh","pum","pub","pubs","pus","puss","pung","puj","puc","puk","put","pup","puh","pweo","pweog","pweogg","pweogs","pweon","pweonj","pweonh","pweod","pweol","pweolg","pweolm","pweolb","pweols","pweolt","pweolp","pweolh","pweom","pweob","pweobs","pweos","pweoss","pweong","pweoj","pweoc","pweok","pweot","pweop","pweoh","pwe","pweg","pwegg","pwegs","pwen","pwenj","pwenh","pwed","pwel","pwelg","pwelm","pwelb","pwels","pwelt","pwelp","pwelh","pwem","pweb","pwebs","pwes","pwess","pweng","pwej","pwec","pwek","pwet","pwep","pweh","pwi","pwig","pwigg","pwigs","pwin","pwinj","pwinh","pwid","pwil","pwilg","pwilm","pwilb","pwils","pwilt","pwilp","pwilh","pwim","pwib","pwibs","pwis","pwiss","pwing","pwij","pwic","pwik","pwit","pwip","pwih","pyu","pyug","pyugg","pyugs","pyun","pyunj","pyunh","pyud","pyul","pyulg","pyulm","pyulb","pyuls","pyult","pyulp","pyulh","pyum","pyub","pyubs","pyus","pyuss","pyung","pyuj","pyuc"]},{}],441:[function(e,n,t){n.exports=["pyuk","pyut","pyup","pyuh","peu","peug","peugg","peugs","peun","peunj","peunh","peud","peul","peulg","peulm","peulb","peuls","peult","peulp","peulh","peum","peub","peubs","peus","peuss","peung","peuj","peuc","peuk","peut","peup","peuh","pyi","pyig","pyigg","pyigs","pyin","pyinj","pyinh","pyid","pyil","pyilg","pyilm","pyilb","pyils","pyilt","pyilp","pyilh","pyim","pyib","pyibs","pyis","pyiss","pying","pyij","pyic","pyik","pyit","pyip","pyih","pi","pig","pigg","pigs","pin","pinj","pinh","pid","pil","pilg","pilm","pilb","pils","pilt","pilp","pilh","pim","pib","pibs","pis","piss","ping","pij","pic","pik","pit","pip","pih","ha","hag","hagg","hags","han","hanj","hanh","had","hal","halg","halm","halb","hals","halt","halp","halh","ham","hab","habs","has","hass","hang","haj","hac","hak","hat","hap","hah","hae","haeg","haegg","haegs","haen","haenj","haenh","haed","hael","haelg","haelm","haelb","haels","haelt","haelp","haelh","haem","haeb","haebs","haes","haess","haeng","haej","haec","haek","haet","haep","haeh","hya","hyag","hyagg","hyags","hyan","hyanj","hyanh","hyad","hyal","hyalg","hyalm","hyalb","hyals","hyalt","hyalp","hyalh","hyam","hyab","hyabs","hyas","hyass","hyang","hyaj","hyac","hyak","hyat","hyap","hyah","hyae","hyaeg","hyaegg","hyaegs","hyaen","hyaenj","hyaenh","hyaed","hyael","hyaelg","hyaelm","hyaelb","hyaels","hyaelt","hyaelp","hyaelh","hyaem","hyaeb","hyaebs","hyaes","hyaess","hyaeng","hyaej","hyaec","hyaek","hyaet","hyaep","hyaeh","heo","heog","heogg","heogs","heon","heonj","heonh","heod","heol","heolg","heolm","heolb","heols","heolt","heolp","heolh","heom","heob","heobs","heos","heoss","heong","heoj","heoc","heok","heot","heop","heoh","he","heg","hegg","hegs","hen","henj","henh","hed","hel","helg","helm","helb","hels","helt","help","helh","hem","heb","hebs","hes","hess","heng","hej","hec","hek","het","hep","heh"]},{}],442:[function(e,n,t){n.exports=["hyeo","hyeog","hyeogg","hyeogs","hyeon","hyeonj","hyeonh","hyeod","hyeol","hyeolg","hyeolm","hyeolb","hyeols","hyeolt","hyeolp","hyeolh","hyeom","hyeob","hyeobs","hyeos","hyeoss","hyeong","hyeoj","hyeoc","hyeok","hyeot","hyeop","hyeoh","hye","hyeg","hyegg","hyegs","hyen","hyenj","hyenh","hyed","hyel","hyelg","hyelm","hyelb","hyels","hyelt","hyelp","hyelh","hyem","hyeb","hyebs","hyes","hyess","hyeng","hyej","hyec","hyek","hyet","hyep","hyeh","ho","hog","hogg","hogs","hon","honj","honh","hod","hol","holg","holm","holb","hols","holt","holp","holh","hom","hob","hobs","hos","hoss","hong","hoj","hoc","hok","hot","hop","hoh","hwa","hwag","hwagg","hwags","hwan","hwanj","hwanh","hwad","hwal","hwalg","hwalm","hwalb","hwals","hwalt","hwalp","hwalh","hwam","hwab","hwabs","hwas","hwass","hwang","hwaj","hwac","hwak","hwat","hwap","hwah","hwae","hwaeg","hwaegg","hwaegs","hwaen","hwaenj","hwaenh","hwaed","hwael","hwaelg","hwaelm","hwaelb","hwaels","hwaelt","hwaelp","hwaelh","hwaem","hwaeb","hwaebs","hwaes","hwaess","hwaeng","hwaej","hwaec","hwaek","hwaet","hwaep","hwaeh","hoe","hoeg","hoegg","hoegs","hoen","hoenj","hoenh","hoed","hoel","hoelg","hoelm","hoelb","hoels","hoelt","hoelp","hoelh","hoem","hoeb","hoebs","hoes","hoess","hoeng","hoej","hoec","hoek","hoet","hoep","hoeh","hyo","hyog","hyogg","hyogs","hyon","hyonj","hyonh","hyod","hyol","hyolg","hyolm","hyolb","hyols","hyolt","hyolp","hyolh","hyom","hyob","hyobs","hyos","hyoss","hyong","hyoj","hyoc","hyok","hyot","hyop","hyoh","hu","hug","hugg","hugs","hun","hunj","hunh","hud","hul","hulg","hulm","hulb","huls","hult","hulp","hulh","hum","hub","hubs","hus","huss","hung","huj","huc","huk","hut","hup","huh","hweo","hweog","hweogg","hweogs","hweon","hweonj","hweonh","hweod","hweol","hweolg","hweolm","hweolb","hweols","hweolt","hweolp","hweolh","hweom","hweob","hweobs","hweos","hweoss","hweong","hweoj","hweoc","hweok","hweot","hweop","hweoh","hwe","hweg","hwegg","hwegs"]},{}],443:[function(e,n,t){n.exports=["hwen","hwenj","hwenh","hwed","hwel","hwelg","hwelm","hwelb","hwels","hwelt","hwelp","hwelh","hwem","hweb","hwebs","hwes","hwess","hweng","hwej","hwec","hwek","hwet","hwep","hweh","hwi","hwig","hwigg","hwigs","hwin","hwinj","hwinh","hwid","hwil","hwilg","hwilm","hwilb","hwils","hwilt","hwilp","hwilh","hwim","hwib","hwibs","hwis","hwiss","hwing","hwij","hwic","hwik","hwit","hwip","hwih","hyu","hyug","hyugg","hyugs","hyun","hyunj","hyunh","hyud","hyul","hyulg","hyulm","hyulb","hyuls","hyult","hyulp","hyulh","hyum","hyub","hyubs","hyus","hyuss","hyung","hyuj","hyuc","hyuk","hyut","hyup","hyuh","heu","heug","heugg","heugs","heun","heunj","heunh","heud","heul","heulg","heulm","heulb","heuls","heult","heulp","heulh","heum","heub","heubs","heus","heuss","heung","heuj","heuc","heuk","heut","heup","heuh","hyi","hyig","hyigg","hyigs","hyin","hyinj","hyinh","hyid","hyil","hyilg","hyilm","hyilb","hyils","hyilt","hyilp","hyilh","hyim","hyib","hyibs","hyis","hyiss","hying","hyij","hyic","hyik","hyit","hyip","hyih","hi","hig","higg","higs","hin","hinj","hinh","hid","hil","hilg","hilm","hilb","hils","hilt","hilp","hilh","him","hib","hibs","his","hiss","hing","hij","hic","hik","hit","hip","hih","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]"]},{}],444:[function(e,n,t){n.exports=["Kay ","Kayng ","Ke ","Ko ","Kol ","Koc ","Kwi ","Kwi ","Kyun ","Kul ","Kum ","Na ","Na ","Na ","La ","Na ","Na ","Na ","Na ","Na ","Nak ","Nak ","Nak ","Nak ","Nak ","Nak ","Nak ","Nan ","Nan ","Nan ","Nan ","Nan ","Nan ","Nam ","Nam ","Nam ","Nam ","Nap ","Nap ","Nap ","Nang ","Nang ","Nang ","Nang ","Nang ","Nay ","Nayng ","No ","No ","No ","No ","No ","No ","No ","No ","No ","No ","No ","No ","Nok ","Nok ","Nok ","Nok ","Nok ","Nok ","Non ","Nong ","Nong ","Nong ","Nong ","Noy ","Noy ","Noy ","Noy ","Nwu ","Nwu ","Nwu ","Nwu ","Nwu ","Nwu ","Nwu ","Nwu ","Nuk ","Nuk ","Num ","Nung ","Nung ","Nung ","Nung ","Nung ","Twu ","La ","Lak ","Lak ","Lan ","Lyeng ","Lo ","Lyul ","Li ","Pey ","Pen ","Pyen ","Pwu ","Pwul ","Pi ","Sak ","Sak ","Sam ","Sayk ","Sayng ","Sep ","Sey ","Sway ","Sin ","Sim ","Sip ","Ya ","Yak ","Yak ","Yang ","Yang ","Yang ","Yang ","Yang ","Yang ","Yang ","Yang ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Ye ","Yek ","Yek ","Yek ","Yek ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yen ","Yel ","Yel ","Yel ","Yel ","Yel ","Yel ","Yem ","Yem ","Yem ","Yem ","Yem ","Yep ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yeng ","Yey ","Yey ","Yey ","Yey ","O ","Yo ","Yo ","Yo ","Yo ","Yo ","Yo ","Yo ","Yo ","Yo ","Yo ","Yong ","Wun ","Wen ","Yu ","Yu ","Yu ","Yu ","Yu ","Yu ","Yu ","Yu ","Yu ","Yu ","Yuk ","Yuk ","Yuk ","Yun ","Yun ","Yun ","Yun ","Yul ","Yul ","Yul ","Yul ","Yung ","I ","I ","I ","I ","I ","I ","I ","I ","I ","I ","I ","I ","I ","I ","Ik ","Ik ","In ","In ","In ","In ","In ","In ","In ","Im ","Im ","Im ","Ip ","Ip ","Ip ","Cang ","Cek ","Ci ","Cip ","Cha ","Chek "]},{}],445:[function(e,n,t){n.exports=["Chey ","Thak ","Thak ","Thang ","Thayk ","Thong ","Pho ","Phok ","Hang ","Hang ","Hyen ","Hwak ","Wu ","Huo ","[?] ","[?] ","Zhong ","[?] ","Qing ","[?] ","[?] ","Xi ","Zhu ","Yi ","Li ","Shen ","Xiang ","Fu ","Jing ","Jing ","Yu ","[?] ","Hagi ","[?] ","Zhu ","[?] ","[?] ","Yi ","Du ","[?] ","[?] ","[?] ","Fan ","Si ","Guan ","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]"]},{}],446:[function(e,n,t){n.exports=["ff","fi","fl","ffi","ffl","st","st","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","mn","me","mi","vn","mkh","[?]","[?]","[?]","[?]","[?]","yi","","ay","`","","d","h","k","l","m","m","t","+","sh","s","sh","s","a","a","","b","g","d","h","v","z","[?]","t","y","k","k","l","[?]","l","[?]","n","n","[?]","p","p","[?]","ts","ts","r","sh","t","vo","b","k","p","l","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]},{}],447:[function(e,n,t){n.exports=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]},{}],448:[function(e,n,t){n.exports=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","[?]","[?]","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","","","","","","","","","","","","","[?]","[?]","[?]"]},{}],449:[function(e,n,t){n.exports=["[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","","","","~","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","..","--","-","_","_","(",") ","{","} ","[","] ","[(",")] ","<<",">> ","<","> ","[","] ","{","}","[?]","[?]","[?]","[?]","","","","","","","",",",",",".","",";",":","?","!","-","(",")","{","}","{","}","#","&","*","+","-","<",">","=","","\\","$","%","@","[?]","[?]","[?]","[?]","","","","[?]","","[?]","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","[?]","[?]",""]},{}],450:[function(e,n,t){n.exports=["[?]","!",\'"\',"#","$","%","&","\'","(",")","*","+",",","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","<","=",">","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","\\","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","[?]","[?]",".","[","]",",","*","wo","a","i","u","e","o","ya","yu","yo","tu","+","a","i","u","e","o","ka","ki","ku","ke","ko","sa","si","su","se","so","ta","ti","tu","te","to","na","ni","nu","ne","no","ha","hi","hu","he","ho","ma","mi","mu","me","mo","ya","yu","yo","ra","ri","ru","re","ro","wa","n",":",";","","g","gg","gs","n","nj","nh","d","dd","r","lg","lm","lb","ls","lt","lp","rh","m","b","bb","bs","s","ss","","j","jj","c","k","t","p","h","[?]","[?]","[?]","a","ae","ya","yae","eo","e","[?]","[?]","yeo","ye","o","wa","wae","oe","[?]","[?]","yo","u","weo","we","wi","yu","[?]","[?]","eu","yi","i","[?]","[?]","[?]","/C","PS","!","-","|","Y=","W=","[?]","|","-","|","-","|","#","O","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","[?]","{","|","}","","","",""]},{}],451:[function(e,n,t){"use strict";function i(n){var t=r(n);if(t>65535)return"_";var i=t>>8,o=255&t;if(i>24&&30>i)return"";if(i>215&&249>i)return"";if(!s[i])switch(a(i)){case"00":s[i]=e("./data/x00");break;case"01":s[i]=e("./data/x01");break;case"02":s[i]=e("./data/x02");break;case"03":s[i]=e("./data/x03");break;case"04":s[i]=e("./data/x04");break;case"05":s[i]=e("./data/x05");break;case"06":s[i]=e("./data/x06");break;case"07":s[i]=e("./data/x07");break;case"09":s[i]=e("./data/x09");break;case"0a":s[i]=e("./data/x0a");break;case"0b":s[i]=e("./data/x0b");break;case"0c":s[i]=e("./data/x0c");break;case"0d":s[i]=e("./data/x0d");break;case"0e":s[i]=e("./data/x0e");break;case"0f":s[i]=e("./data/x0f");break;case"10":s[i]=e("./data/x10");break;case"11":s[i]=e("./data/x11");break;case"12":s[i]=e("./data/x12");break;case"13":s[i]=e("./data/x13");break;case"14":s[i]=e("./data/x14");break;case"15":s[i]=e("./data/x15");break;case"16":s[i]=e("./data/x16");break;case"17":s[i]=e("./data/x17");break;case"18":s[i]=e("./data/x18");break;case"1e":s[i]=e("./data/x1e");break;case"1f":s[i]=e("./data/x1f");break;case"20":s[i]=e("./data/x20");break;case"21":s[i]=e("./data/x21");break;case"22":s[i]=e("./data/x22");break;case"23":s[i]=e("./data/x23");break;case"24":s[i]=e("./data/x24");break;case"25":s[i]=e("./data/x25");break;case"26":s[i]=e("./data/x26");break;case"27":s[i]=e("./data/x27");break;case"28":s[i]=e("./data/x28");break;case"2e":s[i]=e("./data/x2e");break;case"2f":s[i]=e("./data/x2f");break;case"30":s[i]=e("./data/x30");break;case"31":s[i]=e("./data/x31");break;case"32":s[i]=e("./data/x32");break;case"33":s[i]=e("./data/x33");break;case"4d":s[i]=e("./data/x4d");break;case"4e":s[i]=e("./data/x4e");break;case"4f":s[i]=e("./data/x4f");break;case"50":s[i]=e("./data/x50");break;case"51":s[i]=e("./data/x51");break;case"52":s[i]=e("./data/x52");break;case"53":s[i]=e("./data/x53");break;case"54":s[i]=e("./data/x54");break;case"55":s[i]=e("./data/x55");break;case"56":s[i]=e("./data/x56");break;case"57":s[i]=e("./data/x57");break;case"58":s[i]=e("./data/x58");break;case"59":s[i]=e("./data/x59");break;case"5a":s[i]=e("./data/x5a");break;case"5b":s[i]=e("./data/x5b");break;case"5c":s[i]=e("./data/x5c");break;case"5d":s[i]=e("./data/x5d");break;case"5e":s[i]=e("./data/x5e");break;case"5f":s[i]=e("./data/x5f");break;case"60":s[i]=e("./data/x60");break;case"61":s[i]=e("./data/x61");break;case"62":s[i]=e("./data/x62");break;case"63":s[i]=e("./data/x63");break;case"64":s[i]=e("./data/x64");break;case"65":s[i]=e("./data/x65");break;case"66":s[i]=e("./data/x66");break;case"67":s[i]=e("./data/x67");break;case"68":s[i]=e("./data/x68");break;case"69":s[i]=e("./data/x69");break;case"6a":s[i]=e("./data/x6a");break;case"6b":s[i]=e("./data/x6b");break;case"6c":s[i]=e("./data/x6c");break;case"6d":s[i]=e("./data/x6d");break;case"6e":s[i]=e("./data/x6e");break;case"6f":s[i]=e("./data/x6f");break;case"70":s[i]=e("./data/x70");break;case"71":s[i]=e("./data/x71");break;case"72":s[i]=e("./data/x72");break;case"73":s[i]=e("./data/x73");break;case"74":s[i]=e("./data/x74");break;case"75":s[i]=e("./data/x75");break;case"76":s[i]=e("./data/x76");break;case"77":s[i]=e("./data/x77");break;case"78":s[i]=e("./data/x78");break;case"79":s[i]=e("./data/x79");break;case"7a":s[i]=e("./data/x7a");break;case"7b":s[i]=e("./data/x7b");break;case"7c":s[i]=e("./data/x7c");break;case"7d":s[i]=e("./data/x7d");break;case"7e":s[i]=e("./data/x7e");break;case"7f":s[i]=e("./data/x7f");break;case"80":s[i]=e("./data/x80");break;case"81":s[i]=e("./data/x81");break;case"82":s[i]=e("./data/x82");break;case"83":s[i]=e("./data/x83");break;case"84":s[i]=e("./data/x84");break;case"85":s[i]=e("./data/x85");break;case"86":s[i]=e("./data/x86");break;case"87":s[i]=e("./data/x87");break;case"88":s[i]=e("./data/x88");break;case"89":s[i]=e("./data/x89");break;case"8a":s[i]=e("./data/x8a");break;case"8b":s[i]=e("./data/x8b");break;case"8c":s[i]=e("./data/x8c");break;case"8d":s[i]=e("./data/x8d");break;case"8e":s[i]=e("./data/x8e");break;case"8f":s[i]=e("./data/x8f");break;case"90":s[i]=e("./data/x90");break;case"91":s[i]=e("./data/x91");break;case"92":s[i]=e("./data/x92");break;case"93":s[i]=e("./data/x93");break;case"94":s[i]=e("./data/x94");break;case"95":s[i]=e("./data/x95");break;case"96":s[i]=e("./data/x96");break;case"97":s[i]=e("./data/x97");break;case"98":s[i]=e("./data/x98");break;case"99":s[i]=e("./data/x99");break;case"9a":s[i]=e("./data/x9a");break;case"9b":s[i]=e("./data/x9b");break;case"9c":s[i]=e("./data/x9c");break;case"9d":s[i]=e("./data/x9d");break;case"9e":s[i]=e("./data/x9e");break;case"9f":s[i]=e("./data/x9f");break;case"a0":s[i]=e("./data/xa0");break;case"a1":s[i]=e("./data/xa1");break;case"a2":s[i]=e("./data/xa2");break;case"a3":s[i]=e("./data/xa3");break;case"a4":s[i]=e("./data/xa4");break;case"ac":s[i]=e("./data/xac");break;case"ad":s[i]=e("./data/xad");break;case"ae":s[i]=e("./data/xae");break;case"af":s[i]=e("./data/xaf");break;case"b0":s[i]=e("./data/xb0");break;case"b1":s[i]=e("./data/xb1");break;case"b2":s[i]=e("./data/xb2");break;case"b3":s[i]=e("./data/xb3");break;case"b4":s[i]=e("./data/xb4");break;case"b5":s[i]=e("./data/xb5");break;case"b6":s[i]=e("./data/xb6");break;case"b7":s[i]=e("./data/xb7");break;case"b8":s[i]=e("./data/xb8");break;case"b9":s[i]=e("./data/xb9");break;case"ba":s[i]=e("./data/xba");break;case"bb":s[i]=e("./data/xbb");break;case"bc":s[i]=e("./data/xbc");break;case"bd":s[i]=e("./data/xbd");break;case"be":s[i]=e("./data/xbe");break;case"bf":s[i]=e("./data/xbf");break;case"c0":s[i]=e("./data/xc0");break;case"c1":s[i]=e("./data/xc1");break;case"c2":s[i]=e("./data/xc2");break;case"c3":s[i]=e("./data/xc3");break;case"c4":s[i]=e("./data/xc4");break;case"c5":s[i]=e("./data/xc5");break;case"c6":s[i]=e("./data/xc6");break;case"c7":s[i]=e("./data/xc7");break;case"c8":s[i]=e("./data/xc8");break;case"c9":s[i]=e("./data/xc9");break;case"ca":s[i]=e("./data/xca");break;case"cb":s[i]=e("./data/xcb");break;case"cc":s[i]=e("./data/xcc");break;case"cd":s[i]=e("./data/xcd");break;case"ce":s[i]=e("./data/xce");break;case"cf":s[i]=e("./data/xcf");break;case"d0":s[i]=e("./data/xd0");break;case"d1":s[i]=e("./data/xd1");break;case"d2":s[i]=e("./data/xd2");break;case"d3":s[i]=e("./data/xd3");
78
78
  break;case"d4":s[i]=e("./data/xd4");break;case"d5":s[i]=e("./data/xd5");break;case"d6":s[i]=e("./data/xd6");break;case"d7":s[i]=e("./data/xd7");break;case"f9":s[i]=e("./data/xf9");break;case"fa":s[i]=e("./data/xfa");break;case"fb":s[i]=e("./data/xfb");break;case"fc":s[i]=e("./data/xfc");break;case"fd":s[i]=e("./data/xfd");break;case"fe":s[i]=e("./data/xfe");break;case"ff":s[i]=e("./data/xff");break;default:return""}return s[i][o]}function a(e){return(e+256).toString(16).substr(-2)}function r(e){for(var n,t,i,a,r,s,u;Array.isArray(e);)e=e[0];switch(e.length){case 1:return o(e);case 2:return n=o(e.substr(0,1)),t=o(e.substr(1,1)),r=(3&n)<<6|63&t,s=(28&n)>>2,s<<8|r;case 3:return n=o(e.substr(0,1)),t=o(e.substr(1,1)),i=o(e.substr(2,1)),r=(3&t)<<6|63&i,s=(15&n)<<4|(60&t)>>2,s<<8|r;default:return n=o(e.substr(0,1)),t=o(e.substr(1,1)),i=o(e.substr(2,1)),a=o(e.substr(3,1)),r=(3&i)<<6|63&a,s=(15&t)<<4|(60&i)>>2,u=(7&n)<<5|(48&t)>>4,u<<16|s<<8|r}}function o(e){var n=e+"",t=n.charCodeAt(0);if(t>=55296&&56319>=t){var i=t;if(1===n.length)return t;var a=n.charCodeAt(1);return 1024*(i-55296)+(a-56320)+65536}return t>=56320&&57343>=t?t:t}var s={},u=/(?![\x00-\x7F]|[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3})./g;n.exports=function(e){return e.replace(u,i)}},{"./data/x00":271,"./data/x01":272,"./data/x02":273,"./data/x03":274,"./data/x04":275,"./data/x05":276,"./data/x06":277,"./data/x07":278,"./data/x09":279,"./data/x0a":280,"./data/x0b":281,"./data/x0c":282,"./data/x0d":283,"./data/x0e":284,"./data/x0f":285,"./data/x10":286,"./data/x11":287,"./data/x12":288,"./data/x13":289,"./data/x14":290,"./data/x15":291,"./data/x16":292,"./data/x17":293,"./data/x18":294,"./data/x1e":295,"./data/x1f":296,"./data/x20":297,"./data/x21":298,"./data/x22":299,"./data/x23":300,"./data/x24":301,"./data/x25":302,"./data/x26":303,"./data/x27":304,"./data/x28":305,"./data/x2e":306,"./data/x2f":307,"./data/x30":308,"./data/x31":309,"./data/x32":310,"./data/x33":311,"./data/x4d":312,"./data/x4e":313,"./data/x4f":314,"./data/x50":315,"./data/x51":316,"./data/x52":317,"./data/x53":318,"./data/x54":319,"./data/x55":320,"./data/x56":321,"./data/x57":322,"./data/x58":323,"./data/x59":324,"./data/x5a":325,"./data/x5b":326,"./data/x5c":327,"./data/x5d":328,"./data/x5e":329,"./data/x5f":330,"./data/x60":331,"./data/x61":332,"./data/x62":333,"./data/x63":334,"./data/x64":335,"./data/x65":336,"./data/x66":337,"./data/x67":338,"./data/x68":339,"./data/x69":340,"./data/x6a":341,"./data/x6b":342,"./data/x6c":343,"./data/x6d":344,"./data/x6e":345,"./data/x6f":346,"./data/x70":347,"./data/x71":348,"./data/x72":349,"./data/x73":350,"./data/x74":351,"./data/x75":352,"./data/x76":353,"./data/x77":354,"./data/x78":355,"./data/x79":356,"./data/x7a":357,"./data/x7b":358,"./data/x7c":359,"./data/x7d":360,"./data/x7e":361,"./data/x7f":362,"./data/x80":363,"./data/x81":364,"./data/x82":365,"./data/x83":366,"./data/x84":367,"./data/x85":368,"./data/x86":369,"./data/x87":370,"./data/x88":371,"./data/x89":372,"./data/x8a":373,"./data/x8b":374,"./data/x8c":375,"./data/x8d":376,"./data/x8e":377,"./data/x8f":378,"./data/x90":379,"./data/x91":380,"./data/x92":381,"./data/x93":382,"./data/x94":383,"./data/x95":384,"./data/x96":385,"./data/x97":386,"./data/x98":387,"./data/x99":388,"./data/x9a":389,"./data/x9b":390,"./data/x9c":391,"./data/x9d":392,"./data/x9e":393,"./data/x9f":394,"./data/xa0":395,"./data/xa1":396,"./data/xa2":397,"./data/xa3":398,"./data/xa4":399,"./data/xac":400,"./data/xad":401,"./data/xae":402,"./data/xaf":403,"./data/xb0":404,"./data/xb1":405,"./data/xb2":406,"./data/xb3":407,"./data/xb4":408,"./data/xb5":409,"./data/xb6":410,"./data/xb7":411,"./data/xb8":412,"./data/xb9":413,"./data/xba":414,"./data/xbb":415,"./data/xbc":416,"./data/xbd":417,"./data/xbe":418,"./data/xbf":419,"./data/xc0":420,"./data/xc1":421,"./data/xc2":422,"./data/xc3":423,"./data/xc4":424,"./data/xc5":425,"./data/xc6":426,"./data/xc7":427,"./data/xc8":428,"./data/xc9":429,"./data/xca":430,"./data/xcb":431,"./data/xcc":432,"./data/xcd":433,"./data/xce":434,"./data/xcf":435,"./data/xd0":436,"./data/xd1":437,"./data/xd2":438,"./data/xd3":439,"./data/xd4":440,"./data/xd5":441,"./data/xd6":442,"./data/xd7":443,"./data/xf9":444,"./data/xfa":445,"./data/xfb":446,"./data/xfc":447,"./data/xfd":448,"./data/xfe":449,"./data/xff":450}],452:[function(e,n,t){"use strict";function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}function a(e,n,t){if(e&&l.isObject(e)&&e instanceof i)return e;var a=new i;return a.parse(e,n,t),a}function r(e){return l.isString(e)&&(e=a(e)),e instanceof i?e.format():i.prototype.format.call(e)}function o(e,n){return a(e,!1,!0).resolve(n)}function s(e,n){return e?a(e,!1,!0).resolveObject(n):n}var u=e("punycode"),l=e("./util");t.parse=a,t.resolve=o,t.resolveObject=s,t.format=r,t.Url=i;var h=/^([a-z0-9.+-]+:)/i,c=/:[0-9]*$/,p=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,g=["<",">",\'"\',"`"," ","\r","\n"," "],f=["{","}","|","\\","^","`"].concat(g),d=["\'"].concat(f),y=["%","/","?",";","#"].concat(d),m=["/","?","#"],b=255,w=/^[+a-z0-9A-Z_-]{0,63}$/,v=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,x={javascript:!0,"javascript:":!0},k={javascript:!0,"javascript:":!0},_={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},C=e("querystring");i.prototype.parse=function(e,n,t){if(!l.isString(e))throw new TypeError("Parameter \'url\' must be a string, not "+typeof e);var i=e.indexOf("?"),a=-1!==i&&i<e.indexOf("#")?"?":"#",r=e.split(a),o=/\\/g;r[0]=r[0].replace(o,"/"),e=r.join(a);var s=e;if(s=s.trim(),!t&&1===e.split("#").length){var c=p.exec(s);if(c)return this.path=s,this.href=s,this.pathname=c[1],c[2]?(this.search=c[2],n?this.query=C.parse(this.search.substr(1)):this.query=this.search.substr(1)):n&&(this.search="",this.query={}),this}var g=h.exec(s);if(g){g=g[0];var f=g.toLowerCase();this.protocol=f,s=s.substr(g.length)}if(t||g||s.match(/^\/\/[^@\/]+@[^@\/]+/)){var j="//"===s.substr(0,2);!j||g&&k[g]||(s=s.substr(2),this.slashes=!0)}if(!k[g]&&(j||g&&!_[g])){for(var S=-1,E=0;E<m.length;E++){var A=s.indexOf(m[E]);-1!==A&&(-1===S||S>A)&&(S=A)}var L,T;T=-1===S?s.lastIndexOf("@"):s.lastIndexOf("@",S),-1!==T&&(L=s.slice(0,T),s=s.slice(T+1),this.auth=decodeURIComponent(L)),S=-1;for(var E=0;E<y.length;E++){var A=s.indexOf(y[E]);-1!==A&&(-1===S||S>A)&&(S=A)}-1===S&&(S=s.length),this.host=s.slice(0,S),s=s.slice(S),this.parseHost(),this.hostname=this.hostname||"";var D="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!D)for(var Y=this.hostname.split(/\./),E=0,B=Y.length;B>E;E++){var F=Y[E];if(F&&!F.match(w)){for(var M="",Z=0,N=F.length;N>Z;Z++)M+=F.charCodeAt(Z)>127?"x":F[Z];if(!M.match(w)){var J=Y.slice(0,E),P=Y.slice(E+1),R=F.match(v);R&&(J.push(R[1]),P.unshift(R[2])),P.length&&(s="/"+P.join(".")+s),this.hostname=J.join(".");break}}}this.hostname.length>b?this.hostname="":this.hostname=this.hostname.toLowerCase(),D||(this.hostname=u.toASCII(this.hostname));var O=this.port?":"+this.port:"",X=this.hostname||"";this.host=X+O,this.href+=this.host,D&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==s[0]&&(s="/"+s))}if(!x[f])for(var E=0,B=d.length;B>E;E++){var H=d[E];if(-1!==s.indexOf(H)){var Q=encodeURIComponent(H);Q===H&&(Q=escape(H)),s=s.split(H).join(Q)}}var I=s.indexOf("#");-1!==I&&(this.hash=s.substr(I),s=s.slice(0,I));var G=s.indexOf("?");if(-1!==G?(this.search=s.substr(G),this.query=s.substr(G+1),n&&(this.query=C.parse(this.query)),s=s.slice(0,G)):n&&(this.search="",this.query={}),s&&(this.pathname=s),_[f]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){var O=this.pathname||"",W=this.search||"";this.path=O+W}return this.href=this.format(),this},i.prototype.format=function(){var e=this.auth||"";e&&(e=encodeURIComponent(e),e=e.replace(/%3A/i,":"),e+="@");var n=this.protocol||"",t=this.pathname||"",i=this.hash||"",a=!1,r="";this.host?a=e+this.host:this.hostname&&(a=e+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(a+=":"+this.port)),this.query&&l.isObject(this.query)&&Object.keys(this.query).length&&(r=C.stringify(this.query));var o=this.search||r&&"?"+r||"";return n&&":"!==n.substr(-1)&&(n+=":"),this.slashes||(!n||_[n])&&a!==!1?(a="//"+(a||""),t&&"/"!==t.charAt(0)&&(t="/"+t)):a||(a=""),i&&"#"!==i.charAt(0)&&(i="#"+i),o&&"?"!==o.charAt(0)&&(o="?"+o),t=t.replace(/[?#]/g,function(e){return encodeURIComponent(e)}),o=o.replace("#","%23"),n+a+t+o+i},i.prototype.resolve=function(e){return this.resolveObject(a(e,!1,!0)).format()},i.prototype.resolveObject=function(e){if(l.isString(e)){var n=new i;n.parse(e,!1,!0),e=n}for(var t=new i,a=Object.keys(this),r=0;r<a.length;r++){var o=a[r];t[o]=this[o]}if(t.hash=e.hash,""===e.href)return t.href=t.format(),t;if(e.slashes&&!e.protocol){for(var s=Object.keys(e),u=0;u<s.length;u++){var h=s[u];"protocol"!==h&&(t[h]=e[h])}return _[t.protocol]&&t.hostname&&!t.pathname&&(t.path=t.pathname="/"),t.href=t.format(),t}if(e.protocol&&e.protocol!==t.protocol){if(!_[e.protocol]){for(var c=Object.keys(e),p=0;p<c.length;p++){var g=c[p];t[g]=e[g]}return t.href=t.format(),t}if(t.protocol=e.protocol,e.host||k[e.protocol])t.pathname=e.pathname;else{for(var f=(e.pathname||"").split("/");f.length&&!(e.host=f.shift()););e.host||(e.host=""),e.hostname||(e.hostname=""),""!==f[0]&&f.unshift(""),f.length<2&&f.unshift(""),t.pathname=f.join("/")}if(t.search=e.search,t.query=e.query,t.host=e.host||"",t.auth=e.auth,t.hostname=e.hostname||e.host,t.port=e.port,t.pathname||t.search){var d=t.pathname||"",y=t.search||"";t.path=d+y}return t.slashes=t.slashes||e.slashes,t.href=t.format(),t}var m=t.pathname&&"/"===t.pathname.charAt(0),b=e.host||e.pathname&&"/"===e.pathname.charAt(0),w=b||m||t.host&&e.pathname,v=w,x=t.pathname&&t.pathname.split("/")||[],f=e.pathname&&e.pathname.split("/")||[],C=t.protocol&&!_[t.protocol];if(C&&(t.hostname="",t.port=null,t.host&&(""===x[0]?x[0]=t.host:x.unshift(t.host)),t.host="",e.protocol&&(e.hostname=null,e.port=null,e.host&&(""===f[0]?f[0]=e.host:f.unshift(e.host)),e.host=null),w=w&&(""===f[0]||""===x[0])),b)t.host=e.host||""===e.host?e.host:t.host,t.hostname=e.hostname||""===e.hostname?e.hostname:t.hostname,t.search=e.search,t.query=e.query,x=f;else if(f.length)x||(x=[]),x.pop(),x=x.concat(f),t.search=e.search,t.query=e.query;else if(!l.isNullOrUndefined(e.search)){if(C){t.hostname=t.host=x.shift();var j=t.host&&t.host.indexOf("@")>0?t.host.split("@"):!1;j&&(t.auth=j.shift(),t.host=t.hostname=j.shift())}return t.search=e.search,t.query=e.query,l.isNull(t.pathname)&&l.isNull(t.search)||(t.path=(t.pathname?t.pathname:"")+(t.search?t.search:"")),t.href=t.format(),t}if(!x.length)return t.pathname=null,t.search?t.path="/"+t.search:t.path=null,t.href=t.format(),t;for(var S=x.slice(-1)[0],E=(t.host||e.host||x.length>1)&&("."===S||".."===S)||""===S,A=0,L=x.length;L>=0;L--)S=x[L],"."===S?x.splice(L,1):".."===S?(x.splice(L,1),A++):A&&(x.splice(L,1),A--);if(!w&&!v)for(;A--;A)x.unshift("..");!w||""===x[0]||x[0]&&"/"===x[0].charAt(0)||x.unshift(""),E&&"/"!==x.join("/").substr(-1)&&x.push("");var T=""===x[0]||x[0]&&"/"===x[0].charAt(0);if(C){t.hostname=t.host=T?"":x.length?x.shift():"";var j=t.host&&t.host.indexOf("@")>0?t.host.split("@"):!1;j&&(t.auth=j.shift(),t.host=t.hostname=j.shift())}return w=w||t.host&&x.length,w&&!T&&x.unshift(""),x.length?t.pathname=x.join("/"):(t.pathname=null,t.path=null),l.isNull(t.pathname)&&l.isNull(t.search)||(t.path=(t.pathname?t.pathname:"")+(t.search?t.search:"")),t.auth=e.auth||t.auth,t.slashes=t.slashes||e.slashes,t.href=t.format(),t},i.prototype.parseHost=function(){var e=this.host,n=c.exec(e);n&&(n=n[0],":"!==n&&(this.port=n.substr(1)),e=e.substr(0,e.length-n.length)),e&&(this.hostname=e)}},{"./util":453,punycode:227,querystring:230}],453:[function(e,n,t){"use strict";n.exports={isString:function(e){return"string"==typeof e},isObject:function(e){return"object"==typeof e&&null!==e},isNull:function(e){return null===e},isNullOrUndefined:function(e){return null==e}}},{}],454:[function(e,n,t){(function(e){function t(e,n){function t(){if(!a){if(i("throwDeprecation"))throw new Error(n);i("traceDeprecation")?console.trace(n):console.warn(n),a=!0}return e.apply(this,arguments)}if(i("noDeprecation"))return e;var a=!1;return t}function i(n){try{if(!e.localStorage)return!1}catch(t){return!1}var i=e.localStorage[n];return null==i?!1:"true"===String(i).toLowerCase()}n.exports=t}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],455:[function(e,n,t){arguments[4][115][0].apply(t,arguments)},{dup:115}],456:[function(e,n,t){n.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},{}],457:[function(e,n,t){(function(n,i){function a(e,n){var i={seen:[],stylize:o};return arguments.length>=3&&(i.depth=arguments[2]),arguments.length>=4&&(i.colors=arguments[3]),d(n)?i.showHidden=n:n&&t._extend(i,n),x(i.showHidden)&&(i.showHidden=!1),x(i.depth)&&(i.depth=2),x(i.colors)&&(i.colors=!1),x(i.customInspect)&&(i.customInspect=!0),i.colors&&(i.stylize=r),u(i,e,i.depth)}function r(e,n){var t=a.styles[n];return t?"["+a.colors[t][0]+"m"+e+"["+a.colors[t][1]+"m":e}function o(e,n){return e}function s(e){var n={};return e.forEach(function(e,t){n[e]=!0}),n}function u(e,n,i){if(e.customInspect&&n&&S(n.inspect)&&n.inspect!==t.inspect&&(!n.constructor||n.constructor.prototype!==n)){var a=n.inspect(i,e);return w(a)||(a=u(e,a,i)),a}var r=l(e,n);if(r)return r;var o=Object.keys(n),d=s(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(n)),j(n)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return h(n);if(0===o.length){if(S(n)){var y=n.name?": "+n.name:"";return e.stylize("[Function"+y+"]","special")}if(k(n))return e.stylize(RegExp.prototype.toString.call(n),"regexp");if(C(n))return e.stylize(Date.prototype.toString.call(n),"date");if(j(n))return h(n)}var m="",b=!1,v=["{","}"];if(f(n)&&(b=!0,v=["[","]"]),S(n)){var x=n.name?": "+n.name:"";m=" [Function"+x+"]"}if(k(n)&&(m=" "+RegExp.prototype.toString.call(n)),C(n)&&(m=" "+Date.prototype.toUTCString.call(n)),j(n)&&(m=" "+h(n)),0===o.length&&(!b||0==n.length))return v[0]+m+v[1];if(0>i)return k(n)?e.stylize(RegExp.prototype.toString.call(n),"regexp"):e.stylize("[Object]","special");e.seen.push(n);var _;return _=b?c(e,n,i,d,o):o.map(function(t){return p(e,n,i,d,t,b)}),e.seen.pop(),g(_,m,v)}function l(e,n){if(x(n))return e.stylize("undefined","undefined");if(w(n)){var t="\'"+JSON.stringify(n).replace(/^"|"$/g,"").replace(/\'/g,"\\\'").replace(/\\"/g,\'"\')+"\'";return e.stylize(t,"string")}return b(n)?e.stylize(""+n,"number"):d(n)?e.stylize(""+n,"boolean"):y(n)?e.stylize("null","null"):void 0}function h(e){return"["+Error.prototype.toString.call(e)+"]"}function c(e,n,t,i,a){for(var r=[],o=0,s=n.length;s>o;++o)D(n,String(o))?r.push(p(e,n,t,i,String(o),!0)):r.push("");return a.forEach(function(a){a.match(/^\d+$/)||r.push(p(e,n,t,i,a,!0))}),r}function p(e,n,t,i,a,r){var o,s,l;if(l=Object.getOwnPropertyDescriptor(n,a)||{value:n[a]},l.get?s=l.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):l.set&&(s=e.stylize("[Setter]","special")),D(i,a)||(o="["+a+"]"),s||(e.seen.indexOf(l.value)<0?(s=y(t)?u(e,l.value,null):u(e,l.value,t-1),s.indexOf("\n")>-1&&(s=r?s.split("\n").map(function(e){return" "+e}).join("\n").substr(2):"\n"+s.split("\n").map(function(e){return" "+e}).join("\n"))):s=e.stylize("[Circular]","special")),x(o)){if(r&&a.match(/^\d+$/))return s;o=JSON.stringify(""+a),o.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=e.stylize(o,"name")):(o=o.replace(/\'/g,"\\\'").replace(/\\"/g,\'"\').replace(/(^"|"$)/g,"\'"),o=e.stylize(o,"string"))}return o+": "+s}function g(e,n,t){var i=0,a=e.reduce(function(e,n){return i++,n.indexOf("\n")>=0&&i++,e+n.replace(/\u001b\[\d\d?m/g,"").length+1},0);return a>60?t[0]+(""===n?"":n+"\n ")+" "+e.join(",\n ")+" "+t[1]:t[0]+n+" "+e.join(", ")+" "+t[1]}function f(e){return Array.isArray(e)}function d(e){return"boolean"==typeof e}function y(e){return null===e}function m(e){return null==e}function b(e){return"number"==typeof e}function w(e){return"string"==typeof e}function v(e){return"symbol"==typeof e}function x(e){return void 0===e}function k(e){return _(e)&&"[object RegExp]"===A(e)}function _(e){return"object"==typeof e&&null!==e}function C(e){return _(e)&&"[object Date]"===A(e)}function j(e){return _(e)&&("[object Error]"===A(e)||e instanceof Error)}function S(e){return"function"==typeof e}function E(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||"undefined"==typeof e}function A(e){return Object.prototype.toString.call(e)}function L(e){return 10>e?"0"+e.toString(10):e.toString(10)}function T(){var e=new Date,n=[L(e.getHours()),L(e.getMinutes()),L(e.getSeconds())].join(":");return[e.getDate(),M[e.getMonth()],n].join(" ")}function D(e,n){return Object.prototype.hasOwnProperty.call(e,n)}var Y=/%[sdj%]/g;t.format=function(e){if(!w(e)){for(var n=[],t=0;t<arguments.length;t++)n.push(a(arguments[t]));return n.join(" ")}for(var t=1,i=arguments,r=i.length,o=String(e).replace(Y,function(e){if("%%"===e)return"%";if(t>=r)return e;switch(e){case"%s":return String(i[t++]);case"%d":return Number(i[t++]);case"%j":try{return JSON.stringify(i[t++])}catch(n){return"[Circular]"}default:return e}}),s=i[t];r>t;s=i[++t])o+=y(s)||!_(s)?" "+s:" "+a(s);return o},t.deprecate=function(e,a){function r(){if(!o){if(n.throwDeprecation)throw new Error(a);n.traceDeprecation?console.trace(a):console.error(a),o=!0}return e.apply(this,arguments)}if(x(i.process))return function(){return t.deprecate(e,a).apply(this,arguments)};if(n.noDeprecation===!0)return e;var o=!1;return r};var B,F={};t.debuglog=function(e){if(x(B)&&(B=n.env.NODE_DEBUG||""),e=e.toUpperCase(),!F[e])if(new RegExp("\\b"+e+"\\b","i").test(B)){var i=n.pid;F[e]=function(){var n=t.format.apply(t,arguments);console.error("%s %d: %s",e,i,n)}}else F[e]=function(){};return F[e]},t.inspect=a,a.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},a.styles={special:"cyan",number:"yellow","boolean":"yellow",undefined:"grey","null":"bold",string:"green",date:"magenta",regexp:"red"},t.isArray=f,t.isBoolean=d,t.isNull=y,t.isNullOrUndefined=m,t.isNumber=b,t.isString=w,t.isSymbol=v,t.isUndefined=x,t.isRegExp=k,t.isObject=_,t.isDate=C,t.isError=j,t.isFunction=S,t.isPrimitive=E,t.isBuffer=e("./support/isBuffer");var M=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];t.log=function(){console.log("%s - %s",T(),t.format.apply(t,arguments))},t.inherits=e("inherits"),t._extend=function(e,n){if(!n||!_(n))return e;for(var t=Object.keys(n),i=t.length;i--;)e[t[i]]=n[t[i]];return e}}).call(this,e("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./support/isBuffer":456,_process:195,inherits:455}],458:[function(e,n,t){n.exports={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,menuitem:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}},{}],459:[function(e,n,t){"use strict";function i(e){return s.parse(e,{ecmaVersion:6,allowReturnOutsideFunction:!0})}function a(e,n,t){e+="",n+="",t=t||[],t=t.concat(o(e).map(function(e){return e.name}));var i=o(n).map(function(e){return e.name}).filter(function(e){return-1===t.indexOf(e)&&"undefined"!==e&&"this"!==e});if(0===i.length)return n;var a="",s="locals_for_with",u="result_of_with";if(/^[a-zA-Z0-9$_]+$/.test(e))s=e;else{for(;-1!=i.indexOf(s)||-1!=t.indexOf(s);)s+="_";a="var "+s+" = ("+e+")"}for(;-1!=i.indexOf(u)||-1!=t.indexOf(u);)u+="_";var l=i.map(function(e){return JSON.stringify(e)+" in "+s+"?"+s+"."+e+":typeof "+e+\'!=="undefined"?\'+e+":undefined"});return n="(function ("+i.join(", ")+") {"+n+"}.call(this"+l.map(function(e){return","+e}).join("")+"))",";"+a+";"+r(n,u)+";"}function r(e,n){function t(n){return e.slice(n.start,n.end).join("")}function a(n,t){for(var i=n.start;i<n.end;i++)e[i]="";e[n.start]=t}var r,o=e,s=!1,l=i(e);if(e=e.split(""),1!==(r=l.body).length||"ExpressionStatement"!==(r=r[0]).type||"CallExpression"!==(r=r.expression).type||"MemberExpression"!==(r=r.callee).type||r.computed!==!1||"call"!==r.property.name||"FunctionExpression"!==(r=r.object).type)throw new Error("AST does not seem to represent a self-calling function");var h=r;return u.recursive(l,null,{Function:function(e,n,t){e===h&&t(e.body,n,"ScopeBody")},ReturnStatement:function(e){s=!0,a(e,"return {value: ("+(e.argument?t(e.argument):"undefined")+")};")}}),s?"var "+n+"="+e.join("")+";if ("+n+") return "+n+".value":o}var o=e("acorn-globals"),s=e("acorn"),u=e("acorn/dist/walk");n.exports=a},{acorn:460,"acorn-globals":14,"acorn/dist/walk":461}],460:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i(e.acorn=e.acorn||{})}(this,function(e){"use strict";function n(e,n){for(var t=65536,i=0;i<n.length;i+=2){if(t+=n[i],t>e)return!1;if(t+=n[i+1],t>=e)return!0}}function t(e,t){return 65>e?36===e:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&C.test(String.fromCharCode(e)):t===!1?!1:n(e,S)}function i(e,t){return 48>e?36===e:58>e?!0:65>e?!1:91>e?!0:97>e?95===e:123>e?!0:65535>=e?e>=170&&j.test(String.fromCharCode(e)):t===!1?!1:n(e,S)||n(e,E)}function a(e,n){return new A(e,{beforeExpr:!0,binop:n})}function r(e,n){return void 0===n&&(n={}),n.keyword=e,D[e]=new A(e,n)}function o(e){return 10===e||13===e||8232===e||8233==e}function s(e){return"[object Array]"===Object.prototype.toString.call(e)}function u(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function l(e,n){for(var t=1,i=0;;){F.lastIndex=i;var a=F.exec(e);if(!(a&&a.index<n))return new N(t,n-i);++t,i=a.index+a[0].length}}function h(e){var n={};for(var t in P)n[t]=e&&u(e,t)?e[t]:P[t];if(null==n.allowReserved&&(n.allowReserved=n.ecmaVersion<5),s(n.onToken)){var i=n.onToken;n.onToken=function(e){return i.push(e)}}return s(n.onComment)&&(n.onComment=c(n,n.onComment)),n}function c(e,n){return function(t,i,a,r,o,s){var u={type:t?"Block":"Line",value:i,start:a,end:r};e.locations&&(u.loc=new J(this,o,s)),e.ranges&&(u.range=[a,r]),n.push(u)}}function p(e){return new RegExp("^("+e.replace(/ /g,"|")+")$")}function g(e,n,t,i){return e.type=n,e.end=t,this.options.locations&&(e.loc.end=i),this.options.ranges&&(e.range[1]=t),e}function f(e,n,t,i){try{return new RegExp(e,n)}catch(a){if(void 0!==t)throw a instanceof SyntaxError&&i.raise(t,"Error parsing regular expression: "+a.message),a}}function d(e){return 65535>=e?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(1023&e)+56320))}function y(e,n){return new O(n,e).parse()}function m(e,n,t){var i=new O(t,e,n);return i.nextToken(),i.parseExpression()}function b(e,n){return new O(n,e)}var w={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",7:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},v="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",x={5:v,6:v+" const class extends export import super"},k="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿕ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞮꞰ-ꞷꟷ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭥꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",_="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛ࣔ-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఃా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഁ-ഃാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ູົຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭ᳲ-᳴᳸᳹᷀-᷵᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱꤀-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",C=new RegExp("["+k+"]"),j=new RegExp("["+k+_+"]");k=_=null;var S=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,17,26,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,26,45,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,785,52,76,44,33,24,27,35,42,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,54,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,86,25,391,63,32,0,449,56,264,8,2,36,18,0,50,29,881,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,881,68,12,0,67,12,65,0,32,6124,20,754,9486,1,3071,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,60,67,1213,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,10591,541],E=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,1306,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,52,0,13,2,49,13,10,2,4,9,83,11,7,0,161,11,6,9,7,3,57,0,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,87,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,423,9,838,7,2,7,17,9,57,21,2,13,19882,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,2214,6,110,6,6,9,792487,239],A=function(e,n){void 0===n&&(n={}),this.label=e,this.keyword=n.keyword,this.beforeExpr=!!n.beforeExpr,this.startsExpr=!!n.startsExpr,this.isLoop=!!n.isLoop,this.isAssign=!!n.isAssign,this.prefix=!!n.prefix,this.postfix=!!n.postfix,this.binop=n.binop||null,this.updateContext=null},L={beforeExpr:!0},T={startsExpr:!0},D={},Y={num:new A("num",T),regexp:new A("regexp",T),string:new A("string",T),name:new A("name",T),eof:new A("eof"),bracketL:new A("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new A("]"),braceL:new A("{",{beforeExpr:!0,startsExpr:!0}),braceR:new A("}"),parenL:new A("(",{beforeExpr:!0,startsExpr:!0}),parenR:new A(")"),comma:new A(",",L),semi:new A(";",L),colon:new A(":",L),dot:new A("."),question:new A("?",L),arrow:new A("=>",L),template:new A("template"),ellipsis:new A("...",L),backQuote:new A("`",T),dollarBraceL:new A("${",{beforeExpr:!0,startsExpr:!0}),eq:new A("=",{beforeExpr:!0,isAssign:!0}),assign:new A("_=",{beforeExpr:!0,isAssign:!0}),incDec:new A("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new A("prefix",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:a("||",1),logicalAND:a("&&",2),bitwiseOR:a("|",3),bitwiseXOR:a("^",4),bitwiseAND:a("&",5),equality:a("==/!=",6),relational:a("</>",7),bitShift:a("<</>>",8),plusMin:new A("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:a("%",10),star:a("*",10),slash:a("/",10),starstar:new A("**",{beforeExpr:!0}),_break:r("break"),_case:r("case",L),_catch:r("catch"),_continue:r("continue"),_debugger:r("debugger"),_default:r("default",L),_do:r("do",{isLoop:!0,beforeExpr:!0}),_else:r("else",L),_finally:r("finally"),_for:r("for",{isLoop:!0}),_function:r("function",T),_if:r("if"),_return:r("return",L),_switch:r("switch"),_throw:r("throw",L),_try:r("try"),_var:r("var"),_const:r("const"),_while:r("while",{isLoop:!0}),_with:r("with"),_new:r("new",{beforeExpr:!0,startsExpr:!0}),_this:r("this",T),_super:r("super",T),_class:r("class"),_extends:r("extends",L),_export:r("export"),_import:r("import"),_null:r("null",T),_true:r("true",T),_false:r("false",T),_in:r("in",{beforeExpr:!0,binop:7}),_instanceof:r("instanceof",{beforeExpr:!0,binop:7}),_typeof:r("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:r("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:r("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},B=/\r\n?|\n|\u2028|\u2029/,F=new RegExp(B.source,"g"),M=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,Z=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,N=function(e,n){this.line=e,this.column=n};N.prototype.offset=function(e){return new N(this.line,this.column+e)};var J=function(e,n,t){this.start=n,this.end=t,null!==e.sourceFile&&(this.source=e.sourceFile)},P={ecmaVersion:6,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1,plugins:{}},R={},O=function(e,n,t){this.options=e=h(e),this.sourceFile=e.sourceFile,this.keywords=p(x[e.ecmaVersion>=6?6:5]);var i=e.allowReserved?"":w[e.ecmaVersion]+("module"==e.sourceType?" await":"");this.reservedWords=p(i);var a=(i?i+" ":"")+w.strict;this.reservedWordsStrict=p(a),this.reservedWordsStrictBind=p(a+" "+w.strictBind),this.input=String(n),this.containsEsc=!1,this.loadPlugins(e.plugins),t?(this.pos=t,this.lineStart=Math.max(0,this.input.lastIndexOf("\n",t)),this.curLine=this.input.slice(0,this.lineStart).split(B).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=Y.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.strict=this.inModule="module"===e.sourceType,this.potentialArrowAt=-1,this.inFunction=this.inGenerator=!1,this.labels=[],0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2)};O.prototype.isKeyword=function(e){return this.keywords.test(e)},O.prototype.isReservedWord=function(e){return this.reservedWords.test(e)},O.prototype.extend=function(e,n){this[e]=n(this[e])},O.prototype.loadPlugins=function(e){var n=this;for(var t in e){var i=R[t];if(!i)throw new Error("Plugin \'"+t+"\' not found");i(n,e[t])}},O.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)};var X=O.prototype;X.isUseStrict=function(e){return this.options.ecmaVersion>=5&&"ExpressionStatement"===e.type&&"Literal"===e.expression.type&&"use strict"===e.expression.raw.slice(1,-1)},X.eat=function(e){return this.type===e?(this.next(),!0):!1},X.isContextual=function(e){return this.type===Y.name&&this.value===e},X.eatContextual=function(e){return this.value===e&&this.eat(Y.name)},X.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},X.canInsertSemicolon=function(){return this.type===Y.eof||this.type===Y.braceR||B.test(this.input.slice(this.lastTokEnd,this.start))},X.insertSemicolon=function(){return this.canInsertSemicolon()?(this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),
79
79
  !0):void 0},X.semicolon=function(){this.eat(Y.semi)||this.insertSemicolon()||this.unexpected()},X.afterTrailingComma=function(e){return this.type==e?(this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),this.next(),!0):void 0},X.expect=function(e){this.eat(e)||this.unexpected()},X.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")};var H=function(){this.shorthandAssign=0,this.trailingComma=0};X.checkPatternErrors=function(e,n){var t=e&&e.trailingComma;return n?void(t&&this.raise(t,"Comma is not permitted after the rest element")):!!t},X.checkExpressionErrors=function(e,n){var t=e&&e.shorthandAssign;return n?void(t&&this.raise(t,"Shorthand property assignments are valid only in destructuring patterns")):!!t};var Q=O.prototype;Q.parseTopLevel=function(e){var n=this,t=!0;for(e.body||(e.body=[]);this.type!==Y.eof;){var i=n.parseStatement(!0,!0);e.body.push(i),t&&(n.isUseStrict(i)&&n.setStrict(!0),t=!1)}return this.next(),this.options.ecmaVersion>=6&&(e.sourceType=this.options.sourceType),this.finishNode(e,"Program")};var I={kind:"loop"},G={kind:"switch"};Q.isLet=function(){if(this.type!==Y.name||this.options.ecmaVersion<6||"let"!=this.value)return!1;Z.lastIndex=this.pos;var e=Z.exec(this.input),n=this.pos+e[0].length,a=this.input.charCodeAt(n);if(91===a||123==a)return!0;if(t(a,!0)){for(var r=n+1;i(this.input.charCodeAt(r),!0);++r);var o=this.input.slice(n,r);if(!this.isKeyword(o))return!0}return!1},Q.parseStatement=function(e,n){var t,i=this.type,a=this.startNode();switch(this.isLet()&&(i=Y._var,t="let"),i){case Y._break:case Y._continue:return this.parseBreakContinueStatement(a,i.keyword);case Y._debugger:return this.parseDebuggerStatement(a);case Y._do:return this.parseDoStatement(a);case Y._for:return this.parseForStatement(a);case Y._function:return!e&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(a);case Y._class:return e||this.unexpected(),this.parseClass(a,!0);case Y._if:return this.parseIfStatement(a);case Y._return:return this.parseReturnStatement(a);case Y._switch:return this.parseSwitchStatement(a);case Y._throw:return this.parseThrowStatement(a);case Y._try:return this.parseTryStatement(a);case Y._const:case Y._var:return t=t||this.value,e||"var"==t||this.unexpected(),this.parseVarStatement(a,t);case Y._while:return this.parseWhileStatement(a);case Y._with:return this.parseWithStatement(a);case Y.braceL:return this.parseBlock();case Y.semi:return this.parseEmptyStatement(a);case Y._export:case Y._import:return this.options.allowImportExportEverywhere||(n||this.raise(this.start,"\'import\' and \'export\' may only appear at the top level"),this.inModule||this.raise(this.start,"\'import\' and \'export\' may appear only with \'sourceType: module\'")),i===Y._import?this.parseImport(a):this.parseExport(a);default:var r=this.value,o=this.parseExpression();return i===Y.name&&"Identifier"===o.type&&this.eat(Y.colon)?this.parseLabeledStatement(a,r,o):this.parseExpressionStatement(a,o)}},Q.parseBreakContinueStatement=function(e,n){var t=this,i="break"==n;this.next(),this.eat(Y.semi)||this.insertSemicolon()?e.label=null:this.type!==Y.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var a=0;a<this.labels.length;++a){var r=t.labels[a];if(null==e.label||r.name===e.label.name){if(null!=r.kind&&(i||"loop"===r.kind))break;if(e.label&&i)break}}return a===this.labels.length&&this.raise(e.start,"Unsyntactic "+n),this.finishNode(e,i?"BreakStatement":"ContinueStatement")},Q.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")},Q.parseDoStatement=function(e){return this.next(),this.labels.push(I),e.body=this.parseStatement(!1),this.labels.pop(),this.expect(Y._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(Y.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},Q.parseForStatement=function(e){if(this.next(),this.labels.push(I),this.expect(Y.parenL),this.type===Y.semi)return this.parseFor(e,null);var n=this.isLet();if(this.type===Y._var||this.type===Y._const||n){var t=this.startNode(),i=n?"let":this.value;return this.next(),this.parseVar(t,!0,i),this.finishNode(t,"VariableDeclaration"),!(this.type===Y._in||this.options.ecmaVersion>=6&&this.isContextual("of"))||1!==t.declarations.length||"var"!==i&&t.declarations[0].init?this.parseFor(e,t):this.parseForIn(e,t)}var a=new H,r=this.parseExpression(!0,a);return this.type===Y._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.checkPatternErrors(a,!0),this.toAssignable(r),this.checkLVal(r),this.parseForIn(e,r)):(this.checkExpressionErrors(a,!0),this.parseFor(e,r))},Q.parseFunctionStatement=function(e){return this.next(),this.parseFunction(e,!0)},Q.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement(!1),e.alternate=this.eat(Y._else)?this.parseStatement(!1):null,this.finishNode(e,"IfStatement")},Q.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"\'return\' outside of function"),this.next(),this.eat(Y.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},Q.parseSwitchStatement=function(e){var n=this;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(Y.braceL),this.labels.push(G);for(var t,i=!1;this.type!=Y.braceR;)if(n.type===Y._case||n.type===Y._default){var a=n.type===Y._case;t&&n.finishNode(t,"SwitchCase"),e.cases.push(t=n.startNode()),t.consequent=[],n.next(),a?t.test=n.parseExpression():(i&&n.raiseRecoverable(n.lastTokStart,"Multiple default clauses"),i=!0,t.test=null),n.expect(Y.colon)}else t||n.unexpected(),t.consequent.push(n.parseStatement(!0));return t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},Q.parseThrowStatement=function(e){return this.next(),B.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var W=[];Q.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===Y._catch){var n=this.startNode();this.next(),this.expect(Y.parenL),n.param=this.parseBindingAtom(),this.checkLVal(n.param,!0),this.expect(Y.parenR),n.body=this.parseBlock(),e.handler=this.finishNode(n,"CatchClause")}return e.finalizer=this.eat(Y._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},Q.parseVarStatement=function(e,n){return this.next(),this.parseVar(e,!1,n),this.semicolon(),this.finishNode(e,"VariableDeclaration")},Q.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(I),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"WhileStatement")},Q.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"\'with\' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement(!1),this.finishNode(e,"WithStatement")},Q.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},Q.parseLabeledStatement=function(e,n,t){for(var i=this,a=0;a<this.labels.length;++a)i.labels[a].name===n&&i.raise(t.start,"Label \'"+n+"\' is already declared");for(var r=this.type.isLoop?"loop":this.type===Y._switch?"switch":null,o=this.labels.length-1;o>=0;o--){var s=i.labels[o];if(s.statementStart!=e.start)break;s.statementStart=i.start,s.kind=r}return this.labels.push({name:n,kind:r,statementStart:this.start}),e.body=this.parseStatement(!0),this.labels.pop(),e.label=t,this.finishNode(e,"LabeledStatement")},Q.parseExpressionStatement=function(e,n){return e.expression=n,this.semicolon(),this.finishNode(e,"ExpressionStatement")},Q.parseBlock=function(e){var n,t=this,i=this.startNode(),a=!0;for(i.body=[],this.expect(Y.braceL);!this.eat(Y.braceR);){var r=t.parseStatement(!0);i.body.push(r),a&&e&&t.isUseStrict(r)&&(n=t.strict,t.setStrict(t.strict=!0)),a=!1}return n===!1&&this.setStrict(!1),this.finishNode(i,"BlockStatement")},Q.parseFor=function(e,n){return e.init=n,this.expect(Y.semi),e.test=this.type===Y.semi?null:this.parseExpression(),this.expect(Y.semi),e.update=this.type===Y.parenR?null:this.parseExpression(),this.expect(Y.parenR),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"ForStatement")},Q.parseForIn=function(e,n){var t=this.type===Y._in?"ForInStatement":"ForOfStatement";return this.next(),e.left=n,e.right=this.parseExpression(),this.expect(Y.parenR),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,t)},Q.parseVar=function(e,n,t){var i=this;for(e.declarations=[],e.kind=t;;){var a=i.startNode();if(i.parseVarId(a),i.eat(Y.eq)?a.init=i.parseMaybeAssign(n):"const"!==t||i.type===Y._in||i.options.ecmaVersion>=6&&i.isContextual("of")?"Identifier"==a.id.type||n&&(i.type===Y._in||i.isContextual("of"))?a.init=null:i.raise(i.lastTokEnd,"Complex binding patterns require an initialization value"):i.unexpected(),e.declarations.push(i.finishNode(a,"VariableDeclarator")),!i.eat(Y.comma))break}return e},Q.parseVarId=function(e){e.id=this.parseBindingAtom(),this.checkLVal(e.id,!0)},Q.parseFunction=function(e,n,t){this.initFunction(e),this.options.ecmaVersion>=6&&(e.generator=this.eat(Y.star));var i=this.inGenerator;return this.inGenerator=e.generator,(n||this.type===Y.name)&&(e.id=this.parseIdent()),this.parseFunctionParams(e),this.parseFunctionBody(e,t),this.inGenerator=i,this.finishNode(e,n?"FunctionDeclaration":"FunctionExpression")},Q.parseFunctionParams=function(e){this.expect(Y.parenL),e.params=this.parseBindingList(Y.parenR,!1,!1,!0)},Q.parseClass=function(e,n){var t=this;this.next(),this.parseClassId(e,n),this.parseClassSuper(e);var i=this.startNode(),a=!1;for(i.body=[],this.expect(Y.braceL);!this.eat(Y.braceR);)if(!t.eat(Y.semi)){var r=t.startNode(),o=t.eat(Y.star),s=t.type===Y.name&&"static"===t.value;t.parsePropertyName(r),r["static"]=s&&t.type!==Y.parenL,r["static"]&&(o&&t.unexpected(),o=t.eat(Y.star),t.parsePropertyName(r)),r.kind="method";var u=!1;if(!r.computed){var l=r.key;o||"Identifier"!==l.type||t.type===Y.parenL||"get"!==l.name&&"set"!==l.name||(u=!0,r.kind=l.name,l=t.parsePropertyName(r)),!r["static"]&&("Identifier"===l.type&&"constructor"===l.name||"Literal"===l.type&&"constructor"===l.value)&&(a&&t.raise(l.start,"Duplicate constructor in the same class"),u&&t.raise(l.start,"Constructor can\'t have get/set modifier"),o&&t.raise(l.start,"Constructor can\'t be a generator"),r.kind="constructor",a=!0)}if(t.parseClassMethod(i,r,o),u){var h="get"===r.kind?0:1;if(r.value.params.length!==h){var c=r.value.start;"get"===r.kind?t.raiseRecoverable(c,"getter should have no params"):t.raiseRecoverable(c,"setter should have exactly one param")}"set"===r.kind&&"RestElement"===r.value.params[0].type&&t.raise(r.value.params[0].start,"Setter cannot use rest params")}}return e.body=this.finishNode(i,"ClassBody"),this.finishNode(e,n?"ClassDeclaration":"ClassExpression")},Q.parseClassMethod=function(e,n,t){n.value=this.parseMethod(t),e.body.push(this.finishNode(n,"MethodDefinition"))},Q.parseClassId=function(e,n){e.id=this.type===Y.name?this.parseIdent():n?this.unexpected():null},Q.parseClassSuper=function(e){e.superClass=this.eat(Y._extends)?this.parseExprSubscripts():null},Q.parseExport=function(e){var n=this;if(this.next(),this.eat(Y.star))return this.expectContextual("from"),e.source=this.type===Y.string?this.parseExprAtom():this.unexpected(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(Y._default)){var t=this.type==Y.parenL,i=this.parseMaybeAssign(),a=!0;return t||"FunctionExpression"!=i.type&&"ClassExpression"!=i.type||(a=!1,i.id&&(i.type="FunctionExpression"==i.type?"FunctionDeclaration":"ClassDeclaration")),e.declaration=i,a&&this.semicolon(),this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(!0),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(),this.eatContextual("from"))e.source=this.type===Y.string?this.parseExprAtom():this.unexpected();else{for(var r=0;r<e.specifiers.length;r++)(n.keywords.test(e.specifiers[r].local.name)||n.reservedWords.test(e.specifiers[r].local.name))&&n.unexpected(e.specifiers[r].local.start);e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")},Q.shouldParseExportStatement=function(){return this.type.keyword||this.isLet()},Q.parseExportSpecifiers=function(){var e=this,n=[],t=!0;for(this.expect(Y.braceL);!this.eat(Y.braceR);){if(t)t=!1;else if(e.expect(Y.comma),e.afterTrailingComma(Y.braceR))break;var i=e.startNode();i.local=e.parseIdent(e.type===Y._default),i.exported=e.eatContextual("as")?e.parseIdent(!0):i.local,n.push(e.finishNode(i,"ExportSpecifier"))}return n},Q.parseImport=function(e){return this.next(),this.type===Y.string?(e.specifiers=W,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===Y.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")},Q.parseImportSpecifiers=function(){var e=this,n=[],t=!0;if(this.type===Y.name){var i=this.startNode();if(i.local=this.parseIdent(),this.checkLVal(i.local,!0),n.push(this.finishNode(i,"ImportDefaultSpecifier")),!this.eat(Y.comma))return n}if(this.type===Y.star){var a=this.startNode();return this.next(),this.expectContextual("as"),a.local=this.parseIdent(),this.checkLVal(a.local,!0),n.push(this.finishNode(a,"ImportNamespaceSpecifier")),n}for(this.expect(Y.braceL);!this.eat(Y.braceR);){if(t)t=!1;else if(e.expect(Y.comma),e.afterTrailingComma(Y.braceR))break;var r=e.startNode();r.imported=e.parseIdent(!0),e.eatContextual("as")?r.local=e.parseIdent():(r.local=r.imported,e.isKeyword(r.local.name)&&e.unexpected(r.local.start),e.reservedWordsStrict.test(r.local.name)&&e.raise(r.local.start,"The keyword \'"+r.local.name+"\' is reserved")),e.checkLVal(r.local,!0),n.push(e.finishNode(r,"ImportSpecifier"))}return n};var z=O.prototype;z.toAssignable=function(e,n){var t=this;if(this.options.ecmaVersion>=6&&e)switch(e.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":break;case"ObjectExpression":e.type="ObjectPattern";for(var i=0;i<e.properties.length;i++){var a=e.properties[i];"init"!==a.kind&&t.raise(a.key.start,"Object pattern can\'t contain getter or setter"),t.toAssignable(a.value,n)}break;case"ArrayExpression":e.type="ArrayPattern",this.toAssignableList(e.elements,n);break;case"AssignmentExpression":if("="!==e.operator){this.raise(e.left.end,"Only \'=\' operator can be used for specifying default value.");break}e.type="AssignmentPattern",delete e.operator;case"AssignmentPattern":"YieldExpression"===e.right.type&&this.raise(e.right.start,"Yield expression cannot be a default value");break;case"ParenthesizedExpression":e.expression=this.toAssignable(e.expression,n);break;case"MemberExpression":if(!n)break;default:this.raise(e.start,"Assigning to rvalue")}return e},z.toAssignableList=function(e,n){var t=this,i=e.length;if(i){var a=e[i-1];if(a&&"RestElement"==a.type)--i;else if(a&&"SpreadElement"==a.type){a.type="RestElement";var r=a.argument;this.toAssignable(r,n),"Identifier"!==r.type&&"MemberExpression"!==r.type&&"ArrayPattern"!==r.type&&this.unexpected(r.start),--i}n&&a&&"RestElement"===a.type&&"Identifier"!==a.argument.type&&this.unexpected(a.argument.start)}for(var o=0;i>o;o++){var s=e[o];s&&t.toAssignable(s,n)}return e},z.parseSpread=function(e){var n=this.startNode();return this.next(),n.argument=this.parseMaybeAssign(!1,e),this.finishNode(n,"SpreadElement")},z.parseRest=function(e){var n=this.startNode();return this.next(),e?n.argument=this.type===Y.name?this.parseIdent():this.unexpected():n.argument=this.type===Y.name||this.type===Y.bracketL?this.parseBindingAtom():this.unexpected(),this.finishNode(n,"RestElement")},z.parseBindingAtom=function(){if(this.options.ecmaVersion<6)return this.parseIdent();switch(this.type){case Y.name:return this.parseIdent();case Y.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(Y.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case Y.braceL:return this.parseObj(!0);default:this.unexpected()}},z.parseBindingList=function(e,n,t,i){for(var a=this,r=[],o=!0;!this.eat(e);)if(o?o=!1:a.expect(Y.comma),n&&a.type===Y.comma)r.push(null);else{if(t&&a.afterTrailingComma(e))break;if(a.type===Y.ellipsis){var s=a.parseRest(i);a.parseBindingListItem(s),r.push(s),a.type===Y.comma&&a.raise(a.start,"Comma is not permitted after the rest element"),a.expect(e);break}var u=a.parseMaybeDefault(a.start,a.startLoc);a.parseBindingListItem(u),r.push(u)}return r},z.parseBindingListItem=function(e){return e},z.parseMaybeDefault=function(e,n,t){if(t=t||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(Y.eq))return t;var i=this.startNodeAt(e,n);return i.left=t,i.right=this.parseMaybeAssign(),this.finishNode(i,"AssignmentPattern")},z.checkLVal=function(e,n,t){var i=this;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(n?"Binding ":"Assigning to ")+e.name+" in strict mode"),t&&(u(t,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),t[e.name]=!0);break;case"MemberExpression":n&&this.raiseRecoverable(e.start,(n?"Binding":"Assigning to")+" member expression");break;case"ObjectPattern":for(var a=0;a<e.properties.length;a++)i.checkLVal(e.properties[a].value,n,t);break;case"ArrayPattern":for(var r=0;r<e.elements.length;r++){var o=e.elements[r];o&&i.checkLVal(o,n,t)}break;case"AssignmentPattern":this.checkLVal(e.left,n,t);break;case"RestElement":this.checkLVal(e.argument,n,t);break;case"ParenthesizedExpression":this.checkLVal(e.expression,n,t);break;default:this.raise(e.start,(n?"Binding":"Assigning to")+" rvalue")}};var q=O.prototype;q.checkPropClash=function(e,n){if(!(this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var t,i=e.key;switch(i.type){case"Identifier":t=i.name;break;case"Literal":t=String(i.value);break;default:return}var a=e.kind;if(this.options.ecmaVersion>=6)return void("__proto__"===t&&"init"===a&&(n.proto&&this.raiseRecoverable(i.start,"Redefinition of __proto__ property"),n.proto=!0));t="$"+t;var r=n[t];if(r){var o="init"!==a;(!this.strict&&!o||!r[a])&&o^r.init||this.raiseRecoverable(i.start,"Redefinition of property")}else r=n[t]={init:!1,get:!1,set:!1};r[a]=!0}},q.parseExpression=function(e,n){var t=this,i=this.start,a=this.startLoc,r=this.parseMaybeAssign(e,n);if(this.type===Y.comma){var o=this.startNodeAt(i,a);for(o.expressions=[r];this.eat(Y.comma);)o.expressions.push(t.parseMaybeAssign(e,n));return this.finishNode(o,"SequenceExpression")}return r},q.parseMaybeAssign=function(e,n,t){if(this.inGenerator&&this.isContextual("yield"))return this.parseYield();var i=!1;n||(n=new H,i=!0);var a=this.start,r=this.startLoc;this.type!=Y.parenL&&this.type!=Y.name||(this.potentialArrowAt=this.start);var o=this.parseMaybeConditional(e,n);if(t&&(o=t.call(this,o,a,r)),this.type.isAssign){this.checkPatternErrors(n,!0),i||H.call(n);var s=this.startNodeAt(a,r);return s.operator=this.value,s.left=this.type===Y.eq?this.toAssignable(o):o,n.shorthandAssign=0,this.checkLVal(o),this.next(),s.right=this.parseMaybeAssign(e),this.finishNode(s,"AssignmentExpression")}return i&&this.checkExpressionErrors(n,!0),o},q.parseMaybeConditional=function(e,n){var t=this.start,i=this.startLoc,a=this.parseExprOps(e,n);if(this.checkExpressionErrors(n))return a;if(this.eat(Y.question)){var r=this.startNodeAt(t,i);return r.test=a,r.consequent=this.parseMaybeAssign(),this.expect(Y.colon),r.alternate=this.parseMaybeAssign(e),this.finishNode(r,"ConditionalExpression")}return a},q.parseExprOps=function(e,n){var t=this.start,i=this.startLoc,a=this.parseMaybeUnary(n,!1);return this.checkExpressionErrors(n)?a:this.parseExprOp(a,t,i,-1,e)},q.parseExprOp=function(e,n,t,i,a){var r=this.type.binop;if(null!=r&&(!a||this.type!==Y._in)&&r>i){var o=this.type===Y.logicalOR||this.type===Y.logicalAND,s=this.value;this.next();var u=this.start,l=this.startLoc,h=this.parseExprOp(this.parseMaybeUnary(null,!1),u,l,r,a),c=this.buildBinary(n,t,e,h,s,o);return this.parseExprOp(c,n,t,i,a)}return e},q.buildBinary=function(e,n,t,i,a,r){var o=this.startNodeAt(e,n);return o.left=t,o.operator=a,o.right=i,this.finishNode(o,r?"LogicalExpression":"BinaryExpression")},q.parseMaybeUnary=function(e,n){var t,i=this,a=this.start,r=this.startLoc;if(this.type.prefix){var o=this.startNode(),s=this.type===Y.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(e,!0),s?this.checkLVal(o.argument):this.strict&&"delete"===o.operator&&"Identifier"===o.argument.type?this.raiseRecoverable(o.start,"Deleting local variable in strict mode"):n=!0,t=this.finishNode(o,s?"UpdateExpression":"UnaryExpression")}else{if(t=this.parseExprSubscripts(e),this.checkExpressionErrors(e))return t;for(;this.type.postfix&&!this.canInsertSemicolon();){var u=i.startNodeAt(a,r);u.operator=i.value,u.prefix=!1,u.argument=t,i.checkLVal(t),i.next(),t=i.finishNode(u,"UpdateExpression")}}return!n&&this.eat(Y.starstar)?this.buildBinary(a,r,t,this.parseMaybeUnary(null,!1),"**",!1):t},q.parseExprSubscripts=function(e){var n=this.start,t=this.startLoc,i=this.parseExprAtom(e),a="ArrowFunctionExpression"===i.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd);return this.checkExpressionErrors(e)||a?i:this.parseSubscripts(i,n,t)},q.parseSubscripts=function(e,n,t,i){for(var a=this;;)if(a.eat(Y.dot)){var r=a.startNodeAt(n,t);r.object=e,r.property=a.parseIdent(!0),r.computed=!1,e=a.finishNode(r,"MemberExpression")}else if(a.eat(Y.bracketL)){var o=a.startNodeAt(n,t);o.object=e,o.property=a.parseExpression(),o.computed=!0,a.expect(Y.bracketR),e=a.finishNode(o,"MemberExpression")}else if(!i&&a.eat(Y.parenL)){var s=a.startNodeAt(n,t);s.callee=e,s.arguments=a.parseExprList(Y.parenR,!1),e=a.finishNode(s,"CallExpression")}else{if(a.type!==Y.backQuote)return e;var u=a.startNodeAt(n,t);u.tag=e,u.quasi=a.parseTemplate(),e=a.finishNode(u,"TaggedTemplateExpression")}},q.parseExprAtom=function(e){var n,t=this.potentialArrowAt==this.start;switch(this.type){case Y._super:this.inFunction||this.raise(this.start,"\'super\' outside of function or class");case Y._this:var i=this.type===Y._this?"ThisExpression":"Super";return n=this.startNode(),this.next(),this.finishNode(n,i);case Y.name:var a=this.start,r=this.startLoc,o=this.parseIdent(this.type!==Y.name);return t&&!this.canInsertSemicolon()&&this.eat(Y.arrow)?this.parseArrowExpression(this.startNodeAt(a,r),[o]):o;case Y.regexp:var s=this.value;return n=this.parseLiteral(s.value),n.regex={pattern:s.pattern,flags:s.flags},n;case Y.num:case Y.string:return this.parseLiteral(this.value);case Y._null:case Y._true:case Y._false:return n=this.startNode(),n.value=this.type===Y._null?null:this.type===Y._true,n.raw=this.type.keyword,this.next(),this.finishNode(n,"Literal");case Y.parenL:return this.parseParenAndDistinguishExpression(t);case Y.bracketL:return n=this.startNode(),this.next(),n.elements=this.parseExprList(Y.bracketR,!0,!0,e),this.finishNode(n,"ArrayExpression");case Y.braceL:return this.parseObj(!1,e);case Y._function:return n=this.startNode(),this.next(),this.parseFunction(n,!1);case Y._class:return this.parseClass(this.startNode(),!1);case Y._new:return this.parseNew();case Y.backQuote:return this.parseTemplate();default:this.unexpected()}},q.parseLiteral=function(e){var n=this.startNode();return n.value=e,n.raw=this.input.slice(this.start,this.end),this.next(),this.finishNode(n,"Literal")},q.parseParenExpression=function(){this.expect(Y.parenL);var e=this.parseExpression();return this.expect(Y.parenR),e},q.parseParenAndDistinguishExpression=function(e){var n,t=this,i=this.start,a=this.startLoc;if(this.options.ecmaVersion>=6){this.next();for(var r,o,s=this.start,u=this.startLoc,l=[],h=!0,c=new H;this.type!==Y.parenR;){if(h?h=!1:t.expect(Y.comma),t.type===Y.ellipsis){r=t.start,l.push(t.parseParenItem(t.parseRest()));break}t.type!==Y.parenL||o||(o=t.start),l.push(t.parseMaybeAssign(!1,c,t.parseParenItem))}var p=this.start,g=this.startLoc;if(this.expect(Y.parenR),e&&!this.canInsertSemicolon()&&this.eat(Y.arrow))return this.checkPatternErrors(c,!0),o&&this.unexpected(o),this.parseParenArrowList(i,a,l);l.length||this.unexpected(this.lastTokStart),r&&this.unexpected(r),this.checkExpressionErrors(c,!0),l.length>1?(n=this.startNodeAt(s,u),n.expressions=l,this.finishNodeAt(n,"SequenceExpression",p,g)):n=l[0]}else n=this.parseParenExpression();if(this.options.preserveParens){var f=this.startNodeAt(i,a);return f.expression=n,this.finishNode(f,"ParenthesizedExpression")}return n},q.parseParenItem=function(e){return e},q.parseParenArrowList=function(e,n,t){return this.parseArrowExpression(this.startNodeAt(e,n),t)};var K=[];q.parseNew=function(){var e=this.startNode(),n=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(Y.dot))return e.meta=n,e.property=this.parseIdent(!0),"target"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is new.target"),this.inFunction||this.raiseRecoverable(e.start,"new.target can only be used in functions"),this.finishNode(e,"MetaProperty");var t=this.start,i=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(),t,i,!0),this.eat(Y.parenL)?e.arguments=this.parseExprList(Y.parenR,!1):e.arguments=K,this.finishNode(e,"NewExpression")},q.parseTemplateElement=function(){var e=this.startNode();return e.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),e.tail=this.type===Y.backQuote,this.finishNode(e,"TemplateElement")},q.parseTemplate=function(){var e=this,n=this.startNode();this.next(),n.expressions=[];var t=this.parseTemplateElement();for(n.quasis=[t];!t.tail;)e.expect(Y.dollarBraceL),n.expressions.push(e.parseExpression()),e.expect(Y.braceR),n.quasis.push(t=e.parseTemplateElement());return this.next(),this.finishNode(n,"TemplateLiteral")},q.parseObj=function(e,n){var t=this,i=this.startNode(),a=!0,r={};for(i.properties=[],this.next();!this.eat(Y.braceR);){if(a)a=!1;else if(t.expect(Y.comma),t.afterTrailingComma(Y.braceR))break;var o,s,u,l=t.startNode();t.options.ecmaVersion>=6&&(l.method=!1,l.shorthand=!1,(e||n)&&(s=t.start,u=t.startLoc),e||(o=t.eat(Y.star))),t.parsePropertyName(l),t.parsePropertyValue(l,e,o,s,u,n),t.checkPropClash(l,r),i.properties.push(t.finishNode(l,"Property"))}return this.finishNode(i,e?"ObjectPattern":"ObjectExpression")},q.parsePropertyValue=function(e,n,t,i,a,r){if(this.eat(Y.colon))e.value=n?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,r),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===Y.parenL)n&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(t);else if(this.options.ecmaVersion>=5&&!e.computed&&"Identifier"===e.key.type&&("get"===e.key.name||"set"===e.key.name)&&this.type!=Y.comma&&this.type!=Y.braceR){(t||n)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var o="get"===e.kind?0:1;if(e.value.params.length!==o){var s=e.value.start;"get"===e.kind?this.raiseRecoverable(s,"getter should have no params"):this.raiseRecoverable(s,"setter should have exactly one param")}"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}else this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((this.keywords.test(e.key.name)||(this.strict?this.reservedWordsStrictBind:this.reservedWords).test(e.key.name)||this.inGenerator&&"yield"==e.key.name)&&this.raiseRecoverable(e.key.start,"\'"+e.key.name+"\' can not be used as shorthand property"),e.kind="init",n?e.value=this.parseMaybeDefault(i,a,e.key):this.type===Y.eq&&r?(r.shorthandAssign||(r.shorthandAssign=this.start),e.value=this.parseMaybeDefault(i,a,e.key)):e.value=e.key,e.shorthand=!0):this.unexpected()},q.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(Y.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(Y.bracketR),e.key;e.computed=!1}return e.key=this.type===Y.num||this.type===Y.string?this.parseExprAtom():this.parseIdent(!0)},q.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=!1,e.expression=!1)},q.parseMethod=function(e){var n=this.startNode(),t=this.inGenerator;return this.inGenerator=e,this.initFunction(n),this.expect(Y.parenL),n.params=this.parseBindingList(Y.parenR,!1,!1),this.options.ecmaVersion>=6&&(n.generator=e),this.parseFunctionBody(n,!1),this.inGenerator=t,this.finishNode(n,"FunctionExpression")},q.parseArrowExpression=function(e,n){var t=this.inGenerator;return this.inGenerator=!1,this.initFunction(e),e.params=this.toAssignableList(n,!0),this.parseFunctionBody(e,!0),this.inGenerator=t,this.finishNode(e,"ArrowFunctionExpression")},q.parseFunctionBody=function(e,n){var t=n&&this.type!==Y.braceL;if(t)e.body=this.parseMaybeAssign(),e.expression=!0;else{var i=this.inFunction,a=this.labels;this.inFunction=!0,this.labels=[],e.body=this.parseBlock(!0),e.expression=!1,this.inFunction=i,this.labels=a}var r=!t&&e.body.body.length&&this.isUseStrict(e.body.body[0])?e.body.body[0]:null;if(this.strict||r){var o=this.strict;this.strict=!0,e.id&&this.checkLVal(e.id,!0),this.checkParams(e,r),this.strict=o}else n&&this.checkParams(e,r)},q.checkParams=function(e,n){for(var t=this,i={},a=0;a<e.params.length;a++)n&&t.options.ecmaVersion>=7&&"Identifier"!==e.params[a].type&&t.raiseRecoverable(n.start,"Illegal \'use strict\' directive in function with non-simple parameter list"),t.checkLVal(e.params[a],!0,i)},q.parseExprList=function(e,n,t,i){for(var a=this,r=[],o=!0;!this.eat(e);){if(o)o=!1;else if(a.expect(Y.comma),n&&a.afterTrailingComma(e))break;var s;t&&a.type===Y.comma?s=null:a.type===Y.ellipsis?(s=a.parseSpread(i),a.type===Y.comma&&i&&!i.trailingComma&&(i.trailingComma=a.lastTokStart)):s=a.parseMaybeAssign(!1,i),r.push(s)}return r},q.parseIdent=function(e){var n=this.startNode();return e&&"never"==this.options.allowReserved&&(e=!1),this.type===Y.name?(!e&&(this.strict?this.reservedWordsStrict:this.reservedWords).test(this.value)&&(this.options.ecmaVersion>=6||-1==this.input.slice(this.start,this.end).indexOf("\\"))&&this.raiseRecoverable(this.start,"The keyword \'"+this.value+"\' is reserved"),!e&&this.inGenerator&&"yield"===this.value&&this.raiseRecoverable(this.start,"Can not use \'yield\' as identifier inside a generator"),n.name=this.value):e&&this.type.keyword?n.name=this.type.keyword:this.unexpected(),this.next(),this.finishNode(n,"Identifier")},q.parseYield=function(){var e=this.startNode();return this.next(),this.type==Y.semi||this.canInsertSemicolon()||this.type!=Y.star&&!this.type.startsExpr?(e.delegate=!1,e.argument=null):(e.delegate=this.eat(Y.star),e.argument=this.parseMaybeAssign()),this.finishNode(e,"YieldExpression")};var V=O.prototype;V.raise=function(e,n){var t=l(this.input,e);n+=" ("+t.line+":"+t.column+")";var i=new SyntaxError(n);throw i.pos=e,i.loc=t,i.raisedAt=this.pos,i},V.raiseRecoverable=V.raise,V.curPosition=function(){return this.options.locations?new N(this.curLine,this.pos-this.lineStart):void 0};var U=function(e,n,t){this.type="",this.start=n,this.end=0,e.options.locations&&(this.loc=new J(e,t)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[n,0])},$=O.prototype;$.startNode=function(){return new U(this,this.start,this.startLoc)},$.startNodeAt=function(e,n){return new U(this,e,n)},$.finishNode=function(e,n){return g.call(this,e,n,this.lastTokEnd,this.lastTokEndLoc)},$.finishNodeAt=function(e,n,t,i){return g.call(this,e,n,t,i);
80
- };var ee=function(e,n,t,i){this.token=e,this.isExpr=!!n,this.preserveSpace=!!t,this.override=i},ne={b_stat:new ee("{",!1),b_expr:new ee("{",!0),b_tmpl:new ee("${",!0),p_stat:new ee("(",!1),p_expr:new ee("(",!0),q_tmpl:new ee("`",!0,!0,function(e){return e.readTmplToken()}),f_expr:new ee("function",!0)},te=O.prototype;te.initialContext=function(){return[ne.b_stat]},te.braceIsBlock=function(e){if(e===Y.colon){var n=this.curContext();if(n===ne.b_stat||n===ne.b_expr)return!n.isExpr}return e===Y._return?B.test(this.input.slice(this.lastTokEnd,this.start)):e===Y._else||e===Y.semi||e===Y.eof||e===Y.parenR?!0:e==Y.braceL?this.curContext()===ne.b_stat:!this.exprAllowed},te.updateContext=function(e){var n,t=this.type;t.keyword&&e==Y.dot?this.exprAllowed=!1:(n=t.updateContext)?n.call(this,e):this.exprAllowed=t.beforeExpr},Y.parenR.updateContext=Y.braceR.updateContext=function(){if(1==this.context.length)return void(this.exprAllowed=!0);var e=this.context.pop();e===ne.b_stat&&this.curContext()===ne.f_expr?(this.context.pop(),this.exprAllowed=!1):e===ne.b_tmpl?this.exprAllowed=!0:this.exprAllowed=!e.isExpr},Y.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?ne.b_stat:ne.b_expr),this.exprAllowed=!0},Y.dollarBraceL.updateContext=function(){this.context.push(ne.b_tmpl),this.exprAllowed=!0},Y.parenL.updateContext=function(e){var n=e===Y._if||e===Y._for||e===Y._with||e===Y._while;this.context.push(n?ne.p_stat:ne.p_expr),this.exprAllowed=!0},Y.incDec.updateContext=function(){},Y._function.updateContext=function(e){e.beforeExpr&&e!==Y.semi&&e!==Y._else&&(e!==Y.colon&&e!==Y.braceL||this.curContext()!==ne.b_stat)&&this.context.push(ne.f_expr),this.exprAllowed=!1},Y.backQuote.updateContext=function(){this.curContext()===ne.q_tmpl?this.context.pop():this.context.push(ne.q_tmpl),this.exprAllowed=!1};var ie=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new J(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},ae=O.prototype,re="object"==typeof Packages&&"[object JavaPackage]"==Object.prototype.toString.call(Packages);ae.next=function(){this.options.onToken&&this.options.onToken(new ie(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},ae.getToken=function(){return this.next(),new ie(this)},"undefined"!=typeof Symbol&&(ae[Symbol.iterator]=function(){var e=this;return{next:function(){var n=e.getToken();return{done:n.type===Y.eof,value:n}}}}),ae.setStrict=function(e){var n=this;if(this.strict=e,this.type===Y.num||this.type===Y.string){if(this.pos=this.start,this.options.locations)for(;this.pos<this.lineStart;)n.lineStart=n.input.lastIndexOf("\n",n.lineStart-2)+1,--n.curLine;this.nextToken()}},ae.curContext=function(){return this.context[this.context.length-1]},ae.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(Y.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},ae.readToken=function(e){return t(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},ae.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(55295>=e||e>=57344)return e;var n=this.input.charCodeAt(this.pos+1);return(e<<10)+n-56613888},ae.skipBlockComment=function(){var e=this,n=this.options.onComment&&this.curPosition(),t=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations){F.lastIndex=t;for(var a;(a=F.exec(this.input))&&a.index<this.pos;)++e.curLine,e.lineStart=a.index+a[0].length}this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,n,this.curPosition())},ae.skipLineComment=function(e){for(var n=this,t=this.pos,i=this.options.onComment&&this.curPosition(),a=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&10!==a&&13!==a&&8232!==a&&8233!==a;)++n.pos,a=n.input.charCodeAt(n.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},ae.skipSpace=function(){var e=this;e:for(;this.pos<this.input.length;){var n=e.input.charCodeAt(e.pos);switch(n){case 32:case 160:++e.pos;break;case 13:10===e.input.charCodeAt(e.pos+1)&&++e.pos;case 10:case 8232:case 8233:++e.pos,e.options.locations&&(++e.curLine,e.lineStart=e.pos);break;case 47:switch(e.input.charCodeAt(e.pos+1)){case 42:e.skipBlockComment();break;case 47:e.skipLineComment(2);break;default:break e}break;default:if(!(n>8&&14>n||n>=5760&&M.test(String.fromCharCode(n))))break e;++e.pos}}},ae.finishToken=function(e,n){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var t=this.type;this.type=e,this.value=n,this.updateContext(t)},ae.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&57>=e)return this.readNumber(!0);var n=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===n?(this.pos+=3,this.finishToken(Y.ellipsis)):(++this.pos,this.finishToken(Y.dot))},ae.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(Y.assign,2):this.finishOp(Y.slash,1)},ae.readToken_mult_modulo_exp=function(e){var n=this.input.charCodeAt(this.pos+1),t=1,i=42===e?Y.star:Y.modulo;return this.options.ecmaVersion>=7&&42===n&&(++t,i=Y.starstar,n=this.input.charCodeAt(this.pos+2)),61===n?this.finishOp(Y.assign,t+1):this.finishOp(i,t)},ae.readToken_pipe_amp=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?this.finishOp(124===e?Y.logicalOR:Y.logicalAND,2):61===n?this.finishOp(Y.assign,2):this.finishOp(124===e?Y.bitwiseOR:Y.bitwiseAND,1)},ae.readToken_caret=function(){var e=this.input.charCodeAt(this.pos+1);return 61===e?this.finishOp(Y.assign,2):this.finishOp(Y.bitwiseXOR,1)},ae.readToken_plus_min=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?45==n&&62==this.input.charCodeAt(this.pos+2)&&B.test(this.input.slice(this.lastTokEnd,this.pos))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(Y.incDec,2):61===n?this.finishOp(Y.assign,2):this.finishOp(Y.plusMin,1)},ae.readToken_lt_gt=function(e){var n=this.input.charCodeAt(this.pos+1),t=1;return n===e?(t=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+t)?this.finishOp(Y.assign,t+1):this.finishOp(Y.bitShift,t)):33==n&&60==e&&45==this.input.charCodeAt(this.pos+2)&&45==this.input.charCodeAt(this.pos+3)?(this.inModule&&this.unexpected(),this.skipLineComment(4),this.skipSpace(),this.nextToken()):(61===n&&(t=2),this.finishOp(Y.relational,t))},ae.readToken_eq_excl=function(e){var n=this.input.charCodeAt(this.pos+1);return 61===n?this.finishOp(Y.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===n&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(Y.arrow)):this.finishOp(61===e?Y.eq:Y.prefix,1)},ae.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(Y.parenL);case 41:return++this.pos,this.finishToken(Y.parenR);case 59:return++this.pos,this.finishToken(Y.semi);case 44:return++this.pos,this.finishToken(Y.comma);case 91:return++this.pos,this.finishToken(Y.bracketL);case 93:return++this.pos,this.finishToken(Y.bracketR);case 123:return++this.pos,this.finishToken(Y.braceL);case 125:return++this.pos,this.finishToken(Y.braceR);case 58:return++this.pos,this.finishToken(Y.colon);case 63:return++this.pos,this.finishToken(Y.question);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(Y.backQuote);case 48:var n=this.input.charCodeAt(this.pos+1);if(120===n||88===n)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===n||79===n)return this.readRadixNumber(8);if(98===n||66===n)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 126:return this.finishOp(Y.prefix,1)}this.raise(this.pos,"Unexpected character \'"+d(e)+"\'")},ae.finishOp=function(e,n){var t=this.input.slice(this.pos,this.pos+n);return this.pos+=n,this.finishToken(e,t)};var oe=!!f("￿","u");ae.readRegexp=function(){for(var e,n,t=this,i=this.pos;;){t.pos>=t.input.length&&t.raise(i,"Unterminated regular expression");var a=t.input.charAt(t.pos);if(B.test(a)&&t.raise(i,"Unterminated regular expression"),e)e=!1;else{if("["===a)n=!0;else if("]"===a&&n)n=!1;else if("/"===a&&!n)break;e="\\"===a}++t.pos}var r=this.input.slice(i,this.pos);++this.pos;var o=this.readWord1(),s=r,u="";if(o){var l=/^[gim]*$/;this.options.ecmaVersion>=6&&(l=/^[gimuy]*$/),l.test(o)||this.raise(i,"Invalid regular expression flag"),o.indexOf("u")>=0&&(oe?u="u":(s=s.replace(/\\u\{([0-9a-fA-F]+)\}/g,function(e,n,a){return n=Number("0x"+n),n>1114111&&t.raise(i+a+3,"Code point out of bounds"),"x"}),s=s.replace(/\\u([a-fA-F0-9]{4})|[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"x"),u=u.replace("u","")))}var h=null;return re||(f(s,u,i,this),h=f(r,o)),this.finishToken(Y.regexp,{pattern:r,flags:o,value:h})},ae.readInt=function(e,n){for(var t=this,i=this.pos,a=0,r=0,o=null==n?1/0:n;o>r;++r){var s,u=t.input.charCodeAt(t.pos);if(s=u>=97?u-97+10:u>=65?u-65+10:u>=48&&57>=u?u-48:1/0,s>=e)break;++t.pos,a=a*e+s}return this.pos===i||null!=n&&this.pos-i!==n?null:a},ae.readRadixNumber=function(e){this.pos+=2;var n=this.readInt(e);return null==n&&this.raise(this.start+2,"Expected number in radix "+e),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(Y.num,n)},ae.readNumber=function(e){var n=this.pos,i=!1,a=48===this.input.charCodeAt(this.pos);e||null!==this.readInt(10)||this.raise(n,"Invalid number");var r=this.input.charCodeAt(this.pos);46===r&&(++this.pos,this.readInt(10),i=!0,r=this.input.charCodeAt(this.pos)),69!==r&&101!==r||(r=this.input.charCodeAt(++this.pos),43!==r&&45!==r||++this.pos,null===this.readInt(10)&&this.raise(n,"Invalid number"),i=!0),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var o,s=this.input.slice(n,this.pos);return i?o=parseFloat(s):a&&1!==s.length?/[89]/.test(s)||this.strict?this.raise(n,"Invalid number"):o=parseInt(s,8):o=parseInt(s,10),this.finishToken(Y.num,o)},ae.readCodePoint=function(){var e,n=this.input.charCodeAt(this.pos);if(123===n){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.raise(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},ae.readString=function(e){for(var n=this,t="",i=++this.pos;;){n.pos>=n.input.length&&n.raise(n.start,"Unterminated string constant");var a=n.input.charCodeAt(n.pos);if(a===e)break;92===a?(t+=n.input.slice(i,n.pos),t+=n.readEscapedChar(!1),i=n.pos):(o(a)&&n.raise(n.start,"Unterminated string constant"),++n.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(Y.string,t)},ae.readTmplToken=function(){for(var e=this,n="",t=this.pos;;){e.pos>=e.input.length&&e.raise(e.start,"Unterminated template");var i=e.input.charCodeAt(e.pos);if(96===i||36===i&&123===e.input.charCodeAt(e.pos+1))return e.pos===e.start&&e.type===Y.template?36===i?(e.pos+=2,e.finishToken(Y.dollarBraceL)):(++e.pos,e.finishToken(Y.backQuote)):(n+=e.input.slice(t,e.pos),e.finishToken(Y.template,n));if(92===i)n+=e.input.slice(t,e.pos),n+=e.readEscapedChar(!0),t=e.pos;else if(o(i)){switch(n+=e.input.slice(t,e.pos),++e.pos,i){case 13:10===e.input.charCodeAt(e.pos)&&++e.pos;case 10:n+="\n";break;default:n+=String.fromCharCode(i)}e.options.locations&&(++e.curLine,e.lineStart=e.pos),t=e.pos}else++e.pos}},ae.readEscapedChar=function(e){var n=this.input.charCodeAt(++this.pos);switch(++this.pos,n){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return d(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\x0B";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";default:if(n>=48&&55>=n){var t=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(t,8);return i>255&&(t=t.slice(0,-1),i=parseInt(t,8)),"0"!==t&&(this.strict||e)&&this.raise(this.pos-2,"Octal literal in strict mode"),this.pos+=t.length-1,String.fromCharCode(i)}return String.fromCharCode(n)}},ae.readHexChar=function(e){var n=this.pos,t=this.readInt(16,e);return null===t&&this.raise(n,"Bad character escape sequence"),t},ae.readWord1=function(){var e=this;this.containsEsc=!1;for(var n="",a=!0,r=this.pos,o=this.options.ecmaVersion>=6;this.pos<this.input.length;){var s=e.fullCharCodeAtPos();if(i(s,o))e.pos+=65535>=s?1:2;else{if(92!==s)break;e.containsEsc=!0,n+=e.input.slice(r,e.pos);var u=e.pos;117!=e.input.charCodeAt(++e.pos)&&e.raise(e.pos,"Expecting Unicode escape sequence \\uXXXX"),++e.pos;var l=e.readCodePoint();(a?t:i)(l,o)||e.raise(u,"Invalid Unicode escape"),n+=d(l),r=e.pos}a=!1}return n+this.input.slice(r,this.pos)},ae.readWord=function(){var e=this.readWord1(),n=Y.name;return(this.options.ecmaVersion>=6||!this.containsEsc)&&this.keywords.test(e)&&(n=D[e]),this.finishToken(n,e)};var se="3.3.0";e.version=se,e.parse=y,e.parseExpressionAt=m,e.tokenizer=b,e.Parser=O,e.plugins=R,e.defaultOptions=P,e.Position=N,e.SourceLocation=J,e.getLineInfo=l,e.Node=U,e.TokenType=A,e.tokTypes=Y,e.TokContext=ee,e.tokContexts=ne,e.isIdentifierChar=i,e.isIdentifierStart=t,e.Token=ie,e.isNewLine=o,e.lineBreak=B,e.lineBreakG=F,Object.defineProperty(e,"__esModule",{value:!0})})},{}],461:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i((e.acorn=e.acorn||{},e.acorn.walk=e.acorn.walk||{}))}(this,function(e){"use strict";function n(n,t,i,a,r){i||(i=e.base),function o(e,n,a){var r=a||e.type,s=t[r];i[r](e,n,o),s&&s(e,n)}(n,a,r)}function t(n,t,i,a){i||(i=e.base);var r=[];!function o(e,n,a){var s=a||e.type,u=t[s],l=e!=r[r.length-1];l&&r.push(e),i[s](e,n,o),u&&u(e,n||r,r),l&&r.pop()}(n,a)}function i(n,t,i,a,r){var o=i?e.make(i,a):a;!function s(e,n,t){o[t||e.type](e,n,s)}(n,t,r)}function a(e){return"string"==typeof e?function(n){return n==e}:e?e:function(){return!0}}function r(n,t,i,r,o,s){r=a(r),o||(o=e.base);try{!function l(e,n,a){var s=a||e.type;if((null==t||e.start<=t)&&(null==i||e.end>=i)&&o[s](e,n,l),(null==t||e.start==t)&&(null==i||e.end==i)&&r(s,e))throw new p(e,n)}(n,s)}catch(u){if(u instanceof p)return u;throw u}}function o(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){var o=a||e.type;if(!(e.start>t||e.end<t)&&(r[o](e,n,u),i(o,e)))throw new p(e,n)}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function s(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){if(!(e.end<t)){var o=a||e.type;if(e.start>=t&&i(o,e))throw new p(e,n);r[o](e,n,u)}}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function u(n,t,i,r,o){i=a(i),r||(r=e.base);var s;return function u(e,n,a){if(!(e.start>t)){var o=a||e.type;e.end<=t&&(!s||s.node.end<e.end)&&i(o,e)&&(s=new p(e,n)),r[o](e,n,u)}}(n,o),s}function l(n,t){t||(t=e.base);var i=g(t);for(var a in n)i[a]=n[a];return i}function h(e,n,t){t(e,n)}function c(e,n,t){}var p=function(e,n){this.node=e,this.state=n},g=Object.create||function(e){function n(){}return n.prototype=e,new n},f={};f.Program=f.BlockStatement=function(e,n,t){for(var i=0;i<e.body.length;++i)t(e.body[i],n,"Statement")},f.Statement=h,f.EmptyStatement=c,f.ExpressionStatement=f.ParenthesizedExpression=function(e,n,t){return t(e.expression,n,"Expression")},f.IfStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Statement"),e.alternate&&t(e.alternate,n,"Statement")},f.LabeledStatement=function(e,n,t){return t(e.body,n,"Statement")},f.BreakStatement=f.ContinueStatement=c,f.WithStatement=function(e,n,t){t(e.object,n,"Expression"),t(e.body,n,"Statement")},f.SwitchStatement=function(e,n,t){t(e.discriminant,n,"Expression");for(var i=0;i<e.cases.length;++i){var a=e.cases[i];a.test&&t(a.test,n,"Expression");for(var r=0;r<a.consequent.length;++r)t(a.consequent[r],n,"Statement")}},f.ReturnStatement=f.YieldExpression=function(e,n,t){e.argument&&t(e.argument,n,"Expression")},f.ThrowStatement=f.SpreadElement=function(e,n,t){return t(e.argument,n,"Expression")},f.TryStatement=function(e,n,t){t(e.block,n,"Statement"),e.handler&&t(e.handler,n),e.finalizer&&t(e.finalizer,n,"Statement")},f.CatchClause=function(e,n,t){t(e.param,n,"Pattern"),t(e.body,n,"ScopeBody")},f.WhileStatement=f.DoWhileStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.body,n,"Statement")},f.ForStatement=function(e,n,t){e.init&&t(e.init,n,"ForInit"),e.test&&t(e.test,n,"Expression"),e.update&&t(e.update,n,"Expression"),t(e.body,n,"Statement")},f.ForInStatement=f.ForOfStatement=function(e,n,t){t(e.left,n,"ForInit"),t(e.right,n,"Expression"),t(e.body,n,"Statement")},f.ForInit=function(e,n,t){"VariableDeclaration"==e.type?t(e,n):t(e,n,"Expression")},f.DebuggerStatement=c,f.FunctionDeclaration=function(e,n,t){return t(e,n,"Function")},f.VariableDeclaration=function(e,n,t){for(var i=0;i<e.declarations.length;++i)t(e.declarations[i],n)},f.VariableDeclarator=function(e,n,t){t(e.id,n,"Pattern"),e.init&&t(e.init,n,"Expression")},f.Function=function(e,n,t){e.id&&t(e.id,n,"Pattern");for(var i=0;i<e.params.length;i++)t(e.params[i],n,"Pattern");t(e.body,n,e.expression?"ScopeExpression":"ScopeBody")},f.ScopeBody=function(e,n,t){return t(e,n,"Statement")},f.ScopeExpression=function(e,n,t){return t(e,n,"Expression")},f.Pattern=function(e,n,t){"Identifier"==e.type?t(e,n,"VariablePattern"):"MemberExpression"==e.type?t(e,n,"MemberPattern"):t(e,n)},f.VariablePattern=c,f.MemberPattern=h,f.RestElement=function(e,n,t){return t(e.argument,n,"Pattern")},f.ArrayPattern=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Pattern")}},f.ObjectPattern=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i].value,n,"Pattern")},f.Expression=h,f.ThisExpression=f.Super=f.MetaProperty=c,f.ArrayExpression=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Expression")}},f.ObjectExpression=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i],n)},f.FunctionExpression=f.ArrowFunctionExpression=f.FunctionDeclaration,f.SequenceExpression=f.TemplateLiteral=function(e,n,t){for(var i=0;i<e.expressions.length;++i)t(e.expressions[i],n,"Expression")},f.UnaryExpression=f.UpdateExpression=function(e,n,t){t(e.argument,n,"Expression")},f.BinaryExpression=f.LogicalExpression=function(e,n,t){t(e.left,n,"Expression"),t(e.right,n,"Expression")},f.AssignmentExpression=f.AssignmentPattern=function(e,n,t){t(e.left,n,"Pattern"),t(e.right,n,"Expression")},f.ConditionalExpression=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Expression"),t(e.alternate,n,"Expression")},f.NewExpression=f.CallExpression=function(e,n,t){if(t(e.callee,n,"Expression"),e.arguments)for(var i=0;i<e.arguments.length;++i)t(e.arguments[i],n,"Expression")},f.MemberExpression=function(e,n,t){t(e.object,n,"Expression"),e.computed&&t(e.property,n,"Expression")},f.ExportNamedDeclaration=f.ExportDefaultDeclaration=function(e,n,t){e.declaration&&t(e.declaration,n,"ExportNamedDeclaration"==e.type||e.declaration.id?"Statement":"Expression"),e.source&&t(e.source,n,"Expression")},f.ExportAllDeclaration=function(e,n,t){t(e.source,n,"Expression")},f.ImportDeclaration=function(e,n,t){for(var i=0;i<e.specifiers.length;i++)t(e.specifiers[i],n);t(e.source,n,"Expression")},f.ImportSpecifier=f.ImportDefaultSpecifier=f.ImportNamespaceSpecifier=f.Identifier=f.Literal=c,f.TaggedTemplateExpression=function(e,n,t){t(e.tag,n,"Expression"),t(e.quasi,n)},f.ClassDeclaration=f.ClassExpression=function(e,n,t){return t(e,n,"Class")},f.Class=function(e,n,t){e.id&&t(e.id,n,"Pattern"),e.superClass&&t(e.superClass,n,"Expression");for(var i=0;i<e.body.body.length;i++)t(e.body.body[i],n)},f.MethodDefinition=f.Property=function(e,n,t){e.computed&&t(e.key,n,"Expression"),t(e.value,n,"Expression")},e.simple=n,e.ancestor=t,e.recursive=i,e.findNodeAt=r,e.findNodeAround=o,e.findNodeAfter=s,e.findNodeBefore=u,e.make=l,e.base=f,Object.defineProperty(e,"__esModule",{value:!0})})},{}],462:[function(e,n,t){function i(){for(var e={},n=0;n<arguments.length;n++){var t=arguments[n];for(var i in t)a.call(t,i)&&(e[i]=t[i])}return e}n.exports=i;var a=Object.prototype.hasOwnProperty},{}],463:[function(e,n,t){function i(e){var n=this;if(n instanceof i||(n=new i),n.tail=null,n.head=null,n.length=0,e&&"function"==typeof e.forEach)e.forEach(function(e){n.push(e)});else if(arguments.length>0)for(var t=0,a=arguments.length;a>t;t++)n.push(arguments[t]);return n}function a(e,n){e.tail=new o(n,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function r(e,n){e.head=new o(n,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function o(e,n,t,i){return this instanceof o?(this.list=i,this.value=e,n?(n.next=this,this.prev=n):this.prev=null,void(t?(t.prev=this,this.next=t):this.next=null)):new o(e,n,t,i)}n.exports=i,i.Node=o,i.create=i,i.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var n=e.next,t=e.prev;n&&(n.prev=t),t&&(t.next=n),e===this.head&&(this.head=n),e===this.tail&&(this.tail=t),e.list.length--,e.next=null,e.prev=null,e.list=null},i.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var n=this.head;e.list=this,e.next=n,n&&(n.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},i.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var n=this.tail;e.list=this,e.prev=n,n&&(n.next=e),this.tail=e,this.head||(this.head=e),this.length++}},i.prototype.push=function(){for(var e=0,n=arguments.length;n>e;e++)a(this,arguments[e]);return this.length},i.prototype.unshift=function(){for(var e=0,n=arguments.length;n>e;e++)r(this,arguments[e]);return this.length},i.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail.next=null,this.length--,e}},i.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head.prev=null,this.length--,e}},i.prototype.forEach=function(e,n){n=n||this;for(var t=this.head,i=0;null!==t;i++)e.call(n,t.value,i,this),t=t.next},i.prototype.forEachReverse=function(e,n){n=n||this;for(var t=this.tail,i=this.length-1;null!==t;i--)e.call(n,t.value,i,this),t=t.prev},i.prototype.get=function(e){for(var n=0,t=this.head;null!==t&&e>n;n++)t=t.next;return n===e&&null!==t?t.value:void 0},i.prototype.getReverse=function(e){for(var n=0,t=this.tail;null!==t&&e>n;n++)t=t.prev;return n===e&&null!==t?t.value:void 0},i.prototype.map=function(e,n){n=n||this;for(var t=new i,a=this.head;null!==a;)t.push(e.call(n,a.value,this)),a=a.next;return t},i.prototype.mapReverse=function(e,n){n=n||this;for(var t=new i,a=this.tail;null!==a;)t.push(e.call(n,a.value,this)),a=a.prev;return t},i.prototype.reduce=function(e,n){var t,i=this.head;if(arguments.length>1)t=n;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");i=this.head.next,t=this.head.value}for(var a=0;null!==i;a++)t=e(t,i.value,a),i=i.next;return t},i.prototype.reduceReverse=function(e,n){var t,i=this.tail;if(arguments.length>1)t=n;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");i=this.tail.prev,t=this.tail.value}for(var a=this.length-1;null!==i;a--)t=e(t,i.value,a),i=i.prev;return t},i.prototype.toArray=function(){for(var e=new Array(this.length),n=0,t=this.head;null!==t;n++)e[n]=t.value,t=t.next;return e},i.prototype.toArrayReverse=function(){for(var e=new Array(this.length),n=0,t=this.tail;null!==t;n++)e[n]=t.value,t=t.prev;return e},i.prototype.slice=function(e,n){n=n||this.length,0>n&&(n+=this.length),e=e||0,0>e&&(e+=this.length);var t=new i;if(e>n||0>n)return t;0>e&&(e=0),n>this.length&&(n=this.length);for(var a=0,r=this.head;null!==r&&e>a;a++)r=r.next;for(;null!==r&&n>a;a++,r=r.next)t.push(r.value);return t},i.prototype.sliceReverse=function(e,n){n=n||this.length,0>n&&(n+=this.length),e=e||0,0>e&&(e+=this.length);var t=new i;if(e>n||0>n)return t;0>e&&(e=0),n>this.length&&(n=this.length);for(var a=this.length,r=this.tail;null!==r&&a>n;a--)r=r.prev;for(;null!==r&&a>e;a--,r=r.prev)t.push(r.value);return t},i.prototype.reverse=function(){for(var e=this.head,n=this.tail,t=e;null!==t;t=t.prev){var i=t.prev;t.prev=t.next,t.next=i}return this.head=n,this.tail=e,this}},{}],464:[function(e,n,t){n.exports={name:"styledown",description:"Write maintainable CSS styleguides using Markdown.",version:"2.0.0-pre1",author:"Rico Sta. Cruz <rico@ricostacruz.com>",bugs:{url:"https://github.com/styledown/styledown/issues"},dependencies:{"any-promise":"1.1.0","babel-plugin-transform-react-jsx":"6.22.0","babel-preset-es2015":"6.6.0","babel-preset-stage-0":"6.5.0","babel-register":"6.22.0",classnames:"2.2.5","hogan.js":"3.0.2","js-yaml":"3.6.0",jstransformer:"1.0.0","jstransformer-ejs":"^0.0.3","jstransformer-pug":"0.2.3","lodash.kebabcase":"4.0.1","lru-cache":"4.0.2","markdown-it":"6.0.1","markdown-it-named-headings":"1.1.0",meow:"3.7.0",mkdirp:"0.5.1",mz:"2.4.0","object-loops":"0.8.0",preact:"7.2.0","preact-render-to-string":"3.5.0","read-input":"0.3.1",unidecode:"0.1.8"},devDependencies:{ava:"0.18.1",babelify:"7.3.0",brfs:"1.4.3",browserify:"13.0.0",cssnano:"3.10.0",dedent:"0.7.0",docpress:"0.6.11","git-update-ghpages":"1.3.0",jsdom:"9.10.0",nodemon:"1.11.0","npm-run-all":"4.0.1",postcss:"5.2.12","postcss-cli":"2.6.0","postcss-cssnext":"2.9.0",redent:"2.0.0",serve:"3.3.0","uglify-js":"2.6.2"},files:["lib","data","bin"],homepage:"https://github.com/styledown/styledown#readme",keywords:["css","markdown","styleguide"],license:"MIT",main:"index.js",repository:{type:"git",url:"git+ssh://git@github.com/styledown/styledown.git"},scripts:{"assets:build":"run-p assets:build:js assets:build:css","assets:build:css":"postcss -u postcss-cssnext -u cssnano assets/style.css -o cache/style.css","assets:build:js":"browserify -t babelify assets/script.js | uglifyjs -c warnings=false -m > cache/script.js","assets:watch":"run-p assets:watch:css assets:watch:js","assets:watch:css":\'nodemon -C --exec "run-s assets:build:css" --ext "css" --watch assets --quiet\',"assets:watch:js":\'nodemon -C --exec "run-s assets:build:js" --ext "js" --watch assets --quiet\',example:"run-s assets:build example:post","example:post":"run-p -l example:watch example:serve assets:watch","example:build":"cd examples/bootstrap && make","example:serve":"cd examples/bootstrap/html && serve","example:watch":\'cd examples/bootstrap && nodemon --exec make --ext "md" --watch . --watch ../../assets --quiet\',prepublish:"run-s assets:build",test:"ava"},babel:{presets:["es2015","stage-0"],plugins:[["transform-react-jsx",{pragma:"h"}]]},ava:{require:["babel-register"]}}},{}]},{},[1])(1)});
80
+ };var ee=function(e,n,t,i){this.token=e,this.isExpr=!!n,this.preserveSpace=!!t,this.override=i},ne={b_stat:new ee("{",!1),b_expr:new ee("{",!0),b_tmpl:new ee("${",!0),p_stat:new ee("(",!1),p_expr:new ee("(",!0),q_tmpl:new ee("`",!0,!0,function(e){return e.readTmplToken()}),f_expr:new ee("function",!0)},te=O.prototype;te.initialContext=function(){return[ne.b_stat]},te.braceIsBlock=function(e){if(e===Y.colon){var n=this.curContext();if(n===ne.b_stat||n===ne.b_expr)return!n.isExpr}return e===Y._return?B.test(this.input.slice(this.lastTokEnd,this.start)):e===Y._else||e===Y.semi||e===Y.eof||e===Y.parenR?!0:e==Y.braceL?this.curContext()===ne.b_stat:!this.exprAllowed},te.updateContext=function(e){var n,t=this.type;t.keyword&&e==Y.dot?this.exprAllowed=!1:(n=t.updateContext)?n.call(this,e):this.exprAllowed=t.beforeExpr},Y.parenR.updateContext=Y.braceR.updateContext=function(){if(1==this.context.length)return void(this.exprAllowed=!0);var e=this.context.pop();e===ne.b_stat&&this.curContext()===ne.f_expr?(this.context.pop(),this.exprAllowed=!1):e===ne.b_tmpl?this.exprAllowed=!0:this.exprAllowed=!e.isExpr},Y.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?ne.b_stat:ne.b_expr),this.exprAllowed=!0},Y.dollarBraceL.updateContext=function(){this.context.push(ne.b_tmpl),this.exprAllowed=!0},Y.parenL.updateContext=function(e){var n=e===Y._if||e===Y._for||e===Y._with||e===Y._while;this.context.push(n?ne.p_stat:ne.p_expr),this.exprAllowed=!0},Y.incDec.updateContext=function(){},Y._function.updateContext=function(e){e.beforeExpr&&e!==Y.semi&&e!==Y._else&&(e!==Y.colon&&e!==Y.braceL||this.curContext()!==ne.b_stat)&&this.context.push(ne.f_expr),this.exprAllowed=!1},Y.backQuote.updateContext=function(){this.curContext()===ne.q_tmpl?this.context.pop():this.context.push(ne.q_tmpl),this.exprAllowed=!1};var ie=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new J(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},ae=O.prototype,re="object"==typeof Packages&&"[object JavaPackage]"==Object.prototype.toString.call(Packages);ae.next=function(){this.options.onToken&&this.options.onToken(new ie(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},ae.getToken=function(){return this.next(),new ie(this)},"undefined"!=typeof Symbol&&(ae[Symbol.iterator]=function(){var e=this;return{next:function(){var n=e.getToken();return{done:n.type===Y.eof,value:n}}}}),ae.setStrict=function(e){var n=this;if(this.strict=e,this.type===Y.num||this.type===Y.string){if(this.pos=this.start,this.options.locations)for(;this.pos<this.lineStart;)n.lineStart=n.input.lastIndexOf("\n",n.lineStart-2)+1,--n.curLine;this.nextToken()}},ae.curContext=function(){return this.context[this.context.length-1]},ae.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(Y.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},ae.readToken=function(e){return t(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},ae.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(55295>=e||e>=57344)return e;var n=this.input.charCodeAt(this.pos+1);return(e<<10)+n-56613888},ae.skipBlockComment=function(){var e=this,n=this.options.onComment&&this.curPosition(),t=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations){F.lastIndex=t;for(var a;(a=F.exec(this.input))&&a.index<this.pos;)++e.curLine,e.lineStart=a.index+a[0].length}this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,n,this.curPosition())},ae.skipLineComment=function(e){for(var n=this,t=this.pos,i=this.options.onComment&&this.curPosition(),a=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&10!==a&&13!==a&&8232!==a&&8233!==a;)++n.pos,a=n.input.charCodeAt(n.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},ae.skipSpace=function(){var e=this;e:for(;this.pos<this.input.length;){var n=e.input.charCodeAt(e.pos);switch(n){case 32:case 160:++e.pos;break;case 13:10===e.input.charCodeAt(e.pos+1)&&++e.pos;case 10:case 8232:case 8233:++e.pos,e.options.locations&&(++e.curLine,e.lineStart=e.pos);break;case 47:switch(e.input.charCodeAt(e.pos+1)){case 42:e.skipBlockComment();break;case 47:e.skipLineComment(2);break;default:break e}break;default:if(!(n>8&&14>n||n>=5760&&M.test(String.fromCharCode(n))))break e;++e.pos}}},ae.finishToken=function(e,n){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var t=this.type;this.type=e,this.value=n,this.updateContext(t)},ae.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&57>=e)return this.readNumber(!0);var n=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===n?(this.pos+=3,this.finishToken(Y.ellipsis)):(++this.pos,this.finishToken(Y.dot))},ae.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(Y.assign,2):this.finishOp(Y.slash,1)},ae.readToken_mult_modulo_exp=function(e){var n=this.input.charCodeAt(this.pos+1),t=1,i=42===e?Y.star:Y.modulo;return this.options.ecmaVersion>=7&&42===n&&(++t,i=Y.starstar,n=this.input.charCodeAt(this.pos+2)),61===n?this.finishOp(Y.assign,t+1):this.finishOp(i,t)},ae.readToken_pipe_amp=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?this.finishOp(124===e?Y.logicalOR:Y.logicalAND,2):61===n?this.finishOp(Y.assign,2):this.finishOp(124===e?Y.bitwiseOR:Y.bitwiseAND,1)},ae.readToken_caret=function(){var e=this.input.charCodeAt(this.pos+1);return 61===e?this.finishOp(Y.assign,2):this.finishOp(Y.bitwiseXOR,1)},ae.readToken_plus_min=function(e){var n=this.input.charCodeAt(this.pos+1);return n===e?45==n&&62==this.input.charCodeAt(this.pos+2)&&B.test(this.input.slice(this.lastTokEnd,this.pos))?(this.skipLineComment(3),this.skipSpace(),this.nextToken()):this.finishOp(Y.incDec,2):61===n?this.finishOp(Y.assign,2):this.finishOp(Y.plusMin,1)},ae.readToken_lt_gt=function(e){var n=this.input.charCodeAt(this.pos+1),t=1;return n===e?(t=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+t)?this.finishOp(Y.assign,t+1):this.finishOp(Y.bitShift,t)):33==n&&60==e&&45==this.input.charCodeAt(this.pos+2)&&45==this.input.charCodeAt(this.pos+3)?(this.inModule&&this.unexpected(),this.skipLineComment(4),this.skipSpace(),this.nextToken()):(61===n&&(t=2),this.finishOp(Y.relational,t))},ae.readToken_eq_excl=function(e){var n=this.input.charCodeAt(this.pos+1);return 61===n?this.finishOp(Y.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===n&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(Y.arrow)):this.finishOp(61===e?Y.eq:Y.prefix,1)},ae.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(Y.parenL);case 41:return++this.pos,this.finishToken(Y.parenR);case 59:return++this.pos,this.finishToken(Y.semi);case 44:return++this.pos,this.finishToken(Y.comma);case 91:return++this.pos,this.finishToken(Y.bracketL);case 93:return++this.pos,this.finishToken(Y.bracketR);case 123:return++this.pos,this.finishToken(Y.braceL);case 125:return++this.pos,this.finishToken(Y.braceR);case 58:return++this.pos,this.finishToken(Y.colon);case 63:return++this.pos,this.finishToken(Y.question);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(Y.backQuote);case 48:var n=this.input.charCodeAt(this.pos+1);if(120===n||88===n)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===n||79===n)return this.readRadixNumber(8);if(98===n||66===n)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 126:return this.finishOp(Y.prefix,1)}this.raise(this.pos,"Unexpected character \'"+d(e)+"\'")},ae.finishOp=function(e,n){var t=this.input.slice(this.pos,this.pos+n);return this.pos+=n,this.finishToken(e,t)};var oe=!!f("￿","u");ae.readRegexp=function(){for(var e,n,t=this,i=this.pos;;){t.pos>=t.input.length&&t.raise(i,"Unterminated regular expression");var a=t.input.charAt(t.pos);if(B.test(a)&&t.raise(i,"Unterminated regular expression"),e)e=!1;else{if("["===a)n=!0;else if("]"===a&&n)n=!1;else if("/"===a&&!n)break;e="\\"===a}++t.pos}var r=this.input.slice(i,this.pos);++this.pos;var o=this.readWord1(),s=r,u="";if(o){var l=/^[gim]*$/;this.options.ecmaVersion>=6&&(l=/^[gimuy]*$/),l.test(o)||this.raise(i,"Invalid regular expression flag"),o.indexOf("u")>=0&&(oe?u="u":(s=s.replace(/\\u\{([0-9a-fA-F]+)\}/g,function(e,n,a){return n=Number("0x"+n),n>1114111&&t.raise(i+a+3,"Code point out of bounds"),"x"}),s=s.replace(/\\u([a-fA-F0-9]{4})|[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"x"),u=u.replace("u","")))}var h=null;return re||(f(s,u,i,this),h=f(r,o)),this.finishToken(Y.regexp,{pattern:r,flags:o,value:h})},ae.readInt=function(e,n){for(var t=this,i=this.pos,a=0,r=0,o=null==n?1/0:n;o>r;++r){var s,u=t.input.charCodeAt(t.pos);if(s=u>=97?u-97+10:u>=65?u-65+10:u>=48&&57>=u?u-48:1/0,s>=e)break;++t.pos,a=a*e+s}return this.pos===i||null!=n&&this.pos-i!==n?null:a},ae.readRadixNumber=function(e){this.pos+=2;var n=this.readInt(e);return null==n&&this.raise(this.start+2,"Expected number in radix "+e),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(Y.num,n)},ae.readNumber=function(e){var n=this.pos,i=!1,a=48===this.input.charCodeAt(this.pos);e||null!==this.readInt(10)||this.raise(n,"Invalid number");var r=this.input.charCodeAt(this.pos);46===r&&(++this.pos,this.readInt(10),i=!0,r=this.input.charCodeAt(this.pos)),69!==r&&101!==r||(r=this.input.charCodeAt(++this.pos),43!==r&&45!==r||++this.pos,null===this.readInt(10)&&this.raise(n,"Invalid number"),i=!0),t(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var o,s=this.input.slice(n,this.pos);return i?o=parseFloat(s):a&&1!==s.length?/[89]/.test(s)||this.strict?this.raise(n,"Invalid number"):o=parseInt(s,8):o=parseInt(s,10),this.finishToken(Y.num,o)},ae.readCodePoint=function(){var e,n=this.input.charCodeAt(this.pos);if(123===n){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.raise(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},ae.readString=function(e){for(var n=this,t="",i=++this.pos;;){n.pos>=n.input.length&&n.raise(n.start,"Unterminated string constant");var a=n.input.charCodeAt(n.pos);if(a===e)break;92===a?(t+=n.input.slice(i,n.pos),t+=n.readEscapedChar(!1),i=n.pos):(o(a)&&n.raise(n.start,"Unterminated string constant"),++n.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(Y.string,t)},ae.readTmplToken=function(){for(var e=this,n="",t=this.pos;;){e.pos>=e.input.length&&e.raise(e.start,"Unterminated template");var i=e.input.charCodeAt(e.pos);if(96===i||36===i&&123===e.input.charCodeAt(e.pos+1))return e.pos===e.start&&e.type===Y.template?36===i?(e.pos+=2,e.finishToken(Y.dollarBraceL)):(++e.pos,e.finishToken(Y.backQuote)):(n+=e.input.slice(t,e.pos),e.finishToken(Y.template,n));if(92===i)n+=e.input.slice(t,e.pos),n+=e.readEscapedChar(!0),t=e.pos;else if(o(i)){switch(n+=e.input.slice(t,e.pos),++e.pos,i){case 13:10===e.input.charCodeAt(e.pos)&&++e.pos;case 10:n+="\n";break;default:n+=String.fromCharCode(i)}e.options.locations&&(++e.curLine,e.lineStart=e.pos),t=e.pos}else++e.pos}},ae.readEscapedChar=function(e){var n=this.input.charCodeAt(++this.pos);switch(++this.pos,n){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return d(this.readCodePoint());case 116:return" ";case 98:return"\b";case 118:return"\x0B";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";default:if(n>=48&&55>=n){var t=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(t,8);return i>255&&(t=t.slice(0,-1),i=parseInt(t,8)),"0"!==t&&(this.strict||e)&&this.raise(this.pos-2,"Octal literal in strict mode"),this.pos+=t.length-1,String.fromCharCode(i)}return String.fromCharCode(n)}},ae.readHexChar=function(e){var n=this.pos,t=this.readInt(16,e);return null===t&&this.raise(n,"Bad character escape sequence"),t},ae.readWord1=function(){var e=this;this.containsEsc=!1;for(var n="",a=!0,r=this.pos,o=this.options.ecmaVersion>=6;this.pos<this.input.length;){var s=e.fullCharCodeAtPos();if(i(s,o))e.pos+=65535>=s?1:2;else{if(92!==s)break;e.containsEsc=!0,n+=e.input.slice(r,e.pos);var u=e.pos;117!=e.input.charCodeAt(++e.pos)&&e.raise(e.pos,"Expecting Unicode escape sequence \\uXXXX"),++e.pos;var l=e.readCodePoint();(a?t:i)(l,o)||e.raise(u,"Invalid Unicode escape"),n+=d(l),r=e.pos}a=!1}return n+this.input.slice(r,this.pos)},ae.readWord=function(){var e=this.readWord1(),n=Y.name;return(this.options.ecmaVersion>=6||!this.containsEsc)&&this.keywords.test(e)&&(n=D[e]),this.finishToken(n,e)};var se="3.3.0";e.version=se,e.parse=y,e.parseExpressionAt=m,e.tokenizer=b,e.Parser=O,e.plugins=R,e.defaultOptions=P,e.Position=N,e.SourceLocation=J,e.getLineInfo=l,e.Node=U,e.TokenType=A,e.tokTypes=Y,e.TokContext=ee,e.tokContexts=ne,e.isIdentifierChar=i,e.isIdentifierStart=t,e.Token=ie,e.isNewLine=o,e.lineBreak=B,e.lineBreakG=F,Object.defineProperty(e,"__esModule",{value:!0})})},{}],461:[function(e,n,t){!function(e,i){"object"==typeof t&&"undefined"!=typeof n?i(t):"function"==typeof define&&define.amd?define(["exports"],i):i((e.acorn=e.acorn||{},e.acorn.walk=e.acorn.walk||{}))}(this,function(e){"use strict";function n(n,t,i,a,r){i||(i=e.base),function o(e,n,a){var r=a||e.type,s=t[r];i[r](e,n,o),s&&s(e,n)}(n,a,r)}function t(n,t,i,a){i||(i=e.base);var r=[];!function o(e,n,a){var s=a||e.type,u=t[s],l=e!=r[r.length-1];l&&r.push(e),i[s](e,n,o),u&&u(e,n||r,r),l&&r.pop()}(n,a)}function i(n,t,i,a,r){var o=i?e.make(i,a):a;!function s(e,n,t){o[t||e.type](e,n,s)}(n,t,r)}function a(e){return"string"==typeof e?function(n){return n==e}:e?e:function(){return!0}}function r(n,t,i,r,o,s){r=a(r),o||(o=e.base);try{!function l(e,n,a){var s=a||e.type;if((null==t||e.start<=t)&&(null==i||e.end>=i)&&o[s](e,n,l),(null==t||e.start==t)&&(null==i||e.end==i)&&r(s,e))throw new p(e,n)}(n,s)}catch(u){if(u instanceof p)return u;throw u}}function o(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){var o=a||e.type;if(!(e.start>t||e.end<t)&&(r[o](e,n,u),i(o,e)))throw new p(e,n)}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function s(n,t,i,r,o){i=a(i),r||(r=e.base);try{!function u(e,n,a){if(!(e.end<t)){var o=a||e.type;if(e.start>=t&&i(o,e))throw new p(e,n);r[o](e,n,u)}}(n,o)}catch(s){if(s instanceof p)return s;throw s}}function u(n,t,i,r,o){i=a(i),r||(r=e.base);var s;return function u(e,n,a){if(!(e.start>t)){var o=a||e.type;e.end<=t&&(!s||s.node.end<e.end)&&i(o,e)&&(s=new p(e,n)),r[o](e,n,u)}}(n,o),s}function l(n,t){t||(t=e.base);var i=g(t);for(var a in n)i[a]=n[a];return i}function h(e,n,t){t(e,n)}function c(e,n,t){}var p=function(e,n){this.node=e,this.state=n},g=Object.create||function(e){function n(){}return n.prototype=e,new n},f={};f.Program=f.BlockStatement=function(e,n,t){for(var i=0;i<e.body.length;++i)t(e.body[i],n,"Statement")},f.Statement=h,f.EmptyStatement=c,f.ExpressionStatement=f.ParenthesizedExpression=function(e,n,t){return t(e.expression,n,"Expression")},f.IfStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Statement"),e.alternate&&t(e.alternate,n,"Statement")},f.LabeledStatement=function(e,n,t){return t(e.body,n,"Statement")},f.BreakStatement=f.ContinueStatement=c,f.WithStatement=function(e,n,t){t(e.object,n,"Expression"),t(e.body,n,"Statement")},f.SwitchStatement=function(e,n,t){t(e.discriminant,n,"Expression");for(var i=0;i<e.cases.length;++i){var a=e.cases[i];a.test&&t(a.test,n,"Expression");for(var r=0;r<a.consequent.length;++r)t(a.consequent[r],n,"Statement")}},f.ReturnStatement=f.YieldExpression=function(e,n,t){e.argument&&t(e.argument,n,"Expression")},f.ThrowStatement=f.SpreadElement=function(e,n,t){return t(e.argument,n,"Expression")},f.TryStatement=function(e,n,t){t(e.block,n,"Statement"),e.handler&&t(e.handler,n),e.finalizer&&t(e.finalizer,n,"Statement")},f.CatchClause=function(e,n,t){t(e.param,n,"Pattern"),t(e.body,n,"ScopeBody")},f.WhileStatement=f.DoWhileStatement=function(e,n,t){t(e.test,n,"Expression"),t(e.body,n,"Statement")},f.ForStatement=function(e,n,t){e.init&&t(e.init,n,"ForInit"),e.test&&t(e.test,n,"Expression"),e.update&&t(e.update,n,"Expression"),t(e.body,n,"Statement")},f.ForInStatement=f.ForOfStatement=function(e,n,t){t(e.left,n,"ForInit"),t(e.right,n,"Expression"),t(e.body,n,"Statement")},f.ForInit=function(e,n,t){"VariableDeclaration"==e.type?t(e,n):t(e,n,"Expression")},f.DebuggerStatement=c,f.FunctionDeclaration=function(e,n,t){return t(e,n,"Function")},f.VariableDeclaration=function(e,n,t){for(var i=0;i<e.declarations.length;++i)t(e.declarations[i],n)},f.VariableDeclarator=function(e,n,t){t(e.id,n,"Pattern"),e.init&&t(e.init,n,"Expression")},f.Function=function(e,n,t){e.id&&t(e.id,n,"Pattern");for(var i=0;i<e.params.length;i++)t(e.params[i],n,"Pattern");t(e.body,n,e.expression?"ScopeExpression":"ScopeBody")},f.ScopeBody=function(e,n,t){return t(e,n,"Statement")},f.ScopeExpression=function(e,n,t){return t(e,n,"Expression")},f.Pattern=function(e,n,t){"Identifier"==e.type?t(e,n,"VariablePattern"):"MemberExpression"==e.type?t(e,n,"MemberPattern"):t(e,n)},f.VariablePattern=c,f.MemberPattern=h,f.RestElement=function(e,n,t){return t(e.argument,n,"Pattern")},f.ArrayPattern=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Pattern")}},f.ObjectPattern=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i].value,n,"Pattern")},f.Expression=h,f.ThisExpression=f.Super=f.MetaProperty=c,f.ArrayExpression=function(e,n,t){for(var i=0;i<e.elements.length;++i){var a=e.elements[i];a&&t(a,n,"Expression")}},f.ObjectExpression=function(e,n,t){for(var i=0;i<e.properties.length;++i)t(e.properties[i],n)},f.FunctionExpression=f.ArrowFunctionExpression=f.FunctionDeclaration,f.SequenceExpression=f.TemplateLiteral=function(e,n,t){for(var i=0;i<e.expressions.length;++i)t(e.expressions[i],n,"Expression")},f.UnaryExpression=f.UpdateExpression=function(e,n,t){t(e.argument,n,"Expression")},f.BinaryExpression=f.LogicalExpression=function(e,n,t){t(e.left,n,"Expression"),t(e.right,n,"Expression")},f.AssignmentExpression=f.AssignmentPattern=function(e,n,t){t(e.left,n,"Pattern"),t(e.right,n,"Expression")},f.ConditionalExpression=function(e,n,t){t(e.test,n,"Expression"),t(e.consequent,n,"Expression"),t(e.alternate,n,"Expression")},f.NewExpression=f.CallExpression=function(e,n,t){if(t(e.callee,n,"Expression"),e.arguments)for(var i=0;i<e.arguments.length;++i)t(e.arguments[i],n,"Expression")},f.MemberExpression=function(e,n,t){t(e.object,n,"Expression"),e.computed&&t(e.property,n,"Expression")},f.ExportNamedDeclaration=f.ExportDefaultDeclaration=function(e,n,t){e.declaration&&t(e.declaration,n,"ExportNamedDeclaration"==e.type||e.declaration.id?"Statement":"Expression"),e.source&&t(e.source,n,"Expression")},f.ExportAllDeclaration=function(e,n,t){t(e.source,n,"Expression")},f.ImportDeclaration=function(e,n,t){for(var i=0;i<e.specifiers.length;i++)t(e.specifiers[i],n);t(e.source,n,"Expression")},f.ImportSpecifier=f.ImportDefaultSpecifier=f.ImportNamespaceSpecifier=f.Identifier=f.Literal=c,f.TaggedTemplateExpression=function(e,n,t){t(e.tag,n,"Expression"),t(e.quasi,n)},f.ClassDeclaration=f.ClassExpression=function(e,n,t){return t(e,n,"Class")},f.Class=function(e,n,t){e.id&&t(e.id,n,"Pattern"),e.superClass&&t(e.superClass,n,"Expression");for(var i=0;i<e.body.body.length;i++)t(e.body.body[i],n)},f.MethodDefinition=f.Property=function(e,n,t){e.computed&&t(e.key,n,"Expression"),t(e.value,n,"Expression")},e.simple=n,e.ancestor=t,e.recursive=i,e.findNodeAt=r,e.findNodeAround=o,e.findNodeAfter=s,e.findNodeBefore=u,e.make=l,e.base=f,Object.defineProperty(e,"__esModule",{value:!0})})},{}],462:[function(e,n,t){function i(){for(var e={},n=0;n<arguments.length;n++){var t=arguments[n];for(var i in t)a.call(t,i)&&(e[i]=t[i])}return e}n.exports=i;var a=Object.prototype.hasOwnProperty},{}],463:[function(e,n,t){function i(e){var n=this;if(n instanceof i||(n=new i),n.tail=null,n.head=null,n.length=0,e&&"function"==typeof e.forEach)e.forEach(function(e){n.push(e)});else if(arguments.length>0)for(var t=0,a=arguments.length;a>t;t++)n.push(arguments[t]);return n}function a(e,n){e.tail=new o(n,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function r(e,n){e.head=new o(n,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function o(e,n,t,i){return this instanceof o?(this.list=i,this.value=e,n?(n.next=this,this.prev=n):this.prev=null,void(t?(t.prev=this,this.next=t):this.next=null)):new o(e,n,t,i)}n.exports=i,i.Node=o,i.create=i,i.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var n=e.next,t=e.prev;n&&(n.prev=t),t&&(t.next=n),e===this.head&&(this.head=n),e===this.tail&&(this.tail=t),e.list.length--,e.next=null,e.prev=null,e.list=null},i.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var n=this.head;e.list=this,e.next=n,n&&(n.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},i.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var n=this.tail;e.list=this,e.prev=n,n&&(n.next=e),this.tail=e,this.head||(this.head=e),this.length++}},i.prototype.push=function(){for(var e=0,n=arguments.length;n>e;e++)a(this,arguments[e]);return this.length},i.prototype.unshift=function(){for(var e=0,n=arguments.length;n>e;e++)r(this,arguments[e]);return this.length},i.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail.next=null,this.length--,e}},i.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head.prev=null,this.length--,e}},i.prototype.forEach=function(e,n){n=n||this;for(var t=this.head,i=0;null!==t;i++)e.call(n,t.value,i,this),t=t.next},i.prototype.forEachReverse=function(e,n){n=n||this;for(var t=this.tail,i=this.length-1;null!==t;i--)e.call(n,t.value,i,this),t=t.prev},i.prototype.get=function(e){for(var n=0,t=this.head;null!==t&&e>n;n++)t=t.next;return n===e&&null!==t?t.value:void 0},i.prototype.getReverse=function(e){for(var n=0,t=this.tail;null!==t&&e>n;n++)t=t.prev;return n===e&&null!==t?t.value:void 0},i.prototype.map=function(e,n){n=n||this;for(var t=new i,a=this.head;null!==a;)t.push(e.call(n,a.value,this)),a=a.next;return t},i.prototype.mapReverse=function(e,n){n=n||this;for(var t=new i,a=this.tail;null!==a;)t.push(e.call(n,a.value,this)),a=a.prev;return t},i.prototype.reduce=function(e,n){var t,i=this.head;if(arguments.length>1)t=n;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");i=this.head.next,t=this.head.value}for(var a=0;null!==i;a++)t=e(t,i.value,a),i=i.next;return t},i.prototype.reduceReverse=function(e,n){var t,i=this.tail;if(arguments.length>1)t=n;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");i=this.tail.prev,t=this.tail.value}for(var a=this.length-1;null!==i;a--)t=e(t,i.value,a),i=i.prev;return t},i.prototype.toArray=function(){for(var e=new Array(this.length),n=0,t=this.head;null!==t;n++)e[n]=t.value,t=t.next;return e},i.prototype.toArrayReverse=function(){for(var e=new Array(this.length),n=0,t=this.tail;null!==t;n++)e[n]=t.value,t=t.prev;return e},i.prototype.slice=function(e,n){n=n||this.length,0>n&&(n+=this.length),e=e||0,0>e&&(e+=this.length);var t=new i;if(e>n||0>n)return t;0>e&&(e=0),n>this.length&&(n=this.length);for(var a=0,r=this.head;null!==r&&e>a;a++)r=r.next;for(;null!==r&&n>a;a++,r=r.next)t.push(r.value);return t},i.prototype.sliceReverse=function(e,n){n=n||this.length,0>n&&(n+=this.length),e=e||0,0>e&&(e+=this.length);var t=new i;if(e>n||0>n)return t;0>e&&(e=0),n>this.length&&(n=this.length);for(var a=this.length,r=this.tail;null!==r&&a>n;a--)r=r.prev;for(;null!==r&&a>e;a--,r=r.prev)t.push(r.value);return t},i.prototype.reverse=function(){for(var e=this.head,n=this.tail,t=e;null!==t;t=t.prev){var i=t.prev;t.prev=t.next,t.next=i}return this.head=n,this.tail=e,this}},{}],464:[function(e,n,t){n.exports={name:"styledown2",description:"Write maintainable CSS styleguides using Markdown.",version:"2.0.0-pre2",author:"Rico Sta. Cruz <rico@ricostacruz.com>",bugs:{url:"https://github.com/styledown/styledown/issues"},dependencies:{"any-promise":"1.1.0",classnames:"2.2.5","hogan.js":"3.0.2","js-yaml":"3.6.0",jstransformer:"1.0.0","jstransformer-ejs":"^0.0.3","jstransformer-pug":"0.2.3","lodash.kebabcase":"4.0.1","lru-cache":"4.0.2","markdown-it":"6.0.1","markdown-it-named-headings":"1.1.0",meow:"3.7.0",mkdirp:"0.5.1",mz:"2.4.0","object-loops":"0.8.0",unidecode:"0.1.8"},devDependencies:{ava:"0.18.1","babel-preset-es2015":"6.6.0","babel-preset-stage-0":"6.5.0",babelify:"7.3.0",brfs:"1.4.3",browserify:"13.0.0",cssnano:"3.10.0",dedent:"0.7.0",docpress:"0.6.11","git-update-ghpages":"1.3.0",jsdom:"9.10.0",nodemon:"1.11.0","npm-run-all":"4.0.1",postcss:"5.2.12","postcss-cli":"2.6.0","postcss-cssnext":"2.9.0",redent:"2.0.0",serve:"3.3.0","uglify-js":"2.6.2"},files:["assets","bin","cache","lib"],homepage:"https://github.com/styledown/styledown2#readme",keywords:["css","markdown","styleguide"],license:"MIT",main:"index.js",repository:{type:"git",url:"git+ssh://git@github.com/styledown/styledown2.git"},scripts:{"assets:build":"run-p assets:build:js assets:build:css","assets:build:css":"postcss -u postcss-cssnext -u cssnano assets/style.css -o cache/style.css","assets:build:js":"browserify -t babelify assets/script.js | uglifyjs -c warnings=false -m > cache/script.js","assets:watch":"run-p assets:watch:css assets:watch:js","assets:watch:css":\'nodemon -C --exec "run-s assets:build:css" --ext "css" --watch assets --quiet\',"assets:watch:js":\'nodemon -C --exec "run-s assets:build:js" --ext "js" --watch assets --quiet\',"dev:mkdir":"mkdirp examples/bootstrap/html cache dist",example:"run-s dev:mkdir assets:build example:post","example:post":"run-p -l example:watch example:serve assets:watch","example:build":"cd examples/bootstrap && make","example:serve":"cd examples/bootstrap/html && serve","example:watch":\'cd examples/bootstrap && nodemon --exec make --ext "md" --watch . --watch ../../assets --quiet\',prepublish:"run-s assets:build",test:"ava"},babel:{presets:["es2015","stage-0"]},engines:{node:">= 6"}}},{}]},{},[1])(1)});