separate source display from uncaughtException

If you have your own uncaughtException handler, you might still like the
pretty source display from handleUncaughtExceptions: true; therefore
expose it as exports.getErrorSource(err)
This commit is contained in:
David Bushong 2013-12-22 14:28:04 -08:00
parent e7b02406fd
commit eea7eac6bc
3 changed files with 157 additions and 134 deletions

View File

@ -2,118 +2,118 @@
* Support for source maps in V8 stack traces
* https://github.com/evanw/node-source-map-support
*/
(this.define||function(M,N){this.sourceMapSupport=N()})("browser-source-map-support",function(M){(function m(x,h,w){function B(b,k){if(!h[b]){if(!x[b]){var g="function"==typeof require&&require;if(!k&&g)return g(b,!0);if(D)return D(b,!0);throw Error("Cannot find module '"+b+"'");}g=h[b]={exports:{}};x[b][0].call(g.exports,function(f){var a=x[b][1][f];return B(a?a:f)},g,g.exports,m,x,h,w)}return h[b].exports}for(var D="function"==typeof require&&require,q=0;q<w.length;q++)B(w[q]);return B})({1:[function(m,
x,h){M=m("./source-map-support")},{"./source-map-support":18}],2:[function(m,x,h){function w(a){return"[object Array]"===g.call(a)}function B(a,e){var b;if(null===a)b={__proto__:null};else{if("object"!==typeof a)throw new TypeError("typeof prototype["+typeof a+"] != 'object'");b=function(){};b.prototype=a;b=new b;b.__proto__=a}"undefined"!==typeof e&&Object.defineProperties&&Object.defineProperties(b,e);return b}function D(a){return"object"!=typeof a&&"function"!=typeof a||null===a}function q(a){if(D(a))throw new TypeError("Object.keys called on a non-object");
var b=[],e;for(e in a)f.call(a,e)&&b.push(e);return b}function b(a){if(D(a))throw new TypeError("Object.getOwnPropertyNames called on a non-object");var b=q(a);h.isArray(a)&&-1===h.indexOf(a,"length")&&b.push("length");return b}function k(a,b){return{value:a[b]}}var g=Object.prototype.toString,f=Object.prototype.hasOwnProperty;h.isArray="function"===typeof Array.isArray?Array.isArray:w;h.indexOf=function(a,b){if(a.indexOf)return a.indexOf(b);for(var e=0;e<a.length;e++)if(b===a[e])return e;return-1};
h.filter=function(a,b){if(a.filter)return a.filter(b);for(var e=[],f=0;f<a.length;f++)b(a[f],f,a)&&e.push(a[f]);return e};h.forEach=function(a,b,e){if(a.forEach)return a.forEach(b,e);for(var f=0;f<a.length;f++)b.call(e,a[f],f,a)};h.map=function(a,b){if(a.map)return a.map(b);for(var e=Array(a.length),f=0;f<a.length;f++)e[f]=b(a[f],f,a);return e};h.reduce=function(a,b,e){if(a.reduce)return a.reduce(b,e);var f,t=!1;2<arguments.length&&(f=e,t=!0);for(var d=0,c=a.length;c>d;++d)a.hasOwnProperty(d)&&(t?
f=b(f,a[d],d,a):(f=a[d],t=!0));return f};"b"!=="ab".substr(-1)?h.substr=function(a,b,e){0>b&&(b=a.length+b);return a.substr(b,e)}:h.substr=function(a,b,e){return a.substr(b,e)};h.trim=function(a){return a.trim?a.trim():a.replace(/^\s+|\s+$/g,"")};h.bind=function(){var a=Array.prototype.slice.call(arguments),b=a.shift();if(b.bind)return b.bind.apply(b,a);var e=a.shift();return function(){b.apply(e,a.concat([Array.prototype.slice.call(arguments)]))}};h.create="function"===typeof Object.create?Object.create:
B;var a="function"===typeof Object.keys?Object.keys:q,e="function"===typeof Object.getOwnPropertyNames?Object.getOwnPropertyNames:b;if(Error().hasOwnProperty("description")){var p=function(a,b){"[object Error]"===g.call(a)&&(b=h.filter(b,function(a){return"description"!==a&&"number"!==a&&"message"!==a}));return b};h.keys=function(b){return p(b,a(b))};h.getOwnPropertyNames=function(a){return p(a,e(a))}}else h.keys=a,h.getOwnPropertyNames=e;if("function"===typeof Object.getOwnPropertyDescriptor)try{Object.getOwnPropertyDescriptor({a:1},
"a"),h.getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor}catch(n){h.getOwnPropertyDescriptor=function(a,b){try{return Object.getOwnPropertyDescriptor(a,b)}catch(e){return k(a,b)}}}else h.getOwnPropertyDescriptor=k},{}],3:[function(m,x,h){},{}],4:[function(m,x,h){function w(b,g){for(var f=0,a=b.length-1;0<=a;a--){var e=b[a];"."===e?b.splice(a,1):".."===e?(b.splice(a,1),f++):f&&(b.splice(a,1),f--)}if(g)for(;f--;f)b.unshift("..");return b}var B=m("__browserify_process"),D=m("util"),q=m("_shims"),
b=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;h.resolve=function(){for(var b="",g=!1,f=arguments.length-1;-1<=f&&!g;f--){var a=0<=f?arguments[f]:B.cwd();if(!D.isString(a))throw new TypeError("Arguments to path.resolve must be strings");a&&(b=a+"/"+b,g="/"===a.charAt(0))}b=w(q.filter(b.split("/"),function(a){return!!a}),!g).join("/");return(g?"/":"")+b||"."};h.normalize=function(b){var g=h.isAbsolute(b),f="/"===q.substr(b,-1);(b=w(q.filter(b.split("/"),function(a){return!!a}),!g).join("/"))||
g||(b=".");b&&f&&(b+="/");return(g?"/":"")+b};h.isAbsolute=function(b){return"/"===b.charAt(0)};h.join=function(){var b=Array.prototype.slice.call(arguments,0);return h.normalize(q.filter(b,function(b,f){if(!D.isString(b))throw new TypeError("Arguments to path.join must be strings");return b}).join("/"))};h.relative=function(b,g){function f(a){for(var b=0;b<a.length&&""===a[b];b++);for(var e=a.length-1;0<=e&&""===a[e];e--);return b>e?[]:a.slice(b,e-b+1)}b=h.resolve(b).substr(1);g=h.resolve(g).substr(1);
for(var a=f(b.split("/")),e=f(g.split("/")),p=Math.min(a.length,e.length),n=p,v=0;v<p;v++)if(a[v]!==e[v]){n=v;break}p=[];for(v=n;v<a.length;v++)p.push("..");p=p.concat(e.slice(n));return p.join("/")};h.sep="/";h.delimiter=":";h.dirname=function(k){var g=b.exec(k).slice(1);k=g[0];g=g[1];if(!k&&!g)return".";g&&(g=g.substr(0,g.length-1));return k+g};h.basename=function(k,g){var f=b.exec(k).slice(1)[2];g&&f.substr(-1*g.length)===g&&(f=f.substr(0,f.length-g.length));return f};h.extname=function(k){return b.exec(k).slice(1)[3]}},
{__browserify_process:7,_shims:2,util:5}],5:[function(m,x,h){function w(c,a){var d={seen:[],stylize:D};3<=arguments.length&&(d.depth=arguments[2]);4<=arguments.length&&(d.colors=arguments[3]);p(a)?d.showHidden=a:a&&h._extend(d,a);s(d.showHidden)&&(d.showHidden=!1);s(d.depth)&&(d.depth=2);s(d.colors)&&(d.colors=!1);s(d.customInspect)&&(d.customInspect=!0);d.colors&&(d.stylize=B);return b(d,c,d.depth)}function B(c,a){var d=w.styles[a];return d?"\u001b["+w.colors[d][0]+"m"+c+"\u001b["+w.colors[d][1]+
"m":c}function D(c,a){return c}function q(c){var a={};F.forEach(c,function(c,z){a[c]=!0});return a}function b(u,n,p){if(u.customInspect&&n&&c(n.inspect)&&n.inspect!==h.inspect&&(!n.constructor||n.constructor.prototype!==n)){var z=n.inspect(p);v(z)||(z=b(u,z,p));return z}if(z=k(u,n))return z;var l=F.keys(n),C=q(l);u.showHidden&&(l=F.getOwnPropertyNames(n));if(0===l.length){if(c(n))return u.stylize("[Function"+(n.name?": "+n.name:"")+"]","special");if(A(n))return u.stylize(RegExp.prototype.toString.call(n),
"regexp");if(t(n))return u.stylize(Date.prototype.toString.call(n),"date");if(d(n))return"["+Error.prototype.toString.call(n)+"]"}var z="",K=!1,L=["{","}"];e(n)&&(K=!0,L=["[","]"]);c(n)&&(z=" [Function"+(n.name?": "+n.name:"")+"]");A(n)&&(z=" "+RegExp.prototype.toString.call(n));t(n)&&(z=" "+Date.prototype.toUTCString.call(n));d(n)&&(z=" "+("["+Error.prototype.toString.call(n)+"]"));if(0===l.length&&(!K||0==n.length))return L[0]+z+L[1];if(0>p)return A(n)?u.stylize(RegExp.prototype.toString.call(n),
"regexp"):u.stylize("[Object]","special");u.seen.push(n);l=K?g(u,n,p,C,l):l.map(function(l){return f(u,n,p,C,l,K)});u.seen.pop();return a(l,z,L)}function k(c,a){if(s(a))return c.stylize("undefined","undefined");if(v(a)){var d="'"+JSON.stringify(a).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return c.stylize(d,"string")}if(n(a))return c.stylize(""+a,"number");if(p(a))return c.stylize(""+a,"boolean");if(null===a)return c.stylize("null","null")}function g(c,a,d,z,l){for(var C=[],
b=0,e=a.length;b<e;++b)Object.prototype.hasOwnProperty.call(a,String(b))?C.push(f(c,a,d,z,String(b),!0)):C.push("");F.forEach(l,function(l){l.match(/^\d+$/)||C.push(f(c,a,d,z,l,!0))});return C}function f(a,c,d,z,l,C){var e,f;c=F.getOwnPropertyDescriptor(c,l)||{value:c[l]};c.get?f=c.set?a.stylize("[Getter/Setter]","special"):a.stylize("[Getter]","special"):c.set&&(f=a.stylize("[Setter]","special"));Object.prototype.hasOwnProperty.call(z,l)||(e="["+l+"]");f||(0>F.indexOf(a.seen,c.value)?(f=null===d?
b(a,c.value,null):b(a,c.value,d-1),-1<f.indexOf("\n")&&(f=C?f.split("\n").map(function(l){return" "+l}).join("\n").substr(2):"\n"+f.split("\n").map(function(l){return" "+l}).join("\n"))):f=a.stylize("[Circular]","special"));if(s(e)){if(C&&l.match(/^\d+$/))return f;e=JSON.stringify(""+l);e.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(e=e.substr(1,e.length-2),e=a.stylize(e,"name")):(e=e.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),e=a.stylize(e,"string"))}return e+": "+f}function a(a,
c,d){var z=0;return 60<F.reduce(a,function(l,a){z++;0<=a.indexOf("\n")&&z++;return l+a.replace(/\u001b\[\d\d?m/g,"").length+1},0)?d[0]+(""===c?"":c+"\n ")+" "+a.join(",\n ")+" "+d[1]:d[0]+c+" "+a.join(", ")+" "+d[1]}function e(a){return F.isArray(a)}function p(a){return"boolean"===typeof a}function n(a){return"number"===typeof a}function v(a){return"string"===typeof a}function s(a){return void 0===a}function A(a){return y(a)&&"[object RegExp]"===Object.prototype.toString.call(a)}function y(a){return"object"===
typeof a&&a}function t(a){return y(a)&&"[object Date]"===Object.prototype.toString.call(a)}function d(a){return y(a)&&"[object Error]"===Object.prototype.toString.call(a)}function c(a){return"function"===typeof a}function u(a){return 10>a?"0"+a.toString(10):a.toString(10)}function G(){var a=new Date,c=[u(a.getHours()),u(a.getMinutes()),u(a.getSeconds())].join(":");return[a.getDate(),H[a.getMonth()],c].join(" ")}var F=m("_shims"),I=/%[sdj%]/g;h.format=function(a){if(!v(a)){for(var c=[],d=0;d<arguments.length;d++)c.push(w(arguments[d]));
return c.join(" ")}for(var d=1,z=arguments,l=z.length,c=String(a).replace(I,function(a){if("%%"===a)return"%";if(d>=l)return a;switch(a){case "%s":return String(z[d++]);case "%d":return Number(z[d++]);case "%j":try{return JSON.stringify(z[d++])}catch(c){return"[Circular]"}default:return a}}),C=z[d];d<l;C=z[++d])c=null!==C&&y(C)?c+(" "+w(C)):c+(" "+C);return c};h.inspect=w;w.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]};w.styles={special:"cyan",number:"yellow","boolean":"yellow",undefined:"grey","null":"bold",string:"green",date:"magenta",regexp:"red"};h.isArray=e;h.isBoolean=p;h.isNull=function(a){return null===a};h.isNullOrUndefined=function(a){return null==a};h.isNumber=n;h.isString=v;h.isSymbol=function(a){return"symbol"===typeof a};h.isUndefined=s;h.isRegExp=A;h.isObject=y;h.isDate=t;h.isError=d;h.isFunction=c;h.isPrimitive=function(a){return null===
a||"boolean"===typeof a||"number"===typeof a||"string"===typeof a||"symbol"===typeof a||"undefined"===typeof a};h.isBuffer=function(a){return a&&"object"===typeof a&&"function"===typeof a.copy&&"function"===typeof a.fill&&"function"===typeof a.binarySlice};var H="Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" ");h.log=function(){console.log("%s - %s",G(),h.format.apply(h,arguments))};h.inherits=function(a,c){a.super_=c;a.prototype=F.create(c.prototype,{constructor:{value:a,enumerable:!1,
writable:!0,configurable:!0}})};h._extend=function(a,c){if(!c||!y(c))return a;for(var d=F.keys(c),z=d.length;z--;)a[d[z]]=c[d[z]];return a}},{_shims:2}],6:[function(m,x,h){m=function B(h,q,b){function k(a,e){if(!q[a]){if(!h[a]){var f="function"==typeof m&&m;if(!e&&f)return f(a,!0);if(g)return g(a,!0);throw Error("Cannot find module '"+a+"'");}f=q[a]={exports:{}};h[a][0].call(f.exports,function(b){var e=h[a][1][b];return k(e?e:b)},f,f.exports,B,h,q,b)}return q[a].exports}for(var g="function"==typeof m&&
m,f=0;f<b.length;f++)k(b[f]);return k}({1:[function(h,m,q){q.readIEEE754=function(b,k,g,f,a){var e;e=8*a-f-1;var p=(1<<e)-1,n=p>>1,v=-7;a=g?0:a-1;var s=g?1:-1,h=b[k+a];a+=s;g=h&(1<<-v)-1;h>>=-v;for(v+=e;0<v;g=256*g+b[k+a],a+=s,v-=8);e=g&(1<<-v)-1;g>>=-v;for(v+=f;0<v;e=256*e+b[k+a],a+=s,v-=8);if(0===g)g=1-n;else{if(g===p)return e?NaN:Infinity*(h?-1:1);e+=Math.pow(2,f);g-=n}return(h?-1:1)*e*Math.pow(2,g-f)};q.writeIEEE754=function(b,k,g,f,a,e){var p,n=8*e-a-1,v=(1<<n)-1,s=v>>1,h=23===a?Math.pow(2,-24)-
Math.pow(2,-77):0;e=f?e-1:0;var y=f?-1:1,t=0>k||0===k&&0>1/k?1:0;k=Math.abs(k);isNaN(k)||Infinity===k?(k=isNaN(k)?1:0,f=v):(f=Math.floor(Math.log(k)/Math.LN2),1>k*(p=Math.pow(2,-f))&&(f--,p*=2),k=1<=f+s?k+h/p:k+h*Math.pow(2,1-s),2<=k*p&&(f++,p/=2),f+s>=v?(k=0,f=v):1<=f+s?(k=(k*p-1)*Math.pow(2,a),f+=s):(k=k*Math.pow(2,s-1)*Math.pow(2,a),f=0));for(;8<=a;b[g+e]=k&255,e+=y,k/=256,a-=8);f=f<<a|k;for(n+=a;0<n;b[g+e]=f&255,e+=y,f/=256,n-=8);b[g+e-y]|=128*t}},{}],q9TxCC:[function(h,m,q){function b(a,l,c){r||
(r=h("assert"));if(!(this instanceof b))return new b(a,l,c);this.parent=this;this.offset=0;if("base64"==l&&"string"==typeof a)for(a=a.trim?a.trim():a.replace(/^\s+|\s+$/g,"");0!=a.length%4;)a+="=";if("number"===typeof c)for(this.length=g(l),l=0;l<this.length;l++)this[l]=a.get(l+c);else{switch(c=typeof a){case "number":this.length=g(a);break;case "string":this.length=b.byteLength(a,l);break;case "object":this.length=g(a.length);break;default:throw Error("First argument needs to be a number, array or string.");
}if(f(a)||b.isBuffer(a)||a&&"object"===typeof a&&"number"===typeof a.length)for(l=0;l<this.length;l++)this[l]=a instanceof b?a.readUInt8(l):a[l];else if("string"==c)this.length=this.write(a,0,l);else if("number"===c)for(l=0;l<this.length;l++)this[l]=0}}function k(a,l,c){if("number"!==typeof a)return c;a=~~a;if(a>=l)return l;if(0<=a)return a;a+=l;return 0<=a?a:0}function g(a){a=~~Math.ceil(+a);return 0>a?0:a}function f(a){return(Array.isArray||function(a){return"[object Array]"=={}.toString.apply(a)})(a)}
function a(a){for(var l=[],c=0;c<a.length;c++)if(127>=a.charCodeAt(c))l.push(a.charCodeAt(c));else for(var d=encodeURIComponent(a.charAt(c)).substr(1).split("%"),b=0;b<d.length;b++)l.push(parseInt(d[b],16));return l}function e(a,l,c,d){for(var b=0;b<d&&!(b+c>=l.length||b>=a.length);)l[b+c]=a[b],b++;return b}function p(a){try{return decodeURIComponent(a)}catch(l){return String.fromCharCode(65533)}}function n(a,l,c,d){var b=0;d||(r.ok("boolean"===typeof c,"missing or invalid endian"),r.ok(void 0!==
l&&null!==l,"missing offset"),r.ok(l+1<a.length,"Trying to read beyond buffer length"));if(l>=a.length)return 0;c?(b=a[l]<<8,l+1<a.length&&(b|=a[l+1])):(b=a[l],l+1<a.length&&(b|=a[l+1]<<8));return b}function v(a,l,c,d){var b=0;d||(r.ok("boolean"===typeof c,"missing or invalid endian"),r.ok(void 0!==l&&null!==l,"missing offset"),r.ok(l+3<a.length,"Trying to read beyond buffer length"));if(l>=a.length)return 0;c?(l+1<a.length&&(b=a[l+1]<<16),l+2<a.length&&(b|=a[l+2]<<8),l+3<a.length&&(b|=a[l+3]),b+=
a[l]<<24>>>0):(l+2<a.length&&(b=a[l+2]<<16),l+1<a.length&&(b|=a[l+1]<<8),b|=a[l],l+3<a.length&&(b+=a[l+3]<<24>>>0));return b}function s(a,l,c,d){d||(r.ok("boolean"===typeof c,"missing or invalid endian"),r.ok(void 0!==l&&null!==l,"missing offset"),r.ok(l+1<a.length,"Trying to read beyond buffer length"));a=n(a,l,c,d);return a&32768?-1*(65535-a+1):a}function A(a,l,c,d){d||(r.ok("boolean"===typeof c,"missing or invalid endian"),r.ok(void 0!==l&&null!==l,"missing offset"),r.ok(l+3<a.length,"Trying to read beyond buffer length"));
a=v(a,l,c,d);return a&2147483648?-1*(4294967295-a+1):a}function y(a,l,c,d){d||(r.ok("boolean"===typeof c,"missing or invalid endian"),r.ok(l+3<a.length,"Trying to read beyond buffer length"));return h("./buffer_ieee754").readIEEE754(a,l,c,23,4)}function t(a,l,c,d){d||(r.ok("boolean"===typeof c,"missing or invalid endian"),r.ok(l+7<a.length,"Trying to read beyond buffer length"));return h("./buffer_ieee754").readIEEE754(a,l,c,52,8)}function d(a,l){r.ok("number"==typeof a,"cannot write a non-number as a number");
r.ok(0<=a,"specified a negative value for writing an unsigned value");r.ok(a<=l,"value is larger than maximum value for type");r.ok(Math.floor(a)===a,"value has a fractional component")}function c(a,l,c,b,e){e||(r.ok(void 0!==l&&null!==l,"missing value"),r.ok("boolean"===typeof b,"missing or invalid endian"),r.ok(void 0!==c&&null!==c,"missing offset"),r.ok(c+1<a.length,"trying to write beyond buffer length"),d(l,65535));for(e=0;e<Math.min(a.length-c,2);e++)a[c+e]=(l&255<<8*(b?1-e:e))>>>8*(b?1-e:e)}
function u(a,l,c,b,e){e||(r.ok(void 0!==l&&null!==l,"missing value"),r.ok("boolean"===typeof b,"missing or invalid endian"),r.ok(void 0!==c&&null!==c,"missing offset"),r.ok(c+3<a.length,"trying to write beyond buffer length"),d(l,4294967295));for(e=0;e<Math.min(a.length-c,4);e++)a[c+e]=l>>>8*(b?3-e:e)&255}function G(a,l,c){r.ok("number"==typeof a,"cannot write a non-number as a number");r.ok(a<=l,"value larger than maximum allowed value");r.ok(a>=c,"value smaller than minimum allowed value");r.ok(Math.floor(a)===
a,"value has a fractional component")}function F(a,l,c){r.ok("number"==typeof a,"cannot write a non-number as a number");r.ok(a<=l,"value larger than maximum allowed value");r.ok(a>=c,"value smaller than minimum allowed value")}function x(a,l,d,b,e){e||(r.ok(void 0!==l&&null!==l,"missing value"),r.ok("boolean"===typeof b,"missing or invalid endian"),r.ok(void 0!==d&&null!==d,"missing offset"),r.ok(d+1<a.length,"Trying to write beyond buffer length"),G(l,32767,-32768));0<=l?c(a,l,d,b,e):c(a,65535+
l+1,d,b,e)}function H(a,c,d,b,e){e||(r.ok(void 0!==c&&null!==c,"missing value"),r.ok("boolean"===typeof b,"missing or invalid endian"),r.ok(void 0!==d&&null!==d,"missing offset"),r.ok(d+3<a.length,"Trying to write beyond buffer length"),G(c,2147483647,-2147483648));0<=c?u(a,c,d,b,e):u(a,4294967295+c+1,d,b,e)}function J(a,c,d,b,e){e||(r.ok(void 0!==c&&null!==c,"missing value"),r.ok("boolean"===typeof b,"missing or invalid endian"),r.ok(void 0!==d&&null!==d,"missing offset"),r.ok(d+3<a.length,"Trying to write beyond buffer length"),
F(c,3.4028234663852886E38,-3.4028234663852886E38));h("./buffer_ieee754").writeIEEE754(a,c,d,b,23,4)}function E(a,c,d,b,e){e||(r.ok(void 0!==c&&null!==c,"missing value"),r.ok("boolean"===typeof b,"missing or invalid endian"),r.ok(void 0!==d&&null!==d,"missing offset"),r.ok(d+7<a.length,"Trying to write beyond buffer length"),F(c,1.7976931348623157E308,-1.7976931348623157E308));h("./buffer_ieee754").writeIEEE754(a,c,d,b,52,8)}var r;q.Buffer=b;q.SlowBuffer=b;b.poolSize=8192;q.INSPECT_MAX_BYTES=50;b.prototype.get=
function(a){if(0>a||a>=this.length)throw Error("oob");return this[a]};b.prototype.set=function(a,c){if(0>a||a>=this.length)throw Error("oob");return this[a]=c};b.byteLength=function(c,l){switch(l||"utf8"){case "hex":return c.length/2;case "utf8":case "utf-8":return a(c).length;case "ascii":case "binary":return c.length;case "base64":return h("base64-js").toByteArray(c).length;default:throw Error("Unknown encoding");}};b.prototype.utf8Write=function(c,l,d){return b._charsWritten=e(a(c),this,l,d)};
b.prototype.asciiWrite=function(a,c,d){for(var f=b,t=[],n=0;n<a.length;n++)t.push(a.charCodeAt(n)&255);return f._charsWritten=e(t,this,c,d)};b.prototype.binaryWrite=b.prototype.asciiWrite;b.prototype.base64Write=function(a,c,d){return b._charsWritten=e(h("base64-js").toByteArray(a),this,c,d)};b.prototype.base64Slice=function(a,c){var d=Array.prototype.slice.apply(this,arguments);return h("base64-js").fromByteArray(d)};b.prototype.utf8Slice=function(){for(var a=Array.prototype.slice.apply(this,arguments),
c="",d="",b=0;b<a.length;)127>=a[b]?(c+=p(d)+String.fromCharCode(a[b]),d=""):d+="%"+a[b].toString(16),b++;return c+p(d)};b.prototype.asciiSlice=function(){for(var a=Array.prototype.slice.apply(this,arguments),c="",d=0;d<a.length;d++)c+=String.fromCharCode(a[d]);return c};b.prototype.binarySlice=b.prototype.asciiSlice;b.prototype.inspect=function(){for(var a=[],c=this.length,d=0;d<c;d++)if(a[d]=16>this[d]?"0"+this[d].toString(16):this[d].toString(16),d==q.INSPECT_MAX_BYTES){a[d+1]="...";break}return"<Buffer "+
a.join(" ")+">"};b.prototype.hexSlice=function(a,c){var d=this.length;if(!a||0>a)a=0;if(!c||0>c||c>d)c=d;for(var d="",b=a;b<c;b++)d+=16>this[b]?"0"+this[b].toString(16):this[b].toString(16);return d};b.prototype.toString=function(a,c,d){a=String(a||"utf8").toLowerCase();c=+c||0;"undefined"==typeof d&&(d=this.length);if(+d==c)return"";switch(a){case "hex":return this.hexSlice(c,d);case "utf8":case "utf-8":return this.utf8Slice(c,d);case "ascii":return this.asciiSlice(c,d);case "binary":return this.binarySlice(c,
d);case "base64":return this.base64Slice(c,d);case "ucs2":case "ucs-2":return this.ucs2Slice(c,d);default:throw Error("Unknown encoding");}};b.prototype.hexWrite=function(a,c,d){c=+c||0;var e=this.length-c;d?(d=+d,d>e&&(d=e)):d=e;e=a.length;if(e%2)throw Error("Invalid hex string");d>e/2&&(d=e/2);for(e=0;e<d;e++){var f=parseInt(a.substr(2*e,2),16);if(isNaN(f))throw Error("Invalid hex string");this[c+e]=f}b._charsWritten=2*e;return e};b.prototype.write=function(a,c,d,b){if(isFinite(c))isFinite(d)||
(b=d,d=void 0);else{var e=b;b=c;c=d;d=e}c=+c||0;e=this.length-c;d?(d=+d,d>e&&(d=e)):d=e;b=String(b||"utf8").toLowerCase();switch(b){case "hex":return this.hexWrite(a,c,d);case "utf8":case "utf-8":return this.utf8Write(a,c,d);case "ascii":return this.asciiWrite(a,c,d);case "binary":return this.binaryWrite(a,c,d);case "base64":return this.base64Write(a,c,d);case "ucs2":case "ucs-2":return this.ucs2Write(a,c,d);default:throw Error("Unknown encoding");}};b.prototype.slice=function(a,c){var d=this.length;
a=k(a,d,0);c=k(c,d,d);return new b(this,c-a,+a)};b.prototype.copy=function(a,c,d,b){d||(d=0);if(void 0===b||isNaN(b))b=this.length;c||(c=0);if(b<d)throw Error("sourceEnd < sourceStart");if(b===d||0==a.length||0==this.length)return 0;if(0>c||c>=a.length)throw Error("targetStart out of bounds");if(0>d||d>=this.length)throw Error("sourceStart out of bounds");if(0>b||b>this.length)throw Error("sourceEnd out of bounds");b>this.length&&(b=this.length);a.length-c<b-d&&(b=a.length-c+d);for(var e=[];d<b;d++)r.ok("undefined"!==
typeof this[d],"copying undefined buffer bytes!"),e.push(this[d]);for(d=c;d<c+e.length;d++)a[d]=e[d-c]};b.prototype.fill=function(a,c,d){a||(a=0);c||(c=0);d||(d=this.length);"string"===typeof a&&(a=a.charCodeAt(0));if("number"!==typeof a||isNaN(a))throw Error("value is not a number");if(d<c)throw Error("end < start");if(d===c||0==this.length)return 0;if(0>c||c>=this.length)throw Error("start out of bounds");if(0>d||d>this.length)throw Error("end out of bounds");for(;c<d;c++)this[c]=a};b.isBuffer=
function(a){return a instanceof b||a instanceof b};b.concat=function(a,c){if(!f(a))throw Error("Usage: Buffer.concat(list, [totalLength])\n list should be an Array.");if(0===a.length)return new b(0);if(1===a.length)return a[0];if("number"!==typeof c)for(var d=c=0;d<a.length;d++){var e=a[d];c+=e.length}for(var t=new b(c),n=0,d=0;d<a.length;d++)e=a[d],e.copy(t,n),n+=e.length;return t};b.isEncoding=function(a){switch((a+"").toLowerCase()){case "hex":case "utf8":case "utf-8":case "ascii":case "binary":case "base64":case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":case "raw":return!0;
default:return!1}};b.prototype.readUInt8=function(a,c){c||(r.ok(void 0!==a&&null!==a,"missing offset"),r.ok(a<this.length,"Trying to read beyond buffer length"));if(!(a>=this.length))return this[a]};b.prototype.readUInt16LE=function(a,c){return n(this,a,!1,c)};b.prototype.readUInt16BE=function(a,c){return n(this,a,!0,c)};b.prototype.readUInt32LE=function(a,c){return v(this,a,!1,c)};b.prototype.readUInt32BE=function(a,c){return v(this,a,!0,c)};b.prototype.readInt8=function(a,c){var d;c||(r.ok(void 0!==
a&&null!==a,"missing offset"),r.ok(a<this.length,"Trying to read beyond buffer length"));if(!(a>=this.length))return(d=this[a]&128)?-1*(255-this[a]+1):this[a]};b.prototype.readInt16LE=function(a,c){return s(this,a,!1,c)};b.prototype.readInt16BE=function(a,c){return s(this,a,!0,c)};b.prototype.readInt32LE=function(a,c){return A(this,a,!1,c)};b.prototype.readInt32BE=function(a,c){return A(this,a,!0,c)};b.prototype.readFloatLE=function(a,c){return y(this,a,!1,c)};b.prototype.readFloatBE=function(a,c){return y(this,
a,!0,c)};b.prototype.readDoubleLE=function(a,c){return t(this,a,!1,c)};b.prototype.readDoubleBE=function(a,c){return t(this,a,!0,c)};b.prototype.writeUInt8=function(a,c,b){b||(r.ok(void 0!==a&&null!==a,"missing value"),r.ok(void 0!==c&&null!==c,"missing offset"),r.ok(c<this.length,"trying to write beyond buffer length"),d(a,255));c<this.length&&(this[c]=a)};b.prototype.writeUInt16LE=function(a,d,b){c(this,a,d,!1,b)};b.prototype.writeUInt16BE=function(a,d,b){c(this,a,d,!0,b)};b.prototype.writeUInt32LE=
function(a,c,d){u(this,a,c,!1,d)};b.prototype.writeUInt32BE=function(a,c,d){u(this,a,c,!0,d)};b.prototype.writeInt8=function(a,c,d){d||(r.ok(void 0!==a&&null!==a,"missing value"),r.ok(void 0!==c&&null!==c,"missing offset"),r.ok(c<this.length,"Trying to write beyond buffer length"),G(a,127,-128));0<=a?this.writeUInt8(a,c,d):this.writeUInt8(255+a+1,c,d)};b.prototype.writeInt16LE=function(a,c,d){x(this,a,c,!1,d)};b.prototype.writeInt16BE=function(a,c,d){x(this,a,c,!0,d)};b.prototype.writeInt32LE=function(a,
c,d){H(this,a,c,!1,d)};b.prototype.writeInt32BE=function(a,c,d){H(this,a,c,!0,d)};b.prototype.writeFloatLE=function(a,c,d){J(this,a,c,!1,d)};b.prototype.writeFloatBE=function(a,c,d){J(this,a,c,!0,d)};b.prototype.writeDoubleLE=function(a,c,d){E(this,a,c,!1,d)};b.prototype.writeDoubleBE=function(a,c,d){E(this,a,c,!0,d)}},{"./buffer_ieee754":1,assert:6,"base64-js":4}],"buffer-browserify":[function(h,m,q){m.exports=h("q9TxCC")},{}],4:[function(h,m,q){(function(b){m.exports.toByteArray=function(b){var g,
f,a,e,p;if(0<b.length%4)throw"Invalid string. Length must be a multiple of 4";e=b.indexOf("=");e=0<e?b.length-e:0;p=[];f=0<e?b.length-4:b.length;for(g=0;g<f;g+=4)a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[g])<<18|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[g+1])<<12|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[g+2])<<6|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[g+
3]),p.push((a&16711680)>>16),p.push((a&65280)>>8),p.push(a&255);2===e?(a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[g])<<2|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[g+1])>>4,p.push(a&255)):1===e&&(a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[g])<<10|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[g+1])<<4|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[g+
2])>>2,p.push(a>>8&255),p.push(a&255));return p};m.exports.fromByteArray=function(b){var g,f=b.length%3,a="",e,p;g=0;for(p=b.length-f;g<p;g+=3)e=(b[g]<<16)+(b[g+1]<<8)+b[g+2],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[e>>18&63]+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[e>>12&63]+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[e>>6&63]+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[e&63];switch(f){case 1:e=b[b.length-
1];a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[e>>2];a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[e<<4&63];a+="==";break;case 2:e=(b[b.length-2]<<8)+b[b.length-1],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[e>>10],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[e>>4&63],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[e<<2&63],a+="="}return a}})()},{}],5:[function(h,m,q){function b(a){return"[object Array]"===
p.call(a)}function k(a,d){var c;if(null===a)c={__proto__:null};else{if("object"!==typeof a)throw new TypeError("typeof prototype["+typeof a+"] != 'object'");c=function(){};c.prototype=a;c=new c;c.__proto__=a}"undefined"!==typeof d&&Object.defineProperties&&Object.defineProperties(c,d);return c}function g(a){return"object"!=typeof a&&"function"!=typeof a||null===a}function f(a){if(g(a))throw new TypeError("Object.keys called on a non-object");var d=[],c;for(c in a)n.call(a,c)&&d.push(c);return d}function a(a){if(g(a))throw new TypeError("Object.getOwnPropertyNames called on a non-object");
var d=f(a);q.isArray(a)&&-1===q.indexOf(a,"length")&&d.push("length");return d}function e(a,d){return{value:a[d]}}var p=Object.prototype.toString,n=Object.prototype.hasOwnProperty;q.isArray="function"===typeof Array.isArray?Array.isArray:b;q.indexOf=function(a,d){if(a.indexOf)return a.indexOf(d);for(var c=0;c<a.length;c++)if(d===a[c])return c;return-1};q.filter=function(a,d){if(a.filter)return a.filter(d);for(var c=[],b=0;b<a.length;b++)d(a[b],b,a)&&c.push(a[b]);return c};q.forEach=function(a,d,c){if(a.forEach)return a.forEach(d,
c);for(var b=0;b<a.length;b++)d.call(c,a[b],b,a)};q.map=function(a,d){if(a.map)return a.map(d);for(var c=Array(a.length),b=0;b<a.length;b++)c[b]=d(a[b],b,a);return c};q.reduce=function(a,d,c){if(a.reduce)return a.reduce(d,c);var b,e=!1;2<arguments.length&&(b=c,e=!0);for(var f=0,n=a.length;n>f;++f)a.hasOwnProperty(f)&&(e?b=d(b,a[f],f,a):(b=a[f],e=!0));return b};"b"!=="ab".substr(-1)?q.substr=function(a,d,c){0>d&&(d=a.length+d);return a.substr(d,c)}:q.substr=function(a,d,c){return a.substr(d,c)};q.trim=
function(a){return a.trim?a.trim():a.replace(/^\s+|\s+$/g,"")};q.bind=function(){var a=Array.prototype.slice.call(arguments),d=a.shift();if(d.bind)return d.bind.apply(d,a);var c=a.shift();return function(){d.apply(c,a.concat([Array.prototype.slice.call(arguments)]))}};q.create="function"===typeof Object.create?Object.create:k;var v="function"===typeof Object.keys?Object.keys:f,s="function"===typeof Object.getOwnPropertyNames?Object.getOwnPropertyNames:a;if(Error().hasOwnProperty("description")){var A=
function(a,d){"[object Error]"===p.call(a)&&(d=q.filter(d,function(a){return"description"!==a&&"number"!==a&&"message"!==a}));return d};q.keys=function(a){return A(a,v(a))};q.getOwnPropertyNames=function(a){return A(a,s(a))}}else q.keys=v,q.getOwnPropertyNames=s;if("function"===typeof Object.getOwnPropertyDescriptor)try{Object.getOwnPropertyDescriptor({a:1},"a"),q.getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor}catch(y){q.getOwnPropertyDescriptor=function(a,d){try{return Object.getOwnPropertyDescriptor(a,
d)}catch(c){return e(a,d)}}}else q.getOwnPropertyDescriptor=e},{}],6:[function(h,m,q){function b(a,c){return s.isUndefined(c)?""+c:s.isNumber(c)&&(isNaN(c)||!isFinite(c))||s.isFunction(c)||s.isRegExp(c)?c.toString():c}function k(a,c){return s.isString(a)?a.length<c?a:a.slice(0,c):a}function g(a,c,b,e,f){throw new t.AssertionError({message:b,actual:a,expected:c,operator:e,stackStartFunction:f});}function f(a,c){a||g(a,!0,c,"==",t.ok)}function a(a,c){if(a===c)return!0;if(s.isBuffer(a)&&s.isBuffer(c)){if(a.length!=
c.length)return!1;for(var b=0;b<a.length;b++)if(a[b]!==c[b])return!1;return!0}return s.isDate(a)&&s.isDate(c)?a.getTime()===c.getTime():s.isRegExp(a)&&s.isRegExp(c)?a.source===c.source&&a.global===c.global&&a.multiline===c.multiline&&a.lastIndex===c.lastIndex&&a.ignoreCase===c.ignoreCase:s.isObject(a)||s.isObject(c)?p(a,c):a==c}function e(a){return"[object Arguments]"==Object.prototype.toString.call(a)}function p(d,c){if(s.isNullOrUndefined(d)||s.isNullOrUndefined(c)||d.prototype!==c.prototype)return!1;
if(e(d)){if(!e(c))return!1;d=y.call(d);c=y.call(c);return a(d,c)}try{var b=A.keys(d),f=A.keys(c),n}catch(g){return!1}if(b.length!=f.length)return!1;b.sort();f.sort();for(n=b.length-1;0<=n;n--)if(b[n]!=f[n])return!1;for(n=b.length-1;0<=n;n--)if(f=b[n],!a(d[f],c[f]))return!1;return!0}function n(a,c){return a&&c?"[object RegExp]"==Object.prototype.toString.call(c)?c.test(a):a instanceof c||!0===c.call({},a)?!0:!1:!1}function v(a,c,b,e){var f;s.isString(b)&&(e=b,b=null);try{c()}catch(p){f=p}e=(b&&b.name?
" ("+b.name+").":".")+(e?" "+e:".");a&&!f&&g(f,b,"Missing expected exception"+e);!a&&n(f,b)&&g(f,b,"Got unwanted exception"+e);if(a&&f&&b&&!n(f,b)||!a&&f)throw f;}var s=h("util"),A=h("_shims"),y=Array.prototype.slice,t=m.exports=f;t.AssertionError=function(a){this.name="AssertionError";this.actual=a.actual;this.expected=a.expected;this.operator=a.operator;this.message=a.message||k(JSON.stringify(this.actual,b),128)+" "+this.operator+" "+k(JSON.stringify(this.expected,b),128)};s.inherits(t.AssertionError,
Error);t.fail=g;t.ok=f;t.equal=function(a,c,b){a!=c&&g(a,c,b,"==",t.equal)};t.notEqual=function(a,c,b){a==c&&g(a,c,b,"!=",t.notEqual)};t.deepEqual=function(b,c,e){a(b,c)||g(b,c,e,"deepEqual",t.deepEqual)};t.notDeepEqual=function(b,c,e){a(b,c)&&g(b,c,e,"notDeepEqual",t.notDeepEqual)};t.strictEqual=function(a,c,b){a!==c&&g(a,c,b,"===",t.strictEqual)};t.notStrictEqual=function(a,c,b){a===c&&g(a,c,b,"!==",t.notStrictEqual)};t["throws"]=function(a,c,b){v.apply(this,[!0].concat(y.call(arguments)))};t.doesNotThrow=
function(a,c){v.apply(this,[!1].concat(y.call(arguments)))};t.ifError=function(a){if(a)throw a;}},{_shims:5,util:7}],7:[function(h,m,q){function b(c,b){var e={seen:[],stylize:g};3<=arguments.length&&(e.depth=arguments[2]);4<=arguments.length&&(e.colors=arguments[3]);A(b)?e.showHidden=b:b&&q._extend(e,b);d(e.showHidden)&&(e.showHidden=!1);d(e.depth)&&(e.depth=2);d(e.colors)&&(e.colors=!1);d(e.customInspect)&&(e.customInspect=!0);e.colors&&(e.stylize=k);return a(e,c,e.depth)}function k(a,c){var d=b.styles[c];
return d?"\u001b["+b.colors[d][0]+"m"+a+"\u001b["+b.colors[d][1]+"m":a}function g(a,c){return a}function f(a){var c={};E.forEach(a,function(a,b){c[a]=!0});return c}function a(b,d,g){if(b.customInspect&&d&&I(d.inspect)&&d.inspect!==q.inspect&&(!d.constructor||d.constructor.prototype!==d)){var k=d.inspect(g);t(k)||(k=a(b,k,g));return k}if(k=e(b,d))return k;var y=E.keys(d),h=f(y);b.showHidden&&(y=E.getOwnPropertyNames(d));if(0===y.length){if(I(d))return b.stylize("[Function"+(d.name?": "+d.name:"")+
"]","special");if(c(d))return b.stylize(RegExp.prototype.toString.call(d),"regexp");if(G(d))return b.stylize(Date.prototype.toString.call(d),"date");if(x(d))return"["+Error.prototype.toString.call(d)+"]"}var k="",u=!1,m=["{","}"];s(d)&&(u=!0,m=["[","]"]);I(d)&&(k=" [Function"+(d.name?": "+d.name:"")+"]");c(d)&&(k=" "+RegExp.prototype.toString.call(d));G(d)&&(k=" "+Date.prototype.toUTCString.call(d));x(d)&&(k=" "+("["+Error.prototype.toString.call(d)+"]"));if(0===y.length&&(!u||0==d.length))return m[0]+
k+m[1];if(0>g)return c(d)?b.stylize(RegExp.prototype.toString.call(d),"regexp"):b.stylize("[Object]","special");b.seen.push(d);y=u?p(b,d,g,h,y):y.map(function(a){return n(b,d,g,h,a,u)});b.seen.pop();return v(y,k,m)}function e(a,c){if(d(c))return a.stylize("undefined","undefined");if(t(c)){var b="'"+JSON.stringify(c).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return a.stylize(b,"string")}if(y(c))return a.stylize(""+c,"number");if(A(c))return a.stylize(""+c,"boolean");if(null===
c)return a.stylize("null","null")}function p(a,c,b,d,e){for(var f=[],g=0,p=c.length;g<p;++g)Object.prototype.hasOwnProperty.call(c,String(g))?f.push(n(a,c,b,d,String(g),!0)):f.push("");E.forEach(e,function(e){e.match(/^\d+$/)||f.push(n(a,c,b,d,e,!0))});return f}function n(c,b,e,f,n,g){var p,k;b=E.getOwnPropertyDescriptor(b,n)||{value:b[n]};b.get?k=b.set?c.stylize("[Getter/Setter]","special"):c.stylize("[Getter]","special"):b.set&&(k=c.stylize("[Setter]","special"));Object.prototype.hasOwnProperty.call(f,
n)||(p="["+n+"]");k||(0>E.indexOf(c.seen,b.value)?(k=null===e?a(c,b.value,null):a(c,b.value,e-1),-1<k.indexOf("\n")&&(k=g?k.split("\n").map(function(a){return" "+a}).join("\n").substr(2):"\n"+k.split("\n").map(function(a){return" "+a}).join("\n"))):k=c.stylize("[Circular]","special"));if(d(p)){if(g&&n.match(/^\d+$/))return k;p=JSON.stringify(""+n);p.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(p=p.substr(1,p.length-2),p=c.stylize(p,"name")):(p=p.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,
"'"),p=c.stylize(p,"string"))}return p+": "+k}function v(a,c,b){var d=0;return 60<E.reduce(a,function(a,c){d++;0<=c.indexOf("\n")&&d++;return a+c.replace(/\u001b\[\d\d?m/g,"").length+1},0)?b[0]+(""===c?"":c+"\n ")+" "+a.join(",\n ")+" "+b[1]:b[0]+c+" "+a.join(", ")+" "+b[1]}function s(a){return E.isArray(a)}function A(a){return"boolean"===typeof a}function y(a){return"number"===typeof a}function t(a){return"string"===typeof a}function d(a){return void 0===a}function c(a){return u(a)&&"[object RegExp]"===
Object.prototype.toString.call(a)}function u(a){return"object"===typeof a&&a}function G(a){return u(a)&&"[object Date]"===Object.prototype.toString.call(a)}function x(a){return u(a)&&"[object Error]"===Object.prototype.toString.call(a)}function I(a){return"function"===typeof a}function H(a){return 10>a?"0"+a.toString(10):a.toString(10)}function J(){var a=new Date,c=[H(a.getHours()),H(a.getMinutes()),H(a.getSeconds())].join(":");return[a.getDate(),z[a.getMonth()],c].join(" ")}var E=h("_shims"),r=/%[sdj%]/g;
q.format=function(a){if(!t(a)){for(var c=[],d=0;d<arguments.length;d++)c.push(b(arguments[d]));return c.join(" ")}for(var d=1,e=arguments,f=e.length,c=String(a).replace(r,function(a){if("%%"===a)return"%";if(d>=f)return a;switch(a){case "%s":return String(e[d++]);case "%d":return Number(e[d++]);case "%j":try{return JSON.stringify(e[d++])}catch(c){return"[Circular]"}default:return a}}),n=e[d];d<f;n=e[++d])c=null!==n&&u(n)?c+(" "+b(n)):c+(" "+n);return c};q.inspect=b;b.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]};b.styles={special:"cyan",number:"yellow","boolean":"yellow",undefined:"grey","null":"bold",string:"green",date:"magenta",regexp:"red"};q.isArray=s;q.isBoolean=A;q.isNull=function(a){return null===a};q.isNullOrUndefined=function(a){return null==a};q.isNumber=y;q.isString=t;q.isSymbol=function(a){return"symbol"===typeof a};q.isUndefined=d;q.isRegExp=
c;q.isObject=u;q.isDate=G;q.isError=x;q.isFunction=I;q.isPrimitive=function(a){return null===a||"boolean"===typeof a||"number"===typeof a||"string"===typeof a||"symbol"===typeof a||"undefined"===typeof a};q.isBuffer=function(a){return a instanceof Buffer};var z="Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" ");q.log=function(){console.log("%s - %s",J(),q.format.apply(q,arguments))};q.inherits=function(a,c){a.super_=c;a.prototype=E.create(c.prototype,{constructor:{value:a,enumerable:!1,
writable:!0,configurable:!0}})};q._extend=function(a,c){if(!c||!u(c))return a;for(var b=E.keys(c),d=b.length;d--;)a[b[d]]=c[b[d]];return a}},{_shims:5}]},{},[]);x.exports=m("buffer-browserify")},{}],7:[function(m,x,h){m=x.exports={};m.nextTick=function(){if("undefined"!==typeof window&&window.setImmediate)return function(h){return window.setImmediate(h)};if("undefined"!==typeof window&&window.postMessage&&window.addEventListener){var h=[];window.addEventListener("message",function(m){m.source===window&&
"process-tick"===m.data&&(m.stopPropagation(),0<h.length&&h.shift()())},!0);return function(m){h.push(m);window.postMessage("process-tick","*")}}return function(h){setTimeout(h,0)}}();m.title="browser";m.browser=!0;m.env={};m.argv=[];m.binding=function(h){throw Error("process.binding is not supported");};m.cwd=function(){return"/"};m.chdir=function(h){throw Error("process.chdir is not supported");}},{}],8:[function(m,x,h){h.SourceMapGenerator=m("./source-map/source-map-generator").SourceMapGenerator;
h.SourceMapConsumer=m("./source-map/source-map-consumer").SourceMapConsumer;h.SourceNode=m("./source-map/source-node").SourceNode},{"./source-map/source-map-consumer":13,"./source-map/source-map-generator":14,"./source-map/source-node":15}],9:[function(m,x,h){if("function"!==typeof w)var w=m("amdefine")(x,m);w(function(h,m,q){function b(){this._array=[];this._set={}}var k=h("./util");b.fromArray=function(g,f){for(var a=new b,e=0,p=g.length;e<p;e++)a.add(g[e],f);return a};b.prototype.add=function(b,
f){var a=this.has(b),e=this._array.length;a&&!f||this._array.push(b);a||(this._set[k.toSetString(b)]=e)};b.prototype.has=function(b){return Object.prototype.hasOwnProperty.call(this._set,k.toSetString(b))};b.prototype.indexOf=function(b){if(this.has(b))return this._set[k.toSetString(b)];throw Error('"'+b+'" is not in the set.');};b.prototype.at=function(b){if(0<=b&&b<this._array.length)return this._array[b];throw Error("No element indexed by "+b);};b.prototype.toArray=function(){return this._array.slice()};
m.ArraySet=b})},{"./util":16,amdefine:17}],10:[function(m,x,h){if("function"!==typeof w)var w=m("amdefine")(x,m);w(function(h,m,q){var b=h("./base64");m.encode=function(k){var g="",f=0>k?(-k<<1)+1:(k<<1)+0;do k=f&31,f>>>=5,0<f&&(k|=32),g+=b.encode(k);while(0<f);return g};m.decode=function(k){var g=0,f=k.length,a=0,e=0,p,n;do{if(g>=f)throw Error("Expected more digits in base 64 VLQ value.");n=b.decode(k.charAt(g++));p=!!(n&32);n&=31;a+=n<<e;e+=5}while(p);f=a>>1;return{value:1===(a&1)?-f:f,rest:k.slice(g)}}})},
{"./base64":11,amdefine:17}],11:[function(m,x,h){if("function"!==typeof w)var w=m("amdefine")(x,m);w(function(h,m,q){var b={},k={};"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("").forEach(function(g,f){b[g]=f;k[f]=g});m.encode=function(b){if(b in k)return k[b];throw new TypeError("Must be between 0 and 63: "+b);};m.decode=function(g){if(g in b)return b[g];throw new TypeError("Not a valid base 64 digit: "+g);}})},{amdefine:17}],12:[function(m,x,h){if("function"!==typeof w)var w=
m("amdefine")(x,m);w(function(h,m,q){function b(k,g,f,a,e){var p=Math.floor((g-k)/2)+k,n=e(f,a[p]);return 0===n?a[p]:0<n?1<g-p?b(p,g,f,a,e):a[p]:1<p-k?b(k,p,f,a,e):0>k?null:a[k]}m.search=function(k,g,f){return 0<g.length?b(-1,g.length,k,g,f):null}})},{amdefine:17}],13:[function(m,x,h){if("function"!==typeof w)var w=m("amdefine")(x,m);w(function(h,m,q){function b(a){var b=a;"string"===typeof a&&(b=JSON.parse(a.replace(/^\)\]\}'/,"")));a=k.getArg(b,"version");var n=k.getArg(b,"sources"),g=k.getArg(b,
"names"),h=k.getArg(b,"sourceRoot",null),m=k.getArg(b,"sourcesContent",null),y=k.getArg(b,"mappings"),b=k.getArg(b,"file",null);if(a!==this._version)throw Error("Unsupported version: "+a);this._names=f.fromArray(g,!0);this._sources=f.fromArray(n,!0);this.sourceRoot=h;this.sourcesContent=m;this.file=b;this._generatedMappings=[];this._originalMappings=[];this._parseMappings(y,h)}var k=h("./util"),g=h("./binary-search"),f=h("./array-set").ArraySet,a=h("./base64-vlq");b.prototype._version=3;Object.defineProperty(b.prototype,
"sources",{get:function(){return this._sources.toArray().map(function(a){return this.sourceRoot?k.join(this.sourceRoot,a):a},this)}});b.prototype._parseMappings=function(b,f){for(var n=1,g=0,k=0,h=0,y=0,t=0,d=/^[,;]/,c=b,u;0<c.length;)if(";"===c.charAt(0))n++,c=c.slice(1),g=0;else if(","===c.charAt(0))c=c.slice(1);else{u={};u.generatedLine=n;c=a.decode(c);u.generatedColumn=g+c.value;g=u.generatedColumn;c=c.rest;if(0<c.length&&!d.test(c.charAt(0))){c=a.decode(c);u.source=this._sources.at(y+c.value);
y+=c.value;c=c.rest;if(0===c.length||d.test(c.charAt(0)))throw Error("Found a source, but no line and column");c=a.decode(c);u.originalLine=k+c.value;k=u.originalLine;u.originalLine+=1;c=c.rest;if(0===c.length||d.test(c.charAt(0)))throw Error("Found a source and line, but no column");c=a.decode(c);u.originalColumn=h+c.value;h=u.originalColumn;c=c.rest;0<c.length&&!d.test(c.charAt(0))&&(c=a.decode(c),u.name=this._names.at(t+c.value),t+=c.value,c=c.rest)}this._generatedMappings.push(u);"number"===typeof u.originalLine&&
this._originalMappings.push(u)}this._originalMappings.sort(this._compareOriginalPositions)};b.prototype._compareOriginalPositions=function(a,b){if(a.source>b.source)return 1;if(a.source<b.source)return-1;var f=a.originalLine-b.originalLine;return 0===f?a.originalColumn-b.originalColumn:f};b.prototype._compareGeneratedPositions=function(a,b){var f=a.generatedLine-b.generatedLine;return 0===f?a.generatedColumn-b.generatedColumn:f};b.prototype._findMapping=function(a,b,f,k,h){if(0>=a[f])throw new TypeError("Line must be greater than or equal to 1, got "+
a[f]);if(0>a[k])throw new TypeError("Column must be greater than or equal to 0, got "+a[k]);return g.search(a,b,h)};b.prototype.originalPositionFor=function(a){a={generatedLine:k.getArg(a,"line"),generatedColumn:k.getArg(a,"column")};if(a=this._findMapping(a,this._generatedMappings,"generatedLine","generatedColumn",this._compareGeneratedPositions)){var b=k.getArg(a,"source",null);b&&this.sourceRoot&&(b=k.join(this.sourceRoot,b));return{source:b,line:k.getArg(a,"originalLine",null),column:k.getArg(a,
"originalColumn",null),name:k.getArg(a,"name",null)}}return{source:null,line:null,column:null,name:null}};b.prototype.sourceContentFor=function(a){if(!this.sourcesContent)return null;this.sourceRoot&&(a=k.relative(this.sourceRoot,a));if(this._sources.has(a))return this.sourcesContent[this._sources.indexOf(a)];var b;if(this.sourceRoot&&(b=k.urlParse(this.sourceRoot))){var f=a.replace(/^file:\/\//,"");if("file"==b.scheme&&this._sources.has(f))return this.sourcesContent[this._sources.indexOf(f)];if((!b.path||
"/"==b.path)&&this._sources.has("/"+a))return this.sourcesContent[this._sources.indexOf("/"+a)]}throw Error('"'+a+'" is not in the SourceMap.');};b.prototype.generatedPositionFor=function(a){a={source:k.getArg(a,"source"),originalLine:k.getArg(a,"line"),originalColumn:k.getArg(a,"column")};this.sourceRoot&&(a.source=k.relative(this.sourceRoot,a.source));return(a=this._findMapping(a,this._originalMappings,"originalLine","originalColumn",this._compareOriginalPositions))?{line:k.getArg(a,"generatedLine",
null),column:k.getArg(a,"generatedColumn",null)}:{line:null,column:null}};b.GENERATED_ORDER=1;b.ORIGINAL_ORDER=2;b.prototype.eachMapping=function(a,f,n){f=f||null;switch(n||b.GENERATED_ORDER){case b.GENERATED_ORDER:n=this._generatedMappings;break;case b.ORIGINAL_ORDER:n=this._originalMappings;break;default:throw Error("Unknown order of iteration.");}var g=this.sourceRoot;n.map(function(a){var b=a.source;b&&g&&(b=k.join(g,b));return{source:b,generatedLine:a.generatedLine,generatedColumn:a.generatedColumn,
originalLine:a.originalLine,originalColumn:a.originalColumn,name:a.name}}).forEach(a,f)};m.SourceMapConsumer=b})},{"./array-set":9,"./base64-vlq":10,"./binary-search":12,"./util":16,amdefine:17}],14:[function(m,x,h){if("function"!==typeof w)var w=m("amdefine")(x,m);w(function(h,m,q){function b(a){this._file=e.getArg(a,"file");this._sourceRoot=e.getArg(a,"sourceRoot",null);this._sources=new p;this._names=new p;this._mappings=[];this._sourcesContents=null}function k(a,b){var e=(a&&a.line)-(b&&b.line);
return e?e:(a&&a.column)-(b&&b.column)}function g(a,b){a=a||"";b=b||"";return(a>b)-(a<b)}function f(a,b){return k(a.generated,b.generated)||k(a.original,b.original)||g(a.source,b.source)||g(a.name,b.name)}var a=h("./base64-vlq"),e=h("./util"),p=h("./array-set").ArraySet;b.prototype._version=3;b.fromSourceMap=function(a){var f=a.sourceRoot,g=new b({file:a.file,sourceRoot:f});a.eachMapping(function(a){var b={generated:{line:a.generatedLine,column:a.generatedColumn}};a.source&&(b.source=a.source,f&&
(b.source=e.relative(f,b.source)),b.original={line:a.originalLine,column:a.originalColumn},a.name&&(b.name=a.name));g.addMapping(b)});a.sources.forEach(function(b){var e=a.sourceContentFor(b);e&&g.setSourceContent(b,e)});return g};b.prototype.addMapping=function(a){var b=e.getArg(a,"generated"),f=e.getArg(a,"original",null),g=e.getArg(a,"source",null);a=e.getArg(a,"name",null);this._validateMapping(b,f,g,a);g&&!this._sources.has(g)&&this._sources.add(g);a&&!this._names.has(a)&&this._names.add(a);
this._mappings.push({generated:b,original:f,source:g,name:a})};b.prototype.setSourceContent=function(a,b){var f=a;this._sourceRoot&&(f=e.relative(this._sourceRoot,f));null!==b?(this._sourcesContents||(this._sourcesContents={}),this._sourcesContents[e.toSetString(f)]=b):(delete this._sourcesContents[e.toSetString(f)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))};b.prototype.applySourceMap=function(a,b){b||(b=a.file);var f=this._sourceRoot;f&&(b=e.relative(f,b));var g=
new p,k=new p;this._mappings.forEach(function(h){if(h.source===b&&h.original){var d=a.originalPositionFor({line:h.original.line,column:h.original.column});null!==d.source&&(h.source=f?e.relative(f,d.source):d.source,h.original.line=d.line,h.original.column=d.column,null!==d.name&&null!==h.name&&(h.name=d.name))}(d=h.source)&&!g.has(d)&&g.add(d);(h=h.name)&&!k.has(h)&&k.add(h)},this);this._sources=g;this._names=k;a.sources.forEach(function(b){var d=a.sourceContentFor(b);d&&(f&&(b=e.relative(f,b)),
this.setSourceContent(b,d))},this)};b.prototype._validateMapping=function(a,b,e,f){if(!(a&&"line"in a&&"column"in a&&0<a.line&&0<=a.column&&!b&&!e&&!f||a&&"line"in a&&"column"in a&&b&&"line"in b&&"column"in b&&0<a.line&&0<=a.column&&0<b.line&&0<=b.column&&e))throw Error("Invalid mapping.");};b.prototype._serializeMappings=function(){var b=0,e=1,g=0,h=0,k=0,p=0,d="",c;this._mappings.sort(f);for(var u=0,m=this._mappings.length;u<m;u++){c=this._mappings[u];if(c.generated.line!==e)for(b=0;c.generated.line!==
e;)d+=";",e++;else if(0<u){if(!f(c,this._mappings[u-1]))continue;d+=","}d+=a.encode(c.generated.column-b);b=c.generated.column;c.source&&c.original&&(d+=a.encode(this._sources.indexOf(c.source)-p),p=this._sources.indexOf(c.source),d+=a.encode(c.original.line-1-h),h=c.original.line-1,d+=a.encode(c.original.column-g),g=c.original.column,c.name&&(d+=a.encode(this._names.indexOf(c.name)-k),k=this._names.indexOf(c.name)))}return d};b.prototype.toJSON=function(){var a={version:this._version,file:this._file,
sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};this._sourceRoot&&(a.sourceRoot=this._sourceRoot);this._sourcesContents&&(a.sourcesContent=a.sources.map(function(b){a.sourceRoot&&(b=e.relative(a.sourceRoot,b));return Object.prototype.hasOwnProperty.call(this._sourcesContents,e.toSetString(b))?this._sourcesContents[e.toSetString(b)]:null},this));return a};b.prototype.toString=function(){return JSON.stringify(this)};m.SourceMapGenerator=b})},{"./array-set":9,
"./base64-vlq":10,"./util":16,amdefine:17}],15:[function(m,x,h){if("function"!==typeof w)var w=m("amdefine")(x,m);w(function(h,m,q){function b(b,a,e,g,h){this.children=[];this.sourceContents={};this.line=void 0===b?null:b;this.column=void 0===a?null:a;this.source=void 0===e?null:e;this.name=void 0===h?null:h;null!=g&&this.add(g)}var k=h("./source-map-generator").SourceMapGenerator,g=h("./util");b.fromStringWithSourceMap=function(f,a){function e(a,e){null===a||void 0===a.source?g.add(e):g.add(new b(a.originalLine,
a.originalColumn,a.source,e,a.name))}var g=new b,h=f.split("\n"),k=1,m=0,q=null;a.eachMapping(function(a){if(null===q){for(;k<a.generatedLine;)g.add(h.shift()+"\n"),k++;if(m<a.generatedColumn){var b=h[0];g.add(b.substr(0,a.generatedColumn));h[0]=b.substr(a.generatedColumn);m=a.generatedColumn}}else{if(k<a.generatedLine){var d="";do d+=h.shift()+"\n",k++,m=0;while(k<a.generatedLine);m<a.generatedColumn&&(b=h[0],d+=b.substr(0,a.generatedColumn),h[0]=b.substr(a.generatedColumn),m=a.generatedColumn)}else b=
h[0],d=b.substr(0,a.generatedColumn-m),h[0]=b.substr(a.generatedColumn-m),m=a.generatedColumn;e(q,d)}q=a},this);e(q,h.join("\n"));a.sources.forEach(function(b){var e=a.sourceContentFor(b);e&&g.setSourceContent(b,e)});return g};b.prototype.add=function(f){if(Array.isArray(f))f.forEach(function(a){this.add(a)},this);else if(f instanceof b||"string"===typeof f)f&&this.children.push(f);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+f);return this};
b.prototype.prepend=function(f){if(Array.isArray(f))for(var a=f.length-1;0<=a;a--)this.prepend(f[a]);else if(f instanceof b||"string"===typeof f)this.children.unshift(f);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+f);return this};b.prototype.walk=function(f){this.children.forEach(function(a){a instanceof b?a.walk(f):""!==a&&f(a,{source:this.source,line:this.line,column:this.column,name:this.name})},this)};b.prototype.join=function(b){var a,
e,g=this.children.length;if(0<g){a=[];for(e=0;e<g-1;e++)a.push(this.children[e]),a.push(b);a.push(this.children[e]);this.children=a}return this};b.prototype.replaceRight=function(f,a){var e=this.children[this.children.length-1];e instanceof b?e.replaceRight(f,a):"string"===typeof e?this.children[this.children.length-1]=e.replace(f,a):this.children.push("".replace(f,a));return this};b.prototype.setSourceContent=function(b,a){this.sourceContents[g.toSetString(b)]=a};b.prototype.walkSourceContents=function(f){this.children.forEach(function(a){a instanceof
b&&a.walkSourceContents(f)},this);Object.keys(this.sourceContents).forEach(function(a){f(g.fromSetString(a),this.sourceContents[a])},this)};b.prototype.toString=function(){var b="";this.walk(function(a){b+=a});return b};b.prototype.toStringWithSourceMap=function(b){var a="",e=1,g=0,h=new k(b),m=!1,q=null,w=null,y=null,t=null;this.walk(function(b,c){a+=b;null!==c.source&&null!==c.line&&null!==c.column?(q===c.source&&w===c.line&&y===c.column&&t===c.name||h.addMapping({source:c.source,original:{line:c.line,
column:c.column},generated:{line:e,column:g},name:c.name}),q=c.source,w=c.line,y=c.column,t=c.name,m=!0):m&&(h.addMapping({generated:{line:e,column:g}}),q=null,m=!1);b.split("").forEach(function(a){"\n"===a?(e++,g=0):g++})});this.walkSourceContents(function(a,b){h.setSourceContent(a,b)});return{code:a,map:h}};m.SourceNode=b})},{"./source-map-generator":14,"./util":16,amdefine:17}],16:[function(m,x,h){if("function"!==typeof w)var w=m("amdefine")(x,m);w(function(h,m,q){function b(b){return(b=b.match(g))?
{scheme:b[1],auth:b[3],host:b[4],port:b[6],path:b[7]}:null}function k(b){var a=b.scheme+"://";b.auth&&(a+=b.auth+"@");b.host&&(a+=b.host);b.port&&(a+=":"+b.port);b.path&&(a+=b.path);return a}m.getArg=function(b,a,e){if(a in b)return b[a];if(3===arguments.length)return e;throw Error('"'+a+'" is a required argument.');};var g=/([\w+\-.]+):\/\/((\w+:\w+)@)?([\w.]+)?(:(\d+))?(\S+)?/;m.urlParse=b;m.urlGenerate=k;m.join=function(f,a){var e;return a.match(g)?a:"/"===a.charAt(0)&&(e=b(f))?(e.path=a,k(e)):
f.replace(/\/$/,"")+"/"+a};m.toSetString=function(b){return"$"+b};m.fromSetString=function(b){return b.substr(1)};m.relative=function(f,a){f=f.replace(/\/$/,"");var e=b(f);return"/"==a.charAt(0)&&e&&"/"==e.path?a.slice(1):0===a.indexOf(f+"/")?a.substr(f.length+1):a}})},{amdefine:17}],17:[function(m,x,h){var w=m("__browserify_process"),B="/node_modules/source-map/node_modules/amdefine/amdefine.js";"use strict";x.exports=function(h,q){function b(a,b){var d;if(a&&"."===a.charAt(0)&&b){d=b.split("/");
d=d.slice(0,d.length-1);var c=d=d.concat(a.split("/")),e,f;for(e=0;c[e];e+=1)if(f=c[e],"."===f)c.splice(e,1),e-=1;else if(".."===f)if(1!==e||".."!==c[2]&&".."!==c[0])0<e&&(c.splice(e-1,2),e-=2);else break;a=d.join("/")}return a}function k(a){return function(e){return b(e,a)}}function g(a){function b(d){p[a]=d}b.fromText=function(a,b){throw Error("amdefine does not implement load.fromText");};return b}function f(a,b,d){var c,e,f;if(a)e=p[a]={},f={id:a,uri:B,exports:e},c=s(q,e,f,a);else{if(n)throw Error("amdefine with no module ID cannot be called more than once per file.");
n=!0;e=h.exports;f=h;c=s(q,e,f,h.id)}b&&(b=b.map(function(a){return c(a)}));b="function"===typeof d?d.apply(f.exports,b):d;void 0!==b&&(f.exports=b,a&&(p[a]=f.exports))}function a(a,b,d){Array.isArray(a)?(d=b,b=a,a=void 0):"string"!==typeof a&&(d=a,a=b=void 0);b&&!Array.isArray(b)&&(d=b,b=void 0);b||(b=["require","exports","module"]);a?e[a]=[a,b,d]:f(a,b,d)}var e={},p={},n=!1,v=m("path"),s,x;s=function(a,e,d,c){function f(b,g){if("string"===typeof b)return x(a,e,d,b,c);b=b.map(function(b){return x(a,
e,d,b,c)});w.nextTick(function(){g.apply(null,b)})}f.toUrl=function(a){return 0===a.indexOf(".")?b(a,v.dirname(d.filename)):a};return f};q=q||function(){return h.require.apply(h,arguments)};x=function(a,h,d,c,m){var n=c.indexOf("!"),q=c;if(-1===n){c=b(c,m);if("require"===c)return s(a,h,d,m);if("exports"===c)return h;if("module"===c)return d;if(p.hasOwnProperty(c))return p[c];if(e[c])return f.apply(null,e[c]),p[c];if(a)return a(q);throw Error("No module with ID: "+c);}q=c.substring(0,n);c=c.substring(n+
1,c.length);n=x(a,h,d,q,m);c=n.normalize?n.normalize(c,k(m)):b(c,m);p[c]||n.load(c,s(a,h,d,m),g(c),{});return p[c]};a.require=function(a){if(p[a])return p[a];if(e[a])return f.apply(null,e[a]),p[a]};a.amd={};return a}},{__browserify_process:7,path:4}],18:[function(m,x,h){function w(a){if(a in s)return s[a];try{if("undefined"!==typeof window){var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);var e=4===b.readyState?b.responseText:null}else e=p.readFileSync(a,"utf8")}catch(f){e=null}return s[a]=
e}function B(a,b){var f=/^\w+:\/\/[^\/]*/.exec(a),f=f?f[0]:"";return f+e.resolve(a.slice(f.length),b)}function D(a){var b=/^eval at ([^(]+) \((.+):(\d+):(\d+)\)$/.exec(a);return b?(a=t({source:b[2],line:b[3],column:b[4]}),"eval at "+b[1]+" ("+a.source+":"+a.line+":"+a.column+")"):(b=/^eval at ([^(]+) \((.+)\)$/.exec(a))?"eval at "+b[1]+" ("+D(b[2])+")":a}function q(a){var b=a.getFileName()||a.getScriptNameOrSourceURL();if(b){var e=t({source:b,line:a.getLineNumber(),column:a.getColumnNumber()});return{__proto__:a,
getFileName:function(){return e.source},getLineNumber:function(){return e.line},getColumnNumber:function(){return e.column},getScriptNameOrSourceURL:function(){return e.source}}}var f=a.isEval()&&a.getEvalOrigin();return f?(f=D(f),{__proto__:a,getEvalOrigin:function(){return f}}):a}function b(a,b){v&&(s={},A={});return a+b.map(function(a){return"\n at "+q(a)}).join("")}function k(a){a&&a.stack||(console.log("Uncaught exception:",a),g.exit());var b=/\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(a.stack);
if(b&&(b=t({source:b[1],line:b[2],column:b[3]}),p.existsSync(b.source))){var e=p.readFileSync(b.source,"utf8").split(/(?:\r\n|\r|\n)/)[b.line-1];e&&(console.log("\n"+b.source+":"+b.line),console.log(e),console.log(Array(+b.column).join(" ")+"^"))}console.log(a.stack);g.exit()}var g=m("__browserify_process"),f=m("__browserify_Buffer").Buffer,a=m("source-map").SourceMapConsumer,e=m("path"),p=m("fs"),n=!1,v=!1,s={},A={},y=function(a){var b=w(a),b=/\/\/[#@]\s*sourceMappingURL=(.*)\s*$/m.exec(b);if(!b)return null;
b=b[1];"data:application/json;base64,"==b.slice(0,29).toLowerCase()?a=(new f(b.slice(29),"base64")).toString():(a=e.dirname(a),b=B(a,b),a=w(b,"utf8"));return a?{url:b,map:a}:null},t=h.mapSourcePosition=function(b){var c=A[b.source];if(!c){var f=y(b.source);f&&(c=A[b.source]={url:f.url,map:new a(f.map)})}return c&&(f=c.map.originalPositionFor(b),null!==f.source)?(c.url&&(f.source=B(e.dirname(c.url),f.source)),f):b};h.install=function(a){if(!n){n=!0;Error.prepareStackTrace=b;a=a||{};var c="handleUncaughtExceptions"in
a?a.handleUncaughtExceptions:!0;v="emptyCacheBetweenOperations"in a?a.emptyCacheBetweenOperations:!1;a.retrieveSourceMap&&(y=a.retrieveSourceMap);if(c&&"undefined"===typeof window)g.on("uncaughtException",k)}}},{__browserify_Buffer:6,__browserify_process:7,fs:3,path:4,"source-map":8}]},{},[1]);return M});
(this.define||function(M,N){this.sourceMapSupport=N()})("browser-source-map-support",function(M){(function k(y,g,v){function C(b,m){if(!g[b]){if(!y[b]){var f="function"==typeof require&&require;if(!m&&f)return f(b,!0);if(E)return E(b,!0);throw Error("Cannot find module '"+b+"'");}f=g[b]={exports:{}};y[b][0].call(f.exports,function(e){var a=y[b][1][e];return C(a?a:e)},f,f.exports,k,y,g,v)}return g[b].exports}for(var E="function"==typeof require&&require,p=0;p<v.length;p++)C(v[p]);return C})({1:[function(k,
y,g){M=k("./source-map-support")},{"./source-map-support":18}],2:[function(k,y,g){function v(a){return"[object Array]"===f.call(a)}function C(a,d){var b;if(null===a)b={__proto__:null};else{if("object"!==typeof a)throw new TypeError("typeof prototype["+typeof a+"] != 'object'");b=function(){};b.prototype=a;b=new b;b.__proto__=a}"undefined"!==typeof d&&Object.defineProperties&&Object.defineProperties(b,d);return b}function E(a){return"object"!=typeof a&&"function"!=typeof a||null===a}function p(a){if(E(a))throw new TypeError("Object.keys called on a non-object");
var b=[],d;for(d in a)e.call(a,d)&&b.push(d);return b}function b(a){if(E(a))throw new TypeError("Object.getOwnPropertyNames called on a non-object");var b=p(a);g.isArray(a)&&-1===g.indexOf(a,"length")&&b.push("length");return b}function m(a,b){return{value:a[b]}}var f=Object.prototype.toString,e=Object.prototype.hasOwnProperty;g.isArray="function"===typeof Array.isArray?Array.isArray:v;g.indexOf=function(a,b){if(a.indexOf)return a.indexOf(b);for(var d=0;d<a.length;d++)if(b===a[d])return d;return-1};
g.filter=function(a,b){if(a.filter)return a.filter(b);for(var d=[],e=0;e<a.length;e++)b(a[e],e,a)&&d.push(a[e]);return d};g.forEach=function(a,b,d){if(a.forEach)return a.forEach(b,d);for(var e=0;e<a.length;e++)b.call(d,a[e],e,a)};g.map=function(a,b){if(a.map)return a.map(b);for(var d=Array(a.length),e=0;e<a.length;e++)d[e]=b(a[e],e,a);return d};g.reduce=function(a,b,d){if(a.reduce)return a.reduce(b,d);var e,r=!1;2<arguments.length&&(e=d,r=!0);for(var h=0,c=a.length;c>h;++h)a.hasOwnProperty(h)&&(r?
e=b(e,a[h],h,a):(e=a[h],r=!0));return e};"b"!=="ab".substr(-1)?g.substr=function(a,b,d){0>b&&(b=a.length+b);return a.substr(b,d)}:g.substr=function(a,b,d){return a.substr(b,d)};g.trim=function(a){return a.trim?a.trim():a.replace(/^\s+|\s+$/g,"")};g.bind=function(){var a=Array.prototype.slice.call(arguments),b=a.shift();if(b.bind)return b.bind.apply(b,a);var d=a.shift();return function(){b.apply(d,a.concat([Array.prototype.slice.call(arguments)]))}};g.create="function"===typeof Object.create?Object.create:
C;var a="function"===typeof Object.keys?Object.keys:p,d="function"===typeof Object.getOwnPropertyNames?Object.getOwnPropertyNames:b;if(Error().hasOwnProperty("description")){var n=function(a,b){"[object Error]"===f.call(a)&&(b=g.filter(b,function(a){return"description"!==a&&"number"!==a&&"message"!==a}));return b};g.keys=function(b){return n(b,a(b))};g.getOwnPropertyNames=function(a){return n(a,d(a))}}else g.keys=a,g.getOwnPropertyNames=d;if("function"===typeof Object.getOwnPropertyDescriptor)try{Object.getOwnPropertyDescriptor({a:1},
"a"),g.getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor}catch(l){g.getOwnPropertyDescriptor=function(a,b){try{return Object.getOwnPropertyDescriptor(a,b)}catch(d){return m(a,b)}}}else g.getOwnPropertyDescriptor=m},{}],3:[function(k,y,g){},{}],4:[function(k,y,g){function v(b,f){for(var e=0,a=b.length-1;0<=a;a--){var d=b[a];"."===d?b.splice(a,1):".."===d?(b.splice(a,1),e++):e&&(b.splice(a,1),e--)}if(f)for(;e--;e)b.unshift("..");return b}var C=k("__browserify_process"),E=k("util"),p=k("_shims"),
b=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;g.resolve=function(){for(var b="",f=!1,e=arguments.length-1;-1<=e&&!f;e--){var a=0<=e?arguments[e]:C.cwd();if(!E.isString(a))throw new TypeError("Arguments to path.resolve must be strings");a&&(b=a+"/"+b,f="/"===a.charAt(0))}b=v(p.filter(b.split("/"),function(a){return!!a}),!f).join("/");return(f?"/":"")+b||"."};g.normalize=function(b){var f=g.isAbsolute(b),e="/"===p.substr(b,-1);(b=v(p.filter(b.split("/"),function(a){return!!a}),!f).join("/"))||
f||(b=".");b&&e&&(b+="/");return(f?"/":"")+b};g.isAbsolute=function(b){return"/"===b.charAt(0)};g.join=function(){var b=Array.prototype.slice.call(arguments,0);return g.normalize(p.filter(b,function(b,e){if(!E.isString(b))throw new TypeError("Arguments to path.join must be strings");return b}).join("/"))};g.relative=function(b,f){function e(a){for(var b=0;b<a.length&&""===a[b];b++);for(var d=a.length-1;0<=d&&""===a[d];d--);return b>d?[]:a.slice(b,d-b+1)}b=g.resolve(b).substr(1);f=g.resolve(f).substr(1);
for(var a=e(b.split("/")),d=e(f.split("/")),n=Math.min(a.length,d.length),l=n,w=0;w<n;w++)if(a[w]!==d[w]){l=w;break}n=[];for(w=l;w<a.length;w++)n.push("..");n=n.concat(d.slice(l));return n.join("/")};g.sep="/";g.delimiter=":";g.dirname=function(m){var f=b.exec(m).slice(1);m=f[0];f=f[1];if(!m&&!f)return".";f&&(f=f.substr(0,f.length-1));return m+f};g.basename=function(m,f){var e=b.exec(m).slice(1)[2];f&&e.substr(-1*f.length)===f&&(e=e.substr(0,e.length-f.length));return e};g.extname=function(m){return b.exec(m).slice(1)[3]}},
{__browserify_process:7,_shims:2,util:5}],5:[function(k,y,g){function v(c,a){var d={seen:[],stylize:E};3<=arguments.length&&(d.depth=arguments[2]);4<=arguments.length&&(d.colors=arguments[3]);n(a)?d.showHidden=a:a&&g._extend(d,a);u(d.showHidden)&&(d.showHidden=!1);u(d.depth)&&(d.depth=2);u(d.colors)&&(d.colors=!1);u(d.customInspect)&&(d.customInspect=!0);d.colors&&(d.stylize=C);return b(d,c,d.depth)}function C(c,a){var b=v.styles[a];return b?"\u001b["+v.colors[b][0]+"m"+c+"\u001b["+v.colors[b][1]+
"m":c}function E(c,a){return c}function p(c){var a={};D.forEach(c,function(c,b){a[c]=!0});return a}function b(t,l,n){if(t.customInspect&&l&&c(l.inspect)&&l.inspect!==g.inspect&&(!l.constructor||l.constructor.prototype!==l)){var q=l.inspect(n);w(q)||(q=b(t,q,n));return q}if(q=m(t,l))return q;var s=D.keys(l),z=p(s);t.showHidden&&(s=D.getOwnPropertyNames(l));if(0===s.length){if(c(l))return t.stylize("[Function"+(l.name?": "+l.name:"")+"]","special");if(A(l))return t.stylize(RegExp.prototype.toString.call(l),
"regexp");if(r(l))return t.stylize(Date.prototype.toString.call(l),"date");if(h(l))return"["+Error.prototype.toString.call(l)+"]"}var q="",x=!1,B=["{","}"];d(l)&&(x=!0,B=["[","]"]);c(l)&&(q=" [Function"+(l.name?": "+l.name:"")+"]");A(l)&&(q=" "+RegExp.prototype.toString.call(l));r(l)&&(q=" "+Date.prototype.toUTCString.call(l));h(l)&&(q=" "+("["+Error.prototype.toString.call(l)+"]"));if(0===s.length&&(!x||0==l.length))return B[0]+q+B[1];if(0>n)return A(l)?t.stylize(RegExp.prototype.toString.call(l),
"regexp"):t.stylize("[Object]","special");t.seen.push(l);s=x?f(t,l,n,z,s):s.map(function(c){return e(t,l,n,z,c,x)});t.seen.pop();return a(s,q,B)}function m(c,a){if(u(a))return c.stylize("undefined","undefined");if(w(a)){var b="'"+JSON.stringify(a).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return c.stylize(b,"string")}if(l(a))return c.stylize(""+a,"number");if(n(a))return c.stylize(""+a,"boolean");if(null===a)return c.stylize("null","null")}function f(c,a,b,d,h){for(var z=[],
x=0,B=a.length;x<B;++x)Object.prototype.hasOwnProperty.call(a,String(x))?z.push(e(c,a,b,d,String(x),!0)):z.push("");D.forEach(h,function(x){x.match(/^\d+$/)||z.push(e(c,a,b,d,x,!0))});return z}function e(c,a,d,h,e,z){var x,B;a=D.getOwnPropertyDescriptor(a,e)||{value:a[e]};a.get?B=a.set?c.stylize("[Getter/Setter]","special"):c.stylize("[Getter]","special"):a.set&&(B=c.stylize("[Setter]","special"));Object.prototype.hasOwnProperty.call(h,e)||(x="["+e+"]");B||(0>D.indexOf(c.seen,a.value)?(B=null===d?
b(c,a.value,null):b(c,a.value,d-1),-1<B.indexOf("\n")&&(B=z?B.split("\n").map(function(z){return" "+z}).join("\n").substr(2):"\n"+B.split("\n").map(function(z){return" "+z}).join("\n"))):B=c.stylize("[Circular]","special"));if(u(x)){if(z&&e.match(/^\d+$/))return B;x=JSON.stringify(""+e);x.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(x=x.substr(1,x.length-2),x=c.stylize(x,"name")):(x=x.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),x=c.stylize(x,"string"))}return x+": "+B}function a(c,
a,b){var d=0;return 60<D.reduce(c,function(c,z){d++;0<=z.indexOf("\n")&&d++;return c+z.replace(/\u001b\[\d\d?m/g,"").length+1},0)?b[0]+(""===a?"":a+"\n ")+" "+c.join(",\n ")+" "+b[1]:b[0]+a+" "+c.join(", ")+" "+b[1]}function d(c){return D.isArray(c)}function n(c){return"boolean"===typeof c}function l(c){return"number"===typeof c}function w(c){return"string"===typeof c}function u(c){return void 0===c}function A(c){return q(c)&&"[object RegExp]"===Object.prototype.toString.call(c)}function q(c){return"object"===
typeof c&&c}function r(c){return q(c)&&"[object Date]"===Object.prototype.toString.call(c)}function h(c){return q(c)&&"[object Error]"===Object.prototype.toString.call(c)}function c(c){return"function"===typeof c}function t(c){return 10>c?"0"+c.toString(10):c.toString(10)}function G(){var c=new Date,a=[t(c.getHours()),t(c.getMinutes()),t(c.getSeconds())].join(":");return[c.getDate(),H[c.getMonth()],a].join(" ")}var D=k("_shims"),I=/%[sdj%]/g;g.format=function(c){if(!w(c)){for(var a=[],b=0;b<arguments.length;b++)a.push(v(arguments[b]));
return a.join(" ")}for(var b=1,d=arguments,h=d.length,a=String(c).replace(I,function(z){if("%%"===z)return"%";if(b>=h)return z;switch(z){case "%s":return String(d[b++]);case "%d":return Number(d[b++]);case "%j":try{return JSON.stringify(d[b++])}catch(c){return"[Circular]"}default:return z}}),z=d[b];b<h;z=d[++b])a=null!==z&&q(z)?a+(" "+v(z)):a+(" "+z);return a};g.inspect=v;v.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]};v.styles={special:"cyan",number:"yellow","boolean":"yellow",undefined:"grey","null":"bold",string:"green",date:"magenta",regexp:"red"};g.isArray=d;g.isBoolean=n;g.isNull=function(c){return null===c};g.isNullOrUndefined=function(c){return null==c};g.isNumber=l;g.isString=w;g.isSymbol=function(c){return"symbol"===typeof c};g.isUndefined=u;g.isRegExp=A;g.isObject=q;g.isDate=r;g.isError=h;g.isFunction=c;g.isPrimitive=function(c){return null===
c||"boolean"===typeof c||"number"===typeof c||"string"===typeof c||"symbol"===typeof c||"undefined"===typeof c};g.isBuffer=function(c){return c&&"object"===typeof c&&"function"===typeof c.copy&&"function"===typeof c.fill&&"function"===typeof c.binarySlice};var H="Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" ");g.log=function(){console.log("%s - %s",G(),g.format.apply(g,arguments))};g.inherits=function(c,a){c.super_=a;c.prototype=D.create(a.prototype,{constructor:{value:c,enumerable:!1,
writable:!0,configurable:!0}})};g._extend=function(c,a){if(!a||!q(a))return c;for(var b=D.keys(a),d=b.length;d--;)c[b[d]]=a[b[d]];return c}},{_shims:2}],6:[function(k,y,g){k=function C(g,p,b){function m(a,d){if(!p[a]){if(!g[a]){var e="function"==typeof k&&k;if(!d&&e)return e(a,!0);if(f)return f(a,!0);throw Error("Cannot find module '"+a+"'");}e=p[a]={exports:{}};g[a][0].call(e.exports,function(b){var d=g[a][1][b];return m(d?d:b)},e,e.exports,C,g,p,b)}return p[a].exports}for(var f="function"==typeof k&&
k,e=0;e<b.length;e++)m(b[e]);return m}({1:[function(g,k,p){p.readIEEE754=function(b,m,f,e,a){var d;d=8*a-e-1;var n=(1<<d)-1,l=n>>1,w=-7;a=f?0:a-1;var u=f?1:-1,g=b[m+a];a+=u;f=g&(1<<-w)-1;g>>=-w;for(w+=d;0<w;f=256*f+b[m+a],a+=u,w-=8);d=f&(1<<-w)-1;f>>=-w;for(w+=e;0<w;d=256*d+b[m+a],a+=u,w-=8);if(0===f)f=1-l;else{if(f===n)return d?NaN:Infinity*(g?-1:1);d+=Math.pow(2,e);f-=l}return(g?-1:1)*d*Math.pow(2,f-e)};p.writeIEEE754=function(b,m,f,e,a,d){var n,l=8*d-a-1,w=(1<<l)-1,u=w>>1,g=23===a?Math.pow(2,-24)-
Math.pow(2,-77):0;d=e?d-1:0;var q=e?-1:1,r=0>m||0===m&&0>1/m?1:0;m=Math.abs(m);isNaN(m)||Infinity===m?(m=isNaN(m)?1:0,e=w):(e=Math.floor(Math.log(m)/Math.LN2),1>m*(n=Math.pow(2,-e))&&(e--,n*=2),m=1<=e+u?m+g/n:m+g*Math.pow(2,1-u),2<=m*n&&(e++,n/=2),e+u>=w?(m=0,e=w):1<=e+u?(m=(m*n-1)*Math.pow(2,a),e+=u):(m=m*Math.pow(2,u-1)*Math.pow(2,a),e=0));for(;8<=a;b[f+d]=m&255,d+=q,m/=256,a-=8);e=e<<a|m;for(l+=a;0<l;b[f+d]=e&255,d+=q,e/=256,l-=8);b[f+d-q]|=128*r}},{}],q9TxCC:[function(g,k,p){function b(c,x,a){s||
(s=g("assert"));if(!(this instanceof b))return new b(c,x,a);this.parent=this;this.offset=0;if("base64"==x&&"string"==typeof c)for(c=c.trim?c.trim():c.replace(/^\s+|\s+$/g,"");0!=c.length%4;)c+="=";if("number"===typeof a)for(this.length=f(x),x=0;x<this.length;x++)this[x]=c.get(x+a);else{switch(a=typeof c){case "number":this.length=f(c);break;case "string":this.length=b.byteLength(c,x);break;case "object":this.length=f(c.length);break;default:throw Error("First argument needs to be a number, array or string.");
}var d=c;if(e(d)||b.isBuffer(d)||d&&"object"===typeof d&&"number"===typeof d.length)for(x=0;x<this.length;x++)this[x]=c instanceof b?c.readUInt8(x):c[x];else if("string"==a)this.length=this.write(c,0,x);else if("number"===a)for(x=0;x<this.length;x++)this[x]=0}}function m(c,a,b){if("number"!==typeof c)return b;c=~~c;if(c>=a)return a;if(0<=c)return c;c+=a;return 0<=c?c:0}function f(c){c=~~Math.ceil(+c);return 0>c?0:c}function e(c){return(Array.isArray||function(c){return"[object Array]"=={}.toString.apply(c)})(c)}
function a(c){return 16>c?"0"+c.toString(16):c.toString(16)}function d(c){for(var a=[],b=0;b<c.length;b++)if(127>=c.charCodeAt(b))a.push(c.charCodeAt(b));else for(var d=encodeURIComponent(c.charAt(b)).substr(1).split("%"),h=0;h<d.length;h++)a.push(parseInt(d[h],16));return a}function n(c){return g("base64-js").toByteArray(c)}function l(c,a,b,d){for(var h=0;h<d&&!(h+b>=a.length||h>=c.length);)a[h+b]=c[h],h++;return h}function w(c){try{return decodeURIComponent(c)}catch(a){return String.fromCharCode(65533)}}
function u(c,a,b,d){var h=0;d||(s.ok("boolean"===typeof b,"missing or invalid endian"),s.ok(void 0!==a&&null!==a,"missing offset"),s.ok(a+1<c.length,"Trying to read beyond buffer length"));if(a>=c.length)return 0;b?(h=c[a]<<8,a+1<c.length&&(h|=c[a+1])):(h=c[a],a+1<c.length&&(h|=c[a+1]<<8));return h}function A(c,a,b,d){var h=0;d||(s.ok("boolean"===typeof b,"missing or invalid endian"),s.ok(void 0!==a&&null!==a,"missing offset"),s.ok(a+3<c.length,"Trying to read beyond buffer length"));if(a>=c.length)return 0;
b?(a+1<c.length&&(h=c[a+1]<<16),a+2<c.length&&(h|=c[a+2]<<8),a+3<c.length&&(h|=c[a+3]),h+=c[a]<<24>>>0):(a+2<c.length&&(h=c[a+2]<<16),a+1<c.length&&(h|=c[a+1]<<8),h|=c[a],a+3<c.length&&(h+=c[a+3]<<24>>>0));return h}function q(c,a,b,d){d||(s.ok("boolean"===typeof b,"missing or invalid endian"),s.ok(void 0!==a&&null!==a,"missing offset"),s.ok(a+1<c.length,"Trying to read beyond buffer length"));c=u(c,a,b,d);return c&32768?-1*(65535-c+1):c}function r(c,a,b,d){d||(s.ok("boolean"===typeof b,"missing or invalid endian"),
s.ok(void 0!==a&&null!==a,"missing offset"),s.ok(a+3<c.length,"Trying to read beyond buffer length"));c=A(c,a,b,d);return c&2147483648?-1*(4294967295-c+1):c}function h(c,a,b,d){d||(s.ok("boolean"===typeof b,"missing or invalid endian"),s.ok(a+3<c.length,"Trying to read beyond buffer length"));return g("./buffer_ieee754").readIEEE754(c,a,b,23,4)}function c(c,a,b,d){d||(s.ok("boolean"===typeof b,"missing or invalid endian"),s.ok(a+7<c.length,"Trying to read beyond buffer length"));return g("./buffer_ieee754").readIEEE754(c,
a,b,52,8)}function t(c,a){s.ok("number"==typeof c,"cannot write a non-number as a number");s.ok(0<=c,"specified a negative value for writing an unsigned value");s.ok(c<=a,"value is larger than maximum value for type");s.ok(Math.floor(c)===c,"value has a fractional component")}function G(c,a,b,d,h){h||(s.ok(void 0!==a&&null!==a,"missing value"),s.ok("boolean"===typeof d,"missing or invalid endian"),s.ok(void 0!==b&&null!==b,"missing offset"),s.ok(b+1<c.length,"trying to write beyond buffer length"),
t(a,65535));for(h=0;h<Math.min(c.length-b,2);h++)c[b+h]=(a&255<<8*(d?1-h:h))>>>8*(d?1-h:h)}function D(c,a,b,d,h){h||(s.ok(void 0!==a&&null!==a,"missing value"),s.ok("boolean"===typeof d,"missing or invalid endian"),s.ok(void 0!==b&&null!==b,"missing offset"),s.ok(b+3<c.length,"trying to write beyond buffer length"),t(a,4294967295));for(h=0;h<Math.min(c.length-b,4);h++)c[b+h]=a>>>8*(d?3-h:h)&255}function y(c,a,b){s.ok("number"==typeof c,"cannot write a non-number as a number");s.ok(c<=a,"value larger than maximum allowed value");
s.ok(c>=b,"value smaller than minimum allowed value");s.ok(Math.floor(c)===c,"value has a fractional component")}function H(c,a,b){s.ok("number"==typeof c,"cannot write a non-number as a number");s.ok(c<=a,"value larger than maximum allowed value");s.ok(c>=b,"value smaller than minimum allowed value")}function J(c,a,b,d,h){h||(s.ok(void 0!==a&&null!==a,"missing value"),s.ok("boolean"===typeof d,"missing or invalid endian"),s.ok(void 0!==b&&null!==b,"missing offset"),s.ok(b+1<c.length,"Trying to write beyond buffer length"),
y(a,32767,-32768));0<=a?G(c,a,b,d,h):G(c,65535+a+1,b,d,h)}function F(c,a,b,d,h){h||(s.ok(void 0!==a&&null!==a,"missing value"),s.ok("boolean"===typeof d,"missing or invalid endian"),s.ok(void 0!==b&&null!==b,"missing offset"),s.ok(b+3<c.length,"Trying to write beyond buffer length"),y(a,2147483647,-2147483648));0<=a?D(c,a,b,d,h):D(c,4294967295+a+1,b,d,h)}function K(c,a,b,d,h){h||(s.ok(void 0!==a&&null!==a,"missing value"),s.ok("boolean"===typeof d,"missing or invalid endian"),s.ok(void 0!==b&&null!==
b,"missing offset"),s.ok(b+3<c.length,"Trying to write beyond buffer length"),H(a,3.4028234663852886E38,-3.4028234663852886E38));g("./buffer_ieee754").writeIEEE754(c,a,b,d,23,4)}function L(c,a,b,d,h){h||(s.ok(void 0!==a&&null!==a,"missing value"),s.ok("boolean"===typeof d,"missing or invalid endian"),s.ok(void 0!==b&&null!==b,"missing offset"),s.ok(b+7<c.length,"Trying to write beyond buffer length"),H(a,1.7976931348623157E308,-1.7976931348623157E308));g("./buffer_ieee754").writeIEEE754(c,a,b,d,52,
8)}var s;p.Buffer=b;p.SlowBuffer=b;b.poolSize=8192;p.INSPECT_MAX_BYTES=50;b.prototype.get=function(c){if(0>c||c>=this.length)throw Error("oob");return this[c]};b.prototype.set=function(c,a){if(0>c||c>=this.length)throw Error("oob");return this[c]=a};b.byteLength=function(c,a){switch(a||"utf8"){case "hex":return c.length/2;case "utf8":case "utf-8":return d(c).length;case "ascii":case "binary":return c.length;case "base64":return n(c).length;default:throw Error("Unknown encoding");}};b.prototype.utf8Write=
function(c,a,h){return b._charsWritten=l(d(c),this,a,h)};b.prototype.asciiWrite=function(c,a,d){for(var h=b,e=[],r=0;r<c.length;r++)e.push(c.charCodeAt(r)&255);return h._charsWritten=l(e,this,a,d)};b.prototype.binaryWrite=b.prototype.asciiWrite;b.prototype.base64Write=function(c,a,d){return b._charsWritten=l(n(c),this,a,d)};b.prototype.base64Slice=function(c,a){var b=Array.prototype.slice.apply(this,arguments);return g("base64-js").fromByteArray(b)};b.prototype.utf8Slice=function(){for(var c=Array.prototype.slice.apply(this,
arguments),a="",b="",d=0;d<c.length;)127>=c[d]?(a+=w(b)+String.fromCharCode(c[d]),b=""):b+="%"+c[d].toString(16),d++;return a+w(b)};b.prototype.asciiSlice=function(){for(var c=Array.prototype.slice.apply(this,arguments),a="",b=0;b<c.length;b++)a+=String.fromCharCode(c[b]);return a};b.prototype.binarySlice=b.prototype.asciiSlice;b.prototype.inspect=function(){for(var c=[],b=this.length,d=0;d<b;d++)if(c[d]=a(this[d]),d==p.INSPECT_MAX_BYTES){c[d+1]="...";break}return"<Buffer "+c.join(" ")+">"};b.prototype.hexSlice=
function(c,b){var d=this.length;if(!c||0>c)c=0;if(!b||0>b||b>d)b=d;for(var d="",h=c;h<b;h++)d+=a(this[h]);return d};b.prototype.toString=function(c,a,b){c=String(c||"utf8").toLowerCase();a=+a||0;"undefined"==typeof b&&(b=this.length);if(+b==a)return"";switch(c){case "hex":return this.hexSlice(a,b);case "utf8":case "utf-8":return this.utf8Slice(a,b);case "ascii":return this.asciiSlice(a,b);case "binary":return this.binarySlice(a,b);case "base64":return this.base64Slice(a,b);case "ucs2":case "ucs-2":return this.ucs2Slice(a,
b);default:throw Error("Unknown encoding");}};b.prototype.hexWrite=function(c,a,d){a=+a||0;var h=this.length-a;d?(d=+d,d>h&&(d=h)):d=h;h=c.length;if(h%2)throw Error("Invalid hex string");d>h/2&&(d=h/2);for(h=0;h<d;h++){var e=parseInt(c.substr(2*h,2),16);if(isNaN(e))throw Error("Invalid hex string");this[a+h]=e}b._charsWritten=2*h;return h};b.prototype.write=function(c,a,b,d){if(isFinite(a))isFinite(b)||(d=b,b=void 0);else{var h=d;d=a;a=b;b=h}a=+a||0;h=this.length-a;b?(b=+b,b>h&&(b=h)):b=h;d=String(d||
"utf8").toLowerCase();switch(d){case "hex":return this.hexWrite(c,a,b);case "utf8":case "utf-8":return this.utf8Write(c,a,b);case "ascii":return this.asciiWrite(c,a,b);case "binary":return this.binaryWrite(c,a,b);case "base64":return this.base64Write(c,a,b);case "ucs2":case "ucs-2":return this.ucs2Write(c,a,b);default:throw Error("Unknown encoding");}};b.prototype.slice=function(c,a){var d=this.length;c=m(c,d,0);a=m(a,d,d);return new b(this,a-c,+c)};b.prototype.copy=function(c,a,b,d){b||(b=0);if(void 0===
d||isNaN(d))d=this.length;a||(a=0);if(d<b)throw Error("sourceEnd < sourceStart");if(d===b||0==c.length||0==this.length)return 0;if(0>a||a>=c.length)throw Error("targetStart out of bounds");if(0>b||b>=this.length)throw Error("sourceStart out of bounds");if(0>d||d>this.length)throw Error("sourceEnd out of bounds");d>this.length&&(d=this.length);c.length-a<d-b&&(d=c.length-a+b);for(var h=[];b<d;b++)s.ok("undefined"!==typeof this[b],"copying undefined buffer bytes!"),h.push(this[b]);for(b=a;b<a+h.length;b++)c[b]=
h[b-a]};b.prototype.fill=function(c,a,b){c||(c=0);a||(a=0);b||(b=this.length);"string"===typeof c&&(c=c.charCodeAt(0));if("number"!==typeof c||isNaN(c))throw Error("value is not a number");if(b<a)throw Error("end < start");if(b===a||0==this.length)return 0;if(0>a||a>=this.length)throw Error("start out of bounds");if(0>b||b>this.length)throw Error("end out of bounds");for(;a<b;a++)this[a]=c};b.isBuffer=function(c){return c instanceof b||c instanceof b};b.concat=function(c,a){if(!e(c))throw Error("Usage: Buffer.concat(list, [totalLength])\n list should be an Array.");
if(0===c.length)return new b(0);if(1===c.length)return c[0];if("number"!==typeof a)for(var d=a=0;d<c.length;d++){var h=c[d];a+=h.length}for(var r=new b(a),t=0,d=0;d<c.length;d++)h=c[d],h.copy(r,t),t+=h.length;return r};b.isEncoding=function(c){switch((c+"").toLowerCase()){case "hex":case "utf8":case "utf-8":case "ascii":case "binary":case "base64":case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":case "raw":return!0;default:return!1}};b.prototype.readUInt8=function(c,a){a||(s.ok(void 0!==c&&
null!==c,"missing offset"),s.ok(c<this.length,"Trying to read beyond buffer length"));if(!(c>=this.length))return this[c]};b.prototype.readUInt16LE=function(c,a){return u(this,c,!1,a)};b.prototype.readUInt16BE=function(c,a){return u(this,c,!0,a)};b.prototype.readUInt32LE=function(c,a){return A(this,c,!1,a)};b.prototype.readUInt32BE=function(c,a){return A(this,c,!0,a)};b.prototype.readInt8=function(c,a){var b;a||(s.ok(void 0!==c&&null!==c,"missing offset"),s.ok(c<this.length,"Trying to read beyond buffer length"));
if(!(c>=this.length))return(b=this[c]&128)?-1*(255-this[c]+1):this[c]};b.prototype.readInt16LE=function(c,a){return q(this,c,!1,a)};b.prototype.readInt16BE=function(c,a){return q(this,c,!0,a)};b.prototype.readInt32LE=function(c,a){return r(this,c,!1,a)};b.prototype.readInt32BE=function(c,a){return r(this,c,!0,a)};b.prototype.readFloatLE=function(c,a){return h(this,c,!1,a)};b.prototype.readFloatBE=function(c,a){return h(this,c,!0,a)};b.prototype.readDoubleLE=function(a,b){return c(this,a,!1,b)};b.prototype.readDoubleBE=
function(a,b){return c(this,a,!0,b)};b.prototype.writeUInt8=function(c,a,b){b||(s.ok(void 0!==c&&null!==c,"missing value"),s.ok(void 0!==a&&null!==a,"missing offset"),s.ok(a<this.length,"trying to write beyond buffer length"),t(c,255));a<this.length&&(this[a]=c)};b.prototype.writeUInt16LE=function(c,a,b){G(this,c,a,!1,b)};b.prototype.writeUInt16BE=function(c,a,b){G(this,c,a,!0,b)};b.prototype.writeUInt32LE=function(c,a,b){D(this,c,a,!1,b)};b.prototype.writeUInt32BE=function(c,a,b){D(this,c,a,!0,b)};
b.prototype.writeInt8=function(c,a,b){b||(s.ok(void 0!==c&&null!==c,"missing value"),s.ok(void 0!==a&&null!==a,"missing offset"),s.ok(a<this.length,"Trying to write beyond buffer length"),y(c,127,-128));0<=c?this.writeUInt8(c,a,b):this.writeUInt8(255+c+1,a,b)};b.prototype.writeInt16LE=function(c,a,b){J(this,c,a,!1,b)};b.prototype.writeInt16BE=function(c,a,b){J(this,c,a,!0,b)};b.prototype.writeInt32LE=function(c,a,b){F(this,c,a,!1,b)};b.prototype.writeInt32BE=function(c,a,b){F(this,c,a,!0,b)};b.prototype.writeFloatLE=
function(c,a,b){K(this,c,a,!1,b)};b.prototype.writeFloatBE=function(c,a,b){K(this,c,a,!0,b)};b.prototype.writeDoubleLE=function(c,a,b){L(this,c,a,!1,b)};b.prototype.writeDoubleBE=function(c,a,b){L(this,c,a,!0,b)}},{"./buffer_ieee754":1,assert:6,"base64-js":4}],"buffer-browserify":[function(g,k,p){k.exports=g("q9TxCC")},{}],4:[function(g,k,p){(function(b){k.exports.toByteArray=function(b){var f,e,a,d,n;if(0<b.length%4)throw"Invalid string. Length must be a multiple of 4";d=b.indexOf("=");d=0<d?b.length-
d:0;n=[];e=0<d?b.length-4:b.length;for(f=0;f<e;f+=4)a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[f])<<18|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[f+1])<<12|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[f+2])<<6|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[f+3]),n.push((a&16711680)>>16),n.push((a&65280)>>8),n.push(a&255);2===d?(a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[f])<<
2|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[f+1])>>4,n.push(a&255)):1===d&&(a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[f])<<10|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[f+1])<<4|"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(b[f+2])>>2,n.push(a>>8&255),n.push(a&255));return n};k.exports.fromByteArray=function(b){var f,e=b.length%3,a="",d,n;f=0;for(n=b.length-e;f<n;f+=
3)d=(b[f]<<16)+(b[f+1]<<8)+b[f+2],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[d>>18&63]+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[d>>12&63]+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[d>>6&63]+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[d&63];switch(e){case 1:d=b[b.length-1];a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[d>>2];a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[d<<
4&63];a+="==";break;case 2:d=(b[b.length-2]<<8)+b[b.length-1],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[d>>10],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[d>>4&63],a+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[d<<2&63],a+="="}return a}})()},{}],5:[function(g,k,p){function b(a){return"[object Array]"===n.call(a)}function m(a,b){var c;if(null===a)c={__proto__:null};else{if("object"!==typeof a)throw new TypeError("typeof prototype["+
typeof a+"] != 'object'");c=function(){};c.prototype=a;c=new c;c.__proto__=a}"undefined"!==typeof b&&Object.defineProperties&&Object.defineProperties(c,b);return c}function f(a){return"object"!=typeof a&&"function"!=typeof a||null===a}function e(a){if(f(a))throw new TypeError("Object.keys called on a non-object");var b=[],c;for(c in a)l.call(a,c)&&b.push(c);return b}function a(a){if(f(a))throw new TypeError("Object.getOwnPropertyNames called on a non-object");var b=e(a);p.isArray(a)&&-1===p.indexOf(a,
"length")&&b.push("length");return b}function d(a,b){return{value:a[b]}}var n=Object.prototype.toString,l=Object.prototype.hasOwnProperty;p.isArray="function"===typeof Array.isArray?Array.isArray:b;p.indexOf=function(a,b){if(a.indexOf)return a.indexOf(b);for(var c=0;c<a.length;c++)if(b===a[c])return c;return-1};p.filter=function(a,b){if(a.filter)return a.filter(b);for(var c=[],d=0;d<a.length;d++)b(a[d],d,a)&&c.push(a[d]);return c};p.forEach=function(a,b,c){if(a.forEach)return a.forEach(b,c);for(var d=
0;d<a.length;d++)b.call(c,a[d],d,a)};p.map=function(a,b){if(a.map)return a.map(b);for(var c=Array(a.length),d=0;d<a.length;d++)c[d]=b(a[d],d,a);return c};p.reduce=function(a,b,c){if(a.reduce)return a.reduce(b,c);var d,e=!1;2<arguments.length&&(d=c,e=!0);for(var l=0,f=a.length;f>l;++l)a.hasOwnProperty(l)&&(e?d=b(d,a[l],l,a):(d=a[l],e=!0));return d};"b"!=="ab".substr(-1)?p.substr=function(a,b,c){0>b&&(b=a.length+b);return a.substr(b,c)}:p.substr=function(a,b,c){return a.substr(b,c)};p.trim=function(a){return a.trim?
a.trim():a.replace(/^\s+|\s+$/g,"")};p.bind=function(){var a=Array.prototype.slice.call(arguments),b=a.shift();if(b.bind)return b.bind.apply(b,a);var c=a.shift();return function(){b.apply(c,a.concat([Array.prototype.slice.call(arguments)]))}};p.create="function"===typeof Object.create?Object.create:m;var w="function"===typeof Object.keys?Object.keys:e,u="function"===typeof Object.getOwnPropertyNames?Object.getOwnPropertyNames:a;if(Error().hasOwnProperty("description")){var A=function(a,b){"[object Error]"===
n.call(a)&&(b=p.filter(b,function(c){return"description"!==c&&"number"!==c&&"message"!==c}));return b};p.keys=function(a){return A(a,w(a))};p.getOwnPropertyNames=function(a){return A(a,u(a))}}else p.keys=w,p.getOwnPropertyNames=u;if("function"===typeof Object.getOwnPropertyDescriptor)try{Object.getOwnPropertyDescriptor({a:1},"a"),p.getOwnPropertyDescriptor=Object.getOwnPropertyDescriptor}catch(q){p.getOwnPropertyDescriptor=function(a,b){try{return Object.getOwnPropertyDescriptor(a,b)}catch(c){return d(a,
b)}}}else p.getOwnPropertyDescriptor=d},{}],6:[function(g,k,p){function b(a,c){return u.isUndefined(c)?""+c:u.isNumber(c)&&(isNaN(c)||!isFinite(c))||u.isFunction(c)||u.isRegExp(c)?c.toString():c}function m(a,c){return u.isString(a)?a.length<c?a:a.slice(0,c):a}function f(a,c,b,d,e){throw new r.AssertionError({message:b,actual:a,expected:c,operator:d,stackStartFunction:e});}function e(a,c){a||f(a,!0,c,"==",r.ok)}function a(a,c){if(a===c)return!0;if(u.isBuffer(a)&&u.isBuffer(c)){if(a.length!=c.length)return!1;
for(var b=0;b<a.length;b++)if(a[b]!==c[b])return!1;return!0}return u.isDate(a)&&u.isDate(c)?a.getTime()===c.getTime():u.isRegExp(a)&&u.isRegExp(c)?a.source===c.source&&a.global===c.global&&a.multiline===c.multiline&&a.lastIndex===c.lastIndex&&a.ignoreCase===c.ignoreCase:u.isObject(a)||u.isObject(c)?n(a,c):a==c}function d(a){return"[object Arguments]"==Object.prototype.toString.call(a)}function n(b,c){if(u.isNullOrUndefined(b)||u.isNullOrUndefined(c)||b.prototype!==c.prototype)return!1;if(d(b)){if(!d(c))return!1;
b=q.call(b);c=q.call(c);return a(b,c)}try{var e=A.keys(b),l=A.keys(c),f}catch(n){return!1}if(e.length!=l.length)return!1;e.sort();l.sort();for(f=e.length-1;0<=f;f--)if(e[f]!=l[f])return!1;for(f=e.length-1;0<=f;f--)if(l=e[f],!a(b[l],c[l]))return!1;return!0}function l(a,c){return a&&c?"[object RegExp]"==Object.prototype.toString.call(c)?c.test(a):a instanceof c||!0===c.call({},a)?!0:!1:!1}function w(a,c,b,d){var e;u.isString(b)&&(d=b,b=null);try{c()}catch(n){e=n}d=(b&&b.name?" ("+b.name+").":".")+(d?
" "+d:".");a&&!e&&f(e,b,"Missing expected exception"+d);!a&&l(e,b)&&f(e,b,"Got unwanted exception"+d);if(a&&e&&b&&!l(e,b)||!a&&e)throw e;}var u=g("util"),A=g("_shims"),q=Array.prototype.slice,r=k.exports=e;r.AssertionError=function(a){this.name="AssertionError";this.actual=a.actual;this.expected=a.expected;this.operator=a.operator;this.message=a.message||m(JSON.stringify(this.actual,b),128)+" "+this.operator+" "+m(JSON.stringify(this.expected,b),128)};u.inherits(r.AssertionError,Error);r.fail=f;r.ok=
e;r.equal=function(a,c,b){a!=c&&f(a,c,b,"==",r.equal)};r.notEqual=function(a,c,b){a==c&&f(a,c,b,"!=",r.notEqual)};r.deepEqual=function(b,c,d){a(b,c)||f(b,c,d,"deepEqual",r.deepEqual)};r.notDeepEqual=function(b,c,d){a(b,c)&&f(b,c,d,"notDeepEqual",r.notDeepEqual)};r.strictEqual=function(a,c,b){a!==c&&f(a,c,b,"===",r.strictEqual)};r.notStrictEqual=function(a,c,b){a===c&&f(a,c,b,"!==",r.notStrictEqual)};r["throws"]=function(a,c,b){w.apply(this,[!0].concat(q.call(arguments)))};r.doesNotThrow=function(a,
c){w.apply(this,[!1].concat(q.call(arguments)))};r.ifError=function(a){if(a)throw a;}},{_shims:5,util:7}],7:[function(g,k,p){function b(c,b){var d={seen:[],stylize:f};3<=arguments.length&&(d.depth=arguments[2]);4<=arguments.length&&(d.colors=arguments[3]);A(b)?d.showHidden=b:b&&p._extend(d,b);h(d.showHidden)&&(d.showHidden=!1);h(d.depth)&&(d.depth=2);h(d.colors)&&(d.colors=!1);h(d.customInspect)&&(d.customInspect=!0);d.colors&&(d.stylize=m);return a(d,c,d.depth)}function m(a,c){var d=b.styles[c];
return d?"\u001b["+b.colors[d][0]+"m"+a+"\u001b["+b.colors[d][1]+"m":a}function f(a,c){return a}function e(a){var c={};F.forEach(a,function(a,b){c[a]=!0});return c}function a(b,h,f){if(b.customInspect&&h&&I(h.inspect)&&h.inspect!==p.inspect&&(!h.constructor||h.constructor.prototype!==h)){var q=h.inspect(f);r(q)||(q=a(b,q,f));return q}if(q=d(b,h))return q;var t=F.keys(h),m=e(t);b.showHidden&&(t=F.getOwnPropertyNames(h));if(0===t.length){if(I(h))return b.stylize("[Function"+(h.name?": "+h.name:"")+
"]","special");if(c(h))return b.stylize(RegExp.prototype.toString.call(h),"regexp");if(G(h))return b.stylize(Date.prototype.toString.call(h),"date");if(y(h))return"["+Error.prototype.toString.call(h)+"]"}var q="",g=!1,k=["{","}"];u(h)&&(g=!0,k=["[","]"]);I(h)&&(q=" [Function"+(h.name?": "+h.name:"")+"]");c(h)&&(q=" "+RegExp.prototype.toString.call(h));G(h)&&(q=" "+Date.prototype.toUTCString.call(h));y(h)&&(q=" "+("["+Error.prototype.toString.call(h)+"]"));if(0===t.length&&(!g||0==h.length))return k[0]+
q+k[1];if(0>f)return c(h)?b.stylize(RegExp.prototype.toString.call(h),"regexp"):b.stylize("[Object]","special");b.seen.push(h);t=g?n(b,h,f,m,t):t.map(function(a){return l(b,h,f,m,a,g)});b.seen.pop();return w(t,q,k)}function d(a,c){if(h(c))return a.stylize("undefined","undefined");if(r(c)){var b="'"+JSON.stringify(c).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return a.stylize(b,"string")}if(q(c))return a.stylize(""+c,"number");if(A(c))return a.stylize(""+c,"boolean");if(null===
c)return a.stylize("null","null")}function n(a,c,b,d,e){for(var h=[],f=0,q=c.length;f<q;++f)Object.prototype.hasOwnProperty.call(c,String(f))?h.push(l(a,c,b,d,String(f),!0)):h.push("");F.forEach(e,function(e){e.match(/^\d+$/)||h.push(l(a,c,b,d,e,!0))});return h}function l(c,b,d,e,l,f){var q,n;b=F.getOwnPropertyDescriptor(b,l)||{value:b[l]};b.get?n=b.set?c.stylize("[Getter/Setter]","special"):c.stylize("[Getter]","special"):b.set&&(n=c.stylize("[Setter]","special"));Object.prototype.hasOwnProperty.call(e,
l)||(q="["+l+"]");n||(0>F.indexOf(c.seen,b.value)?(n=null===d?a(c,b.value,null):a(c,b.value,d-1),-1<n.indexOf("\n")&&(n=f?n.split("\n").map(function(a){return" "+a}).join("\n").substr(2):"\n"+n.split("\n").map(function(a){return" "+a}).join("\n"))):n=c.stylize("[Circular]","special"));if(h(q)){if(f&&l.match(/^\d+$/))return n;q=JSON.stringify(""+l);q.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(q=q.substr(1,q.length-2),q=c.stylize(q,"name")):(q=q.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,
"'"),q=c.stylize(q,"string"))}return q+": "+n}function w(a,c,b){var d=0;return 60<F.reduce(a,function(a,c){d++;0<=c.indexOf("\n")&&d++;return a+c.replace(/\u001b\[\d\d?m/g,"").length+1},0)?b[0]+(""===c?"":c+"\n ")+" "+a.join(",\n ")+" "+b[1]:b[0]+c+" "+a.join(", ")+" "+b[1]}function u(a){return F.isArray(a)}function A(a){return"boolean"===typeof a}function q(a){return"number"===typeof a}function r(a){return"string"===typeof a}function h(a){return void 0===a}function c(a){return t(a)&&"[object RegExp]"===
Object.prototype.toString.call(a)}function t(a){return"object"===typeof a&&a}function G(a){return t(a)&&"[object Date]"===Object.prototype.toString.call(a)}function y(a){return t(a)&&"[object Error]"===Object.prototype.toString.call(a)}function I(a){return"function"===typeof a}function H(a){return 10>a?"0"+a.toString(10):a.toString(10)}function J(){var a=new Date,c=[H(a.getHours()),H(a.getMinutes()),H(a.getSeconds())].join(":");return[a.getDate(),L[a.getMonth()],c].join(" ")}var F=g("_shims"),K=/%[sdj%]/g;
p.format=function(a){if(!r(a)){for(var c=[],d=0;d<arguments.length;d++)c.push(b(arguments[d]));return c.join(" ")}for(var d=1,e=arguments,h=e.length,c=String(a).replace(K,function(a){if("%%"===a)return"%";if(d>=h)return a;switch(a){case "%s":return String(e[d++]);case "%d":return Number(e[d++]);case "%j":try{return JSON.stringify(e[d++])}catch(c){return"[Circular]"}default:return a}}),l=e[d];d<h;l=e[++d])c=null!==l&&t(l)?c+(" "+b(l)):c+(" "+l);return c};p.inspect=b;b.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]};b.styles={special:"cyan",number:"yellow","boolean":"yellow",undefined:"grey","null":"bold",string:"green",date:"magenta",regexp:"red"};p.isArray=u;p.isBoolean=A;p.isNull=function(a){return null===a};p.isNullOrUndefined=function(a){return null==a};p.isNumber=q;p.isString=r;p.isSymbol=function(a){return"symbol"===typeof a};p.isUndefined=h;p.isRegExp=
c;p.isObject=t;p.isDate=G;p.isError=y;p.isFunction=I;p.isPrimitive=function(a){return null===a||"boolean"===typeof a||"number"===typeof a||"string"===typeof a||"symbol"===typeof a||"undefined"===typeof a};p.isBuffer=function(a){return a instanceof Buffer};var L="Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" ");p.log=function(){console.log("%s - %s",J(),p.format.apply(p,arguments))};p.inherits=function(a,c){a.super_=c;a.prototype=F.create(c.prototype,{constructor:{value:a,enumerable:!1,
writable:!0,configurable:!0}})};p._extend=function(a,c){if(!c||!t(c))return a;for(var b=F.keys(c),d=b.length;d--;)a[b[d]]=c[b[d]];return a}},{_shims:5}]},{},[]);y.exports=k("buffer-browserify")},{}],7:[function(k,y,g){k=y.exports={};k.nextTick=function(){if("undefined"!==typeof window&&window.setImmediate)return function(g){return window.setImmediate(g)};if("undefined"!==typeof window&&window.postMessage&&window.addEventListener){var g=[];window.addEventListener("message",function(k){k.source===window&&
"process-tick"===k.data&&(k.stopPropagation(),0<g.length&&g.shift()())},!0);return function(k){g.push(k);window.postMessage("process-tick","*")}}return function(g){setTimeout(g,0)}}();k.title="browser";k.browser=!0;k.env={};k.argv=[];k.binding=function(g){throw Error("process.binding is not supported");};k.cwd=function(){return"/"};k.chdir=function(g){throw Error("process.chdir is not supported");}},{}],8:[function(k,y,g){g.SourceMapGenerator=k("./source-map/source-map-generator").SourceMapGenerator;
g.SourceMapConsumer=k("./source-map/source-map-consumer").SourceMapConsumer;g.SourceNode=k("./source-map/source-node").SourceNode},{"./source-map/source-map-consumer":13,"./source-map/source-map-generator":14,"./source-map/source-node":15}],9:[function(k,y,g){if("function"!==typeof v)var v=k("amdefine")(y,k);v(function(g,k,p){function b(){this._array=[];this._set={}}var m=g("./util");b.fromArray=function(f,e){for(var a=new b,d=0,n=f.length;d<n;d++)a.add(f[d],e);return a};b.prototype.add=function(b,
e){var a=this.has(b),d=this._array.length;a&&!e||this._array.push(b);a||(this._set[m.toSetString(b)]=d)};b.prototype.has=function(b){return Object.prototype.hasOwnProperty.call(this._set,m.toSetString(b))};b.prototype.indexOf=function(b){if(this.has(b))return this._set[m.toSetString(b)];throw Error('"'+b+'" is not in the set.');};b.prototype.at=function(b){if(0<=b&&b<this._array.length)return this._array[b];throw Error("No element indexed by "+b);};b.prototype.toArray=function(){return this._array.slice()};
k.ArraySet=b})},{"./util":16,amdefine:17}],10:[function(k,y,g){if("function"!==typeof v)var v=k("amdefine")(y,k);v(function(g,k,p){var b=g("./base64");k.encode=function(g){var f="",e=0>g?(-g<<1)+1:(g<<1)+0;do g=e&31,e>>>=5,0<e&&(g|=32),f+=b.encode(g);while(0<e);return f};k.decode=function(g){var f=0,e=g.length,a=0,d=0,n,l;do{if(f>=e)throw Error("Expected more digits in base 64 VLQ value.");l=b.decode(g.charAt(f++));n=!!(l&32);l&=31;a+=l<<d;d+=5}while(n);e=a>>1;return{value:1===(a&1)?-e:e,rest:g.slice(f)}}})},
{"./base64":11,amdefine:17}],11:[function(k,y,g){if("function"!==typeof v)var v=k("amdefine")(y,k);v(function(g,k,p){var b={},m={};"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("").forEach(function(f,e){b[f]=e;m[e]=f});k.encode=function(b){if(b in m)return m[b];throw new TypeError("Must be between 0 and 63: "+b);};k.decode=function(f){if(f in b)return b[f];throw new TypeError("Not a valid base 64 digit: "+f);}})},{amdefine:17}],12:[function(k,y,g){if("function"!==typeof v)var v=
k("amdefine")(y,k);v(function(g,k,p){function b(g,f,e,a,d){var n=Math.floor((f-g)/2)+g,l=d(e,a[n]);return 0===l?a[n]:0<l?1<f-n?b(n,f,e,a,d):a[n]:1<n-g?b(g,n,e,a,d):0>g?null:a[g]}k.search=function(g,f,e){return 0<f.length?b(-1,f.length,g,f,e):null}})},{amdefine:17}],13:[function(k,y,g){if("function"!==typeof v)var v=k("amdefine")(y,k);v(function(g,k,p){function b(a){var b=a;"string"===typeof a&&(b=JSON.parse(a.replace(/^\)\]\}'/,"")));a=m.getArg(b,"version");var l=m.getArg(b,"sources"),f=m.getArg(b,
"names"),g=m.getArg(b,"sourceRoot",null),k=m.getArg(b,"sourcesContent",null),q=m.getArg(b,"mappings"),b=m.getArg(b,"file",null);if(a!==this._version)throw Error("Unsupported version: "+a);this._names=e.fromArray(f,!0);this._sources=e.fromArray(l,!0);this.sourceRoot=g;this.sourcesContent=k;this.file=b;this._generatedMappings=[];this._originalMappings=[];this._parseMappings(q,g)}var m=g("./util"),f=g("./binary-search"),e=g("./array-set").ArraySet,a=g("./base64-vlq");b.prototype._version=3;Object.defineProperty(b.prototype,
"sources",{get:function(){return this._sources.toArray().map(function(a){return this.sourceRoot?m.join(this.sourceRoot,a):a},this)}});b.prototype._parseMappings=function(b,e){for(var l=1,f=0,g=0,m=0,q=0,r=0,h=/^[,;]/,c=b,t;0<c.length;)if(";"===c.charAt(0))l++,c=c.slice(1),f=0;else if(","===c.charAt(0))c=c.slice(1);else{t={};t.generatedLine=l;c=a.decode(c);t.generatedColumn=f+c.value;f=t.generatedColumn;c=c.rest;if(0<c.length&&!h.test(c.charAt(0))){c=a.decode(c);t.source=this._sources.at(q+c.value);
q+=c.value;c=c.rest;if(0===c.length||h.test(c.charAt(0)))throw Error("Found a source, but no line and column");c=a.decode(c);t.originalLine=g+c.value;g=t.originalLine;t.originalLine+=1;c=c.rest;if(0===c.length||h.test(c.charAt(0)))throw Error("Found a source and line, but no column");c=a.decode(c);t.originalColumn=m+c.value;m=t.originalColumn;c=c.rest;0<c.length&&!h.test(c.charAt(0))&&(c=a.decode(c),t.name=this._names.at(r+c.value),r+=c.value,c=c.rest)}this._generatedMappings.push(t);"number"===typeof t.originalLine&&
this._originalMappings.push(t)}this._originalMappings.sort(this._compareOriginalPositions)};b.prototype._compareOriginalPositions=function(a,b){if(a.source>b.source)return 1;if(a.source<b.source)return-1;var e=a.originalLine-b.originalLine;return 0===e?a.originalColumn-b.originalColumn:e};b.prototype._compareGeneratedPositions=function(a,b){var e=a.generatedLine-b.generatedLine;return 0===e?a.generatedColumn-b.generatedColumn:e};b.prototype._findMapping=function(a,b,e,g,m){if(0>=a[e])throw new TypeError("Line must be greater than or equal to 1, got "+
a[e]);if(0>a[g])throw new TypeError("Column must be greater than or equal to 0, got "+a[g]);return f.search(a,b,m)};b.prototype.originalPositionFor=function(a){a={generatedLine:m.getArg(a,"line"),generatedColumn:m.getArg(a,"column")};if(a=this._findMapping(a,this._generatedMappings,"generatedLine","generatedColumn",this._compareGeneratedPositions)){var b=m.getArg(a,"source",null);b&&this.sourceRoot&&(b=m.join(this.sourceRoot,b));return{source:b,line:m.getArg(a,"originalLine",null),column:m.getArg(a,
"originalColumn",null),name:m.getArg(a,"name",null)}}return{source:null,line:null,column:null,name:null}};b.prototype.sourceContentFor=function(a){if(!this.sourcesContent)return null;this.sourceRoot&&(a=m.relative(this.sourceRoot,a));if(this._sources.has(a))return this.sourcesContent[this._sources.indexOf(a)];var b;if(this.sourceRoot&&(b=m.urlParse(this.sourceRoot))){var e=a.replace(/^file:\/\//,"");if("file"==b.scheme&&this._sources.has(e))return this.sourcesContent[this._sources.indexOf(e)];if((!b.path||
"/"==b.path)&&this._sources.has("/"+a))return this.sourcesContent[this._sources.indexOf("/"+a)]}throw Error('"'+a+'" is not in the SourceMap.');};b.prototype.generatedPositionFor=function(a){a={source:m.getArg(a,"source"),originalLine:m.getArg(a,"line"),originalColumn:m.getArg(a,"column")};this.sourceRoot&&(a.source=m.relative(this.sourceRoot,a.source));return(a=this._findMapping(a,this._originalMappings,"originalLine","originalColumn",this._compareOriginalPositions))?{line:m.getArg(a,"generatedLine",
null),column:m.getArg(a,"generatedColumn",null)}:{line:null,column:null}};b.GENERATED_ORDER=1;b.ORIGINAL_ORDER=2;b.prototype.eachMapping=function(a,e,l){e=e||null;switch(l||b.GENERATED_ORDER){case b.GENERATED_ORDER:l=this._generatedMappings;break;case b.ORIGINAL_ORDER:l=this._originalMappings;break;default:throw Error("Unknown order of iteration.");}var f=this.sourceRoot;l.map(function(a){var b=a.source;b&&f&&(b=m.join(f,b));return{source:b,generatedLine:a.generatedLine,generatedColumn:a.generatedColumn,
originalLine:a.originalLine,originalColumn:a.originalColumn,name:a.name}}).forEach(a,e)};k.SourceMapConsumer=b})},{"./array-set":9,"./base64-vlq":10,"./binary-search":12,"./util":16,amdefine:17}],14:[function(k,y,g){if("function"!==typeof v)var v=k("amdefine")(y,k);v(function(g,k,p){function b(a){this._file=d.getArg(a,"file");this._sourceRoot=d.getArg(a,"sourceRoot",null);this._sources=new n;this._names=new n;this._mappings=[];this._sourcesContents=null}function m(a,b){var d=(a&&a.line)-(b&&b.line);
return d?d:(a&&a.column)-(b&&b.column)}function f(a,b){a=a||"";b=b||"";return(a>b)-(a<b)}function e(a,b){return m(a.generated,b.generated)||m(a.original,b.original)||f(a.source,b.source)||f(a.name,b.name)}var a=g("./base64-vlq"),d=g("./util"),n=g("./array-set").ArraySet;b.prototype._version=3;b.fromSourceMap=function(a){var e=a.sourceRoot,f=new b({file:a.file,sourceRoot:e});a.eachMapping(function(a){var b={generated:{line:a.generatedLine,column:a.generatedColumn}};a.source&&(b.source=a.source,e&&
(b.source=d.relative(e,b.source)),b.original={line:a.originalLine,column:a.originalColumn},a.name&&(b.name=a.name));f.addMapping(b)});a.sources.forEach(function(b){var d=a.sourceContentFor(b);d&&f.setSourceContent(b,d)});return f};b.prototype.addMapping=function(a){var b=d.getArg(a,"generated"),e=d.getArg(a,"original",null),f=d.getArg(a,"source",null);a=d.getArg(a,"name",null);this._validateMapping(b,e,f,a);f&&!this._sources.has(f)&&this._sources.add(f);a&&!this._names.has(a)&&this._names.add(a);
this._mappings.push({generated:b,original:e,source:f,name:a})};b.prototype.setSourceContent=function(a,b){var e=a;this._sourceRoot&&(e=d.relative(this._sourceRoot,e));null!==b?(this._sourcesContents||(this._sourcesContents={}),this._sourcesContents[d.toSetString(e)]=b):(delete this._sourcesContents[d.toSetString(e)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))};b.prototype.applySourceMap=function(a,b){b||(b=a.file);var e=this._sourceRoot;e&&(b=d.relative(e,b));var f=
new n,g=new n;this._mappings.forEach(function(r){if(r.source===b&&r.original){var h=a.originalPositionFor({line:r.original.line,column:r.original.column});null!==h.source&&(r.source=e?d.relative(e,h.source):h.source,r.original.line=h.line,r.original.column=h.column,null!==h.name&&null!==r.name&&(r.name=h.name))}(h=r.source)&&!f.has(h)&&f.add(h);(r=r.name)&&!g.has(r)&&g.add(r)},this);this._sources=f;this._names=g;a.sources.forEach(function(b){var h=a.sourceContentFor(b);h&&(e&&(b=d.relative(e,b)),
this.setSourceContent(b,h))},this)};b.prototype._validateMapping=function(a,b,d,e){if(!(a&&"line"in a&&"column"in a&&0<a.line&&0<=a.column&&!b&&!d&&!e||a&&"line"in a&&"column"in a&&b&&"line"in b&&"column"in b&&0<a.line&&0<=a.column&&0<b.line&&0<=b.column&&d))throw Error("Invalid mapping.");};b.prototype._serializeMappings=function(){var b=0,d=1,f=0,g=0,q=0,r=0,h="",c;this._mappings.sort(e);for(var t=0,n=this._mappings.length;t<n;t++){c=this._mappings[t];if(c.generated.line!==d)for(b=0;c.generated.line!==
d;)h+=";",d++;else if(0<t){if(!e(c,this._mappings[t-1]))continue;h+=","}h+=a.encode(c.generated.column-b);b=c.generated.column;c.source&&c.original&&(h+=a.encode(this._sources.indexOf(c.source)-r),r=this._sources.indexOf(c.source),h+=a.encode(c.original.line-1-g),g=c.original.line-1,h+=a.encode(c.original.column-f),f=c.original.column,c.name&&(h+=a.encode(this._names.indexOf(c.name)-q),q=this._names.indexOf(c.name)))}return h};b.prototype.toJSON=function(){var a={version:this._version,file:this._file,
sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};this._sourceRoot&&(a.sourceRoot=this._sourceRoot);this._sourcesContents&&(a.sourcesContent=a.sources.map(function(b){a.sourceRoot&&(b=d.relative(a.sourceRoot,b));return Object.prototype.hasOwnProperty.call(this._sourcesContents,d.toSetString(b))?this._sourcesContents[d.toSetString(b)]:null},this));return a};b.prototype.toString=function(){return JSON.stringify(this)};k.SourceMapGenerator=b})},{"./array-set":9,
"./base64-vlq":10,"./util":16,amdefine:17}],15:[function(k,y,g){if("function"!==typeof v)var v=k("amdefine")(y,k);v(function(g,k,p){function b(b,a,d,f,g){this.children=[];this.sourceContents={};this.line=void 0===b?null:b;this.column=void 0===a?null:a;this.source=void 0===d?null:d;this.name=void 0===g?null:g;null!=f&&this.add(f)}var m=g("./source-map-generator").SourceMapGenerator,f=g("./util");b.fromStringWithSourceMap=function(e,a){function d(a,d){null===a||void 0===a.source?f.add(d):f.add(new b(a.originalLine,
a.originalColumn,a.source,d,a.name))}var f=new b,g=e.split("\n"),m=1,k=0,p=null;a.eachMapping(function(a){if(null===p){for(;m<a.generatedLine;)f.add(g.shift()+"\n"),m++;if(k<a.generatedColumn){var b=g[0];f.add(b.substr(0,a.generatedColumn));g[0]=b.substr(a.generatedColumn);k=a.generatedColumn}}else{if(m<a.generatedLine){var e="";do e+=g.shift()+"\n",m++,k=0;while(m<a.generatedLine);k<a.generatedColumn&&(b=g[0],e+=b.substr(0,a.generatedColumn),g[0]=b.substr(a.generatedColumn),k=a.generatedColumn)}else b=
g[0],e=b.substr(0,a.generatedColumn-k),g[0]=b.substr(a.generatedColumn-k),k=a.generatedColumn;d(p,e)}p=a},this);d(p,g.join("\n"));a.sources.forEach(function(b){var d=a.sourceContentFor(b);d&&f.setSourceContent(b,d)});return f};b.prototype.add=function(e){if(Array.isArray(e))e.forEach(function(a){this.add(a)},this);else if(e instanceof b||"string"===typeof e)e&&this.children.push(e);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);return this};
b.prototype.prepend=function(e){if(Array.isArray(e))for(var a=e.length-1;0<=a;a--)this.prepend(e[a]);else if(e instanceof b||"string"===typeof e)this.children.unshift(e);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);return this};b.prototype.walk=function(e){this.children.forEach(function(a){a instanceof b?a.walk(e):""!==a&&e(a,{source:this.source,line:this.line,column:this.column,name:this.name})},this)};b.prototype.join=function(b){var a,
d,f=this.children.length;if(0<f){a=[];for(d=0;d<f-1;d++)a.push(this.children[d]),a.push(b);a.push(this.children[d]);this.children=a}return this};b.prototype.replaceRight=function(e,a){var d=this.children[this.children.length-1];d instanceof b?d.replaceRight(e,a):"string"===typeof d?this.children[this.children.length-1]=d.replace(e,a):this.children.push("".replace(e,a));return this};b.prototype.setSourceContent=function(b,a){this.sourceContents[f.toSetString(b)]=a};b.prototype.walkSourceContents=function(e){this.children.forEach(function(a){a instanceof
b&&a.walkSourceContents(e)},this);Object.keys(this.sourceContents).forEach(function(a){e(f.fromSetString(a),this.sourceContents[a])},this)};b.prototype.toString=function(){var b="";this.walk(function(a){b+=a});return b};b.prototype.toStringWithSourceMap=function(b){var a="",d=1,f=0,g=new m(b),k=!1,p=null,v=null,q=null,r=null;this.walk(function(b,c){a+=b;null!==c.source&&null!==c.line&&null!==c.column?(p===c.source&&v===c.line&&q===c.column&&r===c.name||g.addMapping({source:c.source,original:{line:c.line,
column:c.column},generated:{line:d,column:f},name:c.name}),p=c.source,v=c.line,q=c.column,r=c.name,k=!0):k&&(g.addMapping({generated:{line:d,column:f}}),p=null,k=!1);b.split("").forEach(function(a){"\n"===a?(d++,f=0):f++})});this.walkSourceContents(function(a,b){g.setSourceContent(a,b)});return{code:a,map:g}};k.SourceNode=b})},{"./source-map-generator":14,"./util":16,amdefine:17}],16:[function(k,y,g){if("function"!==typeof v)var v=k("amdefine")(y,k);v(function(g,k,p){function b(b){return(b=b.match(f))?
{scheme:b[1],auth:b[3],host:b[4],port:b[6],path:b[7]}:null}function m(b){var a=b.scheme+"://";b.auth&&(a+=b.auth+"@");b.host&&(a+=b.host);b.port&&(a+=":"+b.port);b.path&&(a+=b.path);return a}k.getArg=function(b,a,d){if(a in b)return b[a];if(3===arguments.length)return d;throw Error('"'+a+'" is a required argument.');};var f=/([\w+\-.]+):\/\/((\w+:\w+)@)?([\w.]+)?(:(\d+))?(\S+)?/;k.urlParse=b;k.urlGenerate=m;k.join=function(e,a){var d;return a.match(f)?a:"/"===a.charAt(0)&&(d=b(e))?(d.path=a,m(d)):
e.replace(/\/$/,"")+"/"+a};k.toSetString=function(b){return"$"+b};k.fromSetString=function(b){return b.substr(1)};k.relative=function(e,a){e=e.replace(/\/$/,"");var d=b(e);return"/"==a.charAt(0)&&d&&"/"==d.path?a.slice(1):0===a.indexOf(e+"/")?a.substr(e.length+1):a}})},{amdefine:17}],17:[function(k,y,g){var v=k("__browserify_process"),C="/node_modules/source-map/node_modules/amdefine/amdefine.js";"use strict";y.exports=function(g,p){function b(a,b){var d;if(a&&"."===a.charAt(0)&&b){d=b.split("/");
d=d.slice(0,d.length-1);var c=d=d.concat(a.split("/")),e,f;for(e=0;c[e];e+=1)if(f=c[e],"."===f)c.splice(e,1),e-=1;else if(".."===f)if(1!==e||".."!==c[2]&&".."!==c[0])0<e&&(c.splice(e-1,2),e-=2);else break;a=d.join("/")}return a}function m(a){return function(d){return b(d,a)}}function f(a){function b(d){n[a]=d}b.fromText=function(a,b){throw Error("amdefine does not implement load.fromText");};return b}function e(a,b,d){var c,e,f;if(a)e=n[a]={},f={id:a,uri:C,exports:e},c=u(p,e,f,a);else{if(l)throw Error("amdefine with no module ID cannot be called more than once per file.");
l=!0;e=g.exports;f=g;c=u(p,e,f,g.id)}b&&(b=b.map(function(a){return c(a)}));b="function"===typeof d?d.apply(f.exports,b):d;void 0!==b&&(f.exports=b,a&&(n[a]=f.exports))}function a(a,b,f){Array.isArray(a)?(f=b,b=a,a=void 0):"string"!==typeof a&&(f=a,a=b=void 0);b&&!Array.isArray(b)&&(f=b,b=void 0);b||(b=["require","exports","module"]);a?d[a]=[a,b,f]:e(a,b,f)}var d={},n={},l=!1,w=k("path"),u,y;u=function(a,d,e,c){function f(b,g){if("string"===typeof b)return y(a,d,e,b,c);b=b.map(function(b){return y(a,
d,e,b,c)});v.nextTick(function(){g.apply(null,b)})}f.toUrl=function(a){return 0===a.indexOf(".")?b(a,w.dirname(e.filename)):a};return f};p=p||function(){return g.require.apply(g,arguments)};y=function(a,g,h,c,k){var l=c.indexOf("!"),p=c;if(-1===l){c=b(c,k);if("require"===c)return u(a,g,h,k);if("exports"===c)return g;if("module"===c)return h;if(n.hasOwnProperty(c))return n[c];if(d[c])return e.apply(null,d[c]),n[c];if(a)return a(p);throw Error("No module with ID: "+c);}p=c.substring(0,l);c=c.substring(l+
1,c.length);l=y(a,g,h,p,k);c=l.normalize?l.normalize(c,m(k)):b(c,k);n[c]||l.load(c,u(a,g,h,k),f(c),{});return n[c]};a.require=function(a){if(n[a])return n[a];if(d[a])return e.apply(null,d[a]),n[a]};a.amd={};return a}},{__browserify_process:7,path:4}],18:[function(k,y,g){function v(a){if(a in u)return u[a];try{if("undefined"!==typeof window){var b=new XMLHttpRequest;b.open("GET",a,!1);b.send(null);var d=4===b.readyState?b.responseText:null}else d=n.readFileSync(a,"utf8")}catch(e){d=null}return u[a]=
d}function C(a,b){var e=/^\w+:\/\/[^\/]*/.exec(a),e=e?e[0]:"";return e+d.resolve(a.slice(e.length),b)}function E(a){var b=/^eval at ([^(]+) \((.+):(\d+):(\d+)\)$/.exec(a);return b?(a=r({source:b[2],line:b[3],column:b[4]}),"eval at "+b[1]+" ("+a.source+":"+a.line+":"+a.column+")"):(b=/^eval at ([^(]+) \((.+)\)$/.exec(a))?"eval at "+b[1]+" ("+E(b[2])+")":a}function p(a){var b=a.getFileName()||a.getScriptNameOrSourceURL();if(b){var d=r({source:b,line:a.getLineNumber(),column:a.getColumnNumber()});return{__proto__:a,
getFileName:function(){return d.source},getLineNumber:function(){return d.line},getColumnNumber:function(){return d.column},getScriptNameOrSourceURL:function(){return d.source}}}var e=a.isEval()&&a.getEvalOrigin();return e?(e=E(e),{__proto__:a,getEvalOrigin:function(){return e}}):a}function b(a,b){w&&(u={},A={});return a+b.map(function(a){return"\n at "+p(a)}).join("")}function m(a){if(a&&a.stack){var b=h(a);null!==b&&console.log(b);console.log(a.stack)}else console.log("Uncaught exception:",a);
f.exit(1)}var f=k("__browserify_process"),e=k("__browserify_Buffer").Buffer,a=k("source-map").SourceMapConsumer,d=k("path"),n=k("fs"),l=!1,w=!1,u={},A={},q=function(a){var b=v(a),b=/\/\/[#@]\s*sourceMappingURL=(.*)\s*$/m.exec(b);if(!b)return null;b=b[1];"data:application/json;base64,"==b.slice(0,29).toLowerCase()?a=(new e(b.slice(29),"base64")).toString():(a=d.dirname(a),b=C(a,b),a=v(b,"utf8"));return a?{url:b,map:a}:null},r=g.mapSourcePosition=function(b){var e=A[b.source];if(!e){var f=q(b.source);
f&&(e=A[b.source]={url:f.url,map:new a(f.map)})}return e&&(f=e.map.originalPositionFor(b),null!==f.source)?(e.url&&(f.source=C(d.dirname(e.url),f.source)),f):b},h=g.getErrorSource=function(a){if(a=/\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(a.stack))if(a=r({source:a[1],line:a[2],column:a[3]}),n.existsSync(a.source)){var b=n.readFileSync(a.source,"utf8").split(/(?:\r\n|\r|\n)/)[a.line-1];if(b)return"\n"+a.source+":"+a.line+"\n"+b+"\n"+Array(+a.column).join(" ")+"^"}return null};g.install=function(a){if(!l){l=
!0;Error.prepareStackTrace=b;a=a||{};var d="handleUncaughtExceptions"in a?a.handleUncaughtExceptions:!0;w="emptyCacheBetweenOperations"in a?a.emptyCacheBetweenOperations:!1;a.retrieveSourceMap&&(q=a.retrieveSourceMap);if(d&&"undefined"===typeof window)f.on("uncaughtException",m)}}},{__browserify_Buffer:6,__browserify_process:7,fs:3,path:4,"source-map":8}]},{},[1]);return M});

