Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

es5-shim

Package Overview
Dependencies
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es5-shim - npm Package Compare versions

Comparing version 4.6.0 to 4.6.1

8

CHANGELOG.md

@@ -0,1 +1,7 @@

4.6.1
- [Fix] `Math.log10` does not exist in older engines, oops
- [Fix] `toExponential`: start from 16 instead of 22
- [Fix] `toExponential`: ensure ToNumber is only called once on the receiver
- [Robustness] `toExponential`, `toPrecision`: ensure things do not break with later builtin modification
4.6.0

@@ -109,3 +115,3 @@ - [New] detect and patch `Number#toExponential` in Edge 15-18, which rounds incorrectly

- [New] Provide and replace Date UTC methods (#360)
- [Robustness] cache `Date` getUTC* methods so that `Date#toISOString` doesn’t observably look them up on the receiver
- [Robustness] cache `Date` getUTC methods so that `Date#toISOString` doesn’t observably look them up on the receiver
- [Robustness] use a cached and shimmed `String#trim`

@@ -112,0 +118,0 @@ - [Tests] up to `node` `v5.5`

2

es5-shim.min.js

@@ -6,3 +6,3 @@ /*!

*/
(function(t,r){"use strict";if(typeof define==="function"&&define.amd){define(r)}else if(typeof exports==="object"){module.exports=r()}else{t.returnExports=r()}})(this,function(){var t=Array;var r=t.prototype;var e=Object;var n=e.prototype;var i=Function;var a=i.prototype;var o=String;var f=o.prototype;var u=Number;var l=u.prototype;var s=r.slice;var c=r.splice;var v=r.push;var h=r.unshift;var p=r.concat;var y=r.join;var d=a.call;var g=a.apply;var w=Math.max;var b=Math.min;var T=Math.floor;var m=Math.abs;var S=Math.pow;var D=n.toString;var x=typeof Symbol==="function"&&typeof Symbol.toStringTag==="symbol";var O;var E=Function.prototype.toString,j=/^\s*class /,I=function isES6ClassFn(t){try{var r=E.call(t);var e=r.replace(/\/\/.*\n/g,"");var n=e.replace(/\/\*[.\s\S]*\*\//g,"");var i=n.replace(/\n/gm," ").replace(/ {2}/g," ");return j.test(i)}catch(a){return false}},M=function tryFunctionObject(t){try{if(I(t)){return false}E.call(t);return true}catch(r){return false}},U="[object Function]",F="[object GeneratorFunction]",O=function isCallable(t){if(!t){return false}if(typeof t!=="function"&&typeof t!=="object"){return false}if(x){return M(t)}if(I(t)){return false}var r=D.call(t);return r===U||r===F};var $;var N=RegExp.prototype.exec,C=function tryRegexExec(t){try{N.call(t);return true}catch(r){return false}},k="[object RegExp]";$=function isRegex(t){if(typeof t!=="object"){return false}return x?C(t):D.call(t)===k};var A;var R=String.prototype.valueOf,P=function tryStringObject(t){try{R.call(t);return true}catch(r){return false}},J="[object String]";A=function isString(t){if(typeof t==="string"){return true}if(typeof t!=="object"){return false}return x?P(t):D.call(t)===J};var Y=e.defineProperty&&function(){try{var t={};e.defineProperty(t,"x",{enumerable:false,value:t});for(var r in t){return false}return t.x===t}catch(n){return false}}();var z=function(t){var r;if(Y){r=function(t,r,n,i){if(!i&&r in t){return}e.defineProperty(t,r,{configurable:true,enumerable:false,writable:true,value:n})}}else{r=function(t,r,e,n){if(!n&&r in t){return}t[r]=e}}return function defineProperties(e,n,i){for(var a in n){if(t.call(n,a)){r(e,a,n[a],i)}}}}(n.hasOwnProperty);var Z=function isPrimitive(t){var r=typeof t;return t===null||r!=="object"&&r!=="function"};var G=u.isNaN||function isActualNaN(t){return t!==t};var H={ToInteger:function ToInteger(t){var r=+t;if(G(r)){r=0}else if(r!==0&&r!==1/0&&r!==-(1/0)){r=(r>0||-1)*T(m(r))}return r},ToPrimitive:function ToPrimitive(t){var r,e,n;if(Z(t)){return t}e=t.valueOf;if(O(e)){r=e.call(t);if(Z(r)){return r}}n=t.toString;if(O(n)){r=n.call(t);if(Z(r)){return r}}throw new TypeError},ToObject:function(t){if(t==null){throw new TypeError("can't convert "+t+" to object")}return e(t)},ToUint32:function ToUint32(t){return t>>>0}};var W=function Empty(){};z(a,{bind:function bind(t){var r=this;if(!O(r)){throw new TypeError("Function.prototype.bind called on incompatible "+r)}var n=s.call(arguments,1);var a;var o=function(){if(this instanceof a){var i=g.call(r,this,p.call(n,s.call(arguments)));if(e(i)===i){return i}return this}return g.call(r,t,p.call(n,s.call(arguments)))};var f=w(0,r.length-n.length);var u=[];for(var l=0;l<f;l++){v.call(u,"$"+l)}a=i("binder","return function ("+y.call(u,",")+"){ return binder.apply(this, arguments); }")(o);if(r.prototype){W.prototype=r.prototype;a.prototype=new W;W.prototype=null}return a}});var B=d.bind(n.hasOwnProperty);var X=d.bind(n.toString);var L=d.bind(s);var q=g.bind(s);if(typeof document==="object"&&document&&document.documentElement){try{L(document.documentElement.childNodes)}catch(K){var Q=L;var V=q;L=function arraySliceIE(t){var r=[];var e=t.length;while(e-- >0){r[e]=t[e]}return V(r,Q(arguments,1))};q=function arraySliceApplyIE(t,r){return V(L(t),r)}}}var _=d.bind(f.slice);var tt=d.bind(f.split);var rt=d.bind(f.indexOf);var et=d.bind(v);var nt=d.bind(n.propertyIsEnumerable);var it=d.bind(r.sort);var at=t.isArray||function isArray(t){return X(t)==="[object Array]"};var ot=[].unshift(0)!==1;z(r,{unshift:function(){h.apply(this,arguments);return this.length}},ot);z(t,{isArray:at});var ft=e("a");var ut=ft[0]!=="a"||!(0 in ft);var lt=function properlyBoxed(t){var r=true;var e=true;var n=false;if(t){try{t.call("foo",function(t,e,n){if(typeof n!=="object"){r=false}});t.call([1],function(){"use strict";e=typeof this==="string"},"x")}catch(i){n=true}}return!!t&&!n&&r&&e};z(r,{forEach:function forEach(t){var r=H.ToObject(this);var e=ut&&A(this)?tt(this,""):r;var n=-1;var i=H.ToUint32(e.length);var a;if(arguments.length>1){a=arguments[1]}if(!O(t)){throw new TypeError("Array.prototype.forEach callback must be a function")}while(++n<i){if(n in e){if(typeof a==="undefined"){t(e[n],n,r)}else{t.call(a,e[n],n,r)}}}}},!lt(r.forEach));z(r,{map:function map(r){var e=H.ToObject(this);var n=ut&&A(this)?tt(this,""):e;var i=H.ToUint32(n.length);var a=t(i);var o;if(arguments.length>1){o=arguments[1]}if(!O(r)){throw new TypeError("Array.prototype.map callback must be a function")}for(var f=0;f<i;f++){if(f in n){if(typeof o==="undefined"){a[f]=r(n[f],f,e)}else{a[f]=r.call(o,n[f],f,e)}}}return a}},!lt(r.map));z(r,{filter:function filter(t){var r=H.ToObject(this);var e=ut&&A(this)?tt(this,""):r;var n=H.ToUint32(e.length);var i=[];var a;var o;if(arguments.length>1){o=arguments[1]}if(!O(t)){throw new TypeError("Array.prototype.filter callback must be a function")}for(var f=0;f<n;f++){if(f in e){a=e[f];if(typeof o==="undefined"?t(a,f,r):t.call(o,a,f,r)){et(i,a)}}}return i}},!lt(r.filter));z(r,{every:function every(t){var r=H.ToObject(this);var e=ut&&A(this)?tt(this,""):r;var n=H.ToUint32(e.length);var i;if(arguments.length>1){i=arguments[1]}if(!O(t)){throw new TypeError("Array.prototype.every callback must be a function")}for(var a=0;a<n;a++){if(a in e&&!(typeof i==="undefined"?t(e[a],a,r):t.call(i,e[a],a,r))){return false}}return true}},!lt(r.every));z(r,{some:function some(t){var r=H.ToObject(this);var e=ut&&A(this)?tt(this,""):r;var n=H.ToUint32(e.length);var i;if(arguments.length>1){i=arguments[1]}if(!O(t)){throw new TypeError("Array.prototype.some callback must be a function")}for(var a=0;a<n;a++){if(a in e&&(typeof i==="undefined"?t(e[a],a,r):t.call(i,e[a],a,r))){return true}}return false}},!lt(r.some));var st=false;if(r.reduce){st=typeof r.reduce.call("es5",function(t,r,e,n){return n})==="object"}z(r,{reduce:function reduce(t){var r=H.ToObject(this);var e=ut&&A(this)?tt(this,""):r;var n=H.ToUint32(e.length);if(!O(t)){throw new TypeError("Array.prototype.reduce callback must be a function")}if(n===0&&arguments.length===1){throw new TypeError("reduce of empty array with no initial value")}var i=0;var a;if(arguments.length>=2){a=arguments[1]}else{do{if(i in e){a=e[i++];break}if(++i>=n){throw new TypeError("reduce of empty array with no initial value")}}while(true)}for(;i<n;i++){if(i in e){a=t(a,e[i],i,r)}}return a}},!st);var ct=false;if(r.reduceRight){ct=typeof r.reduceRight.call("es5",function(t,r,e,n){return n})==="object"}z(r,{reduceRight:function reduceRight(t){var r=H.ToObject(this);var e=ut&&A(this)?tt(this,""):r;var n=H.ToUint32(e.length);if(!O(t)){throw new TypeError("Array.prototype.reduceRight callback must be a function")}if(n===0&&arguments.length===1){throw new TypeError("reduceRight of empty array with no initial value")}var i;var a=n-1;if(arguments.length>=2){i=arguments[1]}else{do{if(a in e){i=e[a--];break}if(--a<0){throw new TypeError("reduceRight of empty array with no initial value")}}while(true)}if(a<0){return i}do{if(a in e){i=t(i,e[a],a,r)}}while(a--);return i}},!ct);var vt=r.indexOf&&[0,1].indexOf(1,2)!==-1;z(r,{indexOf:function indexOf(t){var r=ut&&A(this)?tt(this,""):H.ToObject(this);var e=H.ToUint32(r.length);if(e===0){return-1}var n=0;if(arguments.length>1){n=H.ToInteger(arguments[1])}n=n>=0?n:w(0,e+n);for(;n<e;n++){if(n in r&&r[n]===t){return n}}return-1}},vt);var ht=r.lastIndexOf&&[0,1].lastIndexOf(0,-3)!==-1;z(r,{lastIndexOf:function lastIndexOf(t){var r=ut&&A(this)?tt(this,""):H.ToObject(this);var e=H.ToUint32(r.length);if(e===0){return-1}var n=e-1;if(arguments.length>1){n=b(n,H.ToInteger(arguments[1]))}n=n>=0?n:e-m(n);for(;n>=0;n--){if(n in r&&t===r[n]){return n}}return-1}},ht);var pt=function(){var t=[1,2];var r=t.splice();return t.length===2&&at(r)&&r.length===0}();z(r,{splice:function splice(t,r){if(arguments.length===0){return[]}return c.apply(this,arguments)}},!pt);var yt=function(){var t={};r.splice.call(t,0,0,1);return t.length===1}();z(r,{splice:function splice(t,r){if(arguments.length===0){return[]}var e=arguments;this.length=w(H.ToInteger(this.length),0);if(arguments.length>0&&typeof r!=="number"){e=L(arguments);if(e.length<2){et(e,this.length-t)}else{e[1]=H.ToInteger(r)}}return c.apply(this,e)}},!yt);var dt=function(){var r=new t(1e5);r[8]="x";r.splice(1,1);return r.indexOf("x")===7}();var gt=function(){var t=256;var r=[];r[t]="a";r.splice(t+1,0,"b");return r[t]==="a"}();z(r,{splice:function splice(t,r){var e=H.ToObject(this);var n=[];var i=H.ToUint32(e.length);var a=H.ToInteger(t);var f=a<0?w(i+a,0):b(a,i);var u=arguments.length===0?0:arguments.length===1?i-f:b(w(H.ToInteger(r),0),i-f);var l=0;var s;while(l<u){s=o(f+l);if(B(e,s)){n[l]=e[s]}l+=1}var c=L(arguments,2);var v=c.length;var h;if(v<u){l=f;var p=i-u;while(l<p){s=o(l+u);h=o(l+v);if(B(e,s)){e[h]=e[s]}else{delete e[h]}l+=1}l=i;var y=i-u+v;while(l>y){delete e[l-1];l-=1}}else if(v>u){l=i-u;while(l>f){s=o(l+u-1);h=o(l+v-1);if(B(e,s)){e[h]=e[s]}else{delete e[h]}l-=1}}l=f;for(var d=0;d<c.length;++d){e[l]=c[d];l+=1}e.length=i-u+v;return n}},!dt||!gt);var wt=r.join;var bt;try{bt=Array.prototype.join.call("123",",")!=="1,2,3"}catch(K){bt=true}if(bt){z(r,{join:function join(t){var r=typeof t==="undefined"?",":t;return wt.call(A(this)?tt(this,""):this,r)}},bt)}var Tt=[1,2].join(undefined)!=="1,2";if(Tt){z(r,{join:function join(t){var r=typeof t==="undefined"?",":t;return wt.call(this,r)}},Tt)}var mt=function push(t){var r=H.ToObject(this);var e=H.ToUint32(r.length);var n=0;while(n<arguments.length){r[e+n]=arguments[n];n+=1}r.length=e+n;return e+n};var St=function(){var t={};var r=Array.prototype.push.call(t,undefined);return r!==1||t.length!==1||typeof t[0]!=="undefined"||!B(t,0)}();z(r,{push:function push(t){if(at(this)){return v.apply(this,arguments)}return mt.apply(this,arguments)}},St);var Dt=function(){var t=[];var r=t.push(undefined);return r!==1||t.length!==1||typeof t[0]!=="undefined"||!B(t,0)}();z(r,{push:mt},Dt);z(r,{slice:function(t,r){var e=A(this)?tt(this,""):this;return q(e,arguments)}},ut);var xt=function(){try{[1,2].sort(null)}catch(t){try{[1,2].sort({})}catch(r){return false}}return true}();var Ot=function(){try{[1,2].sort(/a/);return false}catch(t){}return true}();var Et=function(){try{[1,2].sort(undefined);return true}catch(t){}return false}();z(r,{sort:function sort(t){if(typeof t==="undefined"){return it(this)}if(!O(t)){throw new TypeError("Array.prototype.sort callback must be a function")}return it(this,t)}},xt||!Et||!Ot);var jt=!nt({toString:null},"toString");var It=nt(function(){},"prototype");var Mt=!B("x","0");var Ut=function(t){var r=t.constructor;return r&&r.prototype===t};var Ft={$applicationCache:true,$console:true,$external:true,$frame:true,$frameElement:true,$frames:true,$innerHeight:true,$innerWidth:true,$onmozfullscreenchange:true,$onmozfullscreenerror:true,$outerHeight:true,$outerWidth:true,$pageXOffset:true,$pageYOffset:true,$parent:true,$scrollLeft:true,$scrollTop:true,$scrollX:true,$scrollY:true,$self:true,$webkitIndexedDB:true,$webkitStorageInfo:true,$window:true,$width:true,$height:true,$top:true,$localStorage:true};var $t=function(){if(typeof window==="undefined"){return false}for(var t in window){try{if(!Ft["$"+t]&&B(window,t)&&window[t]!==null&&typeof window[t]==="object"){Ut(window[t])}}catch(r){return true}}return false}();var Nt=function(t){if(typeof window==="undefined"||!$t){return Ut(t)}try{return Ut(t)}catch(r){return false}};var Ct=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"];var kt=Ct.length;var At=function isArguments(t){return X(t)==="[object Arguments]"};var Rt=function isArguments(t){return t!==null&&typeof t==="object"&&typeof t.length==="number"&&t.length>=0&&!at(t)&&O(t.callee)};var Pt=At(arguments)?At:Rt;z(e,{keys:function keys(t){var r=O(t);var e=Pt(t);var n=t!==null&&typeof t==="object";var i=n&&A(t);if(!n&&!r&&!e){throw new TypeError("Object.keys called on a non-object")}var a=[];var f=It&&r;if(i&&Mt||e){for(var u=0;u<t.length;++u){et(a,o(u))}}if(!e){for(var l in t){if(!(f&&l==="prototype")&&B(t,l)){et(a,o(l))}}}if(jt){var s=Nt(t);for(var c=0;c<kt;c++){var v=Ct[c];if(!(s&&v==="constructor")&&B(t,v)){et(a,v)}}}return a}});var Jt=e.keys&&function(){return e.keys(arguments).length===2}(1,2);var Yt=e.keys&&function(){var t=e.keys(arguments);return arguments.length!==1||t.length!==1||t[0]!==1}(1);var zt=e.keys;z(e,{keys:function keys(t){if(Pt(t)){return zt(L(t))}return zt(t)}},!Jt||Yt);var Zt=new Date(-0xc782b5b342b24).getUTCMonth()!==0;var Gt=new Date(-0x55d318d56a724);var Ht=new Date(14496624e5);var Wt=Gt.toUTCString()!=="Mon, 01 Jan -45875 11:59:59 GMT";var Bt;var Xt;var Lt=Gt.getTimezoneOffset();if(Lt<-720){Bt=Gt.toDateString()!=="Tue Jan 02 -45875";Xt=!/^Thu Dec 10 2015 \d\d:\d\d:\d\d GMT[-+]\d\d\d\d(?: |$)/.test(String(Ht))}else{Bt=Gt.toDateString()!=="Mon Jan 01 -45875";Xt=!/^Wed Dec 09 2015 \d\d:\d\d:\d\d GMT[-+]\d\d\d\d(?: |$)/.test(String(Ht))}var qt=d.bind(Date.prototype.getFullYear);var Kt=d.bind(Date.prototype.getMonth);var Qt=d.bind(Date.prototype.getDate);var Vt=d.bind(Date.prototype.getUTCFullYear);var _t=d.bind(Date.prototype.getUTCMonth);var tr=d.bind(Date.prototype.getUTCDate);var rr=d.bind(Date.prototype.getUTCDay);var er=d.bind(Date.prototype.getUTCHours);var nr=d.bind(Date.prototype.getUTCMinutes);var ir=d.bind(Date.prototype.getUTCSeconds);var ar=d.bind(Date.prototype.getUTCMilliseconds);var or=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];var fr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];var ur=function daysInMonth(t,r){return Qt(new Date(r,t,0))};z(Date.prototype,{getFullYear:function getFullYear(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=qt(this);if(t<0&&Kt(this)>11){return t+1}return t},getMonth:function getMonth(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=qt(this);var r=Kt(this);if(t<0&&r>11){return 0}return r},getDate:function getDate(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=qt(this);var r=Kt(this);var e=Qt(this);if(t<0&&r>11){if(r===12){return e}var n=ur(0,t+1);return n-e+1}return e},getUTCFullYear:function getUTCFullYear(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=Vt(this);if(t<0&&_t(this)>11){return t+1}return t},getUTCMonth:function getUTCMonth(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=Vt(this);var r=_t(this);if(t<0&&r>11){return 0}return r},getUTCDate:function getUTCDate(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=Vt(this);var r=_t(this);var e=tr(this);if(t<0&&r>11){if(r===12){return e}var n=ur(0,t+1);return n-e+1}return e}},Zt);z(Date.prototype,{toUTCString:function toUTCString(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=rr(this);var r=tr(this);var e=_t(this);var n=Vt(this);var i=er(this);var a=nr(this);var o=ir(this);return or[t]+", "+(r<10?"0"+r:r)+" "+fr[e]+" "+n+" "+(i<10?"0"+i:i)+":"+(a<10?"0"+a:a)+":"+(o<10?"0"+o:o)+" GMT"}},Zt||Wt);z(Date.prototype,{toDateString:function toDateString(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=this.getDay();var r=this.getDate();var e=this.getMonth();var n=this.getFullYear();return or[t]+" "+fr[e]+" "+(r<10?"0"+r:r)+" "+n}},Zt||Bt);if(Zt||Xt){Date.prototype.toString=function toString(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=this.getDay();var r=this.getDate();var e=this.getMonth();var n=this.getFullYear();var i=this.getHours();var a=this.getMinutes();var o=this.getSeconds();var f=this.getTimezoneOffset();var u=T(m(f)/60);var l=T(m(f)%60);return or[t]+" "+fr[e]+" "+(r<10?"0"+r:r)+" "+n+" "+(i<10?"0"+i:i)+":"+(a<10?"0"+a:a)+":"+(o<10?"0"+o:o)+" GMT"+(f>0?"-":"+")+(u<10?"0"+u:u)+(l<10?"0"+l:l)};if(Y){e.defineProperty(Date.prototype,"toString",{configurable:true,enumerable:false,writable:true})}}var lr=-621987552e5;var sr="-000001";var cr=Date.prototype.toISOString&&new Date(lr).toISOString().indexOf(sr)===-1;var vr=Date.prototype.toISOString&&new Date(-1).toISOString()!=="1969-12-31T23:59:59.999Z";var hr=d.bind(Date.prototype.getTime);z(Date.prototype,{toISOString:function toISOString(){if(!isFinite(this)||!isFinite(hr(this))){throw new RangeError("Date.prototype.toISOString called on non-finite value.")}var t=Vt(this);var r=_t(this);t+=T(r/12);r=(r%12+12)%12;var e=[r+1,tr(this),er(this),nr(this),ir(this)];t=(t<0?"-":t>9999?"+":"")+_("00000"+m(t),0<=t&&t<=9999?-4:-6);for(var n=0;n<e.length;++n){e[n]=_("00"+e[n],-2)}return t+"-"+L(e,0,2).join("-")+"T"+L(e,2).join(":")+"."+_("000"+ar(this),-3)+"Z"}},cr||vr);var pr=function(){try{return Date.prototype.toJSON&&new Date(NaN).toJSON()===null&&new Date(lr).toJSON().indexOf(sr)!==-1&&Date.prototype.toJSON.call({toISOString:function(){return true}})}catch(t){return false}}();if(!pr){Date.prototype.toJSON=function toJSON(t){var r=e(this);var n=H.ToPrimitive(r);if(typeof n==="number"&&!isFinite(n)){return null}var i=r.toISOString;if(!O(i)){throw new TypeError("toISOString property is not callable")}return i.call(r)}}var yr=Date.parse("+033658-09-27T01:46:40.000Z")===1e15;var dr=!isNaN(Date.parse("2012-04-04T24:00:00.500Z"))||!isNaN(Date.parse("2012-11-31T23:59:59.000Z"))||!isNaN(Date.parse("2012-12-31T23:59:60.000Z"));var gr=isNaN(Date.parse("2000-01-01T00:00:00.000Z"));if(gr||dr||!yr){var wr=S(2,31)-1;var br=G(new Date(1970,0,1,0,0,0,wr+1).getTime());Date=function(t){var r=function Date(e,n,i,a,f,u,l){var s=arguments.length;var c;if(this instanceof t){var v=u;var h=l;if(br&&s>=7&&l>wr){var p=T(l/wr)*wr;var y=T(p/1e3);v+=y;h-=y*1e3}c=s===1&&o(e)===e?new t(r.parse(e)):s>=7?new t(e,n,i,a,f,v,h):s>=6?new t(e,n,i,a,f,v):s>=5?new t(e,n,i,a,f):s>=4?new t(e,n,i,a):s>=3?new t(e,n,i):s>=2?new t(e,n):s>=1?new t(e instanceof t?+e:e):new t}else{c=t.apply(this,arguments)}if(!Z(c)){z(c,{constructor:r},true)}return c};var e=new RegExp("^"+"(\\d{4}|[+-]\\d{6})"+"(?:-(\\d{2})"+"(?:-(\\d{2})"+"(?:"+"T(\\d{2})"+":(\\d{2})"+"(?:"+":(\\d{2})"+"(?:(\\.\\d{1,}))?"+")?"+"("+"Z|"+"(?:"+"([-+])"+"(\\d{2})"+":(\\d{2})"+")"+")?)?)?)?"+"$");var n=[0,31,59,90,120,151,181,212,243,273,304,334,365];var i=function dayFromMonth(t,r){var e=r>1?1:0;return n[r]+T((t-1969+e)/4)-T((t-1901+e)/100)+T((t-1601+e)/400)+365*(t-1970)};var a=function toUTC(r){var e=0;var n=r;if(br&&n>wr){var i=T(n/wr)*wr;var a=T(i/1e3);e+=a;n-=a*1e3}return u(new t(1970,0,1,0,0,e,n))};for(var f in t){if(B(t,f)){r[f]=t[f]}}z(r,{now:t.now,UTC:t.UTC},true);r.prototype=t.prototype;z(r.prototype,{constructor:r},true);var l=function parse(r){var n=e.exec(r);if(n){var o=u(n[1]),f=u(n[2]||1)-1,l=u(n[3]||1)-1,s=u(n[4]||0),c=u(n[5]||0),v=u(n[6]||0),h=T(u(n[7]||0)*1e3),p=Boolean(n[4]&&!n[8]),y=n[9]==="-"?1:-1,d=u(n[10]||0),g=u(n[11]||0),w;var b=c>0||v>0||h>0;if(s<(b?24:25)&&c<60&&v<60&&h<1e3&&f>-1&&f<12&&d<24&&g<60&&l>-1&&l<i(o,f+1)-i(o,f)){w=((i(o,f)+l)*24+s+d*y)*60;w=((w+c+g*y)*60+v)*1e3+h;if(p){w=a(w)}if(-864e13<=w&&w<=864e13){return w}}return NaN}return t.parse.apply(this,arguments)};z(r,{parse:l});return r}(Date)}if(!Date.now){Date.now=function now(){return(new Date).getTime()}}var Tr=l.toFixed&&(8e-5.toFixed(3)!=="0.000"||.9.toFixed(0)!=="1"||1.255.toFixed(2)!=="1.25"||(1000000000000000128).toFixed(0)!=="1000000000000000128");var mr={base:1e7,size:6,data:[0,0,0,0,0,0],multiply:function multiply(t,r){var e=-1;var n=r;while(++e<mr.size){n+=t*mr.data[e];mr.data[e]=n%mr.base;n=T(n/mr.base)}},divide:function divide(t){var r=mr.size;var e=0;while(--r>=0){e+=mr.data[r];mr.data[r]=T(e/t);e=e%t*mr.base}},numToString:function numToString(){var t=mr.size;var r="";while(--t>=0){if(r!==""||t===0||mr.data[t]!==0){var e=o(mr.data[t]);if(r===""){r=e}else{r+=_("0000000",0,7-e.length)+e}}}return r},pow:function pow(t,r,e){return r===0?e:r%2===1?pow(t,r-1,e*t):pow(t*t,r/2,e)},log:function log(t){var r=0;var e=t;while(e>=4096){r+=12;e/=4096}while(e>=2){r+=1;e/=2}return r}};var Sr=function toFixed(t){var r,e,n,i,a,f,l,s;r=u(t);r=G(r)?0:T(r);if(r<0||r>20){throw new RangeError("Number.toFixed called with invalid number of decimals")}e=u(this);if(G(e)){return"NaN"}if(e<=-1e21||e>=1e21){return o(e)}n="";if(e<0){n="-";e=-e}i="0";if(e>1e-21){a=mr.log(e*mr.pow(2,69,1))-69;f=a<0?e*mr.pow(2,-a,1):e/mr.pow(2,a,1);f*=4503599627370496;a=52-a;if(a>0){mr.multiply(0,f);l=r;while(l>=7){mr.multiply(1e7,0);l-=7}mr.multiply(mr.pow(10,l,1),0);l=a-1;while(l>=23){mr.divide(1<<23);l-=23}mr.divide(1<<l);mr.multiply(1,1);mr.divide(2);i=mr.numToString()}else{mr.multiply(0,f);mr.multiply(1<<-a,0);i=mr.numToString()+_("0.00000000000000000000",2,2+r)}}if(r>0){s=i.length;if(s<=r){i=n+_("0.0000000000000000000",0,r-s+2)+i}else{i=n+_(i,0,s-r)+"."+_(i,s-r)}}else{i=n+i}return i};z(l,{toFixed:Sr},Tr);var Dr=function(){try{return(-6.9e-11).toExponential(4)!=="-6.9000e-11"}catch(t){return false}}();var xr=l.toExponential;z(l,{toExponential:function toExponential(t){var r=u(this);if(!isFinite(r)){return xr.call(this,t)}if(typeof t==="undefined"){return xr.call(this)}var e=H.ToInteger(t);if(e<0||e>20){return xr.call(this,e)}var n="";if(r<0){n="-";r=-r}var i="";var a=0;var o="";var f="";if(r===0){a=0;e=0;i="0"}else{var l=Math.log10(r);a=Math.floor(l);var s=0;if(typeof t!=="undefined"){var c=Math.pow(10,a-e);s=Math.round(r/c);if(2*r>=(2*s+1)*c){s+=1}if(s>=Math.pow(10,e+1)){s/=10;a+=1}}else{e=22;var v=Math.round(Math.pow(10,l-a+e));var h=e;while(e-- >0){v=Math.round(Math.pow(10,l-a+e));if(Math.abs(v*Math.pow(10,a-e)-r)<=Math.abs(s*Math.pow(10,a-h)-r)){h=e;s=v}}}i=s.toString(10);if(typeof t==="undefined"){while(i.slice(-1)==="0"){i=i.slice(0,-1);f+=1}}}if(e!==0){i=i.slice(0,1)+"."+i.slice(1)}if(a===0){o="+";f="0"}else{o=a>0?"+":"-";f=Math.abs(a).toString(10)}i+="e"+o+f;return n+i}},Dr);var Or=function(){try{return 1..toPrecision(undefined)==="1"}catch(t){return true}}();var Er=l.toPrecision;z(l,{toPrecision:function toPrecision(t){return typeof t==="undefined"?Er.call(this):Er.call(this,t)}},Or);if("ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||"tesst".split(/(s)*/)[1]==="t"||"test".split(/(?:)/,-1).length!==4||"".split(/.?/).length||".".split(/()()/).length>1){(function(){var t=typeof/()??/.exec("")[1]==="undefined";var r=S(2,32)-1;f.split=function split(e,n){var i=String(this);if(typeof e==="undefined"&&n===0){return[]}if(!$(e)){return tt(this,e,n)}var a=[];var o=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),f=0,u,l,s,c;var h=new RegExp(e.source,o+"g");if(!t){u=new RegExp("^"+h.source+"$(?!\\s)",o)}var p=typeof n==="undefined"?r:H.ToUint32(n);l=h.exec(i);while(l){s=l.index+l[0].length;if(s>f){et(a,_(i,f,l.index));if(!t&&l.length>1){l[0].replace(u,function(){for(var t=1;t<arguments.length-2;t++){if(typeof arguments[t]==="undefined"){l[t]=void 0}}})}if(l.length>1&&l.index<i.length){v.apply(a,L(l,1))}c=l[0].length;f=s;if(a.length>=p){break}}if(h.lastIndex===l.index){h.lastIndex++}l=h.exec(i)}if(f===i.length){if(c||!h.test("")){et(a,"")}}else{et(a,_(i,f))}return a.length>p?L(a,0,p):a}})()}else if("0".split(void 0,0).length){f.split=function split(t,r){if(typeof t==="undefined"&&r===0){return[]}return tt(this,t,r)}}var jr=f.replace;var Ir=function(){var t=[];"x".replace(/x(.)?/g,function(r,e){et(t,e)});return t.length===1&&typeof t[0]==="undefined"}();if(!Ir){f.replace=function replace(t,r){var e=O(r);var n=$(t)&&/\)[*?]/.test(t.source);if(!e||!n){return jr.call(this,t,r)}var i=function(e){var n=arguments.length;var i=t.lastIndex;t.lastIndex=0;var a=t.exec(e)||[];t.lastIndex=i;et(a,arguments[n-2],arguments[n-1]);return r.apply(this,a)};return jr.call(this,t,i)}}var Mr=f.substr;var Ur="".substr&&"0b".substr(-1)!=="b";z(f,{substr:function substr(t,r){var e=t;if(t<0){e=w(this.length+t,0)}return Mr.call(this,e,r)}},Ur);var Fr="\t\n\x0B\f\r \xa0\u1680\u180e\u2000\u2001\u2002\u2003"+"\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028"+"\u2029\ufeff";var $r="\u200b";var Nr="["+Fr+"]";var Cr=new RegExp("^"+Nr+Nr+"*");var kr=new RegExp(Nr+Nr+"*$");var Ar=f.trim&&(Fr.trim()||!$r.trim());z(f,{trim:function trim(){if(typeof this==="undefined"||this===null){throw new TypeError("can't convert "+this+" to object")}return o(this).replace(Cr,"").replace(kr,"")}},Ar);var Rr=d.bind(String.prototype.trim);var Pr=f.lastIndexOf&&"abc\u3042\u3044".lastIndexOf("\u3042\u3044",2)!==-1;z(f,{lastIndexOf:function lastIndexOf(t){if(typeof this==="undefined"||this===null){throw new TypeError("can't convert "+this+" to object")}var r=o(this);var e=o(t);var n=arguments.length>1?u(arguments[1]):NaN;var i=G(n)?Infinity:H.ToInteger(n);var a=b(w(i,0),r.length);var f=e.length;var l=a+f;while(l>0){l=w(0,l-f);var s=rt(_(r,l,a+f),e);if(s!==-1){return l+s}}return-1}},Pr);var Jr=f.lastIndexOf;z(f,{lastIndexOf:function lastIndexOf(t){return Jr.apply(this,arguments)}},f.lastIndexOf.length!==1);var Yr=/^[-+]?0[xX]/;if(parseInt(Fr+"08")!==8||parseInt(Fr+"0x16")!==22){parseInt=function(t){return function parseInt(r,e){var n=Rr(String(r));var i=u(e)||(Yr.test(n)?16:10);return t(n,i)}}(parseInt)}var zr=function(){if(typeof Symbol!=="function"){return false}try{parseInt(Object(Symbol.iterator));return true}catch(t){}try{parseInt(Symbol.iterator);return true}catch(t){}return false}();if(zr){var Zr=Symbol.prototype.valueOf;parseInt=function(t){return function parseInt(r,e){var n=typeof r==="symbol";if(!n&&r&&typeof r==="object"){try{Zr.call(r);n=true}catch(i){}}if(n){""+r}var a=Rr(String(r));var o=u(e)||(Yr.test(a)?16:10);return t(a,o)}}(parseInt)}if(1/parseFloat("-0")!==-Infinity){parseFloat=function(t){return function parseFloat(r){var e=Rr(String(r));var n=t(e);return n===0&&_(e,0,1)==="-"?-0:n}}(parseFloat)}if(String(new RangeError("test"))!=="RangeError: test"){var Gr=function toString(){if(typeof this==="undefined"||this===null){throw new TypeError("can't convert "+this+" to object")}var t=this.name;if(typeof t==="undefined"){t="Error"}else if(typeof t!=="string"){t=o(t)}var r=this.message;if(typeof r==="undefined"){r=""}else if(typeof r!=="string"){r=o(r)}if(!t){return r}if(!r){return t}return t+": "+r};Error.prototype.toString=Gr}if(Y){var Hr=function(t,r){if(nt(t,r)){var e=Object.getOwnPropertyDescriptor(t,r);if(e.configurable){e.enumerable=false;Object.defineProperty(t,r,e)}}};Hr(Error.prototype,"message");if(Error.prototype.message!==""){Error.prototype.message=""}Hr(Error.prototype,"name")}if(String(/a/gim)!=="/a/gim"){var Wr=function toString(){var t="/"+this.source+"/";if(this.global){t+="g"}if(this.ignoreCase){t+="i"}if(this.multiline){t+="m"}return t};RegExp.prototype.toString=Wr}});
(function(t,r){"use strict";if(typeof define==="function"&&define.amd){define(r)}else if(typeof exports==="object"){module.exports=r()}else{t.returnExports=r()}})(this,function(){var t=Array;var r=t.prototype;var e=Object;var n=e.prototype;var i=Function;var a=i.prototype;var o=String;var f=o.prototype;var u=Number;var l=u.prototype;var s=r.slice;var c=r.splice;var v=r.push;var h=r.unshift;var p=r.concat;var y=r.join;var d=a.call;var g=a.apply;var b=Math.max;var w=Math.min;var T=Math.floor;var m=Math.abs;var S=Math.pow;var D=Math.round;var x=Math.log;var O=Math.LOG10E;var E=Math.log10||function log10(t){return x(t)*O};var j=n.toString;var I=typeof Symbol==="function"&&typeof Symbol.toStringTag==="symbol";var U;var F=Function.prototype.toString,$=/^\s*class /,M=function isES6ClassFn(t){try{var r=F.call(t);var e=r.replace(/\/\/.*\n/g,"");var n=e.replace(/\/\*[.\s\S]*\*\//g,"");var i=n.replace(/\n/gm," ").replace(/ {2}/g," ");return $.test(i)}catch(a){return false}},N=function tryFunctionObject(t){try{if(M(t)){return false}F.call(t);return true}catch(r){return false}},C="[object Function]",k="[object GeneratorFunction]",U=function isCallable(t){if(!t){return false}if(typeof t!=="function"&&typeof t!=="object"){return false}if(I){return N(t)}if(M(t)){return false}var r=j.call(t);return r===C||r===k};var A;var R=RegExp.prototype.exec,P=function tryRegexExec(t){try{R.call(t);return true}catch(r){return false}},J="[object RegExp]";A=function isRegex(t){if(typeof t!=="object"){return false}return I?P(t):j.call(t)===J};var Y;var z=String.prototype.valueOf,Z=function tryStringObject(t){try{z.call(t);return true}catch(r){return false}},G="[object String]";Y=function isString(t){if(typeof t==="string"){return true}if(typeof t!=="object"){return false}return I?Z(t):j.call(t)===G};var H=e.defineProperty&&function(){try{var t={};e.defineProperty(t,"x",{enumerable:false,value:t});for(var r in t){return false}return t.x===t}catch(n){return false}}();var W=function(t){var r;if(H){r=function(t,r,n,i){if(!i&&r in t){return}e.defineProperty(t,r,{configurable:true,enumerable:false,writable:true,value:n})}}else{r=function(t,r,e,n){if(!n&&r in t){return}t[r]=e}}return function defineProperties(e,n,i){for(var a in n){if(t.call(n,a)){r(e,a,n[a],i)}}}}(n.hasOwnProperty);var B=function isPrimitive(t){var r=typeof t;return t===null||r!=="object"&&r!=="function"};var L=u.isNaN||function isActualNaN(t){return t!==t};var X={ToInteger:function ToInteger(t){var r=+t;if(L(r)){r=0}else if(r!==0&&r!==1/0&&r!==-(1/0)){r=(r>0||-1)*T(m(r))}return r},ToPrimitive:function ToPrimitive(t){var r,e,n;if(B(t)){return t}e=t.valueOf;if(U(e)){r=e.call(t);if(B(r)){return r}}n=t.toString;if(U(n)){r=n.call(t);if(B(r)){return r}}throw new TypeError},ToObject:function(t){if(t==null){throw new TypeError("can't convert "+t+" to object")}return e(t)},ToUint32:function ToUint32(t){return t>>>0}};var q=function Empty(){};W(a,{bind:function bind(t){var r=this;if(!U(r)){throw new TypeError("Function.prototype.bind called on incompatible "+r)}var n=s.call(arguments,1);var a;var o=function(){if(this instanceof a){var i=g.call(r,this,p.call(n,s.call(arguments)));if(e(i)===i){return i}return this}return g.call(r,t,p.call(n,s.call(arguments)))};var f=b(0,r.length-n.length);var u=[];for(var l=0;l<f;l++){v.call(u,"$"+l)}a=i("binder","return function ("+y.call(u,",")+"){ return binder.apply(this, arguments); }")(o);if(r.prototype){q.prototype=r.prototype;a.prototype=new q;q.prototype=null}return a}});var K=d.bind(n.hasOwnProperty);var Q=d.bind(n.toString);var V=d.bind(s);var _=g.bind(s);if(typeof document==="object"&&document&&document.documentElement){try{V(document.documentElement.childNodes)}catch(tt){var rt=V;var et=_;V=function arraySliceIE(t){var r=[];var e=t.length;while(e-- >0){r[e]=t[e]}return et(r,rt(arguments,1))};_=function arraySliceApplyIE(t,r){return et(V(t),r)}}}var nt=d.bind(f.slice);var it=d.bind(f.split);var at=d.bind(f.indexOf);var ot=d.bind(v);var ft=d.bind(n.propertyIsEnumerable);var ut=d.bind(r.sort);var lt=t.isArray||function isArray(t){return Q(t)==="[object Array]"};var st=[].unshift(0)!==1;W(r,{unshift:function(){h.apply(this,arguments);return this.length}},st);W(t,{isArray:lt});var ct=e("a");var vt=ct[0]!=="a"||!(0 in ct);var ht=function properlyBoxed(t){var r=true;var e=true;var n=false;if(t){try{t.call("foo",function(t,e,n){if(typeof n!=="object"){r=false}});t.call([1],function(){"use strict";e=typeof this==="string"},"x")}catch(i){n=true}}return!!t&&!n&&r&&e};W(r,{forEach:function forEach(t){var r=X.ToObject(this);var e=vt&&Y(this)?it(this,""):r;var n=-1;var i=X.ToUint32(e.length);var a;if(arguments.length>1){a=arguments[1]}if(!U(t)){throw new TypeError("Array.prototype.forEach callback must be a function")}while(++n<i){if(n in e){if(typeof a==="undefined"){t(e[n],n,r)}else{t.call(a,e[n],n,r)}}}}},!ht(r.forEach));W(r,{map:function map(r){var e=X.ToObject(this);var n=vt&&Y(this)?it(this,""):e;var i=X.ToUint32(n.length);var a=t(i);var o;if(arguments.length>1){o=arguments[1]}if(!U(r)){throw new TypeError("Array.prototype.map callback must be a function")}for(var f=0;f<i;f++){if(f in n){if(typeof o==="undefined"){a[f]=r(n[f],f,e)}else{a[f]=r.call(o,n[f],f,e)}}}return a}},!ht(r.map));W(r,{filter:function filter(t){var r=X.ToObject(this);var e=vt&&Y(this)?it(this,""):r;var n=X.ToUint32(e.length);var i=[];var a;var o;if(arguments.length>1){o=arguments[1]}if(!U(t)){throw new TypeError("Array.prototype.filter callback must be a function")}for(var f=0;f<n;f++){if(f in e){a=e[f];if(typeof o==="undefined"?t(a,f,r):t.call(o,a,f,r)){ot(i,a)}}}return i}},!ht(r.filter));W(r,{every:function every(t){var r=X.ToObject(this);var e=vt&&Y(this)?it(this,""):r;var n=X.ToUint32(e.length);var i;if(arguments.length>1){i=arguments[1]}if(!U(t)){throw new TypeError("Array.prototype.every callback must be a function")}for(var a=0;a<n;a++){if(a in e&&!(typeof i==="undefined"?t(e[a],a,r):t.call(i,e[a],a,r))){return false}}return true}},!ht(r.every));W(r,{some:function some(t){var r=X.ToObject(this);var e=vt&&Y(this)?it(this,""):r;var n=X.ToUint32(e.length);var i;if(arguments.length>1){i=arguments[1]}if(!U(t)){throw new TypeError("Array.prototype.some callback must be a function")}for(var a=0;a<n;a++){if(a in e&&(typeof i==="undefined"?t(e[a],a,r):t.call(i,e[a],a,r))){return true}}return false}},!ht(r.some));var pt=false;if(r.reduce){pt=typeof r.reduce.call("es5",function(t,r,e,n){return n})==="object"}W(r,{reduce:function reduce(t){var r=X.ToObject(this);var e=vt&&Y(this)?it(this,""):r;var n=X.ToUint32(e.length);if(!U(t)){throw new TypeError("Array.prototype.reduce callback must be a function")}if(n===0&&arguments.length===1){throw new TypeError("reduce of empty array with no initial value")}var i=0;var a;if(arguments.length>=2){a=arguments[1]}else{do{if(i in e){a=e[i++];break}if(++i>=n){throw new TypeError("reduce of empty array with no initial value")}}while(true)}for(;i<n;i++){if(i in e){a=t(a,e[i],i,r)}}return a}},!pt);var yt=false;if(r.reduceRight){yt=typeof r.reduceRight.call("es5",function(t,r,e,n){return n})==="object"}W(r,{reduceRight:function reduceRight(t){var r=X.ToObject(this);var e=vt&&Y(this)?it(this,""):r;var n=X.ToUint32(e.length);if(!U(t)){throw new TypeError("Array.prototype.reduceRight callback must be a function")}if(n===0&&arguments.length===1){throw new TypeError("reduceRight of empty array with no initial value")}var i;var a=n-1;if(arguments.length>=2){i=arguments[1]}else{do{if(a in e){i=e[a--];break}if(--a<0){throw new TypeError("reduceRight of empty array with no initial value")}}while(true)}if(a<0){return i}do{if(a in e){i=t(i,e[a],a,r)}}while(a--);return i}},!yt);var dt=r.indexOf&&[0,1].indexOf(1,2)!==-1;W(r,{indexOf:function indexOf(t){var r=vt&&Y(this)?it(this,""):X.ToObject(this);var e=X.ToUint32(r.length);if(e===0){return-1}var n=0;if(arguments.length>1){n=X.ToInteger(arguments[1])}n=n>=0?n:b(0,e+n);for(;n<e;n++){if(n in r&&r[n]===t){return n}}return-1}},dt);var gt=r.lastIndexOf&&[0,1].lastIndexOf(0,-3)!==-1;W(r,{lastIndexOf:function lastIndexOf(t){var r=vt&&Y(this)?it(this,""):X.ToObject(this);var e=X.ToUint32(r.length);if(e===0){return-1}var n=e-1;if(arguments.length>1){n=w(n,X.ToInteger(arguments[1]))}n=n>=0?n:e-m(n);for(;n>=0;n--){if(n in r&&t===r[n]){return n}}return-1}},gt);var bt=function(){var t=[1,2];var r=t.splice();return t.length===2&&lt(r)&&r.length===0}();W(r,{splice:function splice(t,r){if(arguments.length===0){return[]}return c.apply(this,arguments)}},!bt);var wt=function(){var t={};r.splice.call(t,0,0,1);return t.length===1}();W(r,{splice:function splice(t,r){if(arguments.length===0){return[]}var e=arguments;this.length=b(X.ToInteger(this.length),0);if(arguments.length>0&&typeof r!=="number"){e=V(arguments);if(e.length<2){ot(e,this.length-t)}else{e[1]=X.ToInteger(r)}}return c.apply(this,e)}},!wt);var Tt=function(){var r=new t(1e5);r[8]="x";r.splice(1,1);return r.indexOf("x")===7}();var mt=function(){var t=256;var r=[];r[t]="a";r.splice(t+1,0,"b");return r[t]==="a"}();W(r,{splice:function splice(t,r){var e=X.ToObject(this);var n=[];var i=X.ToUint32(e.length);var a=X.ToInteger(t);var f=a<0?b(i+a,0):w(a,i);var u=arguments.length===0?0:arguments.length===1?i-f:w(b(X.ToInteger(r),0),i-f);var l=0;var s;while(l<u){s=o(f+l);if(K(e,s)){n[l]=e[s]}l+=1}var c=V(arguments,2);var v=c.length;var h;if(v<u){l=f;var p=i-u;while(l<p){s=o(l+u);h=o(l+v);if(K(e,s)){e[h]=e[s]}else{delete e[h]}l+=1}l=i;var y=i-u+v;while(l>y){delete e[l-1];l-=1}}else if(v>u){l=i-u;while(l>f){s=o(l+u-1);h=o(l+v-1);if(K(e,s)){e[h]=e[s]}else{delete e[h]}l-=1}}l=f;for(var d=0;d<c.length;++d){e[l]=c[d];l+=1}e.length=i-u+v;return n}},!Tt||!mt);var St=r.join;var Dt;try{Dt=Array.prototype.join.call("123",",")!=="1,2,3"}catch(tt){Dt=true}if(Dt){W(r,{join:function join(t){var r=typeof t==="undefined"?",":t;return St.call(Y(this)?it(this,""):this,r)}},Dt)}var xt=[1,2].join(undefined)!=="1,2";if(xt){W(r,{join:function join(t){var r=typeof t==="undefined"?",":t;return St.call(this,r)}},xt)}var Ot=function push(t){var r=X.ToObject(this);var e=X.ToUint32(r.length);var n=0;while(n<arguments.length){r[e+n]=arguments[n];n+=1}r.length=e+n;return e+n};var Et=function(){var t={};var r=Array.prototype.push.call(t,undefined);return r!==1||t.length!==1||typeof t[0]!=="undefined"||!K(t,0)}();W(r,{push:function push(t){if(lt(this)){return v.apply(this,arguments)}return Ot.apply(this,arguments)}},Et);var jt=function(){var t=[];var r=t.push(undefined);return r!==1||t.length!==1||typeof t[0]!=="undefined"||!K(t,0)}();W(r,{push:Ot},jt);W(r,{slice:function(t,r){var e=Y(this)?it(this,""):this;return _(e,arguments)}},vt);var It=function(){try{[1,2].sort(null)}catch(t){try{[1,2].sort({})}catch(r){return false}}return true}();var Ut=function(){try{[1,2].sort(/a/);return false}catch(t){}return true}();var Ft=function(){try{[1,2].sort(undefined);return true}catch(t){}return false}();W(r,{sort:function sort(t){if(typeof t==="undefined"){return ut(this)}if(!U(t)){throw new TypeError("Array.prototype.sort callback must be a function")}return ut(this,t)}},It||!Ft||!Ut);var $t=!ft({toString:null},"toString");var Mt=ft(function(){},"prototype");var Nt=!K("x","0");var Ct=function(t){var r=t.constructor;return r&&r.prototype===t};var kt={$applicationCache:true,$console:true,$external:true,$frame:true,$frameElement:true,$frames:true,$innerHeight:true,$innerWidth:true,$onmozfullscreenchange:true,$onmozfullscreenerror:true,$outerHeight:true,$outerWidth:true,$pageXOffset:true,$pageYOffset:true,$parent:true,$scrollLeft:true,$scrollTop:true,$scrollX:true,$scrollY:true,$self:true,$webkitIndexedDB:true,$webkitStorageInfo:true,$window:true,$width:true,$height:true,$top:true,$localStorage:true};var At=function(){if(typeof window==="undefined"){return false}for(var t in window){try{if(!kt["$"+t]&&K(window,t)&&window[t]!==null&&typeof window[t]==="object"){Ct(window[t])}}catch(r){return true}}return false}();var Rt=function(t){if(typeof window==="undefined"||!At){return Ct(t)}try{return Ct(t)}catch(r){return false}};var Pt=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"];var Jt=Pt.length;var Yt=function isArguments(t){return Q(t)==="[object Arguments]"};var zt=function isArguments(t){return t!==null&&typeof t==="object"&&typeof t.length==="number"&&t.length>=0&&!lt(t)&&U(t.callee)};var Zt=Yt(arguments)?Yt:zt;W(e,{keys:function keys(t){var r=U(t);var e=Zt(t);var n=t!==null&&typeof t==="object";var i=n&&Y(t);if(!n&&!r&&!e){throw new TypeError("Object.keys called on a non-object")}var a=[];var f=Mt&&r;if(i&&Nt||e){for(var u=0;u<t.length;++u){ot(a,o(u))}}if(!e){for(var l in t){if(!(f&&l==="prototype")&&K(t,l)){ot(a,o(l))}}}if($t){var s=Rt(t);for(var c=0;c<Jt;c++){var v=Pt[c];if(!(s&&v==="constructor")&&K(t,v)){ot(a,v)}}}return a}});var Gt=e.keys&&function(){return e.keys(arguments).length===2}(1,2);var Ht=e.keys&&function(){var t=e.keys(arguments);return arguments.length!==1||t.length!==1||t[0]!==1}(1);var Wt=e.keys;W(e,{keys:function keys(t){if(Zt(t)){return Wt(V(t))}return Wt(t)}},!Gt||Ht);var Bt=new Date(-0xc782b5b342b24).getUTCMonth()!==0;var Lt=new Date(-0x55d318d56a724);var Xt=new Date(14496624e5);var qt=Lt.toUTCString()!=="Mon, 01 Jan -45875 11:59:59 GMT";var Kt;var Qt;var Vt=Lt.getTimezoneOffset();if(Vt<-720){Kt=Lt.toDateString()!=="Tue Jan 02 -45875";Qt=!/^Thu Dec 10 2015 \d\d:\d\d:\d\d GMT[-+]\d\d\d\d(?: |$)/.test(String(Xt))}else{Kt=Lt.toDateString()!=="Mon Jan 01 -45875";Qt=!/^Wed Dec 09 2015 \d\d:\d\d:\d\d GMT[-+]\d\d\d\d(?: |$)/.test(String(Xt))}var _t=d.bind(Date.prototype.getFullYear);var tr=d.bind(Date.prototype.getMonth);var rr=d.bind(Date.prototype.getDate);var er=d.bind(Date.prototype.getUTCFullYear);var nr=d.bind(Date.prototype.getUTCMonth);var ir=d.bind(Date.prototype.getUTCDate);var ar=d.bind(Date.prototype.getUTCDay);var or=d.bind(Date.prototype.getUTCHours);var fr=d.bind(Date.prototype.getUTCMinutes);var ur=d.bind(Date.prototype.getUTCSeconds);var lr=d.bind(Date.prototype.getUTCMilliseconds);var sr=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];var cr=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];var vr=function daysInMonth(t,r){return rr(new Date(r,t,0))};W(Date.prototype,{getFullYear:function getFullYear(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=_t(this);if(t<0&&tr(this)>11){return t+1}return t},getMonth:function getMonth(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=_t(this);var r=tr(this);if(t<0&&r>11){return 0}return r},getDate:function getDate(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=_t(this);var r=tr(this);var e=rr(this);if(t<0&&r>11){if(r===12){return e}var n=vr(0,t+1);return n-e+1}return e},getUTCFullYear:function getUTCFullYear(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=er(this);if(t<0&&nr(this)>11){return t+1}return t},getUTCMonth:function getUTCMonth(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=er(this);var r=nr(this);if(t<0&&r>11){return 0}return r},getUTCDate:function getUTCDate(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=er(this);var r=nr(this);var e=ir(this);if(t<0&&r>11){if(r===12){return e}var n=vr(0,t+1);return n-e+1}return e}},Bt);W(Date.prototype,{toUTCString:function toUTCString(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=ar(this);var r=ir(this);var e=nr(this);var n=er(this);var i=or(this);var a=fr(this);var o=ur(this);return sr[t]+", "+(r<10?"0"+r:r)+" "+cr[e]+" "+n+" "+(i<10?"0"+i:i)+":"+(a<10?"0"+a:a)+":"+(o<10?"0"+o:o)+" GMT"}},Bt||qt);W(Date.prototype,{toDateString:function toDateString(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=this.getDay();var r=this.getDate();var e=this.getMonth();var n=this.getFullYear();return sr[t]+" "+cr[e]+" "+(r<10?"0"+r:r)+" "+n}},Bt||Kt);if(Bt||Qt){Date.prototype.toString=function toString(){if(!this||!(this instanceof Date)){throw new TypeError("this is not a Date object.")}var t=this.getDay();var r=this.getDate();var e=this.getMonth();var n=this.getFullYear();var i=this.getHours();var a=this.getMinutes();var o=this.getSeconds();var f=this.getTimezoneOffset();var u=T(m(f)/60);var l=T(m(f)%60);return sr[t]+" "+cr[e]+" "+(r<10?"0"+r:r)+" "+n+" "+(i<10?"0"+i:i)+":"+(a<10?"0"+a:a)+":"+(o<10?"0"+o:o)+" GMT"+(f>0?"-":"+")+(u<10?"0"+u:u)+(l<10?"0"+l:l)};if(H){e.defineProperty(Date.prototype,"toString",{configurable:true,enumerable:false,writable:true})}}var hr=-621987552e5;var pr="-000001";var yr=Date.prototype.toISOString&&new Date(hr).toISOString().indexOf(pr)===-1;var dr=Date.prototype.toISOString&&new Date(-1).toISOString()!=="1969-12-31T23:59:59.999Z";var gr=d.bind(Date.prototype.getTime);W(Date.prototype,{toISOString:function toISOString(){if(!isFinite(this)||!isFinite(gr(this))){throw new RangeError("Date.prototype.toISOString called on non-finite value.")}var t=er(this);var r=nr(this);t+=T(r/12);r=(r%12+12)%12;var e=[r+1,ir(this),or(this),fr(this),ur(this)];t=(t<0?"-":t>9999?"+":"")+nt("00000"+m(t),0<=t&&t<=9999?-4:-6);for(var n=0;n<e.length;++n){e[n]=nt("00"+e[n],-2)}return t+"-"+V(e,0,2).join("-")+"T"+V(e,2).join(":")+"."+nt("000"+lr(this),-3)+"Z"}},yr||dr);var br=function(){try{return Date.prototype.toJSON&&new Date(NaN).toJSON()===null&&new Date(hr).toJSON().indexOf(pr)!==-1&&Date.prototype.toJSON.call({toISOString:function(){return true}})}catch(t){return false}}();if(!br){Date.prototype.toJSON=function toJSON(t){var r=e(this);var n=X.ToPrimitive(r);if(typeof n==="number"&&!isFinite(n)){return null}var i=r.toISOString;if(!U(i)){throw new TypeError("toISOString property is not callable")}return i.call(r)}}var wr=Date.parse("+033658-09-27T01:46:40.000Z")===1e15;var Tr=!isNaN(Date.parse("2012-04-04T24:00:00.500Z"))||!isNaN(Date.parse("2012-11-31T23:59:59.000Z"))||!isNaN(Date.parse("2012-12-31T23:59:60.000Z"));var mr=isNaN(Date.parse("2000-01-01T00:00:00.000Z"));if(mr||Tr||!wr){var Sr=S(2,31)-1;var Dr=L(new Date(1970,0,1,0,0,0,Sr+1).getTime());Date=function(t){var r=function Date(e,n,i,a,f,u,l){var s=arguments.length;var c;if(this instanceof t){var v=u;var h=l;if(Dr&&s>=7&&l>Sr){var p=T(l/Sr)*Sr;var y=T(p/1e3);v+=y;h-=y*1e3}c=s===1&&o(e)===e?new t(r.parse(e)):s>=7?new t(e,n,i,a,f,v,h):s>=6?new t(e,n,i,a,f,v):s>=5?new t(e,n,i,a,f):s>=4?new t(e,n,i,a):s>=3?new t(e,n,i):s>=2?new t(e,n):s>=1?new t(e instanceof t?+e:e):new t}else{c=t.apply(this,arguments)}if(!B(c)){W(c,{constructor:r},true)}return c};var e=new RegExp("^"+"(\\d{4}|[+-]\\d{6})"+"(?:-(\\d{2})"+"(?:-(\\d{2})"+"(?:"+"T(\\d{2})"+":(\\d{2})"+"(?:"+":(\\d{2})"+"(?:(\\.\\d{1,}))?"+")?"+"("+"Z|"+"(?:"+"([-+])"+"(\\d{2})"+":(\\d{2})"+")"+")?)?)?)?"+"$");var n=[0,31,59,90,120,151,181,212,243,273,304,334,365];var i=function dayFromMonth(t,r){var e=r>1?1:0;return n[r]+T((t-1969+e)/4)-T((t-1901+e)/100)+T((t-1601+e)/400)+365*(t-1970)};var a=function toUTC(r){var e=0;var n=r;if(Dr&&n>Sr){var i=T(n/Sr)*Sr;var a=T(i/1e3);e+=a;n-=a*1e3}return u(new t(1970,0,1,0,0,e,n))};for(var f in t){if(K(t,f)){r[f]=t[f]}}W(r,{now:t.now,UTC:t.UTC},true);r.prototype=t.prototype;W(r.prototype,{constructor:r},true);var l=function parse(r){var n=e.exec(r);if(n){var o=u(n[1]),f=u(n[2]||1)-1,l=u(n[3]||1)-1,s=u(n[4]||0),c=u(n[5]||0),v=u(n[6]||0),h=T(u(n[7]||0)*1e3),p=Boolean(n[4]&&!n[8]),y=n[9]==="-"?1:-1,d=u(n[10]||0),g=u(n[11]||0),b;var w=c>0||v>0||h>0;if(s<(w?24:25)&&c<60&&v<60&&h<1e3&&f>-1&&f<12&&d<24&&g<60&&l>-1&&l<i(o,f+1)-i(o,f)){b=((i(o,f)+l)*24+s+d*y)*60;b=((b+c+g*y)*60+v)*1e3+h;if(p){b=a(b)}if(-864e13<=b&&b<=864e13){return b}}return NaN}return t.parse.apply(this,arguments)};W(r,{parse:l});return r}(Date)}if(!Date.now){Date.now=function now(){return(new Date).getTime()}}var xr=l.toFixed&&(8e-5.toFixed(3)!=="0.000"||.9.toFixed(0)!=="1"||1.255.toFixed(2)!=="1.25"||(1000000000000000128).toFixed(0)!=="1000000000000000128");var Or={base:1e7,size:6,data:[0,0,0,0,0,0],multiply:function multiply(t,r){var e=-1;var n=r;while(++e<Or.size){n+=t*Or.data[e];Or.data[e]=n%Or.base;n=T(n/Or.base)}},divide:function divide(t){var r=Or.size;var e=0;while(--r>=0){e+=Or.data[r];Or.data[r]=T(e/t);e=e%t*Or.base}},numToString:function numToString(){var t=Or.size;var r="";while(--t>=0){if(r!==""||t===0||Or.data[t]!==0){var e=o(Or.data[t]);if(r===""){r=e}else{r+=nt("0000000",0,7-e.length)+e}}}return r},pow:function pow(t,r,e){return r===0?e:r%2===1?pow(t,r-1,e*t):pow(t*t,r/2,e)},log:function log(t){var r=0;var e=t;while(e>=4096){r+=12;e/=4096}while(e>=2){r+=1;e/=2}return r}};var Er=function toFixed(t){var r,e,n,i,a,f,l,s;r=u(t);r=L(r)?0:T(r);if(r<0||r>20){throw new RangeError("Number.toFixed called with invalid number of decimals")}e=u(this);if(L(e)){return"NaN"}if(e<=-1e21||e>=1e21){return o(e)}n="";if(e<0){n="-";e=-e}i="0";if(e>1e-21){a=Or.log(e*Or.pow(2,69,1))-69;f=a<0?e*Or.pow(2,-a,1):e/Or.pow(2,a,1);f*=4503599627370496;a=52-a;if(a>0){Or.multiply(0,f);l=r;while(l>=7){Or.multiply(1e7,0);l-=7}Or.multiply(Or.pow(10,l,1),0);l=a-1;while(l>=23){Or.divide(1<<23);l-=23}Or.divide(1<<l);Or.multiply(1,1);Or.divide(2);i=Or.numToString()}else{Or.multiply(0,f);Or.multiply(1<<-a,0);i=Or.numToString()+nt("0.00000000000000000000",2,2+r)}}if(r>0){s=i.length;if(s<=r){i=n+nt("0.0000000000000000000",0,r-s+2)+i}else{i=n+nt(i,0,s-r)+"."+nt(i,s-r)}}else{i=n+i}return i};W(l,{toFixed:Er},xr);var jr=function(){try{return(-6.9e-11).toExponential(4)!=="-6.9000e-11"}catch(t){return false}}();var Ir=d.bind(l.toExponential);var Ur=d.bind(l.toString);W(l,{toExponential:function toExponential(t){var r=u(this);if(!isFinite(r)){return Ir(r,t)}if(typeof t==="undefined"){return Ir(r)}var e=X.ToInteger(t);if(e<0||e>20){return Ir(r,e)}var n="";if(r<0){n="-";r=-r}var i="";var a=0;var o="";var f="";if(r===0){a=0;e=0;i="0"}else{var l=E(r);a=T(l);var s=0;if(typeof t!=="undefined"){var c=S(10,a-e);s=D(r/c);if(2*r>=(2*s+1)*c){s+=1}if(s>=S(10,e+1)){s/=10;a+=1}}else{e=16;var v=D(S(10,l-a+e));var h=e;while(e-- >0){v=D(S(10,l-a+e));if(m(v*S(10,a-e)-r)<=m(s*S(10,a-h)-r)){h=e;s=v}}}i=Ur(s,10);if(typeof t==="undefined"){while(nt(i,-1)==="0"){i=nt(i,0,-1);f+=1}}}if(e!==0){i=nt(i,0,1)+"."+nt(i,1)}if(a===0){o="+";f="0"}else{o=a>0?"+":"-";f=Ur(m(a),10)}i+="e"+o+f;return n+i}},jr);var Fr=function(){try{return 1..toPrecision(undefined)==="1"}catch(t){return true}}();var $r=d.bind(l.toPrecision);W(l,{toPrecision:function toPrecision(t){return typeof t==="undefined"?$r(this):$r(this,t)}},Fr);if("ab".split(/(?:ab)*/).length!==2||".".split(/(.?)(.?)/).length!==4||"tesst".split(/(s)*/)[1]==="t"||"test".split(/(?:)/,-1).length!==4||"".split(/.?/).length||".".split(/()()/).length>1){(function(){var t=typeof/()??/.exec("")[1]==="undefined";var r=S(2,32)-1;f.split=function split(e,n){var i=String(this);if(typeof e==="undefined"&&n===0){return[]}if(!A(e)){return it(this,e,n)}var a=[];var o=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),f=0,u,l,s,c;var h=new RegExp(e.source,o+"g");if(!t){u=new RegExp("^"+h.source+"$(?!\\s)",o)}var p=typeof n==="undefined"?r:X.ToUint32(n);l=h.exec(i);while(l){s=l.index+l[0].length;if(s>f){ot(a,nt(i,f,l.index));if(!t&&l.length>1){l[0].replace(u,function(){for(var t=1;t<arguments.length-2;t++){if(typeof arguments[t]==="undefined"){l[t]=void 0}}})}if(l.length>1&&l.index<i.length){v.apply(a,V(l,1))}c=l[0].length;f=s;if(a.length>=p){break}}if(h.lastIndex===l.index){h.lastIndex++}l=h.exec(i)}if(f===i.length){if(c||!h.test("")){ot(a,"")}}else{ot(a,nt(i,f))}return a.length>p?V(a,0,p):a}})()}else if("0".split(void 0,0).length){f.split=function split(t,r){if(typeof t==="undefined"&&r===0){return[]}return it(this,t,r)}}var Mr=f.replace;var Nr=function(){var t=[];"x".replace(/x(.)?/g,function(r,e){ot(t,e)});return t.length===1&&typeof t[0]==="undefined"}();if(!Nr){f.replace=function replace(t,r){var e=U(r);var n=A(t)&&/\)[*?]/.test(t.source);if(!e||!n){return Mr.call(this,t,r)}var i=function(e){var n=arguments.length;var i=t.lastIndex;t.lastIndex=0;var a=t.exec(e)||[];t.lastIndex=i;ot(a,arguments[n-2],arguments[n-1]);return r.apply(this,a)};return Mr.call(this,t,i)}}var Cr=f.substr;var kr="".substr&&"0b".substr(-1)!=="b";W(f,{substr:function substr(t,r){var e=t;if(t<0){e=b(this.length+t,0)}return Cr.call(this,e,r)}},kr);var Ar="\t\n\x0B\f\r \xa0\u1680\u180e\u2000\u2001\u2002\u2003"+"\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028"+"\u2029\ufeff";var Rr="\u200b";var Pr="["+Ar+"]";var Jr=new RegExp("^"+Pr+Pr+"*");var Yr=new RegExp(Pr+Pr+"*$");var zr=f.trim&&(Ar.trim()||!Rr.trim());W(f,{trim:function trim(){if(typeof this==="undefined"||this===null){throw new TypeError("can't convert "+this+" to object")}return o(this).replace(Jr,"").replace(Yr,"")}},zr);var Zr=d.bind(String.prototype.trim);var Gr=f.lastIndexOf&&"abc\u3042\u3044".lastIndexOf("\u3042\u3044",2)!==-1;W(f,{lastIndexOf:function lastIndexOf(t){if(typeof this==="undefined"||this===null){throw new TypeError("can't convert "+this+" to object")}var r=o(this);var e=o(t);var n=arguments.length>1?u(arguments[1]):NaN;var i=L(n)?Infinity:X.ToInteger(n);var a=w(b(i,0),r.length);var f=e.length;var l=a+f;while(l>0){l=b(0,l-f);var s=at(nt(r,l,a+f),e);if(s!==-1){return l+s}}return-1}},Gr);var Hr=f.lastIndexOf;W(f,{lastIndexOf:function lastIndexOf(t){return Hr.apply(this,arguments)}},f.lastIndexOf.length!==1);var Wr=/^[-+]?0[xX]/;if(parseInt(Ar+"08")!==8||parseInt(Ar+"0x16")!==22){parseInt=function(t){return function parseInt(r,e){var n=Zr(String(r));var i=u(e)||(Wr.test(n)?16:10);return t(n,i)}}(parseInt)}var Br=function(){if(typeof Symbol!=="function"){return false}try{parseInt(Object(Symbol.iterator));return true}catch(t){}try{parseInt(Symbol.iterator);return true}catch(t){}return false}();if(Br){var Lr=Symbol.prototype.valueOf;parseInt=function(t){return function parseInt(r,e){var n=typeof r==="symbol";if(!n&&r&&typeof r==="object"){try{Lr.call(r);n=true}catch(i){}}if(n){""+r}var a=Zr(String(r));var o=u(e)||(Wr.test(a)?16:10);return t(a,o)}}(parseInt)}if(1/parseFloat("-0")!==-Infinity){parseFloat=function(t){return function parseFloat(r){var e=Zr(String(r));var n=t(e);return n===0&&nt(e,0,1)==="-"?-0:n}}(parseFloat)}if(String(new RangeError("test"))!=="RangeError: test"){var Xr=function toString(){if(typeof this==="undefined"||this===null){throw new TypeError("can't convert "+this+" to object")}var t=this.name;if(typeof t==="undefined"){t="Error"}else if(typeof t!=="string"){t=o(t)}var r=this.message;if(typeof r==="undefined"){r=""}else if(typeof r!=="string"){r=o(r)}if(!t){return r}if(!r){return t}return t+": "+r};Error.prototype.toString=Xr}if(H){var qr=function(t,r){if(ft(t,r)){var e=Object.getOwnPropertyDescriptor(t,r);if(e.configurable){e.enumerable=false;Object.defineProperty(t,r,e)}}};qr(Error.prototype,"message");if(Error.prototype.message!==""){Error.prototype.message=""}qr(Error.prototype,"name")}if(String(/a/gim)!=="/a/gim"){var Kr=function toString(){var t="/"+this.source+"/";if(this.global){t+="g"}if(this.ignoreCase){t+="i"}if(this.multiline){t+="m"}return t};RegExp.prototype.toString=Kr}});
//# sourceMappingURL=es5-shim.map
{
"name": "es5-shim",
"version": "4.6.0",
"version": "4.6.1",
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/es-shims/es5-shim/",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc