UNPKG

31.9 kBJavaScriptView Raw
1/*!
2{
3 "copywrite": "Copyright (c) 2015-2017",
4 "date": "2019-08-05T21:51:56.238Z",
5 "describe": "",
6 "description": "node's deepEqual and deepStrictEqual algorithm.",
7 "file": "deep-equal-x.min.js",
8 "hash": "2b3610e77481b896d574",
9 "license": "MIT",
10 "version": "2.0.13"
11}
12*/
13!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.deepEqualX=e():t.deepEqualX=e()}(function(){"use strict";return"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:Function("return this")()}(),function(){return function(t){var e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)r.d(n,o,function(e){return t[e]}.bind(null,o));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=14)}([function(t,e,r){"use strict";
14/*!
15 * is-primitive <https://github.com/jonschlinkert/is-primitive>
16 *
17 * Copyright (c) 2014-present, Jon Schlinkert.
18 * Released under the MIT License.
19 */t.exports=function(t){return"object"==typeof t?null===t:"function"!=typeof t}},function(t,e,r){"use strict";var n=String.prototype.valueOf,o=Object.prototype.toString,u="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(t){return"string"==typeof t||"object"==typeof t&&(u?function(t){try{return n.call(t),!0}catch(t){return!1}}(t):"[object String]"===o.call(t))}},function(t,e,r){"use strict";var n=Object.prototype.toString;if(r(10)()){var o=Symbol.prototype.toString,u=/^Symbol\(.*\)$/;t.exports=function(t){if("symbol"==typeof t)return!0;if("[object Symbol]"!==n.call(t))return!1;try{return function(t){return"symbol"==typeof t.valueOf()&&u.test(o.call(t))}(t)}catch(t){return!1}}}else t.exports=function(t){return!1}},function(t,e,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,o=Object.prototype.toString,u=function(t){return!(n&&t&&"object"==typeof t&&Symbol.toStringTag in t)&&"[object Arguments]"===o.call(t)},i=function(t){return!!u(t)||null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&"[object Array]"!==o.call(t)&&"[object Function]"===o.call(t.callee)},c=function(){return u(arguments)}();u.isLegacyArguments=i,t.exports=c?u:i},function(t,e,r){"use strict";var n=Date.prototype.getDay,o=Object.prototype.toString,u="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(t){return"object"==typeof t&&null!==t&&(u?function(t){try{return n.call(t),!0}catch(t){return!1}}(t):"[object Date]"===o.call(t))}},function(t,e,r){"use strict";t.exports=function(t){return"object"==typeof t&&null!==t}},function(t,e){
20/*!
21 * Determine if an object is a Buffer
22 *
23 * @author Feross Aboukhadijeh <https://feross.org>
24 * @license MIT
25 */
26t.exports=function(t){return null!=t&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}},function(t,e,r){
27//! stable.js 0.1.8, https://github.com/Two-Screen/stable
28//! © 2018 Angry Bytes and contributors. MIT licensed.
29t.exports=function(){"use strict";var t=function(t,r){return e(t.slice(),r)};function e(t,e){"function"!=typeof e&&(e=function(t,e){return String(t).localeCompare(e)});var n=t.length;if(n<=1)return t;for(var o=new Array(n),u=1;u<n;u*=2){r(t,e,u,o);var i=t;t=o,o=i}return t}t.inplace=function(t,n){var o=e(t,n);return o!==t&&r(o,null,t.length,t),t};var r=function(t,e,r,n){var o,u,i,c,a,l=t.length,f=0,s=2*r;for(o=0;o<l;o+=s)for(i=(u=o+r)+r,u>l&&(u=l),i>l&&(i=l),c=o,a=u;;)if(c<u&&a<i)e(t[c],t[a])<=0?n[f++]=t[c++]:n[f++]=t[a++];else if(c<u)n[f++]=t[c++];else{if(!(a<i))break;n[f++]=t[a++]}};return t}()},function(t,e,r){"use strict";var n=Object.prototype.toString;t.exports=function(t){var e=n.call(t),r="[object Arguments]"===e;return r||(r="[object Array]"!==e&&null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&"[object Function]"===n.call(t.callee)),r}},function(t,e,r){"use strict";var n=Array.prototype.slice,o=r(8),u=Object.keys,i=u?function(t){return u(t)}:r(13),c=Object.keys;i.shim=function(){Object.keys?function(){var t=Object.keys(arguments);return t&&t.length===arguments.length}(1,2)||(Object.keys=function(t){return o(t)?c(n.call(t)):c(t)}):Object.keys=i;return Object.keys||i},t.exports=i},function(t,e,r){"use strict";(function(e){var n=e.Symbol,o=r(12);t.exports=function(){return"function"==typeof n&&("function"==typeof Symbol&&("symbol"==typeof n("foo")&&("symbol"==typeof Symbol("bar")&&o())))}}).call(this,r(11))},function(t,e){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(t){"object"==typeof window&&(r=window)}t.exports=r},function(t,e,r){"use strict";t.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var t={},e=Symbol("test"),r=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(e in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var n=Object.getOwnPropertySymbols(t);if(1!==n.length||n[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(t,e);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},function(t,e,r){"use strict";var n;if(!Object.keys){var o=Object.prototype.hasOwnProperty,u=Object.prototype.toString,i=r(8),c=Object.prototype.propertyIsEnumerable,a=!c.call({toString:null},"toString"),l=c.call(function(){},"prototype"),f=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],s=function(t){var e=t.constructor;return e&&e.prototype===t},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},v=function(){if("undefined"==typeof window)return!1;for(var t in window)try{if(!p["$"+t]&&o.call(window,t)&&null!==window[t]&&"object"==typeof window[t])try{s(window[t])}catch(t){return!0}}catch(t){return!0}return!1}();n=function(t){var e=null!==t&&"object"==typeof t,r="[object Function]"===u.call(t),n=i(t),c=e&&"[object String]"===u.call(t),p=[];if(!e&&!r&&!n)throw new TypeError("Object.keys called on a non-object");var y=l&&r;if(c&&t.length>0&&!o.call(t,0))for(var h=0;h<t.length;++h)p.push(String(h));if(n&&t.length>0)for(var d=0;d<t.length;++d)p.push(String(d));else for(var g in t)y&&"prototype"===g||!o.call(t,g)||p.push(String(g));if(a)for(var b=function(t){if("undefined"==typeof window||!v)return s(t);try{return s(t)}catch(t){return!1}}(t),w=0;w<f.length;++w)b&&"constructor"===f[w]||!o.call(t,f[w])||p.push(f[w]);return p}}t.exports=n},function(t,e,r){"use strict";r.r(e);var n=r(4),o=r.n(n),u=r(3),i=r.n(u),c=r(0),a=r.n(c),l=r(5),f=r.n(l),s=r(6),p=r.n(s),v=r(1),y=r.n(v),h={}.toString,d=function(t){return null===t?"[object Null]":void 0===t?"[object Undefined]":h.call(t)},g=function(t){try{for(var e=arguments.length,r=new Array(e>1?e-1:0),n=1;n<e;n++)r[n-1]=arguments[n];return{threw:!1,value:t.apply(this,r)}}catch(t){return{threw:!0,value:t}}},b=function(t){return!!t},w=r(2),m=r.n(w);for(var S=g(function(){return function(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}(this,void 0),"function"==typeof Symbol&&m()(Symbol(""))}.bind(void 0)),j=!1===S.threw&&!0===S.value,_=j&&m()(Symbol.toStringTag),O=function(t){return null==t},x=function(t){if(O(t))throw new TypeError("Cannot call method on ".concat(t));return t},E="Cannot convert a Symbol value to a string",T=E.constructor,$=function(t){if(m()(t))throw new TypeError(E);return T(t)},k=function(t){return $(x(t))},A=[{code:9,description:"Tab",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:"\t"},{code:10,description:"Line Feed",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:"\n"},{code:11,description:"Vertical Tab",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:"\v"},{code:12,description:"Form Feed",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:"\f"},{code:13,description:"Carriage Return",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:"\r"},{code:32,description:"Space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:160,description:"No-break space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:5760,description:"Ogham space mark",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:6158,description:"Mongolian vowel separator",es5:!0,es2015:!0,es2016:!0,es2017:!1,es2018:!1,string:"᠎"},{code:8192,description:"En quad",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8193,description:"Em quad",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8194,description:"En space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8195,description:"Em space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8196,description:"Three-per-em space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8197,description:"Four-per-em space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8198,description:"Six-per-em space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8199,description:"Figure space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8200,description:"Punctuation space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8201,description:"Thin space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8202,description:"Hair space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8232,description:"Line separator",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:"\u2028"},{code:8233,description:"Paragraph separator",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:"\u2029"},{code:8239,description:"Narrow no-break space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:8287,description:"Medium mathematical space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:12288,description:"Ideographic space",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:" "},{code:65279,description:"Byte Order Mark",es5:!0,es2015:!0,es2016:!0,es2017:!0,es2018:!0,string:"\ufeff"}],P="",F=A.length,I=0;I<F;I+=1)A[I].es2016&&A[I].string,A[I].es2018&&(P+=A[I].string);var C=P,M=new(0,/none/.constructor)("^[".concat(C,"]+")),N="".replace,D=function(t){return N.call(k(t),M,"")},B=new(0,/none/.constructor)("[".concat(C,"]+$")),G="".replace,L=function(t){return G.call(k(t),B,"")},z=function(t){return D(L(t))},X=new(0,/none/.constructor)("[".concat(C,"]+"),"g"),q=" ".replace,R=function(t){return q.call(z(t),X," ")},H=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm,W="".replace,Y=function(t,e){return W.call(k(t),H,arguments.length>1?$(e):"")},U=g.constructor,V=g.toString,J=/^class /,K=J.test,Q=!1===g(function(){return U('"use strict"; return class My {};')()}).threw,Z=function(t){return K.call(J,R(Y(V.call(t)," ")))},tt=function(t){var e=g(Z,t);return!1===e.threw&&e.value},et=function(t,e){return!a()(t)&&(_?function(t,e){return!(Q&&!1===e&&tt(t)||!1!==g.call(t,V).threw)}(t,b(e)):(!Q||!1!==b(e)||!tt(t))&&function(t){var e=d(t);return"[object Function]"===e||"[object GeneratorFunction]"===e||"[object AsyncFunction]"===e}(t))},rt=function(t){return!1===a()(t)&&!1===et(t,!0)},nt={}.constructor,ot=function(t){return nt(x(t))},ut={}.constructor,it=ut.getPrototypeOf,ct=b(it)&&function(){var t={},e=function(){};e.prototype=t;var r=new e;try{return it(r)===t}catch(t){return!1}}()?function(t){return it(ot(t))}:function(t){var e=ot(t),r=e.__proto__;return r||null===r?r:et(e.constructor)?e.constructor.prototype:e instanceof ut?ut.prototype:null},at=function(t){return"[object Error]"===d(t)};if(!1===at(Error.prototype)){var lt=Error.prototype,ft=at;at=function(t){return t===lt||ft(t)}}var st=function(t){if(!1===rt(t))return!1;for(var e=t,r=100;e&&r>-1;){if(at(e))return!0;e=ct(e),r-=1}return!1},pt="string".constructor,vt=(0).constructor,yt=j&&Symbol.toPrimitive,ht=j&&Symbol.prototype.valueOf,dt=["toString","valueOf"],gt=["valueOf","toString"],bt=function(t,e){x(t),function(t){if("string"!=typeof t||"number"!==t&&"string"!==t)throw new TypeError('hint must be "string" or "number"')}(e);for(var r,n,o="string"===e?dt:gt,u=0;u<2;u+=1)if(r=t[o[u]],et(r)&&(n=r.call(t),a()(n)))return n;throw new TypeError("No default value")},wt=function(t,e){if(e){if(t===pt)return"string";if(t===vt)return"number"}return"default"},mt=function(t){if(j){if(yt)return function(t,e){var r=t[e];if(!1===O(r)){if(!1===et(r))throw new TypeError("".concat(r," returned for property ").concat(e," of object ").concat(t," is not a function"));return r}}(t,yt);if(m()(t))return ht}},St=function(t){var e=t.exoticToPrim,r=t.input,n=t.hint,o=e.call(r,n);if(a()(o))return o;throw new TypeError("unable to convert exotic object to primitive")},jt=function(t,e){var r="default"===e&&(o()(t)||m()(t))?"string":e;return bt(t,"default"===r?"number":r)},_t=function(t,e){if(a()(t))return t;var r=wt(e,arguments.length>1),n=mt(t);return void 0===n?jt(t,r):St({exoticToPrim:n,input:t,hint:r})};function Ot(t){return(Ot="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var xt,Et,Tt,$t=function(t){var e=_t(t,String);return j&&"symbol"===Ot(e)?e:$(e)},kt={}.hasOwnProperty,At=function(t,e){return kt.call(ot(t),$t(e))},Pt=j&&Symbol.prototype.toString,Ft="function"==typeof Pt&&m.a,It="".constructor,Ct=function(t){return Ft&&Ft(t)?Pt.call(t):It(t)},Mt=parseInt,Nt=(0).constructor,Dt="".charAt,Bt=/^[-+]?0[xX]/,Gt=Bt.test,Lt=function(t,e){var r=D($(t));return"᠎"===Dt.call(r,0)?NaN:Mt(r,Nt(e)||(Gt.call(Bt,r)?16:10))},zt=2..constructor,Xt="Cannot convert a Symbol value to a number".slice,qt=/^0b[01]+$/i,Rt=qt.test,Ht=/^0o[0-7]+$/i,Wt=new(0,qt.constructor)("[…᠎​￾]","g"),Yt=/^[-+]0x[0-9a-f]+$/i,Ut=function(t,e){return Lt(Xt.call(t,2),e)},Vt=function(t,e){return function(t){return Rt.call(qt,t)}(e)?t(Ut(e,2)):function(t){return Rt.call(Ht,t)}(e)?t(Ut(e,8)):null},Jt=function(t,e){var r=Vt(t,e);if(null!==r)return r;if(function(t){return Rt.call(Wt,t)}(e)||function(t){return Rt.call(Yt,t)}(e))return NaN;var n=z(e);return n!==e?t(n):null},Kt=function t(e){var r=function(t){if(m()(t))throw new TypeError("Cannot convert a Symbol value to a number");return t}(_t(e,zt));if("string"==typeof r){var n=Jt(t,r);if(null!==n)return n}return zt(r)},Qt=function(t){return t!=t},Zt=function(t){return"number"==typeof t&&!1===Qt(t)&&t!==1/0&&t!==-1/0},te=function(t){var e=Kt(t);return 0===e||Qt(e)?e:e>0?1:-1},ee=Math.abs,re=Math.floor,ne=function(t){var e=Kt(t);return Qt(e)?0:0===e||!1===Zt(e)?e:te(e)*re(ee(e))},oe=function(t){var e=Kt(t[1]),r=t.length<3?{max:e,min:0}:{max:Kt(t[2]),min:e};if(r.min>r.max)throw new RangeError('"min" must be less than "max"');return r},ue=function(t){var e=Kt(t);if(arguments.length<2)return e;var r=oe(arguments),n=r.max,o=r.min;return e<o?o:e>n?n:e},ie=/^(?:0|[1-9]\d*)$/,ce=ie.test,ae=function(t,e){var r=Ct(t);if(!1===ce.call(ie,r))return!1;var n=Kt(r);return arguments.length>1?n<ue(ne(e),9007199254740991):n<9007199254740991},le={}.propertyIsEnumerable,fe=function(t,e){return le.call(ot(t),$t(e))},se="".charAt,pe={}.constructor,ve=pe.getOwnPropertyDescriptor,ye="function"==typeof ve&&ve,he=function(t,e){t[$t(e)]=0;var r=g(ye,t,e);return!1===r.threw&&0===r.value.value};if(ye){var de="undefined"!=typeof document&&document;if(!de||he(de.createElement("div"),"sentinel")){var ge=g(ye,ot("abc"),1);if(!1===ge.threw&&ge.value&&"b"===ge.value.value)if(he({},"sentinel")){var be=!1===g(ye,42,"name").threw;Tt=j&&he({},ot(Symbol("")))?be?ye:function(t,e){return ye(ot(t),e)}:be?function(t,e){return ye(t,$t(e))}:function(t,e){return ye(ot(t),$t(e))}}else xt=ye;else Et=ye}}if(!1===b(Tt)||xt||Et){var we,me,Se=pe.prototype,je=At(Se,"__defineGetter__");if(je){var _e=Se.__lookupGetter__,Oe=Se.__lookupSetter__;we=function(t,e){return _e.call(t,e)},me=function(t,e){return Oe.call(t,e)}}Tt=function(t,e){var r,n=ot(t),o=$t(e);if(xt&&!1===(r=g.call(ot,xt,n,o)).threw)return r.value;var u=y()(n)&&ae(o,n.length);if(Et&&!1===u&&!1===(r=g.call(ot,Et,n,o)).threw)return r.value;var i=void 0;if(!1===u&&!1===At(n,o))return i;if(i={configurable:!1===a()(t)&&!1===u,enumerable:fe(n,o)},je){var c=n.__proto__,l=n!==Se;l&&(n.__proto__=Se);var f=we(n,o),s=me(n,o);if(l&&(n.__proto__=c),f||s)return f&&(i.get=f),s&&(i.set=s),i}return u?(i.value=se.call(n,o),i.writable=!1):(i.value=n[o],i.writable=!0),i}}var xe,Ee,Te=Tt,$e=function(t){return Zt(t)&&ne(t)===t},ke=function(t){return $e(t)&&t>=-9007199254740991&&t<=9007199254740991},Ae=function(t){return ke(t)&&t>=0},Pe=function(t){var e=g(function(){return new Map});if(!1===e.threw&&rt(e.value)){var r=g.call(e.value,t.get);if(!1===r.threw&&Ae(r.value))return t.get}return null},Fe=function(){if("function"==typeof Map){var t=Te(Map.prototype,"size");if(t&&"function"==typeof t.get){var e=Pe(t);if(null!==e)return e}}return null}(),Ie=function(t){if(null===Fe||!1===rt(t))return!1;var e=g.call(t,Fe);return!1===e.threw&&Ae(e.value)},Ce=function(t){var e=g(function(){return new Set});if(!1===e.threw&&rt(e.value)){var r=g.call(e.value,t.get);if(!1===r.threw&&Ae(r.value))return t.get}return null},Me=function(){if("function"==typeof Set){var t=Te(Set.prototype,"size");if(t&&"function"==typeof t.get){var e=Ce(t);if(null!==e)return e}}return null}(),Ne=function(t){if(null===Me||!1===rt(t))return!1;var e=g.call(t,Me);return!1===e.threw&&Ae(e.value)},De=function(t){if(a()(t))throw new TypeError("".concat(Ct(t)," is not an object"));return t},Be={}.constructor,Ge=Be.defineProperty,Le="function"==typeof Ge&&Ge,ze=function(t){var e=ot(t),r={};if(At(e,"enumerable")&&(r.enumerable=b(e.enumerable)),At(e,"configurable")&&(r.configurable=b(e.configurable)),At(e,"value")&&(r.value=e.value),At(e,"writable")&&(r.writable=b(e.writable)),At(e,"get")){var n=e.get;if(void 0!==n&&!1===et(n))throw new TypeError("getter must be a function");r.get=n}if(At(e,"set")){var o=e.set;if(void 0!==o&&!1===et(o))throw new TypeError("setter must be a function");r.set=o}if((At(r,"get")||At(r,"set"))&&(At(r,"value")||At(r,"writable")))throw new TypeError("Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");return r};if(Le){var Xe=function(t){var e=g(Le,t,"sentinel",{});return!1===e.threw&&e.value===t&&"sentinel"in t},qe="undefined"!=typeof document&&document;Xe({})&&(!1===b(qe)||Xe(qe.createElement("div")))?Ee=function(t,e,r){return Le(De(t),$t(e),ze(r))}:xe=Le}if(!1===b(Le)||xe){var Re=Be.prototype,He=At(Re,"__defineGetter__"),We=He&&Re.__defineGetter_,Ye=He&&Re.__defineSetter__,Ue=He&&Re.__lookupGetter__,Ve=He&&Re.__lookupSetter__;Ee=function(t,e,r){De(t);var n=$t(e),o=ze(r);if(xe){var u=g.call(Be,xe,t,n,o);if(!1===u.threw)return u.value}if(At(o,"value"))if(He&&(Ue.call(t,n)||Ve.call(t,n))){var i=t.__proto__;t.__proto__=Re,delete t[n],t[n]=o.value,t.__proto__=i}else t[n]=o.value;else{if(!1===He&&(o.get||o.set))throw new TypeError("getters & setters can not be defined on this javascript engine");o.get&&We.call(t,n,o.get),o.set&&Ye.call(t,n,o.set)}return t}}var Je=Ee,Ke=/none/.exec,Qe=function(t){if(!1===rt(t))return!1;if(!1===_)return"[object RegExp]"===d(t);var e=Te(t,"lastIndex");return!0===(e&&At(e,"value"))&&function(t,e){try{return t.lastIndex=0,Ke.call(t),!0}catch(t){return!1}finally{Je(t,"lastIndex",e)}}(t,e)},Ze=function(t){var e=ne(t);return e<=0?0:e>9007199254740991?9007199254740991:e},tr=function(t,e){return 0===t&&0===e?1/t==1/e:t===e||Qt(t)&&Qt(e)},er=function(t,e){return t===e||tr(t,e)},rr=function(t){if(!1===et(t)){var e=a()(t)?Ct(t):"#<Object>";throw new TypeError("".concat(e," is not a function"))}return t},nr={}.constructor("a"),or="a"===nr[0]&&0 in nr,ur="".split,ir=!1===or&&"function"==typeof ur&&y.a,cr=function(t){return ir&&ir(t)?ur.call(t,""):t};function ar(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}var lr,fr="function"==typeof Array.prototype.findIndex&&Array.prototype.findIndex;if(fr){var sr=[];sr.length=2,sr[1]=1;var pr=g.call(sr,fr,function(t,e){return ar(this,void 0),0===e}.bind(void 0));(lr=!1===pr.threw&&0===pr.value)&&(lr=!1===(pr=g.call(1,fr,function(t,e){return ar(this,void 0),0===e}.bind(void 0))).threw&&-1===pr.value),lr&&(lr=g.call([],fr).threw),lr&&(lr=!1===(pr=g.call("abc",fr,function(t){return ar(this,void 0),"c"===t}.bind(void 0))).threw&&2===pr.value),lr&&(lr=!1===(pr=g.call(function(){return arguments}("a","b","c"),fr,function(t){return ar(this,void 0),"c"===t}.bind(void 0))).threw&&2===pr.value)}var vr=lr?function(t,e){var r=[e];return arguments.length>2&&(r[1]=arguments[2]),fr.apply(t,r)}:function(t,e){var r=ot(t);rr(e);var n,o=cr(r),u=Ze(o.length);if(u<1)return-1;arguments.length>2&&(n=arguments[2]);for(var i=0;i<u;){if(e.call(n,o[i],i,r))return i;i+=1}return-1},yr=function(t){return!1===O(t)&&!1===et(t,!0)&&Ae(t.length)},hr=function(t,e){var r=ot(t);if(!1===yr(r))return 0;var n,o,u=ne(e);return u>=0?u:(n=0,o=Ze(r.length)+u,n>=o?n:o)};function dr(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}var gr,br="function"==typeof Array.prototype.indexOf&&Array.prototype.indexOf;if(br){var wr=g.call([0,1],br,1,2);if((gr=!1===wr.threw&&-1===wr.value)&&(gr=!1===(wr=g.call([0,1],br,1)).threw&&1===wr.value),gr&&(gr=!1===(wr=g.call([0,-0],br,-0)).threw&&0===wr.value),gr){var mr=[];mr.length=2,mr[1]=void 0,gr=!1===(wr=g.call(mr,br,void 0)).threw&&1===wr.value}gr&&(gr=!1===(wr=g.call("abc",br,"c")).threw&&2===wr.value),gr&&(gr=!1===(wr=g.call(function(){return arguments}("a","b","c"),br,"c")).threw&&2===wr.value)}!0!==gr&&(br=function(t){var e=Ze(this.length);if(e<1)return-1;for(var r=arguments[1];r<e;){if(r in this&&this[r]===t)return r;r+=1}return-1});var Sr,jr,_r,Or=function(t,e,r,n){for(var o=r,u=Ze(t.length);o<u;){if(o in t&&n(t[o],e))return o;o+=1}return-1},xr=function(t,e){var r=this,n=ot(t),o=cr(n),u=Ze(o.length);if(u<1)return-1;var i,c=arguments.length,a=c>2&&c>3?arguments[3]:arguments[2];y()(a)&&("samevalue"===(a=a.toLowerCase())?i=tr:"samevaluezero"===a&&(i=er));var l=0;if(i&&(0===e||Qt(e))){if(c>3){if((l=hr(o,arguments[2]))>=u)return-1;l<0&&(l=0)}return l>0?Or(o,e,l,i):vr(o,function(t,n){return dr(this,r),n in o&&i(e,t)}.bind(this))}if(c>3||c>2&&!1===b(i)){if((l=hr(o,arguments[2]))>=u)return-1;l<0&&(l=0)}return br.call(o,e,l)},Er=[].isArray,Tr="function"==typeof Er&&Er,$r=g(function(){return!0===Tr([])&&!1===Tr({length:0})}),kr=!1===$r.threw&&!0===$r.value?Tr:function(t){return"[object Array]"===d(t)},Ar=function(t,e){return t>=e?t:e},Pr=function(t,e){return t<0?Ar(e+t,0):(r=t)<=(n=e)?r:n;var r,n},Fr=function(t,e,r){var n=cr(ot(t)),o=Ze(n.length),u=Pr(ne(e),o),i=void 0===r?o:ne(r),c=Pr(i,o),a=[];a.length=Ar(c-u,0);for(var l=0;u<c;)u in n&&(a[l]=n[u]),l+=1,u+=1;return a},Ir=[].slice,Cr=(Sr=g.call([1,2,3],Ir,1,2)).threw||!1===kr(Sr.value)||1!==Sr.value.length||2!==Sr.value[0],Mr=function(){var t=g.call("abc",Ir,1,2);return t.threw||!1===kr(t.value)||1!==t.value.length||"b"!==t.value[0]}(),Nr=(jr="undefined"!=typeof document&&document,!!(_r=!!jr&&g.call(jr.documentElement,Ir).threw)&&_r.threw),Dr=function(t,e,r){var n=ot(t);return Cr||Nr&&!1===kr(n)||Mr&&y()(n)||i()(n)?Fr(n,e,r):Ir.apply(n,Fr(arguments,1))};function Br(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=[],n=!0,o=!1,u=void 0;try{for(var i,c=t[Symbol.iterator]();!(n=(i=c.next()).done)&&(r.push(i.value),!e||r.length!==e);n=!0);}catch(t){o=!0,u=t}finally{try{n||null==c.return||c.return()}finally{if(o)throw u}}return r}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var Gr=function(t){var e=Br(t,6),r=e[0],n=e[1],o=e[2],u=e[3],i=e[4],c=e[5],a=u[i];return r?o(a,i,c):o.call(n,a,i,c)},Lr=function(t){var e=cr(t);return[e,Ze(e.length)]},zr=function(t,e){var r=ot(t);rr(e);var n=Lr(r),o=Br(n,2),u=o[0],i=o[1],c=arguments.length>2?arguments[2]:void 0,a=void 0===c;if(i)for(var l=0;l<i;l+=1)if(Gr([a,c,e,u,l,r]))return!0;return!1},Xr=[].some,qr="function"==typeof Xr&&Xr,Rr=b(qr)&&function(){var t=0,e=g.call([1,2],qr,function(e){return t+=e,!1});return!1===e.threw&&!1===e.value&&3===t}()&&function(){var t="",e=g.call(ot("abc"),qr,function(e,r){return t+=e,1===r});return!1===e.threw&&!0===e.value&&"ab"===t}()&&function(){var t=0,e=g.call(function(){return arguments}(1,2,3),qr,function(e,r){return t+=e,2===r});return!1===e.threw&&!0===e.value&&6===t}()&&function(){var t=0,e=g.call({0:1,1:2,3:3,4:4,length:4},qr,function(e){return t+=e,!1});return!1===e.threw&&!1===e.value&&6===t}()&&function(){var t="undefined"!=typeof document&&document;if(t){var e=null,r=t.createDocumentFragment(),n=t.createElement("div");r.appendChild(n);var o=g.call(r.childNodes,qr,function(t){return e=t,t});return!1===o.threw&&!0===o.value&&e===n}return!0}()&&function(){if(function(){return!1===b(this)}()){var t=null,e=g.call([1],qr,function(){t="string"==typeof this},"x");return!1===e.threw&&!1===e.value&&!0===t}return!0}()&&function(){var t={},e=g(Function("nativeSome","spy","castBoolean",'return nativeSome.call("foo", function (_, __, context) {if (castBoolean(context) === false || typeof context !== "object") {spy.value = true;}});'),qr,t,b);return!1===e.threw&&!1===e.value&&!0!==t.value}()?function(t,e){x(t);var r=[rr(e)];return arguments.length>2&&(r[1]=arguments[2]),qr.apply(t,r)}:function(t,e){var r=ot(t);rr(e);var n=function(){var t=arguments[1];return!!(t in arguments[2]&&e.call(this,arguments[0],t,r))};return zr(r,n,arguments[2])},Hr=function(t,e){var r=function(){e.call(this,arguments[0],arguments[1],arguments[2])};zr(t,r,arguments[2])};function Wr(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=[],n=!0,o=!1,u=void 0;try{for(var i,c=t[Symbol.iterator]();!(n=(i=c.next()).done)&&(r.push(i.value),!e||r.length!==e);n=!0);}catch(t){o=!0,u=t}finally{try{n||null==c.return||c.return()}finally{if(o)throw u}}return r}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var Yr,Ur,Vr,Jr,Kr,Qr,Zr=[].filter,tn="function"==typeof Zr&&Zr,en=b(tn)&&function(){var t=0,e=g.call([1,2],tn,function(e){return t+=e,!1});return!1===e.threw&&e.value&&0===e.value.length&&3===t}()&&function(){var t="",e=g.call(ot("abc"),tn,function(e,r){return t+=e,1===r});return!1===e.threw&&e.value&&1===e.value.length&&"b"===e.value[0]&&"abc"===t}()&&function(){var t=0,e=g.call(function(){return arguments}(1,2,3),tn,function(e,r){return t+=e,2===r});return!1===e.threw&&e.value&&1===e.value.length&&3===e.value[0]&&6===t}()&&function(){var t=0,e=g.call({0:1,1:2,3:3,4:4,length:4},tn,function(e){return t+=e,!1});return!1===e.threw&&e.value&&0===e.value.length&&6===t}()&&function(){var t="undefined"!=typeof document&&document;if(t){var e=null,r=t.createDocumentFragment(),n=t.createElement("div");return r.appendChild(n),function(t){var e=Wr(t,3),r=e[0],n=e[1],o=e[2];return!1===r.threw&&r.value&&1===r.value.length&&r.value[0]===n&&o===n}([g.call(r.childNodes,tn,function(t){return e=t,t}),n,e])}return!0}()&&function(){if(function(){return!1===b(this)}()){var t=null,e=g.call([1],tn,function(){t="string"==typeof this},"x");return!1===e.threw&&e.value&&0===e.value.length&&!0===t}return!0}()&&function(){var t={},e=g(Function("nativeFilter","spy","castBoolean",'return nativeFilter.call("foo", function (_, __, context) {if (castBoolean(context) === false || typeof context !== "object") {spy.value = true;}});'),tn,t,b);return!1===e.threw&&e.value&&0===e.value.length&&!0!==t.value}()?function(t,e){x(t);var r=[rr(e)];return arguments.length>2&&(r[1]=arguments[2]),tn.apply(t,r)}:function(t,e){var r=ot(t);rr(e);var n=[],o=function(){var t=arguments[1];if(t in arguments[2]){var o=arguments[0];e.call(this,o,t,r)&&(n[n.length]=o)}};return Hr(r,o,arguments[2]),n},rn=r(7),nn=r.n(rn),on=r(9),un=r.n(on),cn={}.constructor,an="function"==typeof cn.keys&&cn.keys;if(an){var ln=function(t,e){return!1===t.threw&&kr(t.value)&&t.value.length===e},fn=function(t,e,r){var n=t.value[0],o=t.value[1];return n===e&&o===r||n===r&&o===e},sn={a:1,b:2},pn=g(an,sn);(Yr=ln(pn,2)&&fn(pn,"a","b"))&&((sn=Object("a")).y=1,Yr=ln(pn=g(an,sn),2)&&fn(pn,"0","y")),Yr&&(Ur=g(an,null).threw,Vr=ln(g(an,42),0),Jr=!1===g(an,/a/g).threw,pn=g(an,function(){return arguments}(1,2)),Kr=ln(pn,2)&&fn(pn,"0","1"),pn=g(an,Object("ab")),Qr=ln(pn,2)&&fn(pn,"0","1"))}var vn=Yr?Ur&&Vr&&Jr&&Kr&&Qr?an:function(t){var e=ot?ot(t):t;if(!0!==Kr&&i()(e))e=Fr(e);else if(!0!==Qr&&y()(e))e=cr(e);else if(!0!==Jr&&Qe(e)){var r=[];for(var n in e)At(e,n)&&(r[r.length]=n);return r}return an(e)}:function(t){return un()(ot(t))};function yn(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=[],n=!0,o=!1,u=void 0;try{for(var i,c=t[Symbol.iterator]();!(n=(i=c.next()).done)&&(r.push(i.value),!e||r.length!==e);n=!0);}catch(t){o=!0,u=t}finally{try{n||null==c.return||c.return()}finally{if(o)throw u}}return r}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}var hn,dn=!1===or,gn=/^(?:0|[1-9]\d*)$/,bn="function"==typeof Map?vn(new Map):[],wn="function"==typeof Set?vn(new Set):[];try{throw new Error("a")}catch(t){hn=vn(t)}var mn=function(t){var e=yn(t,4),r=e[0],n=e[1],o=e[2],u=e[3];return o&&u?r.charAt(n):r[n]},Sn=function(t,e){return e.length?en(t,function(t){return-1===xr(e,t)}):t},jn=function t(e){var r=yn(e,4),n=r[0],u=r[1],c=r[2],l=r[3];if(n===u)return!0;if(p()(n)&&p()(u))return n.length===u.length&&!1===Rr(n,function(t,e){return t!==u[e]});if(o()(n)&&o()(u))return n.getTime()===u.getTime();if(Qe(n)&&Qe(u))return n.toString()===u.toString()&&n.lastIndex===u.lastIndex;if(!1===f()(n)&&!1===f()(u))return c?n===u:n==u;if(O(n)||O(u))return!1;if(c&&ct(n)!==ct(u))return!1;if(a()(n)||a()(u))return n===u;var s,v,h=i()(n),d=i()(u);return!(h&&!1===d||!1===h&&d)&&(h?h.length===d.length&&t([Dr(n),Dr(u),c,null]):(h=vn(n),d=vn(u),h.length===d.length&&(f()(n)&&(st(n)?h=Sn(h,hn):Ie(n)?h=Sn(h,bn):Ne(n)&&(h=Sn(h,wn))),f()(u)&&(st(u)?d=Sn(d,hn):Ie(u)?d=Sn(d,bn):Ne(u)&&(d=Sn(d,wn))),nn.a.inplace(h),nn.a.inplace(d),dn&&(s=y()(n),v=y()(u)),!1===Rr(h,function(e,r){if(e!==d[r])return!0;var o,i,f=(s||v)&&(o=e,i=-1,gn.test(o)&&(i=Number(o)),i>-1&&i%1==0&&i<4294967295),p=l||[n],y=mn([n,e,s,f]),h=a()(y);if(!1===h){if(-1!==xr(p,y))throw new RangeError("Circular object");p.push(y)}var g=!1===t([y,mn([u,e,v,f]),c,p]);return!1===h&&p.pop(),g}))))};e.default=function(t,e){return jn([t,e,b(arguments[2])])}}])});
30//# sourceMappingURL=deep-equal-x.min.js.map
\No newline at end of file