UNPKG

30.9 kBJavaScriptView Raw
1/*!
2{
3 "copywrite": "Copyright (c) 2015-2017",
4 "date": "2019-07-22T13:35:36.736Z",
5 "describe": "",
6 "description": "node's deepEqual and deepStrictEqual algorithm.",
7 "file": "deep-equal-x.min.js",
8 "hash": "c3e4accf0b5102b7045d",
9 "license": "MIT",
10 "version": "2.0.4"
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=Object.prototype.toString;if(r(10)()){var o=Symbol.prototype.toString,i=/^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()&&i.test(o.call(t))}(t)}catch(t){return!1}}}else t.exports=function(t){return!1}},function(t,e,r){"use strict";var n=String.prototype.valueOf,o=Object.prototype.toString,i="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(t){return"string"==typeof t||"object"==typeof t&&(i?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="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag,o=Object.prototype.toString,i=function(t){return!(n&&t&&"object"==typeof t&&Symbol.toStringTag in t)&&"[object Arguments]"===o.call(t)},u=function(t){return!!i(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 i(arguments)}();i.isLegacyArguments=u,t.exports=c?i:u},function(t,e,r){"use strict";var n=Date.prototype.getDay,o=Object.prototype.toString,i="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;t.exports=function(t){return"object"==typeof t&&null!==t&&(i?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),i=1;i<n;i*=2){r(t,e,i,o);var u=t;t=o,o=u}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,i,u,c,a,l=t.length,f=0,s=2*r;for(o=0;o<l;o+=s)for(u=(i=o+r)+r,i>l&&(i=l),u>l&&(u=l),c=o,a=i;;)if(c<i&&a<u)e(t[c],t[a])<=0?n[f++]=t[c++]:n[f++]=t[a++];else if(c<i)n[f++]=t[c++];else{if(!(a<u))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),i=Object.keys,u=i?function(t){return i(t)}:r(13),c=Object.keys;u.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=u;return Object.keys||u},t.exports=u},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,i=Object.prototype.toString,u=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]"===i.call(t),n=u(t),c=e&&"[object String]"===i.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 d=0;d<t.length;++d)p.push(String(d));if(n&&t.length>0)for(var h=0;h<t.length;++h)p.push(String(h));else for(var b in t)y&&"prototype"===b||!o.call(t,b)||p.push(String(b));if(a)for(var g=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)g&&"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),i=r(3),u=r.n(i),c=r(0),a=r.n(c),l=r(5),f=r.n(l),s=r(6),p=r.n(s),v=r(2),y=r.n(v),d={}.toString,h=function(t){return null===t?"[object Null]":void 0===t?"[object Undefined]":d.call(t)},b=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}}},g=function(t){return!!t},w=r(1),m=r.n(w);for(var j=b(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)),S=!1===j.threw&&!0===j.value,_=S&&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))},P=[{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"}],C="",F="",A=P.length,I=0;I<A;I+=1)P[I].es2016&&(C+=P[I].string),P[I].es2018&&(F+=P[I].string);var M=F,N=C,D="",B=/none/.constructor,G=(new B("^[".concat(N,"]+")),new B("^[".concat(M,"]+"))),L=D.replace;var z=function(t){return L.call(k(t),G,D)},X="",q=/none/.constructor,R=(new q("[".concat(N,"]+$")),new q("[".concat(M,"]+$"))),H=X.replace;var W=function(t){return H.call(k(t),R,X)};var Y=function(t){return z(W(t))},U=" ",V=/none/.constructor,J=(new V("[".concat(N,"]+"),"g"),new V("[".concat(M,"]+"),"g")),K=U.replace;var Q=function(t){return K.call(Y(t),J,U)},Z=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm,tt="".replace,et=function(t,e){return tt.call(k(t),Z,arguments.length>1?$(e):"")};var rt,nt=b.constructor,ot=(!0).constructor,it=b.toString,ut=/^class /,ct=ut.test,at=!1===b(function(){return function(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}(this,void 0),nt('"use strict"; return class My {};')()}.bind(void 0)).threw,lt=function(t){return ct.call(ut,Q(et(it.call(t)," ")))},ft=function(t){var e=b(lt,t);return!1===e.threw&&e.value},st=function(t,e){if(a()(t))return!1;if(_)return function(t,e){return!(at&&!1===e&&ft(t)||!1!==b.call(t,it).threw)}(t,g(e));if(at&&!1===ot(e)&&ft(t))return!1;var r=h(t);return"[object Function]"===r||"[object GeneratorFunction]"===r||"[object AsyncFunction]"===r},pt=function(t){return!1===a()(t)&&!1===st(t,!0)},vt={}.constructor,yt=function(t){return vt(x(t))};if(rt={}.getPrototypeOf)try{rt=rt(Object)==={}.prototype&&rt}catch(t){rt=null}if(rt)try{rt(1)}catch(t){var dt=rt;rt=function(t){return dt(yt(t))}}else rt=function(t){var e=yt(t),r=e.__proto__;return r||null===r?r:st(e.constructor)?e.constructor.prototype:e instanceof Object?Object.prototype:null};var ht=rt,bt=function(t){return"[object Error]"===h(t)};if(!1===bt(Error.prototype)){var gt=Error.prototype,wt=bt;bt=function(t){return t===gt||wt(t)}}var mt=function(t){if(!1===pt(t))return!1;for(var e=t,r=100;e&&r>-1;){if(bt(e))return!0;e=ht(e),r-=1}return!1},jt="string".constructor,St=(0).constructor,_t=S&&Symbol.toPrimitive,Ot=S&&Symbol.prototype.valueOf,xt=["toString","valueOf"],Et=["valueOf","toString"],Tt=function(t,e){if(x(t),"string"!=typeof e||"number"!==e&&"string"!==e)throw new TypeError('hint must be "string" or "number"');for(var r,n,o="string"===e?xt:Et,i=0;i<2;i+=1)if(r=t[o[i]],st(r)&&(n=r.call(t),a()(n)))return n;throw new TypeError("No default value")},$t=function(t,e){if(e){if(t===jt)return"string";if(t===St)return"number"}return"default"},kt=function(t){if(S){if(_t)return function(t,e){var r=t[e];if(!1===O(r)){if(!1===st(r))throw new TypeError("".concat(r," returned for property ").concat(e," of object ").concat(t," is not a function"));return r}}(t,_t);if(m()(t))return Ot}},Pt=function(t,e){if(a()(t))return t;var r=$t(e,arguments.length>1),n=kt(t);if(void 0!==n){var i=n.call(t,r);if(a()(i))return i;throw new TypeError("unable to convert exotic object to primitive")}var u="default"===r&&(o()(t)||m()(t))?"string":r;return Tt(t,"default"===u?"number":u)};function Ct(t){return(Ct="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 Ft=function(t){var e=Pt(t,String);return S&&"symbol"===Ct(e)?e:$(e)},At={}.hasOwnProperty,It=function(t,e){return At.call(yt(t),Ft(e))},Mt=S&&Symbol.prototype.toString,Nt="function"==typeof Mt&&m.a,Dt="".constructor,Bt=function(t){return Nt&&Nt(t)?Mt.call(t):Dt(t)},Gt=NaN,Lt=parseInt,zt=(0).constructor,Xt="".charAt,qt=/^[-+]?0[xX]/,Rt=qt.test;var Ht=function(t,e){var r=z($(t));return"᠎"===Xt.call(r,0)?Gt:Lt(r,zt(e)||(Rt.call(qt,r)?16:10))},Wt=2,Yt=8,Ut=2,Vt="Cannot convert a Symbol value to a number",Jt=Ut.constructor,Kt=Vt.slice,Qt=/^0b[01]+$/i,Zt=Qt.constructor,te=Qt.test,ee=function(t){return te.call(Qt,t)},re=/^0o[0-7]+$/i,ne=function(t){return te.call(re,t)},oe=(new Zt("[…​￾]","g"),new Zt("[…᠎​￾]","g")),ie=/^[-+]0x[0-9a-f]+$/i,ue=function(t){return te.call(ie,t)};var ce=function t(e){var r=Pt(e,Jt);if(m()(r))throw new TypeError(Vt);if("string"==typeof r){if(ee(r))return t(Ht(Kt.call(r,Ut),Wt));if(ne(r))return t(Ht(Kt.call(r,Ut),Yt));if(function(t){return te.call(oe,t)}(r)||ue(r))return Gt;var n=Y(r);if(n!==r)return t(n)}return Jt(r)},ae=function(t){return t!=t},le=function(t){return"number"==typeof t&&!1===ae(t)&&t!==1/0&&t!==-1/0};var fe=function(t){var e=ce(t);return 0===e||ae(e)?e:e>0?1:-1},se=Math.abs,pe=Math.floor;var ve,ye,de,he=function(t){var e=ce(t);return ae(e)?0:0===e||!1===le(e)?e:fe(e)*pe(se(e))},be=function(t){var e=ce(t),r=arguments.length;if(r<2)return e;var n,o=ce(arguments[1]);if(r<3?(n=o,o=0):n=ce(arguments[2]),o>n)throw new RangeError('"min" must be less than "max"');return e<o?o:e>n?n:e},ge=/^(?:0|[1-9]\d*)$/,we=ge.test,me=function(t,e){var r=Bt(t);if(!1===we.call(ge,r))return!1;var n=ce(r);return arguments.length>1?n<be(he(e),9007199254740991):n<9007199254740991},je={}.propertyIsEnumerable,Se=function(t,e){return je.call(yt(t),Ft(e))},_e={}.constructor,Oe=(!0).constructor,xe="function"==typeof _e.getOwnPropertyDescriptor&&_e.getOwnPropertyDescriptor,Ee=function(t,e){t[Ft(e)]=0;var r=b(xe,t,e);return!1===r.threw&&0===r.value.value};if(xe){var Te="undefined"!=typeof document&&document;if(!Te||Ee(Te.createElement("div"),"sentinel")){var $e=b(xe,_e("abc"),1);if(!1===$e.threw&&$e.value&&"b"===$e.value.value)if(Ee({},"sentinel")){var ke=!1===b(xe,42,"name").threw;de=S&&Ee({},_e(Symbol("")))?ke?xe:function(t,e){return xe(yt(t),e)}:ke?function(t,e){return xe(t,Ft(e))}:function(t,e){return xe(yt(t),Ft(e))}}else ve=xe;else ye=xe}}if(!1===Oe(de)||ve||ye){var Pe,Ce,Fe=_e.prototype,Ae=It(Fe,"__defineGetter__");if(Ae){var Ie=Fe.__lookupGetter__,Me=Fe.__lookupSetter__;Pe=function(t,e){return Ie.call(t,e)},Ce=function(t,e){return Me.call(t,e)}}de=function(t,e){var r,n=yt(t),o=Ft(e);if(ve&&!1===(r=b.call(_e,ve,n,o)).threw)return r.value;var i=y()(n)&&me(o,n.length);if(ye&&!1===i&&!1===(r=b.call(_e,ye,n,o)).threw)return r.value;var u=void 0;if(!1===i&&!1===It(n,o))return u;if(u={configurable:!1===a()(t)&&!1===i,enumerable:Se(n,o)},Ae){var c=n.__proto__,l=n!==Fe;l&&(n.__proto__=Fe);var f=Pe(n,o),s=Ce(n,o);if(l&&(n.__proto__=c),f||s)return f&&(u.get=f),s&&(u.set=s),u}return i?(u.value=n.charAt(o),u.writable=!1):(u.value=n[o],u.writable=!0),u}}var Ne=de,De=function(t){return le(t)&&he(t)===t},Be=function(t){return De(t)&&t>=-9007199254740991&&t<=9007199254740991},Ge=function(t){return Be(t)&&t>=0};var Le,ze=(!0).constructor;if("function"==typeof Map){var Xe=Ne(Map.prototype,"size");if(Xe&&"function"==typeof Xe.get){var qe=b(function(){return function(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}(this,void 0),new Map}.bind(void 0));!1===qe.threw&&pt(qe.value)&&!1===(qe=b.call(qe.value,Xe.get)).threw&&Ge(qe.value)&&(Le=Xe.get)}}var Re=function(t){if(!1===ze(Le)||!1===pt(t))return!1;var e=b.call(t,Le);return!1===e.threw&&Ge(e.value)};var He,We=(!0).constructor;if("function"==typeof Set){var Ye=Ne(Set.prototype,"size");if(Ye&&"function"==typeof Ye.get){var Ue=b(function(){return function(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}(this,void 0),new Set}.bind(void 0));!1===Ue.threw&&pt(Ue.value)&&!1===(Ue=b.call(Ue.value,Ye.get)).threw&&Ge(Ue.value)&&(He=Ye.get)}}var Ve,Je,Ke=function(t){if(!1===We(He)||!1===pt(t))return!1;var e=b.call(t,He);return!1===e.threw&&Ge(e.value)},Qe=function(t){if(a()(t))throw new TypeError("".concat(Bt(t)," is not an object"));return t},Ze=(!0).constructor,tr="function"==typeof Object.defineProperty&&Object.defineProperty,er=function(t){var e=yt(t),r={};if(It(e,"enumerable")&&(r.enumerable=Ze(e.enumerable)),It(e,"configurable")&&(r.configurable=Ze(e.configurable)),It(e,"value")&&(r.value=e.value),It(e,"writable")&&(r.writable=Ze(e.writable)),It(e,"get")){var n=e.get;if(void 0!==n&&!1===st(n))throw new TypeError("getter must be a function");r.get=n}if(It(e,"set")){var o=e.set;if(void 0!==o&&!1===st(o))throw new TypeError("setter must be a function");r.set=o}if((It(r,"get")||It(r,"set"))&&(It(r,"value")||It(r,"writable")))throw new TypeError("Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");return r};if(tr){var rr=function(t){var e=b(tr,t,"sentinel",{});return!1===e.threw&&e.value===t&&"sentinel"in t},nr="undefined"!=typeof document&&document;rr({})&&(!1===Ze(nr)||rr(nr.createElement("div")))?Je=function(t,e,r){return tr(Qe(t),Ft(e),er(r))}:Ve=tr}if(!1===Ze(tr)||Ve){var or,ir,ur,cr,ar=Object.prototype,lr=It(ar,"__defineGetter__");lr&&(or=ar.__defineGetter__,ir=ar.__defineSetter__,ur=ar.__lookupGetter__,cr=ar.__lookupSetter__),Je=function(t,e,r){Qe(t);var n=Ft(e),o=er(r);if(Ve){var i=b.call(Object,Ve,t,n,o);if(!1===i.threw)return i.value}if(It(o,"value"))if(lr&&(ur.call(t,n)||cr.call(t,n))){var u=t.__proto__;t.__proto__=ar,delete t[n],t[n]=o.value,t.__proto__=u}else t[n]=o.value;else{if(!1===lr&&(o.get||o.set))throw new TypeError("getters & setters can not be defined on this javascript engine");o.get&&or.call(t,n,o.get),o.set&&ir.call(t,n,o.set)}return t}}var fr=Je,sr=/none/.exec,pr=function(t){if(!1===pt(t))return!1;if(!1===_)return"[object RegExp]"===h(t);var e=Ne(t,"lastIndex");return!0===(e&&It(e,"value"))&&function(t,e){try{return t.lastIndex=0,sr.call(t),!0}catch(t){return!1}finally{fr(t,"lastIndex",e)}}(t,e)},vr=9007199254740991;var yr=function(t){var e=he(t);return e<=0?0:e>vr?vr:e},dr=function(t,e){return 0===t&&0===e?1/t==1/e:t===e||ae(t)&&ae(e)},hr=function(t,e){return t===e||dr(t,e)},br=function(t){if(!1===st(t)){var e=a()(t)?Bt(t):"#<Object>";throw new TypeError("".concat(e," is not a function"))}return t},gr={}.constructor("a"),wr="a"===gr[0]&&0 in gr,mr="".split,jr=!1===wr&&"function"==typeof mr&&y.a,Sr=function(t){return jr&&jr(t)?mr.call(t,""):t};function _r(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}var Or,xr="function"==typeof Array.prototype.findIndex&&Array.prototype.findIndex;if(xr){var Er=[];Er.length=2,Er[1]=1;var Tr=b.call(Er,xr,function(t,e){return _r(this,void 0),0===e}.bind(void 0));(Or=!1===Tr.threw&&0===Tr.value)&&(Or=!1===(Tr=b.call(1,xr,function(t,e){return _r(this,void 0),0===e}.bind(void 0))).threw&&-1===Tr.value),Or&&(Or=b.call([],xr).threw),Or&&(Or=!1===(Tr=b.call("abc",xr,function(t){return _r(this,void 0),"c"===t}.bind(void 0))).threw&&2===Tr.value),Or&&(Or=!1===(Tr=b.call(function(){return arguments}("a","b","c"),xr,function(t){return _r(this,void 0),"c"===t}.bind(void 0))).threw&&2===Tr.value)}var $r=Or?function(t,e){var r=[e];return arguments.length>2&&(r[1]=arguments[2]),xr.apply(t,r)}:function(t,e){var r=yt(t);br(e);var n,o=Sr(r),i=yr(o.length);if(i<1)return-1;arguments.length>2&&(n=arguments[2]);for(var u=0;u<i;){if(e.call(n,o[u],u,r))return u;u+=1}return-1},kr=function(t){return!1===O(t)&&!1===st(t,!0)&&Ge(t.length)},Pr=function(t,e){var r=yt(t);if(!1===kr(r))return 0;var n,o,i=he(e);return i>=0?i:(n=0,o=yr(r.length)+i,n>=o?n:o)};function Cr(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}var Fr,Ar=(!0).constructor,Ir="function"==typeof Array.prototype.indexOf&&Array.prototype.indexOf;if(Ir){var Mr=b.call([0,1],Ir,1,2);if((Fr=!1===Mr.threw&&-1===Mr.value)&&(Fr=!1===(Mr=b.call([0,1],Ir,1)).threw&&1===Mr.value),Fr&&(Fr=!1===(Mr=b.call([0,-0],Ir,-0)).threw&&0===Mr.value),Fr){var Nr=[];Nr.length=2,Nr[1]=void 0,Fr=!1===(Mr=b.call(Nr,Ir,void 0)).threw&&1===Mr.value}Fr&&(Fr=!1===(Mr=b.call("abc",Ir,"c")).threw&&2===Mr.value),Fr&&(Fr=!1===(Mr=b.call(function(){return arguments}("a","b","c"),Ir,"c")).threw&&2===Mr.value)}!0!==Fr&&(Ir=function(t){var e=yr(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 Dr=function(t,e,r,n){for(var o=r,i=yr(t.length);o<i;){if(o in t&&n(t[o],e))return o;o+=1}return-1},Br=function(t,e){var r=this,n=yt(t),o=Sr(n),i=yr(o.length);if(i<1)return-1;var u,c=arguments.length,a=c>2&&c>3?arguments[3]:arguments[2];y()(a)&&("samevalue"===(a=a.toLowerCase())?u=dr:"samevaluezero"===a&&(u=hr));var l=0;if(u&&(0===e||ae(e))){if(c>3){if((l=Pr(o,arguments[2]))>=i)return-1;l<0&&(l=0)}return l>0?Dr(o,e,l,u):$r(o,function(t,n){return Cr(this,r),n in o&&u(e,t)}.bind(this))}if(c>3||c>2&&!1===Ar(u)){if((l=Pr(o,arguments[2]))>=i)return-1;l<0&&(l=0)}return Ir.call(o,e,l)};var Gr=[].isArray,Lr="function"==typeof Gr&&Gr,zr=Lr&&b(function(){return function(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}(this,void 0),!0===Lr([])&&!1===Lr({length:0})}.bind(void 0)),Xr=zr&&!1===zr.threw&&!0===zr.value?Lr:function(t){return"[object Array]"===h(t)},qr=function(t,e){return t>=e?t:e},Rr=function(t,e){return t<0?qr(e+t,0):(r=t)<=(n=e)?r:n;var r,n},Hr=function(t,e,r){var n=Sr(yt(t)),o=yr(n.length),i=Rr(he(e),o),u=void 0===r?o:he(r),c=Rr(u,o),a=[];a.length=qr(c-i,0);for(var l=0;i<c;)i in n&&(a[l]=n[i]),l+=1,i+=1;return a},Wr=[].slice,Yr=Wr?b.call([1,2,3],Wr,1,2):null,Ur=!!Yr&&(Yr.threw||!1===Xr(Yr.value)||1!==Yr.value.length||2!==Yr.value[0]),Vr=Wr?b.call("abc",Wr,1,2):null,Jr=!!Vr&&(Vr.threw||!1===Xr(Vr.value)||1!==Vr.value.length||"b"!==Vr.value[0]),Kr="undefined"!=typeof document&&document,Qr=Wr&&Kr?b.call(Kr.documentElement,Wr).threw:null,Zr=!!Qr&&Qr.threw,tn=function(t,e,r){var n=yt(t);return Ur||Zr&&!1===Xr(n)||Jr&&y()(n)||u()(n)?Hr(n,e,r):Wr.apply(n,Hr(arguments,1))};function en(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}var rn,nn=(!0).constructor,on={}.constructor,un=[].some,cn="function"==typeof un&&un;if(cn){var an=0,ln=b.call([1,2],cn,function(t){return en(this,void 0),an+=t,!1}.bind(void 0));if((rn=!1===ln.threw&&!1===ln.value&&3===an)&&(an="",rn=!1===(ln=b.call(on("abc"),cn,function(t,e){return en(this,void 0),an+=t,1===e}.bind(void 0))).threw&&!0===ln.value&&"ab"===an),rn&&(an=0,rn=!1===(ln=b.call(function(){return arguments}(1,2,3),cn,function(t,e){return en(this,void 0),an+=t,2===e}.bind(void 0))).threw&&!0===ln.value&&6===an),rn&&(an=0,rn=!1===(ln=b.call({0:1,1:2,3:3,4:4,length:4},cn,function(t){return en(this,void 0),an+=t,!1}.bind(void 0))).threw&&!1===ln.value&&6===an),rn){var fn="undefined"!=typeof document&&document;if(fn){an=null;var sn=fn.createDocumentFragment(),pn=fn.createElement("div");sn.appendChild(pn),rn=!1===(ln=b.call(sn.childNodes,cn,function(t){return en(this,void 0),an=t,t}.bind(void 0))).threw&&!0===ln.value&&an===pn}}if(rn)(function(){return!1===nn(this)})()&&(an=null,rn=!1===(ln=b.call([1],cn,function(){en(this,void 0),an="string"==typeof this}.bind(void 0),"x")).threw&&!1===ln.value&&!0===an);if(rn){an={};var vn=['return nativeSome.call("foo", function (_, __, context) {','if (Boolean(context) === false || typeof context !== "object") {',"spy.value = true;}});"].join("");rn=!1===(ln=b(Function("nativeSome","spy",vn),cn,an)).threw&&!1===ln.value&&!0!==an.value}}var yn=cn?function(t,e){var r=[e];return arguments.length>2&&(r[1]=arguments[2]),cn.apply(t,r)}:function(t,e){var r=yt(t);br(e);var n,o=Sr(r),i=yr(o.length);arguments.length>2&&(n=arguments[2]);for(var u=void 0===n,c=0;c<i;c+=1)if(c in o){var a=o[c];if(u?e(a,c,r):e.call(n,a,c,r))return!0}return!1};function dn(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}var hn,bn=[].constructor,gn={}.constructor,wn=(!0).constructor,mn="function"==typeof bn.prototype.filter&&bn.prototype.filter;if(mn){var jn=0,Sn=b.call([1,2],mn,function(t){return dn(this,void 0),jn+=t,!1}.bind(void 0));if((hn=!1===Sn.threw&&Sn.value&&0===Sn.value.length&&3===jn)&&(jn="",hn=!1===(Sn=b.call(gn("abc"),mn,function(t,e){return dn(this,void 0),jn+=t,1===e}.bind(void 0))).threw&&Sn.value&&1===Sn.value.length&&"b"===Sn.value[0]&&"abc"===jn),hn&&(jn=0,hn=!1===(Sn=b.call(function(){return arguments}(1,2,3),mn,function(t,e){return dn(this,void 0),jn+=t,2===e}.bind(void 0))).threw&&Sn.value&&1===Sn.value.length&&3===Sn.value[0]&&6===jn),hn&&(jn=0,hn=!1===(Sn=b.call({0:1,1:2,3:3,4:4,length:4},mn,function(t){return dn(this,void 0),jn+=t,!1}.bind(void 0))).threw&&Sn.value&&0===Sn.value.length&&6===jn),hn){var _n="undefined"!=typeof document&&document;if(_n){jn=null;var On=_n.createDocumentFragment(),xn=_n.createElement("div");On.appendChild(xn),hn=!1===(Sn=b.call(On.childNodes,mn,function(t){return dn(this,void 0),jn=t,t}.bind(void 0))).threw&&Sn.value&&1===Sn.value.length&&Sn.value[0]===xn&&jn===xn}}if(hn)(function(){return!1===wn(this)})()&&(jn=null,hn=!1===(Sn=b.call([1],mn,function(){dn(this,void 0),jn="string"==typeof this}.bind(void 0),"x")).threw&&Sn.value&&0===Sn.value.length&&!0===jn);if(hn){jn={};var En=['return nativFilter.call("foo", function (_, __, context) {','if (castBoolean(context) === false || typeof context !== "object") {',"spy.value = true;}});"].join("");hn=!1===(Sn=b(Function("nativFilter","spy","castBoolean",En),mn,jn)).threw&&Sn.value&&0===Sn.value.length&&!0!==jn.value}}var Tn,$n,kn,Pn,Cn,Fn,An=mn?function(t,e){var r=[e];return arguments.length>2&&(r[1]=arguments[2]),mn.apply(t,r)}:function(t,e){var r=yt(t);br(e);var n,o=Sr(r),i=yr(o.length);arguments.length>2&&(n=arguments[2]);for(var u=void 0===n,c=[],a=0;a<i;a+=1)if(a in o){var l=o[a];(u?e(l,a,r):e.call(n,l,a,r))&&(c[c.length]=l)}return c},In=r(7),Mn=r.n(In),Nn=r(9),Dn=r.n(Nn),Bn={}.constructor,Gn="function"==typeof Bn.keys&&Bn.keys;if(Gn){var Ln=function(t,e){return!1===t.threw&&Xr(t.value)&&t.value.length===e},zn=function(t,e,r){var n=t.value[0],o=t.value[1];return n===e&&o===r||n===r&&o===e},Xn={a:1,b:2},qn=b(Gn,Xn);(Tn=Ln(qn,2)&&zn(qn,"a","b"))&&((Xn=Object("a")).y=1,Tn=Ln(qn=b(Gn,Xn),2)&&zn(qn,"0","y")),Tn&&($n=b(Gn,null).threw,kn=Ln(b(Gn,42),0),Pn=!1===b(Gn,/a/g).threw,qn=b(Gn,function(){return arguments}(1,2)),Cn=Ln(qn,2)&&zn(qn,"0","1"),qn=b(Gn,Object("ab")),Fn=Ln(qn,2)&&zn(qn,"0","1"))}var Rn,Hn=Tn?$n&&kn&&Pn&&Cn&&Fn?Gn:function(t){var e=yt?yt(t):t;if(!0!==Cn&&u()(e))e=Hr(e);else if(!0!==Fn&&y()(e))e=Sr(e);else if(!0!==Pn&&pr(e)){var r=[];for(var n in e)It(e,n)&&(r[r.length]=n);return r}return Gn(e)}:function(t){return Dn()(yt(t))},Wn=!1===wr,Yn=/^(?:0|[1-9]\d*)$/,Un="function"==typeof Map?Hn(new Map):[],Vn="function"==typeof Set?Hn(new Set):[];try{throw new Error("a")}catch(t){Rn=Hn(t)}var Jn=function(t,e,r,n){return r&&n?t.charAt(e):t[e]},Kn=function(t,e){return e.length?An(t,function(t){return-1===Br(e,t)}):t},Qn=function(t,e,r,n){if(t===e)return!0;if(p()(t)&&p()(e))return t.length===e.length&&!1===yn(t,function(t,r){return t!==e[r]});if(o()(t)&&o()(e))return t.getTime()===e.getTime();if(pr(t)&&pr(e))return t.toString()===e.toString()&&t.lastIndex===e.lastIndex;if(!1===f()(t)&&!1===f()(e))return r?t===e:t==e;if(O(t)||O(e))return!1;if(r&&ht(t)!==ht(e))return!1;if(a()(t)||a()(e))return t===e;var i,c,l=u()(t),s=u()(e);return!(l&&!1===s||!1===l&&s)&&(l?l.length===s.length&&Qn(tn(t),tn(e),r,null):(l=Hn(t),s=Hn(e),l.length===s.length&&(f()(t)&&(mt(t)?l=Kn(l,Rn):Re(t)?l=Kn(l,Un):Ke(t)&&(l=Kn(l,Vn))),f()(e)&&(mt(e)?s=Kn(s,Rn):Re(e)?s=Kn(s,Un):Ke(e)&&(s=Kn(s,Vn))),Mn.a.inplace(l),Mn.a.inplace(s),Wn&&(i=y()(t),c=y()(e)),!1===yn(l,function(o,u){if(o!==s[u])return!0;var l,f,p=(i||c)&&(l=o,f=-1,Yn.test(l)&&(f=Number(l)),f>-1&&f%1==0&&f<4294967295),v=n||[t],y=Jn(t,o,i,p),d=a()(y);if(!1===d){if(-1!==Br(v,y))throw new RangeError("Circular object");v.push(y)}var h=!1===Qn(y,Jn(e,o,c,p),r,v);return!1===d&&v.pop(),h}))))};e.default=function(t,e,r){return Qn(t,e,r)}}])});
30//# sourceMappingURL=deep-equal-x.min.js.map
\No newline at end of file