View File

@ -120,6 +120,27 @@ var mapSourcePosition = exports.mapSourcePosition = function(position) {
return position;
};
// Generate position and snippet of original source with pointer
var getErrorSource = exports.getErrorSource = function(error) {
var match = /\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(error.stack);
if (match) {
var position = mapSourcePosition({
source: match[1],
line: match[2],
column: match[3]
});
if (fs.existsSync(position.source)) {
var contents = fs.readFileSync(position.source, 'utf8');
var line = contents.split(/(?:\r\n|\r|\n)/)[position.line - 1];
if (line) {
return '\n' + position.source + ':' + position.line + '\n' +
line + '\n' + new Array(+position.column).join(' ') + '^';
}
}
}
return null;
};
// Parses code generated by FormatEvalOrigin(), a function inside V8:
// https://code.google.com/p/v8/source/browse/trunk/src/messages.js
function mapEvalOrigin(origin) {
@ -195,27 +216,13 @@ function prepareStackTrace(error, stack) {
function handleUncaughtExceptions(error) {
if (!error || !error.stack) {
console.log('Uncaught exception:', error);
process.exit();
}
var match = /\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(error.stack);
if (match) {
var position = mapSourcePosition({
source: match[1],
line: match[2],
column: match[3]
});
if (fs.existsSync(position.source)) {
var contents = fs.readFileSync(position.source, 'utf8');
var line = contents.split(/(?:\r\n|\r|\n)/)[position.line - 1];
if (line) {
console.log('\n' + position.source + ':' + position.line);
console.log(line);
console.log(new Array(+position.column).join(' ') + '^');
}
}
else {
var source = getErrorSource(error);
if (source !== null) console.log(source);
console.log(error.stack);
}
console.log(error.stack);
process.exit();
process.exit(1);
}
exports.install = function(options) {

16
test.js
View File

@ -301,3 +301,19 @@ it('default options with source map with gap', function(done) {
/^ at foo \(.*\/.generated.js:2:24\)$/
]);
});
it('specifically requested error source', function(done) {
compareStdout(done, createSingleLineSourceMap(), [
'',
'function foo() { throw new Error("this is the error"); }',
'var sms = require("./source-map-support");',
'sms.install({ handleUncaughtExceptions: false });',
'process.on("uncaughtException", function (e) { console.log("SRC: ", sms.getErrorSource(e)); });',
'process.nextTick(foo);'
], [
'SRC: ',
/\/.original.js:1$/,
'this is the original code',
'^'
]);
});