").append(x.parseHTML(e)).find(i):e)}).complete(r&&function(e,t){s.each(r,o||[e.responseText,t,e])}),this},x.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){x.fn[t]=function(e){return this.on(t,e)}}),x.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:yn,type:"GET",isLocal:Cn.test(mn[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Dn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":x.parseJSON,"text xml":x.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?_n(_n(e,x.ajaxSettings),t):_n(x.ajaxSettings,e)},ajaxPrefilter:Hn(An),ajaxTransport:Hn(jn),ajax:function(e,n){"object"==typeof e&&(n=e,e=t),n=n||{};var r,i,o,a,s,l,u,c,p=x.ajaxSetup({},n),f=p.context||p,d=p.context&&(f.nodeType||f.jquery)?x(f):x.event,h=x.Deferred(),g=x.Callbacks("once memory"),m=p.statusCode||{},y={},v={},b=0,w="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(2===b){if(!c){c={};while(t=Tn.exec(a))c[t[1].toLowerCase()]=t[2]}t=c[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===b?a:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return b||(e=v[n]=v[n]||e,y[e]=t),this},overrideMimeType:function(e){return b||(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>b)for(t in e)m[t]=[m[t],e[t]];else C.always(e[C.status]);return this},abort:function(e){var t=e||w;return u&&u.abort(t),k(0,t),this}};if(h.promise(C).complete=g.add,C.success=C.done,C.error=C.fail,p.url=((e||p.url||yn)+"").replace(xn,"").replace(kn,mn[1]+"//"),p.type=n.method||n.type||p.method||p.type,p.dataTypes=x.trim(p.dataType||"*").toLowerCase().match(T)||[""],null==p.crossDomain&&(r=En.exec(p.url.toLowerCase()),p.crossDomain=!(!r||r[1]===mn[1]&&r[2]===mn[2]&&(r[3]||("http:"===r[1]?"80":"443"))===(mn[3]||("http:"===mn[1]?"80":"443")))),p.data&&p.processData&&"string"!=typeof p.data&&(p.data=x.param(p.data,p.traditional)),qn(An,p,n,C),2===b)return C;l=p.global,l&&0===x.active++&&x.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Nn.test(p.type),o=p.url,p.hasContent||(p.data&&(o=p.url+=(bn.test(o)?"&":"?")+p.data,delete p.data),p.cache===!1&&(p.url=wn.test(o)?o.replace(wn,"$1_="+vn++):o+(bn.test(o)?"&":"?")+"_="+vn++)),p.ifModified&&(x.lastModified[o]&&C.setRequestHeader("If-Modified-Since",x.lastModified[o]),x.etag[o]&&C.setRequestHeader("If-None-Match",x.etag[o])),(p.data&&p.hasContent&&p.contentType!==!1||n.contentType)&&C.setRequestHeader("Content-Type",p.contentType),C.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Dn+"; q=0.01":""):p.accepts["*"]);for(i in p.headers)C.setRequestHeader(i,p.headers[i]);if(p.beforeSend&&(p.beforeSend.call(f,C,p)===!1||2===b))return C.abort();w="abort";for(i in{success:1,error:1,complete:1})C[i](p[i]);if(u=qn(jn,p,n,C)){C.readyState=1,l&&d.trigger("ajaxSend",[C,p]),p.async&&p.timeout>0&&(s=setTimeout(function(){C.abort("timeout")},p.timeout));try{b=1,u.send(y,k)}catch(N){if(!(2>b))throw N;k(-1,N)}}else k(-1,"No Transport");function k(e,n,r,i){var c,y,v,w,T,N=n;2!==b&&(b=2,s&&clearTimeout(s),u=t,a=i||"",C.readyState=e>0?4:0,c=e>=200&&300>e||304===e,r&&(w=Mn(p,C,r)),w=On(p,w,C,c),c?(p.ifModified&&(T=C.getResponseHeader("Last-Modified"),T&&(x.lastModified[o]=T),T=C.getResponseHeader("etag"),T&&(x.etag[o]=T)),204===e||"HEAD"===p.type?N="nocontent":304===e?N="notmodified":(N=w.state,y=w.data,v=w.error,c=!v)):(v=N,(e||!N)&&(N="error",0>e&&(e=0))),C.status=e,C.statusText=(n||N)+"",c?h.resolveWith(f,[y,N,C]):h.rejectWith(f,[C,N,v]),C.statusCode(m),m=t,l&&d.trigger(c?"ajaxSuccess":"ajaxError",[C,p,c?y:v]),g.fireWith(f,[C,N]),l&&(d.trigger("ajaxComplete",[C,p]),--x.active||x.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return x.get(e,t,n,"json")},getScript:function(e,n){return x.get(e,t,n,"script")}}),x.each(["get","post"],function(e,n){x[n]=function(e,r,i,o){return x.isFunction(r)&&(o=o||i,i=r,r=t),x.ajax({url:e,type:n,dataType:o,data:r,success:i})}});function Mn(e,n,r){var i,o,a,s,l=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),o===t&&(o=e.mimeType||n.getResponseHeader("Content-Type"));if(o)for(s in l)if(l[s]&&l[s].test(o)){u.unshift(s);break}if(u[0]in r)a=u[0];else{for(s in r){if(!u[0]||e.converters[s+" "+u[0]]){a=s;break}i||(i=s)}a=a||i}return a?(a!==u[0]&&u.unshift(a),r[a]):t}function On(e,t,n,r){var i,o,a,s,l,u={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=c.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(a=u[l+" "+o]||u["* "+o],!a)for(i in u)if(s=i.split(" "),s[1]===o&&(a=u[l+" "+s[0]]||u["* "+s[0]])){a===!0?a=u[i]:u[i]!==!0&&(o=s[0],c.unshift(s[1]));break}if(a!==!0)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(p){return{state:"parsererror",error:a?p:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}x.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return x.globalEval(e),e}}}),x.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),x.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=a.head||x("head")[0]||a.documentElement;return{send:function(t,i){n=a.createElement("script"),n.async=!0,e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,t){(t||!n.readyState||/loaded|complete/.test(n.readyState))&&(n.onload=n.onreadystatechange=null,n.parentNode&&n.parentNode.removeChild(n),n=null,t||i(200,"success"))},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(t,!0)}}}});var Fn=[],Bn=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Fn.pop()||x.expando+"_"+vn++;return this[e]=!0,e}}),x.ajaxPrefilter("json jsonp",function(n,r,i){var o,a,s,l=n.jsonp!==!1&&(Bn.test(n.url)?"url":"string"==typeof n.data&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Bn.test(n.data)&&"data");return l||"jsonp"===n.dataTypes[0]?(o=n.jsonpCallback=x.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,l?n[l]=n[l].replace(Bn,"$1"+o):n.jsonp!==!1&&(n.url+=(bn.test(n.url)?"&":"?")+n.jsonp+"="+o),n.converters["script json"]=function(){return s||x.error(o+" was not called"),s[0]},n.dataTypes[0]="json",a=e[o],e[o]=function(){s=arguments},i.always(function(){e[o]=a,n[o]&&(n.jsonpCallback=r.jsonpCallback,Fn.push(o)),s&&x.isFunction(a)&&a(s[0]),s=a=t}),"script"):t});var Pn,Rn,Wn=0,$n=e.ActiveXObject&&function(){var e;for(e in Pn)Pn[e](t,!0)};function In(){try{return new e.XMLHttpRequest}catch(t){}}function zn(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}x.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&In()||zn()}:In,Rn=x.ajaxSettings.xhr(),x.support.cors=!!Rn&&"withCredentials"in Rn,Rn=x.support.ajax=!!Rn,Rn&&x.ajaxTransport(function(n){if(!n.crossDomain||x.support.cors){var r;return{send:function(i,o){var a,s,l=n.xhr();if(n.username?l.open(n.type,n.url,n.async,n.username,n.password):l.open(n.type,n.url,n.async),n.xhrFields)for(s in n.xhrFields)l[s]=n.xhrFields[s];n.mimeType&&l.overrideMimeType&&l.overrideMimeType(n.mimeType),n.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");try{for(s in i)l.setRequestHeader(s,i[s])}catch(u){}l.send(n.hasContent&&n.data||null),r=function(e,i){var s,u,c,p;try{if(r&&(i||4===l.readyState))if(r=t,a&&(l.onreadystatechange=x.noop,$n&&delete Pn[a]),i)4!==l.readyState&&l.abort();else{p={},s=l.status,u=l.getAllResponseHeaders(),"string"==typeof l.responseText&&(p.text=l.responseText);try{c=l.statusText}catch(f){c=""}s||!n.isLocal||n.crossDomain?1223===s&&(s=204):s=p.text?200:404}}catch(d){i||o(-1,d)}p&&o(s,c,p,u)},n.async?4===l.readyState?setTimeout(r):(a=++Wn,$n&&(Pn||(Pn={},x(e).unload($n)),Pn[a]=r),l.onreadystatechange=r):r()},abort:function(){r&&r(t,!0)}}}});var Xn,Un,Vn=/^(?:toggle|show|hide)$/,Yn=RegExp("^(?:([+-])=|)("+w+")([a-z%]*)$","i"),Jn=/queueHooks$/,Gn=[nr],Qn={"*":[function(e,t){var n=this.createTween(e,t),r=n.cur(),i=Yn.exec(t),o=i&&i[3]||(x.cssNumber[e]?"":"px"),a=(x.cssNumber[e]||"px"!==o&&+r)&&Yn.exec(x.css(n.elem,e)),s=1,l=20;if(a&&a[3]!==o){o=o||a[3],i=i||[],a=+r||1;do s=s||".5",a/=s,x.style(n.elem,e,a+o);while(s!==(s=n.cur()/r)&&1!==s&&--l)}return i&&(a=n.start=+a||+r||0,n.unit=o,n.end=i[1]?a+(i[1]+1)*i[2]:+i[2]),n}]};function Kn(){return setTimeout(function(){Xn=t}),Xn=x.now()}function Zn(e,t,n){var r,i=(Qn[t]||[]).concat(Qn["*"]),o=0,a=i.length;for(;a>o;o++)if(r=i[o].call(n,t,e))return r}function er(e,t,n){var r,i,o=0,a=Gn.length,s=x.Deferred().always(function(){delete l.elem}),l=function(){if(i)return!1;var t=Xn||Kn(),n=Math.max(0,u.startTime+u.duration-t),r=n/u.duration||0,o=1-r,a=0,l=u.tweens.length;for(;l>a;a++)u.tweens[a].run(o);return s.notifyWith(e,[u,o,n]),1>o&&l?n:(s.resolveWith(e,[u]),!1)},u=s.promise({elem:e,props:x.extend({},t),opts:x.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:Xn||Kn(),duration:n.duration,tweens:[],createTween:function(t,n){var r=x.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(r),r},stop:function(t){var n=0,r=t?u.tweens.length:0;if(i)return this;for(i=!0;r>n;n++)u.tweens[n].run(1);return t?s.resolveWith(e,[u,t]):s.rejectWith(e,[u,t]),this}}),c=u.props;for(tr(c,u.opts.specialEasing);a>o;o++)if(r=Gn[o].call(u,e,c,u.opts))return r;return x.map(c,Zn,u),x.isFunction(u.opts.start)&&u.opts.start.call(e,u),x.fx.timer(x.extend(l,{elem:e,anim:u,queue:u.opts.queue})),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always)}function tr(e,t){var n,r,i,o,a;for(n in e)if(r=x.camelCase(n),i=t[r],o=e[n],x.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),a=x.cssHooks[r],a&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}x.Animation=x.extend(er,{tweener:function(e,t){x.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;i>r;r++)n=e[r],Qn[n]=Qn[n]||[],Qn[n].unshift(t)},prefilter:function(e,t){t?Gn.unshift(e):Gn.push(e)}});function nr(e,t,n){var r,i,o,a,s,l,u=this,c={},p=e.style,f=e.nodeType&&nn(e),d=x._data(e,"fxshow");n.queue||(s=x._queueHooks(e,"fx"),null==s.unqueued&&(s.unqueued=0,l=s.empty.fire,s.empty.fire=function(){s.unqueued||l()}),s.unqueued++,u.always(function(){u.always(function(){s.unqueued--,x.queue(e,"fx").length||s.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],"inline"===x.css(e,"display")&&"none"===x.css(e,"float")&&(x.support.inlineBlockNeedsLayout&&"inline"!==ln(e.nodeName)?p.zoom=1:p.display="inline-block")),n.overflow&&(p.overflow="hidden",x.support.shrinkWrapBlocks||u.always(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t)if(i=t[r],Vn.exec(i)){if(delete t[r],o=o||"toggle"===i,i===(f?"hide":"show"))continue;c[r]=d&&d[r]||x.style(e,r)}if(!x.isEmptyObject(c)){d?"hidden"in d&&(f=d.hidden):d=x._data(e,"fxshow",{}),o&&(d.hidden=!f),f?x(e).show():u.done(function(){x(e).hide()}),u.done(function(){var t;x._removeData(e,"fxshow");for(t in c)x.style(e,t,c[t])});for(r in c)a=Zn(f?d[r]:0,r,u),r in d||(d[r]=a.start,f&&(a.end=a.start,a.start="width"===r||"height"===r?1:0))}}function rr(e,t,n,r,i){return new rr.prototype.init(e,t,n,r,i)}x.Tween=rr,rr.prototype={constructor:rr,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(x.cssNumber[n]?"":"px")},cur:function(){var e=rr.propHooks[this.prop];return e&&e.get?e.get(this):rr.propHooks._default.get(this)},run:function(e){var t,n=rr.propHooks[this.prop];return this.pos=t=this.options.duration?x.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):rr.propHooks._default.set(this),this}},rr.prototype.init.prototype=rr.prototype,rr.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=x.css(e.elem,e.prop,""),t&&"auto"!==t?t:0):e.elem[e.prop]},set:function(e){x.fx.step[e.prop]?x.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[x.cssProps[e.prop]]||x.cssHooks[e.prop])?x.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},rr.propHooks.scrollTop=rr.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},x.each(["toggle","show","hide"],function(e,t){var n=x.fn[t];x.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ir(t,!0),e,r,i)}}),x.fn.extend({fadeTo:function(e,t,n,r){return this.filter(nn).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=x.isEmptyObject(e),o=x.speed(t,n,r),a=function(){var t=er(this,x.extend({},e),o);(i||x._data(this,"finish"))&&t.stop(!0)};return a.finish=a,i||o.queue===!1?this.each(a):this.queue(o.queue,a)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return"string"!=typeof e&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=null!=e&&e+"queueHooks",o=x.timers,a=x._data(this);if(n)a[n]&&a[n].stop&&i(a[n]);else for(n in a)a[n]&&a[n].stop&&Jn.test(n)&&i(a[n]);for(n=o.length;n--;)o[n].elem!==this||null!=e&&o[n].queue!==e||(o[n].anim.stop(r),t=!1,o.splice(n,1));(t||!r)&&x.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=x._data(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=x.timers,a=r?r.length:0;for(n.finish=!0,x.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;a>t;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}});function ir(e,t){var n,r={height:e},i=0;for(t=t?1:0;4>i;i+=2-t)n=Zt[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}x.each({slideDown:ir("show"),slideUp:ir("hide"),slideToggle:ir("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){x.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),x.speed=function(e,t,n){var r=e&&"object"==typeof e?x.extend({},e):{complete:n||!n&&t||x.isFunction(e)&&e,duration:e,easing:n&&t||t&&!x.isFunction(t)&&t};return r.duration=x.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in x.fx.speeds?x.fx.speeds[r.duration]:x.fx.speeds._default,(null==r.queue||r.queue===!0)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){x.isFunction(r.old)&&r.old.call(this),r.queue&&x.dequeue(this,r.queue)},r},x.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},x.timers=[],x.fx=rr.prototype.init,x.fx.tick=function(){var e,n=x.timers,r=0;for(Xn=x.now();n.length>r;r++)e=n[r],e()||n[r]!==e||n.splice(r--,1);n.length||x.fx.stop(),Xn=t},x.fx.timer=function(e){e()&&x.timers.push(e)&&x.fx.start()},x.fx.interval=13,x.fx.start=function(){Un||(Un=setInterval(x.fx.tick,x.fx.interval))},x.fx.stop=function(){clearInterval(Un),Un=null},x.fx.speeds={slow:600,fast:200,_default:400},x.fx.step={},x.expr&&x.expr.filters&&(x.expr.filters.animated=function(e){return x.grep(x.timers,function(t){return e===t.elem}).length}),x.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){x.offset.setOffset(this,e,t)});var n,r,o={top:0,left:0},a=this[0],s=a&&a.ownerDocument;if(s)return n=s.documentElement,x.contains(n,a)?(typeof a.getBoundingClientRect!==i&&(o=a.getBoundingClientRect()),r=or(s),{top:o.top+(r.pageYOffset||n.scrollTop)-(n.clientTop||0),left:o.left+(r.pageXOffset||n.scrollLeft)-(n.clientLeft||0)}):o},x.offset={setOffset:function(e,t,n){var r=x.css(e,"position");"static"===r&&(e.style.position="relative");var i=x(e),o=i.offset(),a=x.css(e,"top"),s=x.css(e,"left"),l=("absolute"===r||"fixed"===r)&&x.inArray("auto",[a,s])>-1,u={},c={},p,f;l?(c=i.position(),p=c.top,f=c.left):(p=parseFloat(a)||0,f=parseFloat(s)||0),x.isFunction(t)&&(t=t.call(e,n,o)),null!=t.top&&(u.top=t.top-o.top+p),null!=t.left&&(u.left=t.left-o.left+f),"using"in t?t.using.call(e,u):i.css(u)}},x.fn.extend({position:function(){if(this[0]){var e,t,n={top:0,left:0},r=this[0];return"fixed"===x.css(r,"position")?t=r.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),x.nodeName(e[0],"html")||(n=e.offset()),n.top+=x.css(e[0],"borderTopWidth",!0),n.left+=x.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-x.css(r,"marginTop",!0),left:t.left-n.left-x.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||s;while(e&&!x.nodeName(e,"html")&&"static"===x.css(e,"position"))e=e.offsetParent;return e||s})}}),x.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);x.fn[e]=function(i){return x.access(this,function(e,i,o){var a=or(e);return o===t?a?n in a?a[n]:a.document.documentElement[i]:e[i]:(a?a.scrollTo(r?x(a).scrollLeft():o,r?o:x(a).scrollTop()):e[i]=o,t)},e,i,arguments.length,null)}});function or(e){return x.isWindow(e)?e:9===e.nodeType?e.defaultView||e.parentWindow:!1}x.each({Height:"height",Width:"width"},function(e,n){x.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){x.fn[i]=function(i,o){var a=arguments.length&&(r||"boolean"!=typeof i),s=r||(i===!0||o===!0?"margin":"border");return x.access(this,function(n,r,i){var o;return x.isWindow(n)?n.document.documentElement["client"+e]:9===n.nodeType?(o=n.documentElement,Math.max(n.body["scroll"+e],o["scroll"+e],n.body["offset"+e],o["offset"+e],o["client"+e])):i===t?x.css(n,r,s):x.style(n,r,i,s)},n,a?i:t,a,null)}})}),x.fn.size=function(){return this.length},x.fn.andSelf=x.fn.addBack,"object"==typeof module&&module&&"object"==typeof module.exports?module.exports=x:(e.jQuery=e.$=x,"function"==typeof define&&define.amd&&define("jquery",[],function(){return x}))})(window);
\ No newline at end of file
diff --git a/docs/assets/js/scripts.js b/docs/assets/js/scripts.js
deleted file mode 100644
index cefca80a..00000000
--- a/docs/assets/js/scripts.js
+++ /dev/null
@@ -1,174 +0,0 @@
-$(function(){
- $('body').addClass('js-on');
-
- // A - Z Sorting
- $('.alpha-sort a').click(function(e){
- e.preventDefault();
- var term = $(this).text();
- var $sites = $('.sites section');
-
- $sites.show().filter(function() {
- var text = $(this).find('.site-header').text().replace(/\s+/g, ' ').toLowerCase().substr(1,1);
- return !~text.indexOf(term);
- }).hide();
-
- if ( ! $('.site-block').is(':visible')) {
- $('.no-results').show();
- }
- });
-
- // Difficulty sorting
- $('.diff-sort a').click(function(e){
- e.preventDefault();
- var term = $(this).text().toLowerCase();
- var $sites = $('.sites section');
-
- $sites.show().filter(function() {
- var text = $(this).find('.site-difficulty').text().replace(/\s+/g, ' ').toLowerCase();
- return !~text.indexOf(term);
- }).hide();
-
- if ( ! $('.site-block').is(':visible')) {
- $('.no-results').show();
- }
- });
-
- // Popular sorting
- $('button.popular').click(function(e){
- e.preventDefault();
- var term = "popular";
- var $sites = $('.sites section');
-
- $sites.show().filter(function() {
- var text = $(this).find('.meta').text().replace(/\s+/g, ' ').toLowerCase();
- return !~text.indexOf(term);
- }).hide();
-
- if ( ! $('.site-block').is(':visible')) {
- $('.no-results').show();
- }
- });
-
- // Clear search and sorting
- $('button.reset').click(function(e){
- var $sites = $('.sites section');
- $sites.show();
- $('.no-results').hide();
- $('input').val('');
- });
-
- // When the search field changes, update the hash
- $('input').keyup(function(){
- window.location.hash = $(this).val();
- });
-
- // Call updateSearch when hash changes
- $(window).on('hashchange', function() {
- updateSearch();
- });
-
- // Search function
- function updateSearch() {
- if ($('.no-results').is(':visible')) {
- $('.no-results').hide();
- }
-
- var hash = document.location.hash.toLowerCase();
- var term = hash.substr(1);
-
- var $sites = $('.sites section');
-
- $sites.show().filter(function() {
- var text = $(this).find('.site-header').text().replace(/\s+/g, ' ').toLowerCase();
- return !~text.indexOf(term);
- }).hide();
-
- if ( ! $('.site-block').is(':visible')) {
- $('.no-results').show();
- }
-
- // Insert the term into the field
- // (sometimes this is missed if the hash is changed directly)
- $('#search').val(window.location.hash.substr(1));
- }
-
- // Update search results on page load (if there is a hash)
- if (window.location.hash !== "" && window.location.hash !== "#") {
- // Insert the term into the field
- $('#search').val(window.location.hash.substr(1));
-
- // Update the results
- updateSearch();
- }
-
- $('.site a').prop('title', '');
-
- // jQuery ScrollTo plugin from http://lions-mark.com/jquery/scrollTo/
-
- $.fn.scrollTo = function( target, options, callback ){
- if(typeof options == 'function' && arguments.length == 2){ callback = options; options = target; }
- var settings = $.extend({
- scrollTarget : target,
- offsetTop : 50,
- duration : 500,
- easing : 'swing'
- }, options);
- return this.each(function(){
- var scrollPane = $(this);
- var scrollTarget = (typeof settings.scrollTarget == "number") ? settings.scrollTarget : $(settings.scrollTarget);
- var scrollY = (typeof scrollTarget == "number") ? scrollTarget : scrollTarget.offset().top + scrollPane.scrollTop() - parseInt(settings.offsetTop);
- scrollPane.animate({scrollTop : scrollY }, parseInt(settings.duration), settings.easing, function(){
- if (typeof callback == 'function') { callback.call(this); }
- });
- });
- }
-
- // Banner scroll to bottom
-
- $('.banner').click(function(e) {
- e.preventDefault();
- $('body').scrollTo('.banner-block');
- });
-
- $('.info').click(function(e) {
- e.preventDefault();
- $('body').scrollTo('.about');
- });
-
- // create the keys and konami variables
- var keys = [],
- konami = "38,38,40,40,37,39,37,39,66,65";
-
- $(document).keydown(function(e){
- keys.push(e.keyCode);
-
- // and check to see if the user has entered the Konami code
- if (keys.toString().indexOf(konami) >= 0) {
-
- // do something such as:
- (function(){
- $('.site-block:first').after('
Difficulty: impossible
No Info Available
'
- +'
Difficulty: impossible
No Info Available
');
- })();
-
- // and finally clean up the keys array
- keys = [];
- }
- });
-});
-
-// Load Facebook after page load
-window.onload = function() {
-
- $('#search').focus();
-
- (function(d, s, id) {
- var js, fjs = d.getElementsByTagName(s)[0];
- if (d.getElementById(id)) return;
- js = d.createElement(s); js.id = id;
- js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
- fjs.parentNode.insertBefore(js, fjs);
- }(document, 'script', 'facebook-jssdk'));
-
- console.log('Welcome to justdelete.me. We currently have ' + $('.site-block').length + ' services listed.');
-};
diff --git a/docs/cat.html b/docs/cat.html
deleted file mode 100644
index 73476789..00000000
--- a/docs/cat.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Un directori d'enllaços directes per eliminar els teus comptes dels diferents serveis d'internet.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Català
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- dificultat
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Entra al teu compte, ves a paràmetres, fés clic a 'Delete my account'. Confirma clicant a 'I want to delete my account'. I novament a 'Delete my 9GAG account'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- S'ha de posar en cotacte amb ells. Mitjançant telèfon o e-mail.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Per tancar el seu compte, contacti amb Amazon via e-mail (omplint aquest formulari de contacte) i demanant que es tanqui el seu compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- You must login before visiting the link.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Nosaltres no 'esborrem' o 'finalitzem' comptes d'ACC. En el cas que no vulgui utilitzar més el lloc, pot esborrar totes les teves dades personals del seu perfil i evitar entrar més.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Demani l'eliminació del compte al servei d'atenció al client.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Vagi a la pàgina 'Settings', baixa fins a trobar 'Deactivate account'. Cliqui al botó 'Close Account', i confirmi-ho.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- L'Assistencia al Client li demanarà que envii una carta firmada confirmant els seus desitjos, els detalls de la seva conta i una copia d'identificació legal (Passaport, DNI...).
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Al menú lateral, cliqui a 'Delete Account', a la pagina de confirmació cliqui 'Delete Account', tots els comptes i repositoris serán cancel·lats
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Hauries d'esborrar tot el compte de Google sencer, però si que pots eliminar el teu blog.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Només pots desactivar el compte contactant amb l'Assistència al client. No podràs eliminar mai el compte, només desactivar-lo, els comptes desactivats són visibles al públic.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Només cal clicar a 'Abschicken'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Must remove uploaded files first
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- We don't delete old accounts.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- No podrà eliminar el compte. Només pots canviar-te el número de telèfon.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Comenci una discusió privada amb ells i 'procuraran fer-ho'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Per raons de seguretat, necessitem verificar si aquestes peticions provenen des de l'e-mail lligat al seu compte de Codecademy.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Identifica't al lloc web i entra https://coderwall.com/delete_account
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- No pot ser completament eliminat, la reactivació serà possible sempre. Ompli el formulari i seleccioni 'I understand. Please delete my profile.'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacti amb l'assistència al client i demani que li esborrrin el compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Editi el seu compte i seleccioni 'Remove my account'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vosté pot parar de fer servir el servei en qualsevol moment. Nosaltres, si més no mantindrem i continuarem utilitzant qualsevol contingut que hagi enviat al nostre servei.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Totes les seves dades son esborrades inmediatament. Els comptes poden ser reactivats abans de 30 dies, després d'aquest termini no podrà ser reactivat.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- No hi ha cap informació al FAQ sobre la cancel·lació de comptes, l'operador telefonic diu que no es poden esborrar els comptes.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Cliqui a 'close my account' i confirmi-ho amb la seva contrasenya.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacti amb l'assistència al client de Digg i demani que es clausuri el seu compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Tots els comptes romandran al sistema durant 3 anys. Esborri qualsevol informació bancaria abans de suprimir el compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacti amb assistència al client i demani que es clausuri el seu compte. Si vius fora dels EEUU ho hauràs de fer per telèfon.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Se li farà un petit qüestionari abans desborrar el compte.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- No té perqué esborrar el seu compte. Un compte antic sens ús ni cursos completats serà eliminat.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- No pot tindre pagaments pendents amb Etsy o una entrega pendent. El seu e-mail continuarà als seus fitxers.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contact support and they will delete your account
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- No pot eliminar un compte d'Evernote, només pot desactivar-la temporalment. La desactivaciò no esborra les seves dades, ho haurà de fer manualment, després sincronitzar i desactivar.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Pot esborrar el compte facilment, algunes dades com el chat o missatges en grup son guardades per sempre, com s'explica als termes de privacitat del lloc.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Enviï un e-mail a l'assistència al client per demanar l'eliminació del compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Cliqui al seu usuari (adalt esquerra) → cliqui a 'Profileinstellungen' → 'Account löschen'. Totes les seves dades seràn eliminades.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Vés a 'Account Management' dins l'aplicació
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Per esborrar el seu compte no ha de pujar res en 3 dies.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Fixa't si el balanç del compte es positiu, si ho és envía un 'ticket' a l'assistencia demanant que tanquin el seu compte
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- /msg NickServ DROP nom_usuari contrasenya
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Per esborrar el seu compte contacti amb l'assistència al client
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacti amb l'assistència al client i demani que li esborrrin el compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot deixar d'utilitzar el servei en qualsevol moment. Nosaltres, no obstant continuarém fent servir el Contingut que ha enviat.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Elimini qualsevol informació que vulgui que no apareixi al lloc web. Després seleccioni 'Account Settings' i 'Close Account'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Ha d'enviar un e-mail a l'assistencia al client. Si es disposava de compte Premium no es tornaran els diners.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot parar d'utilitzar el servei en qualsevol moment. Nosaltres seguirem fent servir el Contingut que ha enviat al lloc.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacti amb assistència al client i demani que esborrin el compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vosté no pot esborrar el seu compte, però pot desactivar-lo. (Start → Mein Account → Account stilllegen)
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Els comptes de GoDaddy son aparentment retinguts “per complir amb les [seves] obligacions legals ” pots esborrar molta informació editant el teu perfil.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- A la barra superior, cliqui al 'seu nom', després cliqui a 'Delete Account' al final del quadre de diàleg.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Seleccioni un motiu per tancar el compte, només seran 2 clics
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Seleccioni un motiu per tancar el compte, només seran 2 clics
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- No es pot esborrar el seu compte de Gravatar sense borrar tot el compte de WordPress.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Pot esborrar el seu perfil i historial de xat desde la mateixa aplicació o pot enviar un e-mail amb el seu UDID.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- No s'explica com eliminar el compte. Haurà de contactar directament amb el servei d'assistència (link al final de la pàgina) i ells li borraran el compte.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Les seves contribucions es mantindran, però pot netejar el seu perfil -- incloent el seu e-mail.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Clica a l'enllaç “Close your account...” al final de la pàgina.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot esborrar la seva informaciò i manualment sortir d'HOL, però el seu compte es permanent.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- A la barra superior: 'El seu nom', 'My Account' i faci click a 'Delete Account' al final.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot parar de fer servir el servei en qualsevol moment. Nosaltres, si més no mantindrém i continuarem utilitzant el contingut que ha enviat amb el servei.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacta amb el servei d'assistència. Perdrà l'accés a qualsevol contingut que no hagi descarregat al seu ordinador.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot parar de fer servir el servei en qualsevol moment. Nosaltres, si més no mantindrém i continuarem utilitzant el contingut que ha enviat amb el servei.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot parar de fer servir el servei en qualsevol moment. Nosaltres, si més no mantindrém i continuarem utilitzant el contingut que ha enviat amb el servei.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Cliqui a 'Delete Accout' al final de la pàgina de preferències del compte
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Entri al compte. Posi la seva contrassenya. Presioni 'delete'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Només podrà inhabilitar el compte, no hi ha manera de fer-ho permanentment.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot parar de fer servir el servei en qualsevol moment. Nosaltres, si més no mantindrém i continuarem utilitzant el contingut que ha enviat amb el servei.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Trigaran aproximadament 180 dies per eliminar les teves dades del sistema .
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot parar de fer servir el servei en qualsevol moment. Nosaltres, si més no mantindrém i continuarem utilitzant el contingut que ha enviat amb el servei.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- La desactivació pot trigar 7 dies a eliminar les teves dades
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Cliqui a 'Profile', després 'Edit', 'Show advanced settings', i finalment marqui 'Delete my account'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot parar de fer servir el servei en qualsevol moment. Nosaltres, si més no mantindrém i continuarem utilitzant el contingut que ha enviat amb el servei.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Hi han informes que diuen que LinkedIn segueix enviant correu electrònic a les persones amb comptes tancats. Podria ser necessari posar-se en contacte amb el servei al client per eliminar el compte en lloc de tancar-lo.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- One cannot even change the password
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Una vegada que hagi eliminat el seu Journal, tindrà 30 dies per tirar enderrera la decisiò. Després de 30 dies el seu contingut serà borrat permanentment i no es podrà recuperar.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- log into your account, in the middle right.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Ha de tornar tots els discs físics, el seu compte estarà en “cancelament pendent” fins que es rebin els discs.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Marca DELETE i presioni el botó 'Delete Account'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Cliqui a 'Accounts' adalt a la dreta, després seleccioni 'Settings'. Vés al final de la pàgina i cliqui a 'Delete Your Mint Account' i finalment 'YES, delete my Mint account'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Si vostè es va registrar a Mojang i ara vol esborrar el seu compte, visiti la página de configuració del compte. Tingui en compte que si l'elimina no podrà entrar més amb els serveis de Mojang i no podrà adquirir futurs jocs de Mojang.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- “Cancel your account” al final de la pàgina.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Contacti amb el servei d'assistència al client. No s'eliminarà completament, sota la premisa de que potser voldràs reobrir el compte i mantindre l'historial i les notificacions.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Seleccioni 'settings', a continuació 'account' i 'delete'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Utilitzi el formulari per escriure a l'assistència al client i demar-lis la clausura del compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Entri al seu compte, baixi fins a 'License Agreement', cliqui a 'Delete profile', marqui les caselles que desitgi, entri la seva clau i faci clic a 'Remove'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Visiti la pàgina de paràmetres, i seleccioni 'Delete Account'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot desactivar el seu compte amb l'enllaç. Però les dades no poden ser esborrades. Encara que contacti amb Atenció al client no esborraran les seves dades.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Has d'enviar un e-mail a l'assistència al client amb el compte d'email associat al compte de Pandora. Si no té accès al e-mail, haurà d'informar de l'email amb el que s'ha registrat, l'any de neixement i Codi Postal associat al compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot esborrar els seus 'pastes', però no hi ha cap enllaç per esborrar el compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- No podrà esborrar el seu compte de la web. Obri l'aplicació d'iOS/Android, vagi a settings → about → disable account → delete account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- S'ha d'entrar al compte, anar als paràmetres (el petit engranatge al costat del teu nom d'usuari), cliqui a 'Delete my account'. Rebrà un e-mail confirmant l'acció.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- No pot esborrar el seu compte a Picasa sense esborrar el seu compte de Google.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Els comptes poden ser desactivats, però els seus pins i perfil seràn ocultats, no esborrats.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Completi el formulari d'eliminació del compte
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Entri al seu compte -> Cliqui a l'enllaç (les dades s'eliminen permanentment, no es pot revertir).
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Entri al seu compte, vagi a la pàgina de configuració i cliqui a 'I want to delete my account'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- No podrà esborrar el seu compte, pero es podrà desactivar.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Augmenti la seva productivitat fins a 5 vegades amb aquest truc que ningú en vol sentir a parlar!
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Si decideix desactivar el seu compte haurà de posarse en contacte amb support@redditgifts.com. Haurà d'enviar l'e-mail i nom de l'usuari de Reddit associat al compte de la web.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Haurà de contactar amb flixter per cancel·lar el perfil natiu d'RT, mentres que els comptes associats amb Facebook o Flixster.com són més fàcils d'esborrar.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Enllaç al final: 'Delete Account'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Després de clicar al botó, haurà d'entrar la contrasenya i completar el 'captcha', clicar un altre botó i confirmar a la finestra de diàleg.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Entri al seu compte i segueixi les instruccions a 'Account Suspension'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Cliqui a l'enllaç 'Delete your account' al final de la pàgina. Nota: Al teu Dropbox, el contingut d'aquest servei a Dropbox no serà esborrat. Si ho necessita, pot esborrar la carpeta 'Apps/scriptogram' de forma manual.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Seleccioni 'Please cancel my account'. Esculli un motiu i seleccioni 'close my shopify store'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacti amb l'assistència al client per e-mail o chat i demani la supressió del compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacti amb l'assistència al client. Haurà de coneixer 5 contactes de la seva llista, el mes que va ser creat el compte i el e-mail associat.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- No hi ha un enllaç directe ja que aquest està basat en el seu nom d'usuari.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Entri el seu nom d'usuari i contrasenya i faci clic a 'Delete'.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Les dades creades per l'usuari, com els posts i tickets es mantindran atribuits al compte, inclús si es eliminada. El nom d'usuari no estarà disponible.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Si vol acabar amb el seu compte d'Speaker Deck, simplement deixi de fer servir Speaker Deck.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Si mai ha publicat al lloc només és un clic. En cas contrari, editi la seva biografia a 'About Me' i escrigui 'please delete me' a continuació contacti amb atenció al client.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- No poden esborrar el compte, pero si ho demanes poden “esborrar tota la seva informació per tal de no rebre e-mails i cap de les teves informacions estigui disponibl a [ells] per potencials accions fraudulentes.”.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- L'eliminació no pot ser anulada. Totes les dades del teu perfil, contactes, missatges i imatges seran eliminades permanentment. Ningú es podrà posar en contacte amb tu.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Si contacta amb l'assistència al client d'Steam, li respondran que deixi d'utilitzar el seu compte. Si no ha comprat jocs el compte serà deshabilitat al cap d'un temps.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Mitjançant la desactivació, totes les activitats s'eliminaran i serà eliminat de totes les leaderboards. Strava mantindrà un arxiu amb les dades GPS que s'envien a Strava, però l'arxiu no es podrà utilitzar per restaurar el compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Pot reactivar-la en un termini de 14 dies. Desprès d'aquest temps el compte serà esborrat.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Edit profile (menú situat a la cantonada superior esquerra) → Delete account
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Haurà de sol·licitar que esborrin el seu compte via formulari.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vostè no podrà esborrar el compte, però podrà contactar via e-mail per desactivar-la.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Seleccioni l'opció 'Delete your account?' per esborrar el seu compte
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Si i no, depén del tipo(s) de compte(s), i l'haurà d'eliminar en l'ordre correcte. Tots els comptes estan relacionats amb l'inici de sessió únic (login.ubuntu.com) Ubuntu One, aleshores aquesta és l'ultim compte que has de tancar . A més, l'enmagatzematge d'arxius en el núvo Launchpad.net, AskUbuntu i altres comptes s'han de tancar abans si és possible. Això és molt important si té algun servei de pagament, per assegurar-se que no se li cobrarà res després de tancar els seus comptes. L'últim pas és tancar el compte de Single Sign-On (SSO). Comptes d'SSO han de ser eliminats manualment pel personal d'Ubuntu One.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Un treballador d'Udacity recomana que pari d'utilitzar el compte, això vol dir que no hi ha cap manera d'esborrar el compte de moment.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Per esborrar el seu compte, haurà de deixar d'estar subscrit a tots els cursos.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Baixi fins al peu de la pàgina a 'Account Settings' i cliqui a 'Delete Account'
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Pot parar de fer servir el servei en qualsevol moment. Nosaltres, si més no mantindrém i continuarem utilitzant el contingut que ha enviat amb el servei.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Hi ha un botò a la dreta, just a sota del menu.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- L'unica manera d'esborrar el seu compte de Vine sense esborrar el compte de Twitter es contactar amb Twitter via el seu formulari de contacte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- La web no té opcions d'usuari o per esborrar el compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Des de l'aplicació: Settings → Account → Delete your account.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (no es pot tornar endarrera)
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- 'No es poden esborrar els usuaris.' Però fan algunes suggerencies.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- “Els comptes de WordPress.com no poden ser esborrats.” La millor millor opció és esborrar qualsevol dada personal del compte.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Cliqui a 'Delete Account' al final del panell d'opcions del compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Seleccioni 'delete my profile' al final de la pàgina.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- Fes clic a l'enllaç “Delete account” al final de la pàgina.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- mitja
-
-
-
-
-
- Haurà de demanar l'eliminació de les dades de Yatado abans d'esborrar el compte.
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- No pots esborrar el teu compte de YouTube sense borrar tot el compte de Google, però pots borrar el teu canal.
-
-
- mostrar informació
-
-
-
- popular
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- fàcil
-
-
-
-
- No hi ha informació disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Envia un e-mail »
-
-
- mostrar informació
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Que es això?
-
-
Nombroses companyies usen una técnica anomenada dark pattern per dificultar l'eliminació dels comptes d'usuari als seus serveis online. JustDelete.me busca ser un directori on centralitzar els enllaços per eliminar facilment les vostres comptes de la web.
-
Creus que es podría posar algun altre servei web a la llista? Fes un Fork del projecte a GitHub.
-
-
-
-
-
Guia
-
Els enllaços de la part superior s'han classificat amb un codi de colors per indicar la dificultat per suprimir el compte:
-
- Fàcil - Procés simple
- Mitja - S'han de fer alguns passos extra
- Difícil - No es pot suprimir permanentment sense contactar amb atenció al client
- Impossíble - No pot ser suprimida
-
-
-
El servei d'allotjament d'aquesta web d'ajuda costa diners, si t'agrada JustDelete.me, considera fer una donació, si us plau.
-
-
-
-
-
-
-
-
-
Extensió per a Google Chrome
-
El nostre amic Mike Rogers ens ha ajudat a llançar aquesta increible Extensió de Google Chrome per a JustDelete.me.
-
Si entres a una web identificada per JustDelete.me, l'extensió et mostrarà un punt a l'omnibar. Clicant a aquell punt, et portarà directament a la pàgina per esborrar el compte.
-
Per instal·lar-la, entra a la Chrome Web Store .
-
-
Guia del Punt de l'extensió
-
- - Procés simple
- - S'han de fer alguns passos extra
- - No es pot suprimir permanentment sense contactar amb atenció al client
- - No pot ser suprimida
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/de.html b/docs/de.html
deleted file mode 100644
index da6b1c41..00000000
--- a/docs/de.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Ein Verzeichnis direkter Links zur Löschung deines Accounts aus verschiedenen Webdiensten.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Deutsch
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Beliebt
- A - Z
- Schwierigkeit
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Um deinen Account zu löschen, kontaktiere den Support über den Link und beantrage die Löschung dort.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- You must login before visiting the link.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Beantrage die Löschung beim Support.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Deaktivierung von Accounts bis auf weiteres nicht möglich
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Nach dem einloggen muss der Kundenservice zur Löschung kontaktiert werden.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Einfach auf 'Abschicken' klicken
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Must remove uploaded files first
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Sie können Ihren Account nicht löschen ohne den Support zu kontaktieren. Sie müssen den Betreff auf 'Delete Account' setzen.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- We don't delete old accounts.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Logge dich in deinen Account ein und klicke auf der Seite auf 'Account löschen'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Starte eine private Diskussion mit ihnen und sie 'Kümmern sich drum'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Kann nicht vollständig gelöscht werden, reaktivierung ist immer möglich. Fülle das Formular aus und wähle 'I understand. Please delete my profile.'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Kontaktiere den Support und sie löschen deinen Account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Sende eine E-Mail an abuse@craigslist.org und beantrage die Löschung
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Editiere deinen Account und wähle 'Remove my account'
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Nach Angabe der E-Mail-Adresse und der Auswahl eines Grunds der Löschung, erhält man per Mail einen Sicherheitscode. Dieser wird im Löschformular eingetragen und abgeschickt. Danach wird der Account unwiederbringlich gelöscht.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Alle Daten sind sofort gelöscht. Accounts können innerhalb von 30 Tagen reaktiviert werden. Nach dieser Zeitspanne können sie nicht mehr wiederhergestellt werden.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Keine Informationen in den FAQ über Account-Löschung. Der Mitarbeiter an der Hotline bestätigte, dass die Löschung nicht möglich ist.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Klicke auf 'close my account' und bestätige dies mit deinem Passwort.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Kontaktiere Digg's Kundensupport und beantrage die Löschung deines Accounts.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Contact Discord’s customer support and request for your account to be closed.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Alle Accounts bleiben 3 Tage lang in ihrem System. Lösche alle Bank-Informationen bevor du deinen Account löschst.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Kontaktiere den Support um die Löschung zu beantragen. Wenn du außerhalb der USA bist, muss dies per Telefon geschehen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Ein paar Fragen werden dir vor dem Löschen gestellt.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Es gibt keine Notwendigkeit deinen Account zu löschen. Ein alter, unbenutzter edX Account ohne fertiggestellte Kurse wird automatisch gelöscht.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Zitiert von Ello: Wenn Sie Ihren Account löschen, entfernen Sie alle persönlichen Informationen von Ello. Ihr Account kann nicht wiederhergestellt werden.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Contact support and they will delete your account
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Du kannst deinen Evernote-Account nicht löschen, du kannst ihn nur temporär deaktivieren. Deaktivierung löscht nicht deine Daten, deshalb musst du manuell jede Notiz und persönliche Information löschen. Schließe dann eine Synchronisation ab und deaktiviere deinen Account dann.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Während du deinen Account leicht löschen kannst, bleiben einige deiner Daten dauerhaft. z.B. Chat- und Gruppennachrichten. Dies ist so in den Datenschutzbestimmungen bestimmt.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Schreibe eine mail an den Kundensupport um die Löschung zu beantragen
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Klicke auf deinen username (oben rechts) → klicke auf 'Profileinstellungen' → 'Account löschen'. Alle Daten sind augenblicklich gelöscht.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Gehe auf 'Account Management' innerhalb der App.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Um deinen Account zu löschen, schreibe nichts für mindestens drei Tage.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
- popular
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Stelle sicher, dass der Kontostand positiv ist, dann erstelle ein Support-Ticket um deinen Account zur Löschung zu beantragen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- /msg NickServ DROP Nutzername Passwort
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Account-Löschung erfordert es den Kundensupport zu kontaktieren
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Kontaktiere den Support und sie löschen deinen Account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Du solltest aufhören den Service zu nutzen, ohne uns zu informieren. Wir behalten uns vor, dein Inhalt und deine Daten, die du durch unseren Service hochgeladen hast weiterhin zu nutzen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Lösche die Informationen, die du entfernt haben möchtest, von der Seite. Dann wähle 'Account Settings' und 'Close Account'
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Du musst den Support von der E-Mail-Adresse aus kontaktieren, die registriert ist. Dann beantreage die Löschung. Eine bestehende Premium-Mitgliedschaft wird nicht erstattet.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Sie können Ihren Account nicht löschen ohne den Support zu kontaktieren. Sie müssen ein Ticket eröffnen und den Betreff auf 'Delete Account' setzen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Sie können Ihren Account nicht löschen ohne den Support zu kontaktieren. Sie müssen den Betreff auf 'Delete Account' setzen.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Du solltest aufhören den Service zu nutzen, ohne uns zu informieren. Wir behalten uns vor, dein Inhalt und deine Daten, die du durch unseren Service hochgeladen hast weiterhin zu nutzen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Nutze die Support-Mail-Adresse und beantrage die Löschung dort.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Kontaktiere den Kundensupport und beantrage die Löschung
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Du kannst deinen Account nicht löschen, aber du kannst ihn deaktivieren (Start → Mein Account → Account stilllegen)
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Wähle einen Grund für die Löschung und es wird nur 2 Klicks benötigen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Wähle einen Grund für die Löschung. Es braucht nur 2 clicks.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Du kannst dein Profil und dein Chat-Verlauf innerhalb der App löschen oder du kanns den Support per mail mit deiner UDID kontaktieren.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Sie können Ihre daten manuell löschen und HOL schließen, aber Ihre Daten bleiben gespeichert
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Du kannst persönliche Daten Löschen. Wenn du Soziale Netzwerke zum Anmelden benutzt hast kannst du die Verbindung zu diesen trennen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
- popular
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You have to email them (service@instructables.com) to get your account deleted
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Kontaktiere den Kundenservice. Du wirst deinen Zugang zu allen Medien verlieren, die du nicht auf deinen Computer heruntergeladen hast.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Logge dich ein, tippe dein Passwort ein. Klicke auf 'delete'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Please email a request if you’d like your account to be deleted.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Es kann bis zu 180 Tage dauern, bis all deine Daten aus dem System entfernt sind
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Es kann bis zu 7 Tage dauern um deine Daten zu löschen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- One cannot even change the password
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click “Close account”.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- log into your account, in the middle right.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Passwort eingeben -> An das Ende der Seite scrollen -> 'Delete Account' klicken
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Sie müssen eine E-Mail an den Support senden. Es kann bis zu 48 Stunden brauchen Ihre Anfrage zu bearbeiten.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Gehe zu deinen Account-Einstellungen (oben rechts, klicke auf deine E-Mail-Adresse) und wähle 'Delete Account' aus.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Send an email to the unsubscribe@neopets.com stating you wish to delete your account.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Du kannst deinen Account mit dem Link deaktivieren, aber deine Daten werden nicht gelöscht. Auch wenn du den Support kontaktierst, können sie deine Daten nicht löschen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Es ist nicht möglich das Konto mit allen Daten zu löschen, es ist nur ein 'weiches Löschen' möglich, bei dem es immer die Möglichkeit des Wieder-Aktivierens gibt.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Um den Account löschen zu können, müssen Sie zunächst alle aktiven Webseiten löschen, oder diese an jemand anderen übertragen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Auf der Account Seite auf 'Delete Account' klicken.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Es ist nötig den Support zu kontaktieren oder über das Webinterface seine Meinung abzugeben unter 'Mein Konto' -> 'Meinung abgeben'
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Send us an e-mail from the address that you have registered - we take care of it.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Fill out the deletion form
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Email request required.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Du musst ein Support Ticket erstellen und den Betreff zu Delete Account setzen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Füge 'delete me' in die Beschreibungsbox auf deinem Profil ein und sende eine E-Mail an team@soup.io, die deine soup-URL und eine Löschaufforderung beinhalten.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Dein Account kann nicht gelöscht werden. Er kann deaktiviert werden, aber deine Daten werden inaktiv auf den Servern bleiben.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Es ist erforderlich, eine Email an den Support zu schreiben. Alle Aktivitäten werden anonymisiert.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Die Löschung Ihres Eintrages kann nicht rückgängig gemacht werden. Alle Ihre Profildaten, Kontakte Nachrichten und Bilder werden unwiderruflich entfernt. Ihre Mitschüler und Kontakte können nicht mehr über StayFriends Kontakt zu Ihnen aufnehmen.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Um Deinen StepMap-Account zu löschen, teile uns dies bitte per E-Mail an info@stepmap.de mit und nenne uns Deinen Benutzernamen. Die Absenderadresse muss Deine E-Mail-Adresse sein, mit der Du Dich bei StepMap angemeldet hast.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Klicke auf 'Konto löschen' und dann auf 'Mein Konto jetzt unwiederruflich löschen
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Just click 'Deactivate'.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- mittel
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
- popular
-
-
-
-
-
-
-
-
- unmöglich
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- zeige Info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- leicht
-
-
-
-
- Keine Information verfügbar.
-
-
-
-
-
-
-
-
-
-
- schwer
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
E-mail senden »
-
-
- zeige Info...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Was ist das?
-
-
Viele Firmen nutzen dark pattern -Techniken, um es schwierig zu machen, deinen Account zu löschen. Das Ziel von JustDelete.me ist ein Verzeichnis von URLs, damit Sie Ihr Konto bei verschiedenen Webdiensten einfach löschen können.
-
Fehlt eine Seite, die hinzugefügt werden sollte? Forke das Projekt auf GitHub .
-
-
-
-
-
Anleitung
-
Die Links oben sind farbkodiert, um die Schwierigkeit des Account-Löschens anzuzeigen:
-
- Leicht - Einfacher Prozess
- Mittel - Einige zusätzliche Schritte sind notwendig
- Schwer - Kann nicht gelöscht werden, ohne den jeweiligen Support zu kontaktieren
- Unmöglich - Kann nicht gelöscht werden
-
-
-
Hosting kostet Geld. Wenn du JustDelete.me magst, denke bitte über eine Spende nach.
-
-
-
-
-
-
-
-
-
Google Chrome-Erweiterung
-
Unser Freund Mike Rogers hat uns geholfen, eine großartige Google Chrome-Erweiterung für JustDelete.me zu erstellen.
-
Wenn Sie auf einer Seite sind, die auf JustDelete.me gelistet ist, fügt die Google Chrome-Erweiterung einen kleinen Punkt zur Omnibar hinzu. Ein Klick auf diesen Punkt befördert Sie zur relevanten Löschen-Seite.
-
Um die Erweiterung zu installieren, rufen Sie einfach den Chrome Web Store auf.
-
-
Punkte-Anleitung der Erweiterung
-
- - Einfacher Prozess
- - Einige zusätzliche Schritte sind nötig
- - Kann nicht vollständig gelöscht werden, ohne den jeweiligen Support zu kontaktieren
- - Kann nicht gelöscht werden
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/es.html b/docs/es.html
deleted file mode 100644
index ac9725f8..00000000
--- a/docs/es.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Un directorio de enlaces directos para eliminar sus cuentas de los diferentes servicios de internet.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Español
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- dificultad
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Entra en tu cuenta, ve a parámetros, haz clic en 'Delete my account'. Confirma haciendo clic en 'I want to delete my account'. I de nuevo en 'Delete my 9GAG account'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Tienes que poner en contacto con ellos. Mediante teléfono o e-mail.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Para cerrar tu cuenta, contacta con Amazon via e-mail (rellenando este formulario de contacto) y pidiendo que se cierre tu cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You must login before visiting the link.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Nosotros no 'borramos' o 'finalizamos' cuentas de ACC. En el supuesto que no quieras utilizar más el sitio, puede borrar toda tu información personal de tu perfil y evitar entrar más a tu cuenta.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Pide la eliminación de tu cuenta al servicio de atención al cliente.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Ve a la página 'Settings', desplázate hasta encontrar 'Deactivate account'. Haz clic en el botón 'Close Account', y confirma.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- La asistencia al cliente te pedirá que envíes una carta firmada confirmando tus deseos, los detalles de la cuenta y una copia de una identificación legal (Pasaporte, DNI...).
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- En el menú lateral, haz clic en 'Delete Account', y en la página de confirmación pulsa 'Delete Account', todas tus cuentas y repositorios serán cancelados.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No puedes borrar tu cuenta de Blogger sin borrar toda la cuenta de Google, pero puedes borrar tu blog.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Solo puedes desactivar la cuenta contactando con Assistència al client. No podrás eliminar nunca la cuenta, solo desactivarla, les cuentas desactivadas son visibles al público.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Solo tienes que clicar en 'Abschicken'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- We don't delete old accounts.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No podrá eliminar la cuenta. Solo puedes cambiar tu número de teléfono a un falso.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Empieza una discusión privada con ellos y 'procurarán hacerlo'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Simplemente haz clic en el botón "Entiendo, borrar mi cuenta".
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Identifícate en el sitio web y entra en https://coderwall.com/delete_account
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No puedes eliminarla completamente, la reactivación siempre será posible. Rellena el formulario y selecciona 'I understand. Please delete my profile.'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacta con asistencia al cliente y pide que te borren la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Edita tu cuenta y seleccione 'Remove my account'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Usted puede parar de usar el servicio en cualquier momento. Nosotros, mantendremos y continuaremos utilizando cualquier contenido que haya enviado a nuestro servicio.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Todos tus datos son borrados inmediatamente. Todas las cuentas pueden ser reactivadas antes de 30 días, después de ese plazo no podrá ser recuperada.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No hay información en el FAQ sobre la cancelación de cuentas, el operador telefónico dice que no se pueden borrar las cuentas.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Haz clic en 'close my account' y confirmelo con tu contraseña.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacta con asistencia al cliente de Digg y pide que se clausure tu cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Todas las cuentas permanecerán en el sistema durante 3 años. Borra toda información bancaria antes de eliminar tu cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacta con asistencia al cliente y pide que se cierre tu cuenta. Si vives fuera de EEUU deberás hacerlo por teléfono.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Se le hará un pequeño cuestionario antes de borrar la cuenta.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «No hay necesidad de borrar la cuenta. Una cuenta antigua no usada y sin cursos completos será eliminado.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- No puedes tener pagos pendientes con Etsy o una entrega pendiente. Tu e-mail permanencerá en las bases de datos.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contact support and they will delete your account
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No puedes eliminar una cuenta de Evernote, solo puedes desactivarla temporalmente. La desactivación no borra tus datos, lo deberás hacer a mano, y después sincronizalo y desactivalo.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Aunque puedes borrar la cuenta facilmente, algunos de los datos como el chat o mensajes en grupo son guardados para siempre, como se explica en los Terminos de privacidad del sitio.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Envía un e-mail a la asistencia al cliente para pedir la eliminación de tu cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Haz clic en tu usuario (arriba a la izquierda) → haz clic en 'Profileinstellungen' → 'Account löschen'. Todos tus datos serán eliminados.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Ve a 'Account Management' dentro de la aplicación
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Para borrar tu cuenta no debes subir nada por lo menos 3 días.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Asegurarte de que el saldo de tu cuenta es positivo, y después los envía un tiquet a la asistencia pidiendo que cierren tu cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- /msg NickServ DROP nombre_usuario contraseña
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Para borrar tu cuenta contacta con asistencia al cliente
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacta con asistencia al cliente y pide que te borren la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Puedes dejar de utilizar el servicio en cualquier momento. Nosotros, sin embargo continuaremos usando el contenido que has enviado.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Elimina cualquier información que no quieras que aparezca en el sitio web. Luego selecciona 'Account Settings' y 'Close Account'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Debes enviar un e-mail a la asistencia al cliente. Si se disponía de cuenta Premium no se devolverá el dinero.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Puedes dejar de utilizar el servicio en cualquier momento. Nosotros, sin embargo continuaremos usando el contenido que has enviado.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacta con asistencia al cliente y pide que borren tu cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No puedes borrar tu cuenta, pero puedes desactivarla. (Start → Mein Account → Account stilllegen)
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Las cuentas de GoDaddy son aparentemente retenidos «para cumplir con las [sus] obligaciones legales». Sin embargo, puedes borrar mucha información en editando tu perfil.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- En la barra superior, haz clic en 'tu nombre', después haz clic en 'Delete Account', al final del cuadro de diálogo.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecciona un motivo para cerrar la cuenta, solo serán 2 clics
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Seleccione un motivo para cerrar la cuenta, sólo serán 2 clics
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No puedes borrar tu cuenta de Gravatar sin borrar toda tu cuenta de WordPress.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Puedes borrar tu perfil e historial de chat desde la misma aplicación. O, puedes enviar un e-mail con su UDID.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- No hay una explicación en como eliminar las cuentas. Deberás contactar directamente con el servicio de asistencia (enlance al final de la página) y ellos borrarán la cuenta.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Tus contribuciones se permanecerán, pero puedes borrar los datos en tu perfil (incluso tu e-mail).
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Haz clic en el enlace "Close your account..." al final de la página.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Puedes borrar tu información y manualmente salir de HOL, pero tu cuenta es permanente.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- En la barra superior: 'Tu nombre', 'My Account' y haz clic en 'Delete Account' al final.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Puedes dejar de utilizar el servicio en cualquier momento. Nosotros, sin embargo continuaremos usando el contenido que has enviado.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacta con el servicio de asistencia. Perderás el acceso a cualquier contenido que no hayas descargado en tu ordenador.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Puedes dejar de utilizar el servicio en cualquier momento. Nosotros, sin embargo continuaremos usando el contenido que has enviado.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Puedes dejar de utilizar el servicio en cualquier momento. Nosotros, sin embargo continuaremos usando el contenido que has enviado.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Entra en la cuenta. Pon tu contraseña. Pulsa 'delete'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Sólo podrás desactivar la cuenta, no hay manera de hacerlo permanentemente.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Puedes dejar de utilizar el servicio en cualquier momento. Nosotros, sin embargo continuaremos usando el contenido que has enviado.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Tardarán aproximadamente 180 días para eliminar tus datos del sistema.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Puedes dejar de utilizar el servicio en cualquier momento. Nosotros, sin embargo continuaremos usando el contenido que has enviado.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- La desactivación puede tardar 7 días en eliminar tus datos
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Haz clic en 'Profile', después 'Edit', 'Show advanced settings', y finalmente marca 'Delete my account'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Puedes dejar de utilizar el servicio en cualquier momento. Nosotros, sin embargo continuaremos usando el contenido que has enviado.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Hay informes que dicen que LinkedIn sigue enviando correo electrónico a las personas con cuentas cerradas. Podría ser necesario ponerte en contacto con el servicio al cliente para eliminar la cuenta en lugar de cerrarla.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- One cannot even change the password
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Cuando has eliminado tu Journal, tendrás 30 días para cancelar la decisión. Después de 30 días tu contenido será borrado permanentemente y no será posible de recuperarlo.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- log into your account, in the middle right.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Debes devolver todos los discos físicos, tu cuenta estará en “cancelación pendiente” hasta que se reciban los discos.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Marca DELETE y presiona el botón 'Delete Account'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Haz clic en 'Accounts' arriba a la derecha, después selecciona 'Settings'. Ve al final de la página y pulsa 'Delete Your Mint Account' y finalmente 'YES, delete my Mint account'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Si te habías registrado en Mojang y ahora quieres borrar tu cuenta, visita la página de configuración de la cuenta. Te comunicas que si lo eliminaras, no podrás usar los servicios de Mojang y no podrás comprar juegos de Mojang en el futuro.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- “Cancel your account” al final de la página.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Tienes que contactar a Multiplay a través de su página contactanos.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Contacta con el servicio de asistencia al cliente. No se eliminará completamente, bajo la suposición de que quizás querrás reabrir la cuenta y mantener el historial y las notificaciones.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecciona 'settings', a continuación 'account' y 'delete'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Usa el formulario para escribir a asistencia al cliente y pideles el cierre de la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Entra en tu cuenta, desplázate hasta 'License Agreement', pulsa 'Delete profile', marca las casillas que desees, entra tu contraseña y haz clic en 'Remove'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Visita la página de parámetros, y selecciona 'Delete Account'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Puedes desactivar tu cuenta con el enlace. Pero los datos no pueden ser borrados, aunque contacta con atención al cliente no borrarán sus datos.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Tienes que enviar un e-mail a asistencia al cliente con la cuenta de email asociada a la cuenta de Pandora. Si no tienes acceso al e-mail, deberás informar del email con el que te has registrado, tu año de nacimiento y el código postal asociado a la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Puedes borrar sus 'pastes', pero no hay ningún enlace para borrar la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- No podrás borrar tu cuenta de la web. Abre la aplicación de iOS/Android, ve a settings → about → disable account → delete account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Debes entrar a la cuenta, ve a parámetros (el pequeño engranaje al lado de tu nombre de usuario), haz clic en 'Delete my account'. Recibirás un e-mail para confirmarlo.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No puedes borrar tu cuenta de Picasa sin borrar toda la cuenta de Google.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Las cuentas pueden ser desactivadas, pero tus pins y perfil serán ocultados, no borrados.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Completa el formulario de eliminación de la cuenta
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Entra en tu cuenta -> Haz clic en el enlace (los datos se eliminan permanentmente, no es posible de deshacerlo).
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Entra en tu cuenta, ve a la página de configuración y pulsa 'I want to delete my account'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No podrás borrar tu cuenta, pero se podrá desactivar.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Aumente tu productividad hasta 5 veces con este truco del que nadie quiere oír hablar!
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Si decide desactivar tu cuenta tendrás que ponerte en contacto con support@redditgifts.com. Deberás enviar el e-mail y nombre de usuario de Reddit asociado a la cuenta de la web.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Deberás contactar con Flixter para cancelar el perfil nativo de RT, mientras que las cuentas asociadas con Facebook o Flixster.com son más fáciles de borrar.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Enlace al final: 'Delete Account'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Después de pulsar el botón, deberás entrar la contraseña y completar el 'captcha', pulsar otro botón y confirmar en la ventana de diálogo.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Entra en tu cuenta y sigue las instrucciones en 'Account Suspension'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Haz clic en el enlace 'Delete your account' al final de la página. Nota: En tu Dropbox, el contenido de este servicio en Dropbox no será borrado. Si lo necessita, puede borrar la carpeta 'Apps/scriptogram' de forma manual.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecciona 'Please cancel my account'. Selecciona un motivo y pulsa 'close my shopify store'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacta con la asistencia al cliente por e-mail o chat y pide la supresión de la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contacta con la asistencia al cliente. Deberás conocer 5 contactos de su lista, el mes que la cuenta fue creada y el e-mail asociado.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- No hay un enlace directo ya que éste está basado en tu nombre de usuario.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Entra tu nombre de usuario y contraseña y haz clic en 'Delete'.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Los datos creados por el usuario, como los posts y tiquets se mantendrán atribuidos a la cuenta, incluso si es eliminada. El nombre de usuario no estará disponible.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Dicen: «Si quieres eliminar tu cuenta de Speaker Deck, simplemente deja de usar Speaker Deck.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Si nunca has publicado en el sitio sólo es un clic. Si no, edita tu biografía en 'About Me' y escribe 'please delete me', luego contacta con atención al cliente.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No pueden borrar la cuenta, pero si lo pides pueden «borrar toda su información para no recibir e-mails y ninguna de tus informaciones estén disponibles para [ellos] potenciales acciones fraudulentas»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- La eliminación no puede ser anulada. Todos los datos de tu perfil, contactos, mensajes e imágenes serán eliminadas permanentemente. Nadie podrá ponerse en contacto contigo.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Si contactas con la asistencia al cliente de Steam, te responderán que deja de utilizar su cuenta. Si no has comprado juegos la cuenta será deshabilitado al cabo de un tiempo.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Mediante la desactivación, todas las actividades se eliminarán y será eliminado de todas las leaderboards. Strava mantendrá un archivo con los datos GPS que se envían a Strava, pero el archivo no se podrá utilizar para restaurar la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Puedes reactivarla en un plazo de 14 días. Después de este fecha la cuenta será borrada.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Edit profile (menú situado en la esquina superior izquierda) → Delete account
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Deberás solicitar que borren tu cuenta vía formulario.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No podrás borrar la cuenta, pero podrás contactarlos vía e-mail para desactivarla.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecciona la opción 'Delete your account?' para borrar tu cuenta
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Sí y no, depende del tipo(s) de cuenta(s), y la(s) deberás eliminar en el orden correcto. Todas las cuentas están relacionados con el inicio de sesión único (login.ubuntu.com) Ubuntu One, entonces esta es la última cuenta que tienes que cerrar. Además, el almacenamiento de archivos en la nube Launchpad.net, AskUbuntu y otras cuentas se deberán cerrarán antes si es posible. Esto es muy importante si tienes algún servicio de pago, para asegurarte de que no te le cobrarás nada después de cerrar tus cuentas. el último paso es cerrar la cuenta de Single Sign-On (SSO). Las cuentas de SSO deben ser eliminadas a mano por el personal de Ubuntu One
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- Un empleado de Udacity recomienda que pares de utilizar la cuenta, es decir que no hay ninguna manera de borrar la cuenta de momento.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Para borrar tu cuenta, primera deberás cancelar las suscripciones a todos los cursos.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Desplázate hasta el pie de la página en 'Account Settings' y pulsa 'Delete Account
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- «Puedes dejar de utilizar el servicio en cualquier momento. Nosotros, sin embargo continuaremos usando el contenido que has enviado.»
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Hay un botón a la derecha, abajo del menú.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- La única manera de borrar tu cuenta de Vine sin borrar la cuenta de Twitter es contactar con Twitter vía su formulario de contacto.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- El sitio no tiene opciones de configuración o para borrar la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Logeados en el sitio web, seleccione "Mi whatpulse" de la barra de navegación, haga clic en "Unregister from WhatPulse" hacia la parte inferior de la página. Esto eliminará permanentemente la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Desde la aplicación: Settings → Account → Delete your account.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (no se puede deshacerlo)
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- 'No se pueden borrar los usuarios.' Pero hacen algunas sugerencias.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- ”Las cuentas de WordPress.com no pueden ser borradas.” La mejor mejor opción es borrar todos los datos personales de la cuenta.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Haz clic en 'Delete Account' al final del panel de opciones de la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecciona 'delete my profile' al final de la página.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Haz clic en “Delete account” al final de la página.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Deberás pedir la eliminación de los datos de Yatado antes de borrar la cuenta.
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
- popular
-
-
-
-
-
-
-
-
- imposible
-
-
-
-
-
- No puedes borrar tu cuenta de YouTube sin borrar toda la cuenta de Google, pero puedes borrar tu canal.
-
-
- mostrar información
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- No hay información disponible
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Enviar e-mail »
-
-
- mostrar información
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
¿Que es esto?
-
-
Numerosas empresas usan una tecnica llamada dark pattern para dificultar la eliminación de cuentas de usuario en sus servicios web. JustDelete.me busca ser un directorio donde centralizar los enlaces para eliminar facilmente sus cuentas online.
-
Crees que se podría poner algun otro servicio web más en la lista? Haz un Fork del proyecto en GitHub.
-
-
-
-
-
Guia
-
Los enlaces de la parte superior se han clasificado con un codigo de colores para indicar la dificultad para suprimir la cuenta:
-
- Fácil - Proceso simple
- Media - Se tendrán que hacer algunos pasos extra
- Difícil - No se puede suprimir permanentmente sin contactar con atención al cliente
- Imposible - No puede ser eliminada
-
-
-
El servicio de alojamiento de esta web de ayuda cuesta dinero, si te gusta JustDelete.me, considera hacer una donación, porfavor.
-
-
-
-
-
-
-
-
-
Extensión para Google Chrome
-
Nuestro buen amigo Mike Rogers nos ha ayudado a lanzar esta increible Extensión de Google Chrome para JustDelete.me.
-
Si entras a una web identificada por JustDelete.me, la extensión te mostrarà un punto a la omnibar. Clicando a ese punto, te llevará directamente a la página para borrar el ctu cuenta.
-
Para instalarla, entre en la Chrome Web Store .
-
-
Guia del Punto de la extensión
-
- - Proceso simple
- - Se tendrán que hacer algunos pasos extra
- - No se puede suprimir permanentmente sin contactar con atención al cliente
- - No puede ser eliminada
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/fa.html b/docs/fa.html
deleted file mode 100644
index f9a6eb88..00000000
--- a/docs/fa.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | فهرست لینکهای مستقیم حذف حسابهای کاربریتان از سرویسهای تحت وب.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- فارسی
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- محبوبترینها
- A - Z
- دشواری
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- You must login before visiting the link.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Request deletion from customer services.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Just click 'Abschicken'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Must remove uploaded files first
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- We don't delete old accounts.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact Discord’s customer support and request for your account to be closed.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact support and they will delete your account
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Email customer support to request deletion.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Go to account management within the app
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
- popular
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- /msg NickServ DROP nick password
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
- popular
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You have to email them (service@instructables.com) to get your account deleted
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- با بستن حساب کاربریتان تمامی مجلات و اطلاعات شما حذف میشود. این اطلاعات غیز قابل بازگشت خواهند بود.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Log in. Type in password. Press 'delete'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- May take up to 7 days to delete your data.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- One cannot even change the password
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click “Close account”.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- log into your account, in the middle right.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Send an email to the unsubscribe@neopets.com stating you wish to delete your account.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Send us an e-mail from the address that you have registered - we take care of it.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Fill out the deletion form
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Email request required.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You have to write an Email to the Support. Your activites will be anonymized.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- فقط روی 'Deactivate' کلیک کنید.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- متوسط
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
- popular
-
-
-
-
-
-
-
-
- غیر ممکن
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- نمایش توضیحات...
-
-
-
- popular
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- آسان
-
-
-
-
- اطلاعاتی در دسترس نیست
-
-
-
-
-
-
-
-
-
-
- سخت
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
ارسال ایمیل »
-
-
- نمایش توضیحات...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
جریان چیه؟
-
-
بسیاری از شرکتها از تکنیکهایی با نام dark pattern استفاده میکنند تا حذف حسابهای کاربری از آنها سخت باشد. هدف JustDelete.me گردآوری فهرستی برای ساده کردن حذف حسابهایتان از سرویسهای تحت وب است.
-
سایتی سراغ دارید که فکر میکنید جاش تو این فهرست خالیه؟ در گیتهاب کمک کنید .
-
-
-
-
-
راهنما
-
پیوندهای بالا برپایهی دشواری حذف حساب، رنگبندی شدهاند:
-
- آسان - فرآیند آسان
- متوسط - شامل مراحل اضافی
- سخت - لازم به تماس با خدمات مشتری سایت برای حذف کامل
- غیر ممکن - غیر قابل حذف
-
-
-
خدمات میزبانی، هزینهبر است. اگر از JustDelete.me خوشتان میآید، کمک مالی را فراموش نکنید.
-
-
-
-
-
-
-
-
-
افزونهی گوگل کروم
-
مایک راجرز عزیز با عرضهی یک افزونهی فوقالعاده برای JustDelete.me کمک شایانی به ما کرده است.
-
هنگامی که در یکی از سایتهای فهرست شده در justdelete.me افزونهی کروم یک نقطهی کوچک به نوار آدرس اضافه میکند. کلیک روی این نقطه، شما را به صفحهی حذف حساب خواهد برد.
-
برای نصب به Chrome Web Store بروید.
-
-
راهنمای افزونه
-
- - فرآیند آسان
- - شامل مراحل اضافی
- - لازم به تماس با خدمات مشتری سایت برای حذف کامل
- - غیر قابل حذف
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/fake-identity-generator/index.html b/docs/fake-identity-generator/index.html
deleted file mode 100644
index 8ce36b03..00000000
--- a/docs/fake-identity-generator/index.html
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-
-
-
Just Delete Me | A directory of direct links to delete your account from web services.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- English
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
-
-
Fake Identity Generator
-
Generate a fake name, address, date of birth, username, password and biography.
-
Generate fake identity
-
Male
Female
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/fr.html b/docs/fr.html
deleted file mode 100644
index f1e7c68e..00000000
--- a/docs/fr.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Un annuaire de liens pour supprimer vos comptes de sites webs.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Français
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- difficulté
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez vous, allez dans les parametres, cilquez sur supprimer mon compte. Confirmez en cliquant sur je supprimer mon compte. Et confirmez encore avec supprimer mon compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Vous devez les appeler pour supprimer votre compte. Vous pouvez aussi envoyer un email.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Malgré la suggestion du FAQ, il n'y a pas au fait de façon automatique de supprimer votre compte. Cela dit, ils me semblent contents de le faire si vous le demandez - vous pouvez les contactez via http://www.alibaba.com/help/contact-us.html - j'ai supprimé mon compte en utilisant leur système tchat.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Pour fermer votre compte, contactez Amazon par mail (par le formulaire de contact) et demandez la fermeture de votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Il faut que vous vous connectez avant d'utiliser le lien.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- ACC ne supprime pas les comptes. Cependant vous pouvez supprimer les informations qui sont dessus et arreter de vous connecter.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Enlevez toutes les applications et tous les services de votre compte, puis demandez la suppression de votre compte en envoyant un e-mail au service clients.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Demandez la suppresion du compte par le support du site.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Allez dans vos Parametres et allez jusqu'à Désactiver mon compte. Cliquez Fermer mon compte, et confirmez.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Les données seront supprimés définitivement dans 30 jours.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Le support vous demandera une lettre écrite demandant la suppresion du compte, dans cette lettre donnez vos details de compte ainsi qu'un justificatif d'identité.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Pour supprimer votre compte, veuillez ouvrir le menu étiqueté « Me ». Ensuite, cliquez « Account Settings », et puis « Privacy ». Là, il y aura le choix de supprimer votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Dans les parametres du compte cliquez sur supprimer le compte puis sur supprimer le compte. Tous les dépot ainsi que le compte seront immediatement supprimés.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous ne pouvez pas supprimer votre compte Blogger sans supprimer votre compte Google, mais vous pouvez supprimer votre blog.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez seulement désactiver votre compte en contactant le support.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Les comptes ne peuvent pas être supprimés en ce moment.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Il faut demander la suppression de votre compte par le support du site, après vous vous connectez.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Le personnel refuse de supprimer les comptes.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Cliquez juste 'Abschicken'.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Il n'y a pas de façon de supprimer les comptes.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Il faut supprimer les fichiers téléchargés avant de supprimer votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Selon l'appli, vous pouvez envoyer un e-mail à feedback@cinemagr.am pour poser des questions. Malheureusement, les demandes des suppressions des comptes ne reçoivent pas de réponse.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- We don't delete old accounts.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous et cliquez sur « delete account ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous ne pouvez pas supprimer votre compte. Vous pouvez seulement donner un faux numéro.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Allez dans votre Profil, en bas vous trouverez un bouton 'Delete Account'.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Il faut simplement confirmer que vous voulez supprimmer votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Identifiez-vous puis visitez https://coderwall.com/delete_account
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Vos messages seront guardés.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Ne sera pas completement supprimé, reactivation toujours possible. Remplissez le formulaire et selectionnez 'I understand. Please delete my profile.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contactez le support et demandez la suppression de vore compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Démarrez une session Live Chat et un représentant supprimera votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Modifiez vos infos et selectionnez Remove my account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez arrêter votre usage du service à tout moment sans nous informer. Nous pouvons, cependant, guarder et continuer d'utiliser tous le contenu que vous avez téléchargé par le service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Vous ne pouvez pas supprimer votre compte sur le site. Vous devez utiliser le formulaire lié. Ensuite, sélectionnez SkyMiles → Mise à jour compte SkyMiles et de leur demander de fermer votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Toutes vos données seront effacées immédiatement. Les comptes peuvent être réactivés pour 30 jours. Après ce periode, ils ne peuvent pas être réactivés.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Il n'y a pas d'informations sur la suppresion des comptes dans le FAQ. La ligne directe dit aussi qu'il n'est pas possible de le faire.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Cliquez sur fermez mon compte et confirmer avec votre mot de passe.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contactez le support Digg et demandez la suppresion du compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Tous les comptes restent dans le système pour 3 ans au moins. Enlevez toutes les informations bancaires avant la suppression.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contactez le support pour demander la suppression du compte. Si vous n'êtes pas americain cela se fait par téléphone.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Quelques questions d'opinion sera demandées avant la suppression du compte.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Il ne faut pas supprimer votre compte. Un compte edX qui n'est pas utilisé et qui n'a pas d'achèvement de cours disparaîtra.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Il faut que vous demandez la suppression de votre compte dans un e-mail que vous envoyez à hello@elevateapp.com. Vous recevrez une réponse qui demande à la fois vos impressions de l'appli et une confirmation de la suppression. L'e-mail prochain que vous recevrez vous notifiera la suppression de votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Selectionnez une raison pour la suppression de votre compte. Puis, vouz pourrez terminer le processus en cliquant sur un lien que vous recevrez par e-mail.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Vous ne pouvez pas avoir d'ardoise Etsy ou de rapport ouvert de défaut de livraison. Votre adresse e-mail restera enregistré.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contact support and they will delete your account
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous ne pouvez pas supprimer votre compte Evernote, seulement le désactiver temporairement. La désactivation ne supprime pas vos données donc vous devrez les supprimer manuellement avant de syncroniser, puis vous pourrez réaliser la désactivation du compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Bien que vous puissiez supprimer votre compte facilement, quelques données y compris les messages restent pour jamais, comme déclaré dans le politique de confidentialité.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Contactez le support pour supprimer votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Allez dans les parametres du compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Pour supprimer votre compte, ne postez rien pendant 3 jours.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
- popular
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Vous assurez que votre solde est positif, puis créez un ticket de support pour demander la suppression de votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- /msg NickServ DROP pseudo mot-de-passe
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Pour supprimer votre compte contactez le support.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contactez le support et demandez la suppression de vore compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez arrêter votre usage du service à tout moment sans nous informer. Nous pouvons, cependant, guarder et continuer d'utiliser tous le contenu que vous avez téléchargé par le service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Supprimez toutes les informations que vous voulez enlever du site. Puis, cliquer sur « Account Settings » et puis « Close Account ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Il faut que vous contactez par e-mail le support du site avec l'adresse e-mail enregistré pour supprimer votre compte. Les adhésions sont perdus.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez arrêter votre usage du service à tout moment sans nous informer. Nous pouvons, cependant, guarder et continuer d'utiliser tous le contenu que vous avez téléchargé par le service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Utilisez l'adresse e-mail du support du site pour les contacter en demandant la suppresion de votre compte.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contactez le support pour supprimer votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Les comptes GoDaddy sont guardés « pour satisfaire [leurs] obligations legales ». Cela dit, vous pouvez vider le compte de vos informations en éditant votre profil.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Dans le menu en haut, cliquez sur votre nom, puis cliquez sur « Delete Account » au bas du dialogue.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Dans le menu en haut, cliquez sur votre photo, allez dans vos parametres, allez dans le menu « Miscellaneous » et puis cliquez sur « Cancel Account ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Choisissez la raison de la suppression et cela se fait en 2 cliques.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Choisissez la raison de la suppression et cela se fait en 2 cliques.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Gravatar appartient à WordPress, ce qui veut dire que vous ne pouvez pas supprimer votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Vous pouvez enlever votre profil et votre histoire de tchat dans l'appli ou vous pouvez envoyer un e-mail au support du site avec votre UDID.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Selon le politique de confidentialité de Groupon, vous devez contacter le support du site directement pour demander la suppresion de votre compte.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Aucune page n'explique comment supprimer votre compte. Vous devez contacter le support et ils le feront pour vous.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Il n'est pas possible de supprimer votre compte de Hack This Site. Le meilleur que vous pouvez faire est d'enlever toutes les informations que vous avez enregistré dans le site.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vos contributions resteront sur le site, mais vous pouvez 'vider' votre profil, même votre email.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Lien 'Fermez mon compte...' en bas de la page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez enlever vos infos perso. mais votre compte restera à vie.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous, allez dans les paramatres du compte et supprimez votre profil. Voyez aussi l'article « Can I deactivate or delete my Profile? » de http://hotornot.com/privacy/
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
- popular
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Sur la barre du haut 'Votre nom', 'Mon compte' et cliquez 'Supprimer mon compte.'
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous, allez dans vos parametres puis cliquez sur « Delete Account » en bas à gauche.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Vous devez envoyer un e-mail à service@instructables.com pour demander la suppresion de votre compte.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Le site n'offre pas d'option de suppresion des comptes. Un e-mail envoyé à internets@technoized.com n'a jamais réçu une réponse.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez arrêter votre usage du service à tout moment sans nous informer. Nous pouvons, cependant, guarder et continuer d'utiliser tous le contenu que vous avez téléchargé par le service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contatcez le support. Vous perdrez l'accès à tout le contenu non téléchargé.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez arrêter votre usage du service à tout moment sans nous informer. Nous pouvons, cependant, guarder et continuer d'utiliser tous le contenu que vous avez téléchargé par le service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez arrêter votre usage du service à tout moment sans nous informer. Nous pouvons, cependant, guarder et continuer d'utiliser tous le contenu que vous avez téléchargé par le service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Cliquez 'Supprimer mon compte' en bas de la page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Loggez vous, tapez votre mot de passe, cliquez sur Delete.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Veuillez envoyer votre demande au support à support@jsfiddle.net si vous voulez qu'on supprime votre compte.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous ne pouvez que désactiver votre compte. Il ne paraît pas qu'il y ait de façon de supprimer votre compte définitivement.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez arrêter votre usage du service à tout moment sans nous informer. Nous pouvons, cependant, guarder et continuer d'utiliser tous le contenu que vous avez téléchargé par le service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- La suppression totale de votre compte peut prendre 180 jours.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Vous pouvez supprimer votre compte si vous contactez le support du site au téléphone ou par Live Chat.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez arrêter votre usage du service à tout moment sans nous informer. Nous pouvons, cependant, guarder et continuer d'utiliser tous le contenu que vous avez téléchargé par le service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- La suppression de votre compte peut prendre 7 jours.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Cliquez sur « Profile », puis « Edit », puis « Show advanced settings », et enfin cochez la case « Delete my account ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez arrêter votre usage du service à tout moment sans nous informer. Nous pouvons, cependant, guarder et continuer d'utiliser tous le contenu que vous avez téléchargé par le service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Il y a des rapports que LinkedIn continue d'envoyer des e-mails aux gens qui ferment leur compte. Il est bien possible qu'il faudra contactez le support du site pour demander la suppresion de votre compte.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- One cannot even change the password
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Quand vous supprimez votre Journal vous avez 30 jours pour le restaurer, au cas où vous changez votre avis. Après les 30 jours, le Journal est supprimé définitivement.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- log into your account, in the middle right.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Il faut rendre tous les disques que vous avez emprunté. Votre compte est classifié « suppresion en attente » avant que vous l'avez fait.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- « Account Settings » → menu déroulant « Account Settings » → « Close my account » → Tapez « DELETE » et appuyez sur « Delete Account ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Cliquez sur « Accounts » en haut à droit, puis selectionnez l'onglet « Settings ». Faites défiler jusqu'au bas de la page et cliquez sur « Delete Your Mint Account ». Enfin, cliquez sur « YES, delete my Mint account. »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Si vous avez créé un compte Mojang et vous voulez le supprimer, veuillez visitez vos parametres. Sachez que si vous supprimez votre compte, vous ne pourrez plus vous connecter aux services Mojang, et vous ne pourrez plus acheter les jeux de Mojang à l'avenir.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Il faut envoyer un e-mail au support du site. Il peut prendre jusqu'à 24 heures pour gérer votre demande.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Completez le formulaire d'opinion en les demandant de supprimer votre compte. Soyez sûr que vous supprime votre compte totalement.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Cliquez le lien « Cancel your account » au bas de la page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Vous devez contactez Multiplay par le formulaire de contact.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Envoyez un e-mail à unsubscribe@neopets.com, en déclarant que vous voulez supprimer votre compte.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Contactez le service clients.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Selectionnez « Settings », puis « Account », puis « Delete ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Vous pouvez utilisez le formulaire pour écrire au service clients et pour leur demander de supprimer votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Au bas du formulaire du compte, il y a un lien « Deactivate Account ». En le cliquant, il y aura une liste des informations qui expliquent le processus de la désactivation du compte. Toutes les informations seront supprimées.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Vous verrez un choix de supprimer votre compte juste en dessus des options du mot de passe.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Cochez la case pour confirmer, puis cliquez « Change ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous, faites défiler le contrat, cliquez sur « Delete profile », cochez les cases que vous voulez, entrez votre mot de passe et cliquez sur « Remove ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Visitez vos paramatres et selectionnez « Delete Account ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez désactiver votre compte avec le lien. Cependant, les données ne sont pas supprimées. Même si vous contactez le support du site, il ne supprime pas vos données.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Vous devez contactez le support directement pour leur demander d'invalider votre compte. Cependant, vos donnéés des transcations ne peuvent pas être supprimées.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Vous devez envoyer un e-mail au support de l'adresse associé au compte. Si vous n'avez pas accès à l'adresse, il faut que vous donnez l'adresse, votre année de naissance et votre code postale.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez supprimer vos pastes, mais il n'y aucun lien permettant de supprimer votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Vous ne pouvez pas supprimer votre compte su site web. Ouvrez l'appli iOS/Androis, allez dans les parametres → about → disable account → delete account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous, allez dans les parametres (petit rouage à coté de votre nom), cliquez sur « Delete my account ». Vous recevrez une confirmation par e-mail.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Il faut que vous demandez la suppression de votre compte dans un e-mail que vous envoyez à support@peak.net. Vous recevrez une réponse qui demande à la fois vos impressions de l'appli et une confirmation de la suppression. L'e-mail prochain que vous recevrez vous notifiera la suppression de votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous ne pouvez pas supprimer votre compte Picassa sans supprimer votre compte Google.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Il n'est pas possible de supprimer votre compte PSN. Le meilleur que vous pouvez faire est de supprimer toutes vos informations enregistrées dans le site.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Completez le formulaire de suppression
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous, appuyez le bouton « delete », et tapez la phrase demandée.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Il faut contacter le support via le formulaire de contact ou le tchat en ligne.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous -> Appuyez le lien (toutes les données sont supprimées définitivement).
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous -> Cliquez sur « Need to close your account? » au bas de la page -> Confirmez la suppression de votre compte
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous -> Cliquez sur le lien -> Entrez votre mot de passe et cliquez sur « Delete Account ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous, allez à la page du profil, c'est dans l'onglet 'mes données' et cliquez sur 'supprimer mon compte.'
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez-vous, allez dans les parametres et cliquez sur « I want to delete my account ».
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous ne pouvez pas supprimer votre compte, mais vous pouvez le désactiver.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Connectez vous et suivez les instructions de suspension du compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Selectionnez supprimer mon compte. Choisissez la raison et cliquez 'close my spotify store'
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contactez le service clients par e-mail our par le tchat en ligne et demandez la suppression de votre compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contactez le service clients. Il vous faudra les noms de 5 de vos contacts, le mois de la création de votre compte, et l'adresse e-mail du compte.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Un lien direct n'est pas disponible comme le système est basé sur votre pseudo.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Email request required.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Entrez votre pseudo et votre mot de passe et cliquez sur supprimer.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Insère 'delete me' à la place pour la description à ton profil et envoie un e-mail à team@soup.io avec ton soup URL et une demande de suppression.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Les données crées par l'utilisateur resteront, même après la suppression du compte. Le pseudo ne devient pas disponbile.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Si vous ne voulez plus votre compte Speaker Desk, vous pouvez simplement arrêter votre usage du service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Si vous n'avez pas posté, il ne faut qu'un clic. Sinon, remplacez votre bio par « please delete me » puis contactez le support du site.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Si vous contactez le support, il vous dit qu'il ne faut qu'arrêter votre usage du compte. Si le compte n'a pas de jeux, il va être supprimé automatiquement après un certain temps.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Vous pouvez réactiver pour 14 jours. Après le compte est supprimé.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Vous devez demander au staff pour supprimer votre compte
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Selectionnez 'Supprimer mon compte?' pour le supprimer.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Votre compte est désactivé avant qu'il est supprimé. Il est seulement après 30 jours d'être désactivé qu'un compte est supprimé définitivement.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Udacity recommande à arrêter votre usage du compte, qui veut dire qu'il n'y a pas de façon de supprimer le compte en ce moment.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Tout en bas de la page il y a 'Parametre du compte' cliquez 'Supprimer mon compte'.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous pouvez arrêter votre usage du service à tout moment sans nous informer. Nous pouvons, cependant, guarder et continuer d'utiliser tous le contenu que vous avez téléchargé par le service.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- La bouton de suppression se trouve sur la droite sous le menu.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- La seule façon de supprimer votre compte Vine sans supprimer votre compte Twitter, est de contacter Twitter directement.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Le site ne propose pas la suppression de compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- Depuis l'app: Réglages -> Compte -> Supprimer mon compte.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Just click 'Deactivate'.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous ne pouvez pas supprimer votre compte.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Les comptes WordPress ne peuvent pas être supprimé. La meilleure chose à faire est de supprimer vos données perso.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Cliquez 'Supprimer mon compte' en bas de la page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Selectionnez 'Supprimer mon compte' en bas de la page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- 'Supprimer mon compte' lien en bas de la page.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- moyen
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
- popular
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Vous ne pouvez pas supprimer votre compte YouTube sans supprimer votre compte Google. Mais vous pouvez supprimer votre chaîne.
-
-
- voir les infos...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Informations non disponibles
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Envoyez un mail »
-
-
- voir les infos...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Qu'est-ce que c'est ?
-
-
De nombreuses companies utilisent des techniques appelées dark patterns (lien en anglais) pour qu'il soit difficile de trouver comment supprimer votre compte. JustDelete.me veut devenir un annuaire de liens qui vous permette de supprimer facilement vos comptes de différents sites webs.
-
Vous pensez qu'un site devrait-être ajouté ? Forkez le projet sur GitHub .
-
-
-
-
-
Guide
-
Les liens ci-dessus utilisent un code-couleur pour indiquer le niveau de difficulté de la suppression de compte :
-
- Facile - Processus simple
- Moyen - Étapes supplémentaires requises
- Difficile - Ne peut être totalement supprimé sans contacter le support
- Impossible - Ne peut être supprimé
-
-
-
L'hébergement n'est pas gratuit ; si vous aimez JustDelete.me, faites éventuellement un don.
-
-
-
-
-
-
-
-
-
Extension Google Chrome
-
Notre ami Mike Rogers nous a aidé à créer une superbe extension Google Chrome pour JustDelete.me
-
Quand vous êtes sur un site web listé sur justdelete.me, l'extension ajoutera un petit point dans l'omnibar. Cliquer dessus vous dirigera vers la page qui contient la manoeuvre de suppression de compte.
-
Pour l'installer, rendez-vous simplement sur le Chrome Web Store .
-
-
Extension Dot Guide
-
- - Processus simple
- - Étapes supplémentaires requises
- - Ne peut être totalement supprimé sans contacter le support
- - Ne peut être supprimé
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/id.html b/docs/id.html
deleted file mode 100644
index 2f205245..00000000
--- a/docs/id.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Direktori yang berisi tautan untuk menghapus akun dari layanan web.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Indonesia
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- kesulitan
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- You must login before visiting the link.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Request deletion from customer services.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Just click 'Abschicken'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Must remove uploaded files first
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- We don't delete old accounts.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Send an email to abuse@craigslist.org and request deletion.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact Discord’s customer support and request for your account to be closed.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact support and they will delete your account
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Email customer support to request deletion.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Go to account management within the app
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
- popular
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- /msg NickServ DROP nick password
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can't delete your account without contacting support.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Use the support email address to ask them to close your account.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
- popular
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Email customer support. Requests are handled within 48 hours.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You have to email them (service@instructables.com) to get your account deleted
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Log in. Type in password. Press 'delete'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Please email a request if you’d like your account to be deleted.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- May take up to 7 days to delete your data.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- One cannot even change the password
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click “Close account”.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- log into your account, in the middle right.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Send an email to the unsubscribe@neopets.com stating you wish to delete your account.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You must open a ticket to completely get your account deleted.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Send us an e-mail from the address that you have registered - we take care of it.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Fill out the deletion form
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Email request required.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Send a request to legal@sonico.com and request deletion.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You have to write an Email to the Support. Your activites will be anonymized.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Just click 'Deactivate'.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- sedang
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
- popular
-
-
-
-
-
-
-
-
- tidak mungkin
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- lihat info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- mudah
-
-
-
-
- Info Tidak Tersedia
-
-
-
-
-
-
-
-
-
-
- sulit
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Kirim email »
-
-
- lihat info...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Apa ini?
-
-
Beberapa perusahaan menggunakan teknik dark pattern untuk mempersulit cara penghapusan akun. JustDelete.me bertujuan menyediakan tautan untuk mempermudah anda menemukan cara menghapus akun dari layanan web.
-
Punya situs yang Anda pikir harus ditambahkan? Fork proyek di Github .
-
-
-
-
-
Petunjuk
-
Warna tautan di atas menunjukkan level kesulitan akun yang akan dihapus:
-
- Mudah - Proses simpel
- Sedang - Butuh langkah ekstra untuk dilakukan
- Sulit - Tidak bisa dihapus sepenuhnya tanpa menghubungi customer service
- Tidak Mungkin - Tidak bisa dihapus
-
-
-
Hosting butuh biaya. Jika Anda menyukai JustDelete.me, tolong pikirkan untuk berdonasi.
-
-
-
-
-
-
-
-
-
Ekstensi Google Chrome
-
Teman baik kami Mike Rogers telah membantu kami merilis Ekstensi Google Chrome untuk JustDelete.me.
-
Ketika Anda berada di website yang terdaftar di justdelete.me, Ekstensi Chrome akan menambahkan titik kecil di omnibar. Klik titik ini akan membawa Anda ke halaman penghapusan yang relevan.
-
Untuk menginstall, masuk ke Chrome Web Store .
-
-
Ekstensi Dot Petunjuk
-
- - Proses simpel
- - Butuh langkah ekstra untuk dilakukan
- - Tidak bisa dihapus sepenuhnya tanpa menghubungi customer service
- - Tidak bisa dihapus
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index c42d296a..00000000
--- a/docs/index.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | A directory of direct links to delete your account from web services.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- English
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- difficulty
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- You must login before visiting the link.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Request deletion from customer services.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Just click 'Abschicken'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Must remove uploaded files first
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- We don't delete old accounts.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Send an email to abuse@craigslist.org and request deletion.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact Discord’s customer support and request for your account to be closed.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact support and they will delete your account
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Email customer support to request deletion.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Go to account management within the app
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
- popular
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- /msg NickServ DROP nick password
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Send them an email with Delete my account as title.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your account without contacting support.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Use the support email address to ask them to close your account.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Send an email to arun@grailed.com and request deletion.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
- popular
-
-
-
-
-
-
-
-
- hard
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Email customer support. Requests are handled within 48 hours.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You have to email them (service@instructables.com) to get your account deleted
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Log in. Type in password. Press 'delete'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Please email a request if you’d like your account to be deleted.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- May take up to 7 days to delete your data.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- One cannot even change the password
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click “Close account”.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- log into your account, in the middle right.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Send an email to the unsubscribe@neopets.com stating you wish to delete your account.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You must open a ticket to completely get your account deleted.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Send us an e-mail from the address that you have registered - we take care of it.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Fill out the deletion form
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact customer service by email and request deletion.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Email request required.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Send a request to legal@sonico.com and request deletion.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You have to write an Email to the Support. Your activites will be anonymized.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Send an email with the subject ‘Delete my account’
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Just click 'Deactivate'.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- medium
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
- popular
-
-
-
-
-
-
-
-
- impossible
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- show info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- easy
-
-
-
-
- No Info Available
-
-
-
-
-
-
-
-
-
-
- hard
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Send email »
-
-
- show info...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
What is this?
-
-
Many companies use dark pattern techniques to make it difficult to find how to delete your account. JustDelete.me aims to be a directory of urls to enable you to easily delete your account from web services.
-
Got a site you think should be added? Fork the project GitHub .
-
-
-
-
-
Guide
-
The links above are colour-coded to indicate the difficulty level of account deletion:
-
- Easy - Simple process
- Medium - Some extra steps involved
- Hard - Cannot be fully deleted without contacting customer services
- Impossible - Cannot be deleted
-
-
-
Hosting costs money. If you like JustDelete.me, please consider making a donation.
-
-
-
-
-
-
-
-
-
Google Chrome Extension
-
Our good friend Mike Rogers has helped us to release an awesome Google Chrome Extension for JustDelete.me.
-
When you are on a website that is listed on justdelete.me, the Chrome Extension will add a small dot to the omnibar. Clicking on this dot will take you to the relevant delete page.
-
To install it, simply proceed to the Chrome Web Store .
-
-
Extension Dot Guide
-
- - Simple process
- - Some extra steps involved
- - Cannot be fully deleted without contacting customer-services
- - Cannot be deleted
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/it.html b/docs/it.html
deleted file mode 100644
index 2ef22520..00000000
--- a/docs/it.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Una directory di link diretti per eliminare il tuo account dai siti web.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Italiano
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popolari
- A - Z
- difficoltà
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Logga il tuo account, vai su parameters, clicca Delete my account. Conferma cliccando I want to delete my account. E ancora cliccando Delete my 9GAG account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Per eliminare il tuo account dovrai contattarli via telefono. Alternativamente puoi spedire una mail
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Per chiudere il tuo account, contatta amazon via mail (utilizzando il form contattaci) richiedendo di chiudere il tuo account
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non è possibile chiudere o terminare un account su ACC. Se non desideri più utilizzare il sito, puoi comunque eliminare tutti i dati personali dal tuo profilo e non loggarci più
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Richiedi la cancellazione al servizio clienti
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Vai sulla pagina delle impostazioni e scorri giù fino a trovare 'Deactivate account'. Clicca su il pulsante 'Close Account', e conferma la cancellazione dell'account
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Il servizio clienti richiede di spedire una lettera firmata al quartier generale della tua nazione confermando le tue intenzioni, allegando i dettagli del tuo account e una copia di un documento (passaporto, patente)
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Nel menu al lato, clicca su 'Delete Account' e fai lo stesso sulla pagina di conferma, l'account e i repositories saranno cancellati
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi solo disattivare l'account contattando il supporto. Non esiste modo di eliminare permanentemente il tuo account o i dati, e un account inattivo resterà comunque visibile al pubblico
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non puoi eliminarti. Puoi solamente cambiare il tuo numero di telefono con uno inventato
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Inizia una discussione privata con loro e se ne occuperanno loro
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Per ragioni di sicurezza, dobbiamo verificare che queste richieste ci arrivino dall'email che è registrata sul tuo account Codacademy
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non può essere eliminato completamente, una riattivazione è sempre effettuabile. Riempi il modulo e scegli 'I understand. Please delete my profile.'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contatta il supporto e richiedi la cancellazione del tuo account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Edita il tuo account e clicca il pulsante 'Remove my account'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi in qualsiasi momento smettere di usare il servizio. Tuttavia noi possiamo comunque accedere a qualsiasi contenuto che hai inviato attraverso il servizio.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Tutti i dati saranno immediatamente cancellati. L'account potrà essere riattivato entro 30 giorni, dopodichè non sarà piu recuperabile.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Nessuna informazione nelle FAQ riguardo la cancellazione dell'account, l'operatore al telefono ha confermato che la cancellazione non è possibile.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Clicca chiudi il mio account e conferma inserendo la tua password.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contatta il servizio clienti e richiedi che il tuo account sia chiuso.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Tutti gli account rimangono nei loro sistemi per almeno 3 anni. Rimuovi qualsiasi credenziale bancaria prima di cancellarti.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contatta il sistema clienti per cancellarti. Se sei fuori dagli Stati Uniti questa azione va effettuata via telefono.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Ti sarà chiesto di compilare qualche questionario prima che l'account sia eliminato
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non è necessario cancellare il tuo account. Un vecchio, inusato edX account scomparirà da solo
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Non puoi avere nessuna bolletta Etsy non pagata o un aperta segnalazione. La tua email rimarrà nei file
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contact support and they will delete your account
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non puoi eliminare il tuo account Evernote, solo disattivarlo temporaneamente. La disattivazione non cancella nessuno dei tuoi dati quindi dovrai cancellarli manualmente prima di effettuare la disattivazione.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Mentre puoi eliminare il tuo account facilmente, qualche dato come le chat o i messaggi di gruppo rimarranno nei loro database, come scritto sul loro sito nella pagina Privacy
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Contatta il servizio clienti via email per richiedere la cancellazione.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Clicca sul tuo username (in alto a sinistra) → clicca su 'Profileinstellungen' → 'Account löschen'. Tutti i dati saranno cancellati.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Per eliminare il tuo account, non devi pubblicare niente per almeno tre giorni.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
- popular
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Assicurati che il saldo sia positivo, quindi apri un ticket di supporto per chiudere il tuo account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- La cancellazione account richiede di contattare il servizio clienti.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contatta il supporto e richiedi la cancellazione del tuo account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi in qualsiasi momento smettere di usare il servizio. Tuttavia noi possiamo comunque accedere a qualsiasi contenuto che hai inviato attraverso il servizio.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Elimina qualsiasi informazione che desideri sia rimossa. Quindi seleziona 'Account Settings' e 'Close Account'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Devi spedire una email al servizio clienti dall'email con cui ti sei registrato. Non prevedono nessun rimborso per i membri Premium
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi in qualsiasi momento smettere di usare il servizio. Tuttavia noi possiamo comunque accedere a qualsiasi contenuto che hai inviato attraverso il servizio.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contatta il servizio clienti e richiedi la cancellazione.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non puoi cancellare il tuo account, ma puoi disattivarlo. (Start → Mein Account → Account stilllegen)
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Gli account GoDaddy sono apparentemente mantenuti per “per rispettare i [loro] obblighi di legge.” ma puoi comunque eliminare la maggior parte delle tue informazioni editando il tuo profilo.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Sul menu in alto, clicca sul tuo nome, quindi clicca sul pulsante 'Delete Account' che è posizionato in fondo.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Seleziona un motivo perchè stai chiudendo il tuo account e fatto
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Logga il tuo account, quindi clicca su 'My Profile'. Vedrai un link 'Close my account'. Cliccaci e segui le istruzioni.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Puoi cancellare il tuo profilo e la cronologia chat dall'app o puoi inviare un email al supporto col tuo UDID.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Nessuna pagina spiega come eliminare l'account. Devi contattare il supporto direttamente (il link si trova in fondo alla pagina) e lo faranno al posto tuo.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Le tue donazioni resteranno, ma puoi almeno pulire il tuo profilo -- anche il tuo indirizzo email
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- “Close your account...” link in fondo alla pagina
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi rimuovere le tue informazioni e effettuare il logout, ma il tuo account resterà li.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
- popular
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Nel menu in alto: 'Tuo nome', 'My Account', e clicca sul link 'Delete Account' in fondo.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi in qualsiasi momento smettere di usare il servizio. Tuttavia noi possiamo comunque accedere a qualsiasi contenuto che hai inviato attraverso il servizio.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contatta il servizio clienti. Perderai l'accesso a qualsiasi file di cui non hai una copia sul computer.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi in qualsiasi momento smettere di usare il servizio. Tuttavia noi possiamo comunque accedere a qualsiasi contenuto che hai inviato attraverso il servizio.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi in qualsiasi momento smettere di usare il servizio. Tuttavia noi possiamo comunque accedere a qualsiasi contenuto che hai inviato attraverso il servizio.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Clicca 'Delete Account' in fondo alla pagina delle preferenze.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi solo disattivare il tuo account. Non c'è modo di eliminare il tuo account o le informazioni.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi in qualsiasi momento smettere di usare il servizio. Tuttavia noi possiamo comunque accedere a qualsiasi contenuto che hai inviato attraverso il servizio.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- La cancellazione dei dati dal sistema può richiedere fino a 180 giorni.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi in qualsiasi momento smettere di usare il servizio. Tuttavia noi possiamo comunque accedere a qualsiasi contenuto che hai inviato attraverso il servizio.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- La cancellazione dei dati dal sistema può richiedere fino a 7 giorni.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Clicca 'Profile', quindi 'Edit', quindi 'Show advanced settings', e per ultimo fai un tick su 'Delete my account'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi in qualsiasi momento smettere di usare il servizio. Tuttavia noi possiamo comunque accedere a qualsiasi contenuto che hai inviato attraverso il servizio.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Una volta eliminato il tuo Journal hai 30 giorni per recuperarlo, nel caso cambiassi idea. Dopo 30 giorni, il tuo Journal sarà permanentemente cancellato e non ci sarà modo di recuperarlo.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Richiede che ogni disco fisico sia restituito-L'account verrà classificato come “In attesa di cancellazione” fino all'arrivo dei dischi.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Digita DELETE e premi il pulsante Delete Account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Clicca 'Accounts' nell'angolo in alto a destra, quindi seleziona 'Settings'. Scorri in basso e clicca 'Delete Your Mint Account' e infine 'YES, delete my Mint account'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Se desideri cancellare il tuo account, visita la pagina impostazioni. Se elimini il tuo account, non potrai piu loggare nei servizi Mojang, e non potrai piu acquistare dei giochi Mojang in futuro.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Contatta il servizio clienti.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Seleziona 'settings', quindi 'account' e infine 'delete'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Usa il modulo per scrivere all'assistenza clienti e chiedere la chiusura del tuo account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Fai il login, scorri il contratto, premi Delete profile, fai il tick sulle caselle che vuoi, inserisci la password e premi il pulsante Remove.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Visita la pagina impostazioni, quindi seleziona 'Delete Account'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi disattivare il tuo account. Ma i dati non saranno cancellati neanche se contatti il supporto.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Devi spedire un email al supporto usando l'email associata al tuo account. Se non hai accesso all'email, puoi fornire l'email, l'anno di nascita e il codice postale dell'account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi cancellare completamente i tuoi paste, ma non esiste il modo di cancellare l'account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Non puoi cancellare il tuou account. Apri l'app iOS/Android, vai su go to settings → about → disable account → delete account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Entra nel tuo account, vai in impostazioni (piccolo ingranaggio affianco al tuo username9, clicca Elimina il mio account. Riceverai un link di conferma via e-mail.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non puoi eliminare il tuo account Picasa Web Albums senza eliminare l'intero Account Google.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Gli account possono essere disattivati, il che significa che i tuoi pin ed il tuoi profilo saranno nascosti ma non eliminati.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Entra nel tuo account -> Clicca il link (informazioni completamente eliminate, operazione non reversibile).
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Entra, recati nella pagina impostazioni e clicca 'Voglio eliminare il mio account'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non puoi eliminare il tuo account ma puoi disattivarlo.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Incrementa la tua produttività di oltre 5 volte con questi consigli che loro non vogliono farti sapere!
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Per eliminare il tuo account invia un'e-mail a support@redditgifts.com. Invia l'e-mail dall'indirizzo associato al tuo account ed inserisci il tuo username reddit.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Devi contattare flixster per eliminare il tuo profilo RT nativo, mentre il collegamento a Facebook o Flixter.com sono più facili da eliminare.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Dopo aver cliccato il bottone dovrai: inserire la tua password, completare un capcha, clicare un altro bottone E un dialogo di conferma.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Entra nel tuo account e segui le istruzioni 'Account Suspension'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Clicca il link 'Delete your account' sul fondo. Nota: Su dropbox il contenuto di questo sito non verrà eliminato. Se necessario, devi eliminare la cartella 'Apps/scriptogram' manualmente
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Seleziona 'Please cancel my account'. Seleziona un motivo e seleziona 'close my shopify store'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contatta il servizio clienti via email o via chat e richiedi la cancellazione.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Contatta il servizio clienti. Devi conoscere 5 contatti dalla tua lista contatti, il mese di creazione dell'account e la email con cui ti sei registrato.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Inserisci username e password e clicca 'Delete'.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- I dati creati dall'utente come post e ticket rimarranno attribuiti all'account, anche se cancellato. L'username non sarà più disponibile.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Se desideri terminare il tuo Speaker Deck account, devi semplicemente non usarlo più.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Se non hai effettuato alcuna azione sul sito, basta un click. Altrimenti, edita il tuo 'About me' biografia in 'please delete me' quindi contatta il servizio clienti.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non elimineranno il tuo account ma su richiesta potranno cancellare tutte le tue informazioni.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- La cancellazione non può essere annullata. Tutti i tuoi dati, contatti messaggi e foto verrano eliminati permanentemente.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Se contatti il supporto Steam, risponderanno semplicemente di non usare l'account. Se l'account non ha nessun gioco abbinato, sarà disabilitato automaticamente dopo un certo periodo di tempo
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Disattivando l'account, tutte le attività verrano cancellate e verrai rimosso da tutte le leaderboars. Strava manterrà un'archivio dei tuoi dati GPS, ma non può essere usato per recuperare il tuo account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Puoi riattivare il tuo account entro 14 giorni. Dopodichè sarà cancellato.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Modifica profilo (menu nell'angolo superiore destro della pagina) → Delete account
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Devi inviare una richiesta attraverso il form per chiudere il tuo account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non puoi eliminare il tuo account, ma puoi contattarli tramite email per disattivarlo.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Seleziona 'Eliminare il tuo account?' per eliminare il tuo account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Il tuo account verrà 'disabilitato' prima di venir rimosso. Se dopo 30 giorni è ancora disattivato esso verrà eliminato.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Si e no, dipende dal tipo/i di account, e dovrai eliminare gli account nel giusto order. Tutti gli account sono collegati a Ubuntu One's Single Sign-On (login.ubuntu.com), quindi questo sarà l'ultimo account da chiudere. Tutto il resto, come Launchpad.net, cloud file storage, AskUbuntu e gli altri account devono essere chiusi prima, se possibile. Questo è importante soprattutto se hai qualche servizio a pagamento collegato, per essere sicuro di non ricevere richieste di pagamento dopo la chiusura degli account. L'ultimo passo è eliminare il tuo Single Sign-On (SSO) account. Questo deve essere eliminato manualmente dallo staff di Ubuntu One.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Un impiegato di Udacity consiglia di smettere di usare l'account, il che significa che non ci sono modi differenti per eliminare l'account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Per eliminare il tuo account devi prima dis-iscriverti da tutti i tuoi corsi.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Scrolla fino al fondo della pagina 'Impostazioni Accountì e clicca 'Elimina Account'
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Puoi in qualsiasi momento smettere di usare il servizio. Tuttavia noi possiamo comunque accedere a qualsiasi contenuto che hai inviato attraverso il servizio.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- C'è un bottone sulla destra, proprio sotto il menu.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- L'unico modo per eliminare il tuo account Vine senza eliminare il tuo account Twitter è contattare Twitter attraverso il loro form contatti.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Il sito non possiede nessuna interfaccia di gestione utente o possibilità di eliminare l'account
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Dall'applicazione: Impostazioni → Account → Elimina il tuo account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Menu → Modifica vCard → Gestione Account → Elimina tutto (non può essere annullato)
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- 'Un username non può essere eliminato.'. In ogni caso, ci sono alcuni consigli.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- 'Gli account WordPress.com non possono essere eliminati.'. Il massimo che puoi fare è eliminare qualsiasi informazione dall'account.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Clicca 'Elimina Account' sul fondo della pagina delle impostazioni account.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Seleziona 'elimina il mio profilo' sul fondo della pagina.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- Il link 'Elimina Account' si trova sul fondo della pagina.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- media
-
-
-
-
-
- Devi richiedere l'eliminazione dei tuoi dati Yatado prima di eliminare il relativo account social.
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
- popular
-
-
-
-
-
-
-
-
- impossibile
-
-
-
-
-
- Non puoi eliminare il tuoi account di YouTube senza eliminare anche il tuo account Google. Ma puoi eliminare il tuo canale.
-
-
- mostra informazioni...
-
-
-
- popular
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- facile
-
-
-
-
- Nessuna Informazione Disponibile
-
-
-
-
-
-
-
-
-
-
- difficile
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Invia e-mail »
-
-
- mostra informazioni...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Cos'è?
-
-
Molte compagnie usano strategie di dark pattern per rendere difficile la possibilità di eliminare il tuo account. JustDelete.me punta a essere una directory di urls per permetterti di eliminare facilmente il tuo account dai siti web.
-
Hai trovato un sito che credi dovrebbe essere aggiunto? Fork the project GitHub .
-
-
-
-
-
Guida
-
I link qui sotto sono colorati in base al livello di difficoltà per eliminare l'account
-
- Facile - Processo semplice
- Media - Richiede qualche azione aggiuntiva
- Difficile - Non può essere completamente cancellato senza contattare l'assistenza clienti
- Impossibile - Non può essere cancellato
-
-
-
Possedere un sito costa soldi. Se JustDelete.me ti ha aiutato, per favore considera una donazione.
-
-
-
-
-
-
-
-
-
Estensione Google Chrome
-
Il nostro amico Mike Rogers ci ha aiutato a rilasciare l'estensione di JustDelete.me per Google Chrome.
-
Quando sei su un sito che è elencato su justdelete.me, l'estensione aggiungerà un puntino colorato sulla barra degli indirizzi. Cliccandoci verrai reindirizzato alla pagina per eliminare il tuo account.
-
Per installare l'estensione, procedi su Chrome Web Store .
-
-
Extension Dot Guide
-
- - Processo semplice
- - Richiede qualche azione aggiuntiva
- - Non può essere completamente cancellato senza contattare l'assistenza clienti
- - Non può essere cancellato
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/nl.html b/docs/nl.html
deleted file mode 100644
index ea41b79b..00000000
--- a/docs/nl.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Een verzameling directe links om jouw gebruikersgegevens bij een webdienst te verwijderen.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Nederlands
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- moeilijkheidsgraad
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- You must login before visiting the link.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Request deletion from customer services.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Verwijder je account door in te loggen en op de 'Me' tab te klikken. Selecteer vervolgens de 'privacy tab' die je bij 'account settings' kunt vinden. Hier vind je de delete mogelijkheid
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Just click 'Abschicken'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Must remove uploaded files first
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Volgens de app kun je emailen naar feedback@cinemagr.am voor vragen. Helaas wordt er niet gereageerd op dit account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- We don't delete old accounts.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Contact support and they will delete your account
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Email customer support to request deletion.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Go to account management within the app
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
- popular
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- /msg NickServ DROP nick password
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
- popular
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Log in. Type in password. Press 'delete'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- May take up to 7 days to delete your data.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- One cannot even change the password
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- log into your account, in the middle right.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Fill out the deletion form
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Just click 'Deactivate'.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemiddeld
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
- popular
-
-
-
-
-
-
-
-
- onmogelijk
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- toon informatie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- gemakkelijk
-
-
-
-
- Geen informatie beschikbaar
-
-
-
-
-
-
-
-
-
-
- moeilijk
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Stuur een e-mail »
-
-
- toon informatie...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Wat is dit?
-
-
Veel bedrijven gebruiken dark pattern technieken om het moeilijk te maken te achterhalen hoe jej jouw account kunt verwijderen. JustDelete.me poogt een verzameling urls te maken om het makkelijk te maken om jouw account te verwijderen van een web dienst.
-
Heb je een site die je toe wilt voegen? Fork het project op GitHub .
-
-
-
-
-
Gids
-
De links hierboven zijn kleur-gecodeerd om de moeilijkheidsgraad voor account verwijdering aan te geven:
-
- Easy - Eenvoudig proces
- Medium - Extra stappen nodig
- Hard - Kan niet volledig worden verwijderd zonder contact met de klantenservice
- Impossible - Kan niet worden verwijderd
-
-
-
Hosting kost geld. Om JustDelete.me te ondersteunen kunt u een donatie maken.
-
-
-
-
-
-
-
-
-
Google Chrome Extensie
-
Onze vriend Mike Rogers heeft ons geholpen om een Google Chrome extensie voor JustDelete.me te maken.
-
Wanneer u op een website bent welke op justdelete.me is vermeld toont de Chrome extensie een kleine stip in de omnibar. Het klikken op de stip brengt u naar de verwijder pagina.
-
Ga naar de Chrome Web Store om te installeren.
-
-
Extension Dot Guide
-
- - Eenvoudig proces
- - Extra stappen nodig
- - Kan niet volledig worden verwijderd zonder contact met de klanten service
- - Kan niet verwijderd worden
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/pl.html b/docs/pl.html
deleted file mode 100644
index 866205d7..00000000
--- a/docs/pl.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Katalog bezpośrednich linków do usunięcia twojego konta z serwisów internetowych.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Polski
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popularne
- A - Z
- trudność
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Zaloguj się na swoje konto, przejdź do ustawień, kliknij Delete my account. Potwierdź klikając I want to delete my account. Następnie wprowadź swoje hasło i kliknij Delete my 9GAG account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Możesz zadzwonić lub wysłać email z prośbą o usunięcie konta.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Skontakuj się z Amazonem za pomocą formularza kontaktowego i poproś o usunięcie swojego konta.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Musisz się zalogować przed wejściem w link.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Request deletion from customer services.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Twoje dane zostaną całkowicie usunięte po upływie 30 dni.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Dział wsparcia wymaga wysłania pisemnego potwierdzenia chęci usunięcia konta, wraz ze szczegółami konta użytkownika oraz kopii jednego z dokumentów potwierdzających tożsamość (paszport, prawo jazdy).
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- W menu bocznym kliknij 'Delete Account' i potwierdź klikając przycisk 'Delete Account', wszystkie repozytoria i konto zostaną natychmiast usunięte.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Wybierz, dlaczego chcesz usunąć konto. Twoje konto zostanie usunięte, ale wszystkie twoje skrócone linki zostaną na serwerze.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Nie ma możliwości usunięcia konta w usłudze Blogger bez usuwania całego konta Google. Możesz jedynie usunąć swój blog.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Zaloguj się i użyj podanego odnośnika, aby usunąc swoje konto.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Poproś o usunięcie swoich danych za pomocą formularza kontaktowego.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- TL;DR: nie możesz tego zrobić. Dyskusja na http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Wystarczy, że klikniesz 'Abschicken'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Nie ma możliwości zamknięcia konta.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Must remove uploaded files first
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Nie ma możliwości usunięcia konta bez kontaktu z obsługą. W temacie wpisz wiadomości 'Delete Account'
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- We don't delete old accounts.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Zaloguj się i przejdź do https://coderwall.com/delete_account
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Skontaktuj się z obsługą i poproś o usunięcie swojego konta.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Send an email to abuse@craigslist.org and request deletion.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Wszystkie Twoje dane zostana natychmiast usunięte. Jeśli zmienisz zdanie, możesz reaktywować swoje konto w ciągu 30 dni.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Kliknij 'close my account' i potwierdź podając swoje hasło.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Skontaktuj się z obsługą techniczną i poproś o usunięcie swojego konta
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Zaznacz pole "Deactivate Account" w ustawieniach.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Contact Discord’s customer support and request for your account to be closed.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Skontaktuj się z obsługą techniczną i poproś o usunięcie konta.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Contact support and they will delete your account
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Nie możesz usunąć konta tylko je tymczasowo zdeaktywować. Deaktywacja nie usuwa żadnych danych - należy to zrobić samemu.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Możesz usunąć swoje konto, ale zgodnie z polityką prywatności wszystkie dane razem z wiadomościami zostaną w bazie danych na zawsze.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Email customer support to request deletion.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Go to account management within the app
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
- popular
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- /msg NickServ DROP nick hasło
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Po zalogowaniu się do konta w zakładce Moje konto - Profil znajduje się opcja usuń konto. Usunięty numer GG wraca do puli numerów dostępnych dla nowych użytkowników.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can't delete your account without contacting support.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Use the support email address to ask them to close your account.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Zaloguj się na swoje konto → Zarządzanie danymi → Usuń usługi → Usuń usługę Gmail na stałe
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Nie ma możliwości usunięcia konta Gravatar bez usunięcia całego konta WordPress.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Na dole strony kliknij 'Close your account', podaj hasło i zatwierdź przyciskiem.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
- popular
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Napisz mail do działu obsługi. Zgłoszenia są obsługiwane w ciągu 48 godzin.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You have to email them (service@instructables.com) to get your account deleted
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Skontaktuj się z obsługą techniczną. Stracisz dostęp do wszystkich plików, których nie pobrałeś na swoje urządzenie.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Zaloguj się, podaj swoje hasło i kliknij 'delete'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Please email a request if you’d like your account to be deleted.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Twoje dane zostaną usunięte po upływie 7 dni.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- One cannot even change the password
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click “Close account”.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- log into your account, in the middle right.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Wpisz DELETE i kliknij Delete Account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Kliknij “Cancel your account” na dole strony.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- W podanym odnośniku zastąp <code>USERNAME</code> swoją nazwą użytkownika w usłudze My Opera
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Send an email to the unsubscribe@neopets.com stating you wish to delete your account.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You must open a ticket to completely get your account deleted.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Nie ma możliwości usunięcia konta, możesz tylko usunąć dodane przez siebie treści.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Nie ma możliwosći usunięcia konta w usłudze Picasa Web Albums bez usuwania całego konta Google.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Send us an e-mail from the address that you have registered - we take care of it.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Fill out the deletion form
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Nie możesz usunąć swojego konta, ale możesz je deaktywować.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Email request required.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You have to write an Email to the Support. Your activites will be anonymized.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- Z aplikacji: Ustawienia → Konto → Usuń konto.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Po prostu kliknij 'Deactivate'.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- średnie
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
- popular
-
-
-
-
-
-
-
-
- niemożliwe
-
-
-
-
-
- Nie ma możliwosći usunięcia konta w usłudze YouTube bez usuwania całego konta Google. Możesz jedynie usunąć swój kanał.
-
-
- pokaż info...
-
-
-
- popular
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- łatwe
-
-
-
-
- Info Niedostępne
-
-
-
-
-
-
-
-
-
-
- trudne
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Wyślij email »
-
-
- pokaż info...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Co to jest?
-
-
Wiele firm używa technik dark pattern aby utrudnić znalezienie informacji jak usunąć konto. Celem JustDelete.me jest bycie katalogiem linków do łatwego usunięcia twojego konta z serwisów internetowych.
-
Masz stronę która powinna być dodana? Forkuj projekt na GitHubie .
-
-
-
-
-
Przewodnik
-
Linki powyżej zawierają kolorowy kod aby pokazać poziom trudności usunięcia konta:
-
- Łatwe - Prosty proces
- Średnie - Potrzeba kilka dodatkowych kroków
- Trudne - Nie może być całkowicie usunięte bez skontaktowania z obsługą
- Niemożliwe - Nie może być usunięte
-
-
-
Hosting kosztuje pieniądze. Jeśli lubisz JustDelete.me, proszę zastanów się nad złożeniem dotacji.
-
-
-
-
-
-
-
-
-
Rozszerzenie Google Chrome
-
Nasz dobry przyjaciel Mike Rogers pomógł nam wydać świetny Dodatek Google Chrome dla JustDelete.me.
-
Kiedy jesteś na stronie która znajduje się na justdelete.me, Dodatek Chrome doda małą kropkę do omnibara. Kliknięcie na tej kropce zabierze cię do odpowiedniej strony usuwania.
-
Aby go zainstalować, po prostu przejdź do Chrome Web Store .
-
-
Przewodnik Kropki rozszerzenia
-
- - Prosty proces
- - Potrzeba kilka dodatkowych kroków
- - Nie może być całkowicie usunięte bez skontaktowania z obsługą
- - Nie może być usunięte
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/pt_br.html b/docs/pt_br.html
deleted file mode 100644
index 22636eb5..00000000
--- a/docs/pt_br.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Um diretório de links diretos para deletar sua conta em serviços da web.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Português
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- dificuldade
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Faça login em sua conta, vá em parâmetros, clique em Delete my account. Confirme clicando em I want to delete my account. E novamente em Delete my 9GAG account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Você deve ligar para eles para deletar sua conta. De maneira alternativa, você pode enviá-los um e-mail.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Use o link de editar o perfil e clique em cancelar conta no fim da página
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Apenas vá para a página de sua conta e clique no botão 'Delete your account' no canto inferior esquerdo da página.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Para fechar sua conta, contate Amazon por e-mail (usando este modelo de contato) e requira que sua conta seja fechada.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Nós não 'deletamos' ou 'terminamos' contas na ACC. Caso você não queira mais utilizar o site, você pode deletar todas as suas informações pessoas em seu perfil e então parar de logar-se.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Peça para que seja deletada pela assistência ao cliente.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Vá para a página Settings e desça até o final da página e ache 'Deactivate account'. Clique no botão 'Close Account', e confirme.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- A Assistência ao Cliente irá pedir que você envie uma carta assinada confirmando os seus desejos, os detalhes de sua conta e uma cópia autenticada de identificação (passaporte, carteira de motorista) para o escritório da região de sua conta.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- No menu lateral, clique em 'Delete Account' e na página de confirmação clique em 'Delete Account', todos os repositórios e contas serão imediatamente excluídos.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Faça login e use o link fornecido para requerir que a conta seja excluída.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode apenas desativar sua conta contatando a assistência ao cliente como explicitado na página de ajuda. Não há como remover permanentemente sua conta ou seus dados, e um perfil publico inativo sempre estará visível ao público.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você não pode deletar sua conta. Você pode mudar o número de telefone para um número qualquer.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Inicie uma discussão privada com eles e eles irão 'cuidar disso'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Por razões de segurança, nós precisaremos verificar se estes pedidos vêm do endereço de e-mail que está na sua conta no Codecademy.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Não pode ser totalmente deletada, reativação é sempre possível. Preencha o formulário e selecione 'I understand. Please delete my profile.'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contate o suporte e peça que eles deletem sua conta.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Edite sua conta e seleciona 'Remove my account'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode parar de usar o serviço a qualquer momento. Nós, no entanto, iremos manter e usar qualquer conteúdo enviado por você através do serviço.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Todos os dados são apagados imediatamente. Contas podem ser reativadas em até 30 dias, após este prazo não poderão mais ser recuperadas.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Nenhuma informação no FAQ sobre remoção de contas, o operador no telefone disse que deletar não é possível.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Clique em 'close my account' e confirme com sua senha.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contate a assistência ao cliente da Digg e peça que sua conta seja fechada.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Todas as contas permanecem no sistema por pelo menos 3 anos. Remova qualquer informação de bancos antes de deletar.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contate a assistência ao cliente e peça que sua conta seja deletada. Se você estiver fora dos EUA você deve fazer isso pelo telefone.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Algumas perguntas serão feitas antes de deletar sua conta.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- FAQ diz que a conta pode ser deletada mediante requisição, mas e-mails que requerem isso são sumariamente ignorados.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Não há porque deletar sua conta. Uma conta antiga, e não usada sem cursos completos irá desaparecer.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Você não pode ter dívidas com a Etsy ou uma denúncia de entrega aberta. Seu endereço de e-mail permanecerá armazenado.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contact support and they will delete your account
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você não pode deletar sua conta Evernote, apenas desativá-la temporariamente. Desativação não remove seus dados então você terá que remover manualmente todas suas informações, realizar uma sincronização e então desativar sua conta.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Você pode deletar sua conta facilmente, porém dados de conversas ficarão armazenados para sempre, como explicitado na Privacidade do site.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Envie um e-mail para a assistência ao cliente para pedir a remoção.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Clique em seu usuário (topo esquerdo) → clique em 'Profileinstellungen' → 'Account löschen'. Todos os seus dados serão completamente apagados.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Para deletar sua conta, você deve postar nada por pelo menos três dias.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Certifique-se de que seu balanço é positivo, então crie um ticket no suporte pedindo que sua conta seja fechada
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Para deletar a sua conta contate a assistência ao cliente
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contate o suporte e peça que eles deletem sua conta.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode parar de usar o serviço a qualquer momento. Nós, no entanto, iremos manter e usar qualquer conteúdo enviado por você através do serviço.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Delete qualquer informação que você deseja ser removida do site. Então selecione 'Account Settings' e 'Close Account'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Você deve enviar um e-mail ao suporte do seu e-mail registrado para remover a conta. Qualquer tipo de Premium Membership não será ressarcida
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode parar de usar o serviço a qualquer momento. Nós, no entanto, iremos manter e usar qualquer conteúdo enviado por você através do serviço.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contate a assistência ao cliente e peça a remoção.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você não pode deletar sua conta, mas você pode desativá-la. (Start → Mein Account → Account stilllegen)
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Contas do GoDaddy são aparentemente retidas “para comparecer com as obrigações legais [deles]” porém você pode remover grande parte de suas informações editando seu perfil.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Na barra superior, clique em 'seu nome', então clique no botão 'Delete Account' no final do diálogo.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecione um motivo para fechar a conta e irá levar dois cliques.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecione um motivo para fechar a conta e irá levar dois cliques.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Você pode remover seu perfil e o histórico de conversa através do aplicativo ou você pode enviar um e-mail ao suporte com seu UDID.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Não há uma página explicando como deletar sua conta. Você terá de contatar o suporte diretamente (link no final da página) e eles irão deletá-la para você.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Suas contribuições serão mantidas, mas você pode limpar o seu perfil -- inclusive seu endereço de e-mail.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Link “Close your account...” no final da página.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode remover as informações e manualmente sair do HOL, mas sua conta é permanente.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Na barra superior: 'Seu nome', 'My Account' e clique no link 'Delete Account' no final.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode parar de usar o serviço a qualquer momento. Nós, no entanto, iremos manter e usar qualquer conteúdo enviado por você através do serviço.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode parar de usar o serviço a qualquer momento. Nós, no entanto, iremos manter e usar qualquer conteúdo enviado por você através do serviço.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode parar de usar o serviço a qualquer momento. Nós, no entanto, iremos manter e usar qualquer conteúdo enviado por você através do serviço.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Clique em 'Delete Accout' no final da página de preferências da conta
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Logue-se. Digite sua senha. Pressione 'delete'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você apenas pode desativar sua conta. Aparentemente não há como deletar sua conta ou dados.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode parar de usar o serviço a qualquer momento. Nós, no entanto, iremos manter e usar qualquer conteúdo enviado por você através do serviço.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Pode levar até 180 dias para que todos os seus dados sejam removidos do sistema.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode parar de usar o serviço a qualquer momento. Nós, no entanto, iremos manter e usar qualquer conteúdo enviado por você através do serviço.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Pode levar até 7 dias para deletar seus dados.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Clique em 'Profile', então 'Edit', então 'Show advanced settings', e finalmente marque a caixa 'Delete my account'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode parar de usar o serviço a qualquer momento. Nós, no entanto, iremos manter e usar qualquer conteúdo enviado por você através do serviço.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Uma vez que você tenha deletado seu jornal você tem 30 dias para desfazer a remoção, caso você mude de ideia. Após 30 dias, o seu jornal permanecerá deletado e não haverá como recuperá-lo.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- log into your account, in the middle right.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Você precisa devolver todos os discos físico, sua conta estará em “cancelamento pendente” até que eles recebam os discos.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Digite DELETE e pressione o botão Delete Account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Clique em 'Accounts' no topo à direita, então selecione a aba 'Settings'. Va até o final da página e clique em 'Delete Your Mint Account' e finalmente 'YES, delete my Mint account'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Se você registrou uma conta Mojango e gostaria de deletá-la, visite a página de configurações da conta. Lembre-se de que se sua conta for deletada, você não poderá mais fazer login nos serviços Mojang, e não poderá adquirir futuros jogos da Mojang.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Link “Cancel your account” no final da página.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Contate a assistência ao cliente. Mesmo assim eles não deletarão sua conta sobre a premissa que talvez você queira retornar em manter seu histórico e recomendações.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecione 'settings', então 'account', e 'delete'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Use o formulário para escrever à assistência ao cliente e peça-os para fechar sua conta.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Faça login em sua conta, vá até o License Agreement, clique em Delete profile, marque as caixas que você quiser, digite sua senha e pressione o botão Remove.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Visite a sua página de configurações, e selecione 'Delete Account'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode desativar sua conta neste link. Mas os dados não são deletados. Mesmo se você contatar o suporte eles não irão apagar seus dados.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Você terá de enviar um e-mail para o suporte com o e-mail associado a sua conta. Se você não tiver acesso a isto, você precisa especificar seu e-mail, ano de nascimento e código postal da conta.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode remover seus pastes, mas não há um link para remover sua conta.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Você não pode deletar sua conta do site. Abra o aplicativo iOS/Android, vá em settings → about → disable account → delete account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Faça login em sua conta, vá em configurações (pequena engrenagem próximo ao seu usuário), clique Delete my acccount. Você receberá um link de confirmação por e-mail.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você não pode deletar sua conta Picasa sem deletar toda sua Conta Google.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Contas podem ser desativadas, o que significa que seus pins e perfil são ocultados mas não deletados.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Faça login em sua conta -> Clique no link (dados totalmente apagados, não é possível reverter).
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Faça login, vá na página de configurações e clique 'I want to delete my account'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você não pode deletar sua conta, mas você pode desativá-la.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Aumente sua produtividade em 5 vezes com este truque que eles não querem que você saiba!
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Caso você decida apagar sua conta você deve enviar um e-mail para support@redditgifts.com. O e-mail deve ser enviado pelo e-mail associado a sua conta e você deve especificar seu usuário reddit.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Você precisará contatar flixster para cancelar o perfile nativo RT, enquanto contas ligadas ao Facebook ou Flixter.com são mais facilmente canceladas.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Após clicar no botão, você terá que digitar sua senha, completar o captcha, clicar em outro botão, E a confirmar.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Faça login e siga as instruções de 'Account Suspension'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Clique no link 'Delete your account' no final da página. Nota: No seu dropbox, o conteúdo deste site não será removido. Caso necessário, você pode remover a pastas 'Apps/scriptogram' manualmente.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecione 'Please cancel my account'. Escolha um motivo e selecione 'close my shopify store'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contate a assistência ao cliente por e-mail ou chat ao vivo e peça a remoção.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Contate a assistência ao cliente. Você precisará saber 5 contatos da sua lista de contatos, o mês em que sua conta foi criada, e seu e-mail de cadastro.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Um link direto não está disponível e é baseado no seu usuário.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Digite seu usuário e senha e clique em 'Delete'.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Dados criads pelo usuário como posts e tickets se manterão atribuídos à conta, mesmo que deletada. O usuário não se tornará disponível.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Se você deseja terminar sua conta Speaker Deck, você pode apenas parar de usar Speaker Deck.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Se você não postou no site, apenas um clique é necessário. Caso contrário, edite a sua 'About Me' biografia e escreva 'please delete me' e então contate o suporte.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Eles não irão deletar sua conta mas mediante pedido eles podem “bagunçar todas suas informações para que você não receba e-mails e nenhuma informação sua esteja disponível a [eles] potenciais fraudes”.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Se você contatar o suporte Steam, eles irão te dizer para apenas não usar a conta. Se você não tiver jogos na sua conta, ela será desabilitada após um tempo.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Mediante desativação, todas suas atividades serão deletadas e você será removido de todas as leaderboards. Strava manterá um arquivo de seus dados GPS como enviados a Strava, mas o arquivo não poderá ser usado para restaurar sua conta.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Você pode reativar em até 14 dias. Após este prazo sua conta é deletada.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Edit profile (menu no canto do topo à direita da página) → Delete account
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Não é possível remover sua conta, mas você pode remover seus blogs.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- O TED tem de ser contactado por e-mail para pedidos de remoção de conta
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Você deve enviar um pedido para fechar sua conta pelo formulário.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você não pode deletar sua conta, mas você pode contatá-los via e-mail para desativá-la.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecione a opção 'Delete your account?' para deletar sua conta
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Sim e não, depende do(s) tipo(s) de conta(s), e você precisará deletar a(s) conta(s) na ordem correta. Todas as contas estão ligadas ao Single Sign-on (login.ubuntu.com) do Ubuntu One, então esta é a conta que você deve fechar por último. De resto, como Launchpad.net, armazenamento de arquivos na nuvem, AskUbuntu, e outras contas devem ser fechadas primeiro se possível. Isto é muito importante se você tem algum serviço pago ligado, para ter certeza que você não será cobrado por qualquer coisa após fechar suas contas. O último passo é fechar sua conta Single Sign-On (SSO). Contas SSO devem ser deletadas manualmente pela equipe do Ubuntu One.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Um empregado Udacity recomenda que você pare de usar a conta, o que significa que não há como deletar sua conta atualmente.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Para deletar sua conta, você precisa se desinscrever de todos os seus cursos.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Vá até o final da página 'Account Settings' e clique em 'Delete Account'
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- Você pode parar de usar o serviço a qualquer momento. Nós, no entanto, iremos manter e usar qualquer conteúdo enviado por você através do serviço.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Existe um botão à direita, logo abaixo do menu.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- A única maneira de deletar sua conta Vine sem deletar sua conta no Twitter é contatar o Twitter por meio do formulário de contato.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- O site não possui interface de gerenciamento da conta ou opções para remoção da conta.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- No aplicativo: Settings → Account → Delete your account.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- 'Um usuário não pode ser deletado.' Entretanto, eles possuem algumas sugestões.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- “Contas no WordPress.com não podem ser deletadas.” O melhor que você pode fazer é remover qualquer dado pessoal de sua conta.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Clique em 'Delete Account' no final do painel de preferências da conta.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Selecione 'delete my profile' no final da página.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- Link “Delete account” no final da página.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- média
-
-
-
-
-
- Você deve pedir a remoção de seus dados antes de deletar sua conta social.
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
- popular
-
-
-
-
-
-
-
-
- impossível
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- exibir informações...
-
-
-
- popular
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- fácil
-
-
-
-
- Nenhuma Informação Disponível
-
-
-
-
-
-
-
-
-
-
- difícil
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Enviar e-mail »
-
-
- exibir informações...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
O que é isto?
-
-
Diversas companhias usam técnicas dark pattern para tornar difícil encontrar como deletar sua conta. JustDelete.me tem por objetivo ser um diretório de urls que tornem fácil a remoção de sua conta em serviços da web.
-
Sabe de um site que você acha que deve ser adicionado? Faça um Fork do projeto no GitHub .
-
-
-
-
-
Guia
-
Os links acima possuem cores baseados no nível de dificuldade para deletar a conta:
-
- Fácil - Processo simples
- Média - Alguns passos extras necessários
- Difícil - Não pode ser totalmente deletada sem contatar a assistência ao cliente
- Impossível - Não pode ser deletada
-
-
-
Hospedagem custa dinheiro. Se você gosta do JustDelete.me, por favor considere fazer uma doação.
-
-
-
-
-
-
-
-
-
Extensão do Google Chrome
-
Nosso bom amigo Mike Rogers nos ajudou a lançar uma incrível Extensão do Google Chrome para o JustDelete.me.
-
Quando você estiver em um site que está listado no justdelete.me, a Extensão do Chrome irá adicionar um pequeno ponto na omnibar. Clicando neste ponto irá levar você até a página para deletar sua conta.
-
Para instalá-la, acesse a Chrome Web Store .
-
-
Guia da Simbologia da Extensão
-
- - Processo simples
- - Alguns passos extras necessários
- - Não pode ser totalmente deletada sem contatar a assistência ao cliente
- - Não pode ser deletada
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/ro.html b/docs/ro.html
deleted file mode 100644
index 4fdd666b..00000000
--- a/docs/ro.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Un site cu linkuri directe către pagina unde îți poți șterge contul de pe diverse servicii online, inclusiv rețele sociale.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Român
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- dificultate
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Contact support and they will delete your account
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
- popular
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
- popular
-
-
-
-
-
-
-
-
- greu
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- mediu
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
- popular
-
-
-
-
-
-
-
-
- imposibil
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- afișează informații...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- ușor
-
-
-
-
- Nu avem informații.
-
-
-
-
-
-
-
-
-
-
- greu
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Trimite email »
-
-
- afișează informații...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Despre proiect
-
-
Multe companii folosesc tehnica dark pattern pentru a face cât mai greu procesul de ștergere al contului. JustDelete.me se dorește a fi un site care te va ajuta să pierzi cât mai puțin timp în cazul în care dorești să ștergi un cont online.
-
Vrei să apară și alte siteuri? Vezi informațiile necesare pe GitHub .
-
-
-
-
-
Ghid
-
Linkurile sunt colorate pentru a arăta dificultatea cu care îți poți șterge contul pe respectivul site:
-
- Ușor - Simplu de șters
- Mediu - Unii pași, dar destul de simplu
- Greu - Poate fi șters doar dacă prin contactarea serviciului clienți (support)
- Imposibil - Nu poate fi șters
-
-
-
Găzduirea web costă bani. Dacă îți place proiectul, poți face o donație.
-
-
-
-
-
-
-
-
-
Extensie Google Chrome
-
Prietenul nostru Mike Rogers ne-a ajuta să lansăm și o extensie pentru Google Chrome.
-
Atunci când ești pe un site care este deja listat pe justdelete.me, extensia va adauga un punct mic în bara de adrese. Click pe acest link și vei ajunge direct pe pagina unde îți poți șterge contul pe acel site.
-
Pentru a instala extensia intră pe Chrome Web Store .
-
-
Ghid Instalare Extensie
-
- - Simplu de șters
- - Unii pași, dar destul de simplu
- - Poate fi șters doar dacă prin contactarea serviciului clienți (support)
- - Nu poate fi șters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/ru.html b/docs/ru.html
deleted file mode 100644
index e25ae374..00000000
--- a/docs/ru.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Каталог прямых ссылок для удаления вашего аккаунта с различных веб-сайтов
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Pусский
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- Сложность
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Зайдите в 'Настройки', затем слева нажмите 'Удалить', укажите причину удаления и подтвердите выбор нажав кнопку 'Подтвердить'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
E-mail отправлен »
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Contact support and they will delete your account
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
- popular
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
E-mail отправлен »
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
- popular
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
E-mail отправлен »
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
E-mail отправлен »
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
E-mail отправлен »
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
E-mail отправлен »
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
E-mail отправлен »
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
E-mail отправлен »
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
E-mail отправлен »
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- средний
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
- popular
-
-
-
-
-
-
-
-
- невозможно
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- показать информацию...
-
-
-
- popular
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- легко
-
-
-
-
- Информация недоступна
-
-
-
-
-
-
-
-
-
-
- трудно
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
E-mail отправлен »
-
-
- показать информацию...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Что это?
-
-
Многие компании используют технологию dark pattern для того, чтобы усложнить процесс удаления аккаунта. Каталог ссылок JustDelete.me призван помочь вам с легкостью удалить аккаунт с веб-сайта
-
Есть сайт, который неободимо добавить? Fork the project GitHub .
-
-
-
-
-
Руководство
-
Сслыки выше выделены цветом, для обозначения уровня сложности удаления аккаунта:
-
- Легко - Простой процесс
- Средний - Необходимы дополнительные действия
- Трудно - Нельзя полностью удалить без обращения в службу поддержки
- Невозможно - Невозможно удалить
-
-
-
Хостинг стоит денег. Если вам понравился JustDelete.me, пожалуйста, сделайте пожертвование.
-
-
-
-
-
-
-
-
-
Расширение для Google Chrome
-
Наш хороший друг Mike Rogers помог нам выпустить прекрасное расширение JustDelete.me для Google Chrome.
-
Когда вы находитесь на сайте, который есть в списке justdelete.me, расширения для Chrome добавить маленькую точку в оминбар. Кликнув на эту точку, вы попадете на подходящую страницу для удаления.
-
Для того чтобы установить расширение, просто перейдите в Chrome Web Store .
-
-
Что означают точки
-
- - Простой процесс
- - Нужны дополнительные действия
- - Невозможно полностью удалить без обращения в службу поддержки
- - Невозможно удалить
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/sk.html b/docs/sk.html
deleted file mode 100644
index 83e75847..00000000
--- a/docs/sk.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Zoznam linkov na okamžité zmazanie účtov z internetových služieb
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Slovak
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Populárne
- A - Z
- náročnosť
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- You must login before visiting the link.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Request deletion from customer services.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Contact support and they will delete your account
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Email customer support to request deletion.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Go to account management within the app
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
- popular
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
- popular
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Log in. Type in password. Press 'delete'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- May take up to 7 days to delete your data.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- One cannot even change the password
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- log into your account, in the middle right.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- stredné
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
- popular
-
-
-
-
-
-
-
-
- neemožné
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- ukázať informácie...
-
-
-
- popular
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ľahké
-
-
-
-
- Žiadne informácie
-
-
-
-
-
-
-
-
-
-
- ťažké
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Poslať e-mail »
-
-
- ukázať informácie...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
O čom jr tento projekt?
-
-
Väčšina spoločností používajú dark pattern techniky, aby urobili náročnejšie násť vymazanie účtu . JustDelete.me sa zameriava na zoznam linkov, ktoré vám umožnia jednoducho vymazať váš účet.
-
Máš strínku, ktorú by si mohol pridať? Fork the project GitHub .
-
-
-
-
-
Návod
-
Linky hore sú farebne rozlíšené podľa obtiažnosti vymazania:
-
- Ľahké - Jednoduchý proces
- Stredné - Pridané nejaké kroky naviac
- Ťažké - Nedajú sa úplne vymazať bez kontaktovania zakazníckych služieb spoločnosti
- Nemožné - Nedajú sa vymazať
-
-
-
Hosting stojí nejaké tie peniaze. Ak sa ti páči JustDelete.me, pomôž nejakými tými drobnými. :)
-
-
-
-
-
-
-
-
-
Google Chrome Rozšírenie
-
Náš dobrý priateľ Mike Rogers pomohol vydať úžasné Google Chrome Rozšírenie pre JustDelete.me.
-
Ak ste na stránke, ktorá sa nachádza na justdelete.me, rozšírenie pridá malú bodku do omnibaru. Kliknutie na bodku vás hneď presmeruje na stránku s vymazaním účtu.
-
Ak si chcete nainštalovať rozšírenie jednoducho chodte na stránku Chrome Web Obchodu .
-
-
Návod na bodkové rozšírenie
-
- - Jednoduchý proces
- - Pridané nejaké kroky naviac
- - Nedajú sa úplne vymazať bez kontaktovania zakazníckych služieb spoločnosti
- - Nedajú sa vymazať
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/sr.html b/docs/sr.html
deleted file mode 100644
index b5543b95..00000000
--- a/docs/sr.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Само Ме Обриши | Директоријум директних веза за брисање ваших налога са разних веб сервиса.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- српски
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Популарно
- A - Z
- тешкоћа
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- You must login before visiting the link.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Request deletion from customer services.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Must remove uploaded files first
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- We don't delete old accounts.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Contact support and they will delete your account
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Email customer support to request deletion.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Go to account management within the app
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
- popular
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- /msg NickServ DROP nick password
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
- popular
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Log in. Type in password. Press 'delete'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- May take up to 7 days to delete your data.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- One cannot even change the password
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- log into your account, in the middle right.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- средње
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
- popular
-
-
-
-
-
-
-
-
- немогуће
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- прикажи податке...
-
-
-
- popular
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- лако
-
-
-
-
- Нема података
-
-
-
-
-
-
-
-
-
-
- тешко
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Пошаљите е-поруку »
-
-
- прикажи податке...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Шта је ово?
-
-
Многе компаније користе технике тамног шаблона да би вам отежале брисање ваших налога. JustDelete.me има за циљ да буде директоријум веза које ће вам олакшати брисање ваших налога са веб сервиса.
-
Имате сајт за додати? Форкујте пројекат на Гитхабу .
-
-
-
-
-
Водич
-
Везе изнад су означене бојама да би приказале ниво тешкоће брисања налога:
-
- Лако - једноставан процес
- Средње - потребни су неки додатни кораци
- Тешко - не може да се обрише у потпуности без контактирања корисничке подршке
- Немогуће - не може да се обрише
-
-
-
Хостинг кошта. Ако волите JustDelete.me, размотрите да донирате новац.
-
-
-
-
-
-
-
-
-
Google Chrome додатак
-
Наш добар пријатељ Mike Rogers нам је помогао да направимо сјајан Google Chrome додатак за JustDelete.me.
-
Када сте на сајту који је на списку на justdelete.me, Chrome додатак ће приказати тачкицу у омни-траци. Клик на тачкицу ће вас одвести на страницу за брисање.
-
Да бисте га инсталирали, идите на Chrome веб-продавницу .
-
-
Водич за тачкице додатка
-
- - једноставан процес
- - потребни су неки додатни кораци
- - не може да се обрише у потпуности без контактирања корисничке подршке
- - не може да се обрише
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/tr.html b/docs/tr.html
deleted file mode 100644
index 74748162..00000000
--- a/docs/tr.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Web hizmetlerinden hesabınızı silmek için bağlantılar.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Türk
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- zorluk
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- You must login before visiting the link.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Request deletion from customer services.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Just click 'Abschicken'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Must remove uploaded files first
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- We don't delete old accounts.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact Discord’s customer support and request for your account to be closed.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact support and they will delete your account
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Email customer support to request deletion.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Go to account management within the app
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
- popular
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- /msg NickServ DROP nick password
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
- popular
-
-
-
-
-
-
-
-
- zor
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You have to email them (service@instructables.com) to get your account deleted
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Log in. Type in password. Press 'delete'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- May take up to 7 days to delete your data.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- One cannot even change the password
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click “Close account”.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- log into your account, in the middle right.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Send an email to the unsubscribe@neopets.com stating you wish to delete your account.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Send us an e-mail from the address that you have registered - we take care of it.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Fill out the deletion form
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Email request required.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You have to write an Email to the Support. Your activites will be anonymized.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Just click 'Deactivate'.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- orta
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
- popular
-
-
-
-
-
-
-
-
- imkansız
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- bilgi göster...
-
-
-
- popular
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- basit
-
-
-
-
- Bilgi Yok
-
-
-
-
-
-
-
-
-
-
- zor
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Email gönder »
-
-
- bilgi göster...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Bu nedir?
-
-
Çoğu şirket dark pattern tekniklerini kullanarak hesabınızı silmenizi zorlaştırıyor. JustDelete.me kolayca web hizmetlerinizden hesabınızı silmek için bir bağlantı dizini olmayı hedeflemektedir.
-
Bu liste'ye eklenmesi gereken bir site biliyor musunuz? GitHub projesini fork'layın .
-
-
-
-
-
Rehber
-
Yukardaki bağlantılar bağlantı silme zorluğunu göstermek için renk-kodludur:
-
- Basit - Basit işlem
- Orta - Bazı ekstra işlemler
- Zor - Müşteri hizmetleri ile irtibat kurmak'sız silinemez
- Imkansız - Silinemez
-
-
-
Hosting para tutuyor. Eğer JustDelete.me'yi seviyorsanız, lütfen bağışlamayı düşünün.
-
-
-
-
-
-
-
-
-
Google Chrome uzantısı
-
Güzel arkadaşımız Mike Rogers Google Chrome için bir JustDelete.me uzantısı yapmamıza yardım etti.
-
Justdelete.me'de listelenen bir siteye girerseniz, Google Chrome uzantısı omnibar'a küçük bir nokta koyar. Bu noktaya tıklamak sizi direk o site'nin silme sayfasına gönderir.
-
Yüklemek için, sadece Chrome Web Mağzası 'na girin.
-
-
Uzatma Noktası Kılavuzu
-
- - Basit işlem
- - Ilgili bazı ek adımlar
- - Müşteri hizmetleri ile irtibat kurmak'sız silinemez
- - Silinemez
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/vi.html b/docs/vi.html
deleted file mode 100644
index 8616d4b9..00000000
--- a/docs/vi.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Danh mục những đường dẫn giúp bạn xóa tài khoản khỏi các dịch vụ web.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tiếng Việt
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- mức độ
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- You must login before visiting the link.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Request deletion from customer services.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Must remove uploaded files first
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- We don't delete old accounts.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact Discord’s customer support and request for your account to be closed.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact support and they will delete your account
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Email customer support to request deletion.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Go to account management within the app
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
- popular
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- /msg NickServ DROP nick password
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can't delete your account without contacting support.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Use the support email address to ask them to close your account.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
- popular
-
-
-
-
-
-
-
-
- khó
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You have to email them (service@instructables.com) to get your account deleted
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Log in. Type in password. Press 'delete'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Please email a request if you’d like your account to be deleted.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- May take up to 7 days to delete your data.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- One cannot even change the password
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- log into your account, in the middle right.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Send an email to the unsubscribe@neopets.com stating you wish to delete your account.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You must open a ticket to completely get your account deleted.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Send us an e-mail from the address that you have registered - we take care of it.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Fill out the deletion form
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Email request required.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You have to write an Email to the Support. Your activites will be anonymized.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Just click 'Deactivate'.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- trung bình
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
- popular
-
-
-
-
-
-
-
-
- không thể
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- xem thông tin...
-
-
-
- popular
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- dễ
-
-
-
-
- Không có thông tin
-
-
-
-
-
-
-
-
-
-
- khó
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
Gửi email »
-
-
- xem thông tin...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
Đây là gì?
-
-
Nhiều tổ chức dùng thuật toán dark pattern làm người dùng khó có thể tìm ra cách xóa hoàn toàn tài khoản của họ. JustDelete.me được tạo ra nhằm cung cấp những đường dẫn giúp bạn xóa bỏ tài khoản của mình khỏi các dịch vụ web.
-
Bạn nghĩ nên bổ sung đường dẫn cho một dịch vụ mới? Gia nhập dự án trên GitHub .
-
-
-
-
-
Hướng dẫn
-
Những đường dẫn trên được đánh dấu bằng màu theo độ khó của việc xóa tài khoản:
-
- Dễ - Chỉ cần một vài thao tác đơn giản
- Trung bình - Cần có thêm một số thao tác bổ sung
- Khó - Không thể xóa bỏ tài khoản hoàn toàn trừ khi có sự liên lạc với bộ phận chăm sóc khách hàng
- Impossible - Không thể xóa được
-
-
-
Chúng tôi phải chi trả chi phí để duy trì trang web. Nếu bạn thích JustDelete.me, hãy nhớ ủng hộ chúng tôi.
-
-
-
-
-
-
-
-
-
Tiện ích cho Google Chrome
-
Người bạn tốt của chúng tôi Mike Rogers đã giúp chúng tôi phát hành tiện ích cho Google Chrome của JustDelete.me.
-
Khi bạn truy cập một trang web đã được liệt kê tại justdelete.me, tiện ích Chrome sẽ hiện một dấu chấm nhỏ trên thanh đường dẫn. Nhấn vào dấu chấm này sẽ đưa bạn tới trang xóa tài khoản.
-
Để cài đặt, hãy truy cập Cửa hàng tiện ích của Google Chrome .
-
-
Hướng dẫn dùng Tiện ích
-
- - Đơn giản
- - Cần thêm một số bước bổ sung
- - Không xóa được nếu không liên hệ bộ phận dịch vụ khách hàng
- - Không thể xóa được
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/zh-cn.html b/docs/zh-cn.html
deleted file mode 100644
index fcae8639..00000000
--- a/docs/zh-cn.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | Web服务帐号注销链接的目录.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 中国的
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- Popular
- A - Z
- 难度分级
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- You must login before visiting the link.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Request deletion from customer services.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Just click 'Abschicken'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Must remove uploaded files first
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- We don't delete old accounts.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Email customer services to request deletion
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Send an email to abuse@craigslist.org and request deletion.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact Discord’s customer support and request for your account to be closed.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact support and they will delete your account
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Email customer support to request deletion.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Go to account management within the app
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- /msg NickServ DROP nick password
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Send them an email with Delete my account as title.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your account without contacting support.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Use the support email address to ask them to close your account.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Send an email to arun@grailed.com and request deletion.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- We can do that for you - just send an email.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Email customer support. Requests are handled within 48 hours.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You have to email them (service@instructables.com) to get your account deleted
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Log in. Type in password. Press 'delete'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Please email a request if you’d like your account to be deleted.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- May take up to 7 days to delete your data.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- One cannot even change the password
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click “Close account”.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- log into your account, in the middle right.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Send an email to the unsubscribe@neopets.com stating you wish to delete your account.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You must open a ticket to completely get your account deleted.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Send us an e-mail from the address that you have registered - we take care of it.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Fill out the deletion form
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact customer service by email and request deletion.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Email request required.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Send a request to legal@sonico.com and request deletion.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You have to write an Email to the Support. Your activites will be anonymized.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Send an email with the subject ‘Delete my account’
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Just click 'Deactivate'.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 一般
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- 查看信息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 简单
-
-
-
-
- 无可用信息
-
-
-
-
-
-
-
-
-
-
- 困难
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
发送 email »
-
-
- 查看信息...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
指南
-
上述链接的不同颜色表明帐号注销的难度分级:
-
- 容易 - 简单操作
- 一般 - 一些必需步骤
- 困难 - 联系客服, 才能注销
- 不可能 - 不能注销
-
-
-
主机托管需要资金. 如果你喜欢 JustDelete.me, 请考虑捐助.
-
-
-
-
-
-
-
-
-
Google Chrome 扩展程序
-
我们的好朋友 Mike Rogers 协助我们给JustDelete.me制作了一个好用的Google Chrome 扩展程序.
-
当你访问已被justdelete.me收录的网站时, 这个Chrome 扩展程序将会在全导航栏中添加一个小圆点. 点击小圆点就能跳转到注销页面.
-
安装, 点击前往 Chrome Web Store .
-
-
扩展程序微指南
-
- - 简单操作
- - 一些必需步骤
- - 联系客服, 才能注销
- - 不能注销
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/zh-tw.html b/docs/zh-tw.html
deleted file mode 100644
index af63337f..00000000
--- a/docs/zh-tw.html
+++ /dev/null
@@ -1,10281 +0,0 @@
-
-
-
-
-
-
Just Delete Me | 一個網路服務帳號刪除連結的目錄。
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 正體中文
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
- 熱門
- A - Z
- 難度
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login to your account, go to parameters, click Delete my account. Confirm by clicking I want to delete my account. And again by clicking Delete my 9GAG account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You have to call them in order to delete your account. Alternatively, you can send them an email.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Log in to your account and click the top-left link to 'Member Preferences'. Scroll to the bottom of the page and ensure both of the password fields are empty. Check the 'De-activate my account' box and and click the 'Update Preferences' button.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Despite what it says in their FAQ there is actually no automatic way to delete your account. But they do see to be happy to do it if you ask them - you can contact them via http://www.alibaba.com/help/contact-us.html - I cancelled my account via their online chat system.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Follow the link to edit your profile and click cancel account at bottom.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Just head to the account page and click the red button 'Delete your account' at the bottom left of the page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- To close your account, contact Amazon by email (via this contact form) and request that your account be closed.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- You must login before visiting the link.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- We do not 'delete' or 'terminate' accounts on ACC. If you no longer wish to use the site, you may delete all personal information from your profile and then stop logging in.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Remove all applications and services from your account, then request deletion by emailing customer services.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Response from support@argylesocial.com: We really don't have a way to delete accounts entirely. The account won't be usable by anyone else, so there won't be any security issues. One smart thing to do to make doubly sure that everything is secure is to go to any social media pages that Argyle was authorized to use, and remove Argyle's authorization. Hope that helps
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Request deletion from customer services.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login, go to "Profile Details" tab, and simply click on the "Delete Account" button.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Remove all songs from your account, then request deletion by emailing customer services.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Accounts cannot be deleted, even when contacting customer service. User account credentials will be permanently retained by Backblaze.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- On the top right corner click 'Settings', then on the left hand side click 'Delete'. Type your information, to delete Badoo, enter your password and in the other box, explain why you want to leave. Click on the 'Confirm' button, you will receive a message page confirming your rquest was successfully completed.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Go to your Settings page and scroll down to find 'Deactivate' account. Click on 'Close Account' button, and confirm the account deletion.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- To terminate an artist account, you must click on the 'Artists' pane, click on the desired artist's profile, and click the termination link there.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It is not possible to delete your Barnes and Noble account. The best you can do is delete any personal information that you have stored on their website.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Data will be permanantly deleted after 30 days.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Remove all personal information from your account, then request deletion by emailing customer services.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- To delete your account, login and then next to your name select the drop down and go to 'Settings' once there scroll to the bottom of the page and select 'delete your account'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- To delete your account, please go into your 'Me' tab, visit account settings and hit the privacy tab. There, you'll have the option to delete.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- On the side menu, click on 'Delete Account' and on the confirmation page click 'Delete Account', all repositories and the account is immediately wiped.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Select why you are deleting your account. Your account will be deleted but all your shortlinks will remain.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your Blogger Account without deleting your entire Google Account. But you can delete your blog.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Log-in and use the link provided to request account deletion.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click the “Delete My Account” link.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can only deactivate your account by contacting support as they state on the help page. There is no way to permanently delete your account or data, and an inactive public profile will always be visible to public.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Accounts cannot be removed at this time
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You need to request deletion of your data via the contact form after logging in.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- TL;DR you can't do it. Discussion at http://www.bungie.net/en-US/Forum/Post/66636671/0/0
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Support staff refuses to delete accounts due to 'accounting purposes'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Just click 'Abschicken'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- 'There is no way to close or shut down an account.'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Must remove uploaded files first
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- According to the app you can email feedback@cinemagr.am for questions. Unfortunatly removal requests aren't replied to.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- We don't delete old accounts.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Email customer services to request deletion
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login to your account, then click 'delete account' on the page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- The site claims that you must call their support line (888-988-5036, ext 1), but they deactivated my account over email.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You have to ask the support to get your account deleted. Choose the category CNET Registration
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete yourself. You can only change your phone nr. to a bogus number.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Go to your Profile, at the bottom you will find a 'Delete Account' button.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Simply click the "I understand, delete my account." button.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Sign in then visit https://coderwall.com/delete_account
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Sign in then visit https://www.coinbase.com/settings/cancel
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Your messages will remain on the forums.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Cannot be deleted fully, reactivation is always available. Fill out the form and select 'I understand. Please delete my profile.'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Send an email to abuse@craigslist.org and request deletion.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Start a live chat session and a representative will delete your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You can cancel by email but only if your membership includes insurance. Otherwise, an email cancellation will be ignored. You have to call 0800 561 0083 to cancel your account. This is the only way. More info here: http://experian.metafaq.com/help/CreditExpertBRS/Cancel_and_duration/CancelBRS
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- They mock the very idea of wanting to delete your account in their faq: "Can I delete my account cause I totally h8 you guise??!!!111"
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Log into your User Profile and visit the Delete Account tab.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Edit your account and select 'Remove my account'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- You have to enter your mailadress and have to choose a 'why are you leaving' answer'. To verify this step you'll become a mail with a security code to fill into the form. After that your account is deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- You can not delete your account on the site. You must use the linked form. Then select SkyMiles → Update SkyMiles Account and request them to close your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- All your data is ereased immediately, except comments which will remain. Accounts can be reactivated within 30 days. After that, Accounts can't be reactivated.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- There's no information about account-deletion in their FAQ. The hotline also says that account-deletion isn't possible.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click close my account and confirm with your password.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact Digg’s customer support and request for your account to be closed.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Check the "Deactivate Account" box in the settings.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact Discord’s customer support and request for your account to be closed.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- You need to remove the App in your Facebook settings and mail feedback@downapp.com to delete your data.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It’s not possible to delete an account, you can either remove or replace your contact information with bogus details.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- All accounts stay in their system for at least 3 years. Remove any banking information before you delete.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact customer services to request deletion. If you're outside the US this must be by phone.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- A few survey questions will be asked prior to account deletion.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- click on the contrat popup on the bottom of the screen and fill out the form, an admin will email asking for your username and will then delete it
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- FAQ states that account can be deleted upon request, but e-mails requesting it are completely ignored.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- There's no need to delete your account. An old, unused edX account with no course completions associated with it will disappear.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You must send an e-mail to hello@elevateapp.com requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Quoted from Ello: By deleting your account you remove your personal information from Ello. Your account cannot be restored.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Select 'Close Profile' at the bottom of the page, select any reason for closing your profile. After that you have to complete the process by clicking a link in an email sent to you.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You have to send them a request to delete the account using the contact form.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Create new Game Support ticket to request account removal.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You can't have any unpaid Etsy bills or an open non-delivery reports. Your email address will remain on file.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact support and they will delete your account
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You cannot delete your Evernote account, just deactivate it temporarily. Deactivation does not remove your data so you will have to manually delete all notes and personal info, perform a sync and then deactivate the account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You have to call or email them. They respond to email quickly, however, so it is not that painful.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- While you can delete your account easily, some of the data including messages, are there to stay forever, just as stated in the website's privacy policy.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Email customer support to request deletion.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Click on your username (top left) → click on 'Profileinstellungen' → 'Account löschen'. All data is fully erased.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- To delete or deactivate your account, contact Fitbit by email via the contact form.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Go to account management within the app
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Email privacy@flixster-inc.com and ask to have your account deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Account can only be disabled, not deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- To delete your account, you must not post anything for at least three days.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Make sure your account balance is positive, then issue a support ticket requesting to close your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- /msg NickServ DROP nick password
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- You cannot delete your account yourself if you have sounds uploaded to your account. In their own words: "Because you have sounds on freesound, deleting your user is not a trivial task. As such, we ask you to please contact the administrators via the Contact Form [http://www.freesound.org/contact/]. They will help you with the deletion of your account....". Alternatively - you can go through all your sounds, delete them one-by-one, and then delete your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- You will find option to remove your account under Profile - My Account tab, after log in. Removed GG account number is going back to available numbers for new users.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Account deletion requires contacting Customer Support.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact support and request they delete your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Delete any of the information you would like removed from the site. Then select 'Account Settings' and 'Close Account'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- You must email support from the registered email to remove this account. Any outstanding Premium Memberships will not be refunded
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You can't delete your account without contacting them. You must submit a ticket and set the subject to 'Delete Account'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You can't delete your account without contacting them. You must set the subject to 'Delete Account'
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Send them an email with Delete my account as title.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your account without contacting support.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Use the support email address to ask them to close your account.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact customer services and request deletion.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login into your account → Data Tools → Delete Products → Remove Gmail permanently
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your account, but you can deactivate it. (Start → Mein Account → Account stilllegen)
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- GoDaddy Accounts are apparently retained “to comply with [their] legal obligations” though you are able to clear out most of your information by editing your profile.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Email customercare@gogoair.com and ask to have your account deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- On the top bar, click on 'Your name', then click on the 'Delete Account' button at the bottom of the dialog.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- On the top bar, click on your photo, go to 'Settings', go to 'Miscellaneous' and then hit 'Cancel Account'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Select a reason for closing and it'll take 2 clicks.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Send an email to arun@grailed.com and request deletion.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your Gravatar Account without deleting your entire WordPress Account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- You can remove your profile and chat history from within the app or you can email support with your UDID.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- According to Groupon's privacy statement, you have to contact support directly and ask them to delete your account.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Privacy Policy Letter D: Account e-mail addresses cannot be deleted. However, an Account may be closed and GrubHub will cause the corresponding e-mail address to be scrambled.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- There is a link at the bottom of the Settings page to delete your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It is not possible to delete your Hack This Site account. The best you can do is delete any personal information that you have stored on their website.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Your contributions are there to stay, but you can at least clear out your profile -- even your email address.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- We can do that for you - just send an email.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click "Delete my account" and follow the instructions that appear.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click 'Cancel My Membership' on the above URL and confirm.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- “Close your account...” link at the bottom of the page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- The website automatically deletes your account after a predetermined time
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You have to send an email to the support team asking for deletion of your account. Your account will be added to a list of accounts for deletion, and it may take some time before it has actually been deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can remove information and manually quit HOL, but your account stays forever.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can remove every information from your account or if you signed up using a social network disconnect it.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Sign in to your account, go to the 'Account' options in your settings and delete your profile. See also 'Can I deactivate or delete my Profile?' on http://hotornot.com/privacy/
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Deleting this account will also delete your Mac and Windows accounts on 'i use this', if you have them set up.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Deleting this account will also delete your iPhone and Windows accounts on 'i use this', if you have them set up.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Deleting this account will also delete your iPhone and Mac accounts on 'i use this', if you have them set up.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- On top bar: 'Your name', 'My Account' and just click on 'Delete Account' link at bottom.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- You must login, go to your account settings and then click on the ‘Delete Account’ link on the bottom left.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Go to “My Settings”, scroll down to the bottom, and click the “Delete” button.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Email customer support. Requests are handled within 48 hours.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You need to fill in the form linked in the support article by clicking "contact us". Fill in your email address, agent name, device you play on and submit the form.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You have to email them (service@instructables.com) to get your account deleted
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Site provides no user account management interface or account deletion options. Email sent to internets@technoized.com was never replied to.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Go to IRCCloud, sign in, click 'Settings', scroll down, enter your password in 'Delete your account', and confirm.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Closing your account will delete your profile and all of your publications. There is no going back, so don't say we didn't warn you.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact customer services. You will lose access to any media you haven’t downloaded to your computer.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Under 'Membership Management' click 'Remove my Profile'. Fill out the survey and submit to delete your profile.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click 'Delete Account' at the botom of the account preference page
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Log in. Type in password. Press 'delete'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Please email a request if you’d like your account to be deleted.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can only deactivate your account. There appears to be no way to permanently delete your account or data.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click 'Account deletion page' at the bottom of the account settings page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- It can take up to 180 days for all your data to be removed from the system.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You can close your account if you contact customer service either by phone or live chat
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You are unable to remove an account, but they can permanently ban your account upon request. They will remove stored information upon request as well, such as e-mail address, developer payment information, and stored payment information.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- To close your account, you need to submit a request to support, which may take up to 24 hours to process.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- May take up to 7 days to delete your data.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Accounts may be disabled, but some data will be retained. E-mail support@riotgames.com with the subject "Account Deactivation" and include your username, summoner name, server and email used when registering the account in your ticket
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click 'Profile', then 'Edit', then 'Show advanced settings', and finally check the 'Delete my account' checkbox.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- There are reports that LinkedIn continues to email people with a closed account. You may need to contact customer services to delete account instead of just closing it.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- One cannot even change the password
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login -> Profile -> Delete account -> Yes
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Once you delete your journal you have 30 days to undelete it, in case you change your mind. After 30 days, the journal will be permanently deleted and there will be no way to recover it.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click “Close account”.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- log into your account, in the middle right.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Requires any physical discs to be returned—account will be “cancellation pending” until received.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Account Settings → Account Settings Drop-down → Close my account → Type DELETE and press Delete Account button.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Enter Password -> Scroll to bottom -> Click 'Delete Account'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Login -> Suspend Account -> Enter email & password -> Save -> Delete Account
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- A 'Delete my account' button is available from your account settings page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click 'Accounts' in the upper right, then select the 'Settings' tab. Scroll to the bottom and click 'Delete Your Mint Account' and finally 'YES, delete my Mint account'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You need to send an email to support and it may take up to 48 hours to process your request.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login to your account, go to account section of the settings page and choose the "delete account" option.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You have to send a message in order to remove your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- If you have registered a Mojang account and would like to delete your account, please visit your account settings page. Please be aware that if your account is deleted, you will no longer be able to log into Mojang services, and will not be able to purchase future Mojang games.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact customer services and they'll respond in 24-48 hours. Not to mention the ways they try to hide you removing your card details. If you want to remove your card details, do the following: The easiest way to do this would be to go to the My Account page then click on the ‘Add Moonpig Prepay Credit’ link, click on the Buy link and your saved card details will be shown onscreen. Click on the ‘Remove Card’ option.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You need send email to support and it may take up to 24 hours to process your request.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Fill out the feedback form, asking them to delete your account. Be sure to specify that you’re not just unsubscribing from e-mail but that you want your account deleted entirely.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- “Cancel your account” link at the bottom of the page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You have to contact Multiplay by their contact us page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click on delete my account at the bottom of the page
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Replace <code>USERNAME</code> with your My Opera username in the URL.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Go to your account settings (top right, click on your E-Mail-Adress) and select 'Delete Account'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- At the bottom of the Account Settings page is a "Delete My Account" button. Your account will be "disabled and scheduled for permanent deletion." After 30 days, "your past novels, author profile, and unique account info will be permanently deleted." It is unclear if forum posts will be deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Requires to fill out contact form. Will still get Promotional emails until you also unsubscribe from them
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Send an email to the unsubscribe@neopets.com stating you wish to delete your account.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Contact customer services. Even then they may not delete your account under the premise that you might want to rejoin and keep your history and recommendations.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Select 'settings', then 'account', then 'delete'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- From the New Relic menu bar, select (account) > Upgrade subscription > Cancel account. Select the confirmation prompt.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Use the form to write to customer services and ask them to close your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- At the bottom of the account form, there is a 'Deactivate Account' button. Upon clicking, there will be a set of information that explains the process of account deactivation. All account information will be deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- You will see an option to delete your account just below the password reset option.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Check the box to confirm and then click 'Change'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login to your account, scroll License Agreement down, click Delete profile, check any boxes you want, enter password and press Remove button.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Visit your settings page, and select 'Delete Account'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can deactivate your account with the link. But the data isn't deleted. Even if you contact the support they don't delete your data.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It's possible to close your account if you request it, but it's not possible to delete it.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your account including all data, only a ‘soft delete’ is possible where you can always re-enable your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You must open a ticket to completely get your account deleted.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You must contact support directly and ask them to invalidate your account. However, your transaction data may not be deleted from their records.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You have to email support from the email associated with your account. If you do not have access to that, you need to provide the email address, birth year, and zip code on the account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- In order to delete an account, you first have to delete all active Sites, or transfer the ownership.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- To cancel your account, send an e-mail message request to the Parkmobile Help Desk at helpdesk@parkmobileglobal.com and include your name, mobile number, license plate number, and/or the last 4 digits of the card we have on file for you. After the Help Desk cancels your account, you will receive a confirmation e-mail message.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can remove your pastes, but there's no link to delete your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- You cannot delete your account from the website. Open the iOS/Android app, go to settings → about → disable account → delete account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login to your account, go to settings (small gear next to your username), click Delete my account. You'll receive a confirmation link via e-mail.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Log in. Click 'Profile' near the top of the page. Click 'My settings'. Click 'Close Account' in the 'Account type' section and follow the steps listed.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- I had to contact via email, but they then immediately deleted my account
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You must send an e-mail to support@peak.net requesting deletion. You will then receive a response from support asking for feedback and to confirm the deletion. The next e-mail you receive from support will notify you that your account has been deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- You only need to click on 'Delete Account' on your account site.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- It is necessary to contact the support, for example through 'Mein Konto' -> 'Meinung abgeben'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- They refuse to delete accounts from the site.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your Google Account for Picasa Web Albums without deleting your entire Google Account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Send us an e-mail from the address that you have registered - we take care of it.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Accounts can be deactivated, which means that your pins and profile are hidden but not deleted.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It is not possible to delete your PlayStation Network account. The best you can do is delete any personal information that you have stored on their website.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Fill out the deletion form
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Under 'Danger Zone', click 'Delete your account'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Log in to your account, press the delete button and type the phrase asked.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Must contact support through Contanct form or online chat.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Log into your account -> Click the link (data fully deleted, not possible to revert this).
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Log into your account -> Click 'Need to close your account?' near the bottom of the page -> Confirm deletion
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Log into your account -> Click the link -> Enter your password and click on Delete Account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Log into your account -> Click the link -> Click on Close My Account Now.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click Destroy my account completely, then click Delete everything.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- First deactivate your account. Log in, go to 'Settings', 'Privacy', and then 'Deactivate Account'. You can then e-mail privacy@quora.com if you want to completely delete your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login, go to profile page, it's in tab 'my data' and click 'delete my account'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login, go to the settings page and click 'I want to delete my account'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- After deleteing the account, it will be deactivated for 30 days before being deleted permanently. Messages, forum posts, and contributions stay on the site even after your account is deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your account, but you can deactivate it.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Go to your profile page, and use the 'Delete Your Account' button.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Increase your productivity by over 5 times with this one trick they don't want you to know about!
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- If you decide you would like to delete your account you must email us at support@redditgifts.com. You must email us from the email address associated with your account and provide your reddit username.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Please enter a reason for deactivating your account and then click 'Deactivate' after you're finished.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Use the 'Delete your account' link in the lower right-hand corner.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Use the Delete button at the bottom of the page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can only cancel the auto-renewal feature. I called them and asked to cancel my account and be removed from their mailing list and they told me my account was already not renewing and there was nothing else they could do.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- On your profile page, click 'Edit Profile' and use the 'Cancel account' button.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Not possible. 'We currently do not have a feature for players to delete their accounts. If you no longer wish to play on your account, it will remain inactive until you're ready to play again.'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- On the account page, scroll down to the "Danger Zone" and click on the "Delete My Account" button. After that, you will have to type "DELETE" in the pop-up box.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You need to contact flixster to cancel a native RT profile, while Facebook linked or Flixster.com accounts are easier to cancel.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Bottom link 'Delete Account'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Under 5. Account Settings > A. Account Management > V. Account Deletion. You must mail or fax an affidavit to the Runescape office along with a copy of your legal identification
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- After clicking the button, you will have to enter your password, complete a capcha, click another button, AND a confirmation modal dialog.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- To delete your account go to Runtastic.com & log in, click on the arrow on the right side of your user name, click on "Settings", click on "Login Data" on the left hand side, click on "Delete my account" at the bottom
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Login to your account and follow 'Account Suspension' instructions.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click the link 'Delete your account' at the bottom. Note: On your dropbox, the content of this site will not be removed. If needed, you can delete the folder 'Apps/scriptogram' manually.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click the "Delete your account" at the bottom of the settings page and type "DELETE" in the popup box.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Select 'Please cancel my account'. Choose a reason then select 'close my shopify store'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact customers services by email or live chat and request deletion.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- If you wish to delete your account or request that we no longer use your information to provide you services contact us at Support@Shutterstock.com.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact customer service by email and request deletion.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Enter your password to have your account marked for deletion by an administrator or moderator. You can do this for any other Simple Machines forums if the forum administrator allows.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Contact customer services on chat. You’ll need to know whether you bought services from Skype, you’ll need to verify your signup email address.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- If you are the Slack team's primary owner you will need to either delete the team or transfer its ownership before deleting your account
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- A direct link is not available as it is based on your username.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Email request required.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Enter username and password and click 'Delete'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You need to create a support ticket and set the subject to Delete Account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Send a request to legal@sonico.com and request deletion.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Put 'delete me' in the description box on your profile and mail team@soup.io with your soup URL and request a deletion
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Data created by the user such as posts and tickets will remain and be attributed to the account, even if deleted. The username will not become available.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- If you wish to terminate your Speaker Deck account, you may simply discontinue using Speaker Deck.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Your account can't be deleted. It can be disabled using the link, but your data will stay inactive on servers.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- If you haven’t posted on the site, it’s just one click. If you have voted or posted, please contact the Stack Exchange Team: Visit the contact form and select ‘I need to delete my user profile’. After you contact us, the team will reach out with further instructions.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- They will not delete your account but upon request they can “scramble all of your information so that you don’t receive emails and none of your information is available to [them] for potential fraud”.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You have to write an Email to the Support. Your activites will be anonymized.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Under 'Account' scroll down and click the red button 'Remove Account'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- The deletion of your entry can not be undone. All your profile data, contacts, messages and pictures will be permanently removed. Your classmates and contacts can no longer StayFriends contact you.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- If you contact Steam support, they will most likely tell you just to not use the account. If your account has no games on it, it will be disabled after a while.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- To delete your StepMap account, let us know by sending an e-mail with info@stepmap.de and enter your username. The sender address must be your e-mail address that you have subscribed to at StepMap.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Just click the 'Delete account' button in red
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- Upon deactivation, all of your activities will be deleted and you will be removed from all leaderboards. Strava will keep an archive of your raw GPS data as uploaded to Strava, but the archive cannot be used to restore your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- You can reactivate within 14 days. After that the account is deleted.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- If you have an account, you can delete any document by right clicking the file and selecting 'Delete'. If you do not have an account please email support@stypi.com.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- You have to contact them selecting the issue Login & account details and the issue details Deleting my account
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Use the 'Cancel My Account' link on your Account Settings page. Requires email confirmation.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- You can reactivate at any time by logging in to your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- In order to delete your account, you have to fill out the form.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Edit profile (menu item at the top right corner of the page) → Delete account
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- It's not possible to remove your account, but you can remove your blogs.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- TED has to be contacted via e-mail for account deletion requests
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Open deactivation page. Enter your phone number and one time password sent to your Telegram account. Delete your account then.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click on 'Konto löschen' and then on 'Mein Konto jetzt unwiederruflich löschen'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You must submit a request to close your account via the form.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You will most likely be told that it's impossible to delete your account when contacting customer service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- At the bottom of the page is a delete account buttom, after clicking on it, you will need to re-enter your password.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- you have to ask the staff to delete your account
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can't delete your account, but you can contact them via email to deactivate it.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Select 'Delete your account?' option to delete your account
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- You must log in and contact the staff to delete your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Your account is deactivated before being deleted. After 30 days of remaining deactivated it will then be deleted.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Yes and no, it depends on which type(s) of accounts, and you will need to delete the accounts in the correct order. All accounts are tied to Ubuntu One's Single Sign-On (login.ubuntu.com), so that is the account you should close last. Everything else, such as Launchpad.net, cloud file storage, AskUbuntu, and other accounts should be closed first if possible. This is especially important if you have any paid services attached, to make sure you won't be billed for anything after closing the accounts. The last step is to delete your Single Sign-On (SSO) account. SSO accounts must be deleted manually by the Ubuntu One staff.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- A Udacity employee recommends that you stop using the account, which means there's currently no way of deleting the account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- In order to delete your account, you need to first unsubscribe from all of your courses.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click 'Delete my account' at the bottom of the user settings page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Send an email with the subject ‘Delete my account’
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Scroll down to the bottom of the 'Account Settings' page and click 'Delete Account'
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You may discontinue your use of the Service at any time without informing us. We may, however, retain and continue to use any Content that you have submitted or uploaded through the Service.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- There's a button on the right, just under the menu.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- The only way to delete your Vine account without deleting your Twitter account is to contact Twitter through their contact form.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- Site provides no user account management interface or account deletion options.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Site uses the term "unsubscribe" to describe completely deleting an account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- When logged into the website, select "My WhatPulse" from the navigation bar, then click "Unregister from WhatPulse" towards the bottom of the page. This will permanently delete the account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- From the app: Settings → Account → Delete your account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Menu → Edit vCard → Account management → Delete everything (cannot be undone)
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Just click 'Deactivate'.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- 'A username cannot be deleted.' However, they do have some suggestions.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- 'Delete any built sites and subscribtions then follow the link to a deletion request form. Email is sent straght away with a link to confirm the deletion
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- For the immediate future, send a message to WolframAlpha, and your Wolfram ID will be deleted manually.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- “WordPress.com accounts cannot be deleted.” The best you can do is remove any identifying data from your account.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Click 'Delete Account' at the bottom of the account preferences panel.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- There is no way to delete your account, you can only make some information private and/or delete it.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- Select 'delete my profile' at the bottom of the page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- “Delete account” link at the bottom of the page.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
-
- On the above URL, click the 'Delete your Yammer account' link in the topright and confirm.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 中等
-
-
-
-
-
- You must request deletion of your Yatado data before deleting the related social account.
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
- popular
-
-
-
-
-
-
-
-
- 不可能
-
-
-
-
-
- You can’t delete your YouTube account without deleting your entire Google or Google+ account. But you can delete your YouTube channel.
-
-
- 查看訊息...
-
-
-
- popular
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 簡單
-
-
-
-
- 無可用訊息
-
-
-
-
-
-
-
-
-
-
- 困難
-
-
-
-
-
- Place Delete My Account in the subject line and include your first name, last name, e-mail address and user ID number for the SNS from which you access our games (if applicable) in the body of the e-mail.
-
-
寄送 email »
-
-
- 查看訊息...
-
-
-
-
-
-
-
-
-
-
-
about anchor
-
-
-
-
-
-
-
-
指南
-
上述連結不同的顏色用以表示刪除帳號的難易程度:
-
- 簡單 - 簡易操作
- 中等 - 需要額外步驟
- 困難 - 需要聯絡客服才可刪除
- 不可能 - 無法刪除
-
-
-
主機代管需要資金。如果你喜歡 JustDelete.me,請考慮捐贈
-
-
-
-
-
-
-
-
-
Google Chrome 應用程式
-
我們的好朋友 Mike Rogers 協助我們為 JustDelete.me 製作了一個很棒的 Google Chrome 應用程式。
-
當你進入收錄於 justdelete.me 的網站時,Chrome 應用程式將會在在網址列加入一個小圓點。點選該點將帶你到相關刪除頁面。
-
要安裝它,只需進入到 Chrome 線上應用程式商店 。
-
-
應用程式指南
-
- - 簡易操作
- - 需要額外步驟
- - 需要聯絡客服才可刪除
- - 無法刪除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/gulpfile.js b/gulpfile.js
deleted file mode 100644
index 262ebeb1..00000000
--- a/gulpfile.js
+++ /dev/null
@@ -1,56 +0,0 @@
-var gulp = require('gulp'),
- fs = require('fs'),
- rename = require('gulp-rename'),
- del = require('del'),
- swig = require('gulp-swig'),
- data = require('gulp-data')
- jsonlint = require('gulp-jsonlint');
-
-var translations = JSON.parse(fs.readFileSync('_trans/_config.json')),
- rtl = ['fa', 'ar'],
- sites,
- trans,
- notes;
-
-gulp.task('jsonlint', function() {
- gulp.src('sites.json')
- .pipe(jsonlint())
- .pipe(jsonlint.reporter());
-});
-
-gulp.task('clean', function(callback) {
- return del(['docs/*.html'], callback);
-});
-
-gulp.task('translate', ['clean'], function() {
-
- translations.forEach(function(translation) {
-
- sites = JSON.parse(fs.readFileSync('sites.json'));
- trans = JSON.parse(fs.readFileSync('_trans/' + translation.code + '.json'));
-
- if (translation.code !== 'en') {
- sites.forEach(function(site, i) {
- if (site.notes) {
- site.notes = site['notes_'+translation.code] ? site['notes_'+translation.code] : site.notes;
- sites[i] = site;
- }
- });
- }
-
- gulp.src('template.html')
- .pipe(rename((translation.code == 'en' ? 'index' : translation.code) + '.html'))
- .pipe(data({
- trans: translation,
- i18n: trans,
- sites: sites,
- rtl: (rtl.indexOf(translation.code) == -1) ? false : true,
- assetPath: 'assets'
- }))
- .pipe(swig())
- .pipe(gulp.dest('docs'));
- });
-
-});
-
-gulp.task('default', ['jsonlint', 'translate']);
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 00000000..21db305d
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,27524 @@
+{
+ "name": "justdelete.me",
+ "version": "0.1.0",
+ "lockfileVersion": 2,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "justdelete.me",
+ "version": "0.1.0",
+ "dependencies": {
+ "@testing-library/jest-dom": "^5.16.1",
+ "@testing-library/react": "^12.1.2",
+ "@testing-library/user-event": "^13.5.0",
+ "@types/jest": "^27.4.0",
+ "@types/node": "^16.11.19",
+ "@types/react": "^17.0.38",
+ "@types/react-dom": "^17.0.11",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
+ "react-scripts": "5.0.0",
+ "styled-components": "^5.3.3",
+ "typescript": "^4.5.4",
+ "web-vitals": "^2.1.2"
+ },
+ "devDependencies": {
+ "@types/styled-components": "^5.1.19",
+ "prettier": "^2.5.1"
+ }
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
+ "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
+ "dependencies": {
+ "@babel/highlight": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/compat-data": {
+ "version": "7.16.4",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz",
+ "integrity": "sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/core": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.7.tgz",
+ "integrity": "sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==",
+ "dependencies": {
+ "@babel/code-frame": "^7.16.7",
+ "@babel/generator": "^7.16.7",
+ "@babel/helper-compilation-targets": "^7.16.7",
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helpers": "^7.16.7",
+ "@babel/parser": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7",
+ "convert-source-map": "^1.7.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.1.2",
+ "semver": "^6.3.0",
+ "source-map": "^0.5.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/babel"
+ }
+ },
+ "node_modules/@babel/core/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/@babel/eslint-parser": {
+ "version": "7.16.5",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz",
+ "integrity": "sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==",
+ "dependencies": {
+ "eslint-scope": "^5.1.1",
+ "eslint-visitor-keys": "^2.1.0",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": ">=7.11.0",
+ "eslint": "^7.5.0 || ^8.0.0"
+ }
+ },
+ "node_modules/@babel/eslint-parser/node_modules/eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@babel/eslint-parser/node_modules/estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/@babel/eslint-parser/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/@babel/generator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.7.tgz",
+ "integrity": "sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==",
+ "dependencies": {
+ "@babel/types": "^7.16.7",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-annotate-as-pure": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
+ "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz",
+ "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==",
+ "dependencies": {
+ "@babel/helper-explode-assignable-expression": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz",
+ "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==",
+ "dependencies": {
+ "@babel/compat-data": "^7.16.4",
+ "@babel/helper-validator-option": "^7.16.7",
+ "browserslist": "^4.17.5",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/@babel/helper-create-class-features-plugin": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz",
+ "integrity": "sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/helper-member-expression-to-functions": "^7.16.7",
+ "@babel/helper-optimise-call-expression": "^7.16.7",
+ "@babel/helper-replace-supers": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz",
+ "integrity": "sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "regexpu-core": "^4.7.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-define-polyfill-provider": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz",
+ "integrity": "sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==",
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.13.0",
+ "@babel/helper-module-imports": "^7.12.13",
+ "@babel/helper-plugin-utils": "^7.13.0",
+ "@babel/traverse": "^7.13.0",
+ "debug": "^4.1.1",
+ "lodash.debounce": "^4.0.8",
+ "resolve": "^1.14.2",
+ "semver": "^6.1.2"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0-0"
+ }
+ },
+ "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/@babel/helper-environment-visitor": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
+ "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-explode-assignable-expression": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz",
+ "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-function-name": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
+ "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==",
+ "dependencies": {
+ "@babel/helper-get-function-arity": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-get-function-arity": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
+ "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
+ "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-member-expression-to-functions": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz",
+ "integrity": "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
+ "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz",
+ "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==",
+ "dependencies": {
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-module-imports": "^7.16.7",
+ "@babel/helper-simple-access": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7",
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-optimise-call-expression": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz",
+ "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-plugin-utils": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
+ "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-remap-async-to-generator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.7.tgz",
+ "integrity": "sha512-C3o117GnP/j/N2OWo+oepeWbFEKRfNaay+F1Eo5Mj3A1SRjyx+qaFhm23nlipub7Cjv2azdUUiDH+VlpdwUFRg==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-wrap-function": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-replace-supers": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz",
+ "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==",
+ "dependencies": {
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-member-expression-to-functions": "^7.16.7",
+ "@babel/helper-optimise-call-expression": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-simple-access": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz",
+ "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
+ "version": "7.16.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz",
+ "integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==",
+ "dependencies": {
+ "@babel/types": "^7.16.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-split-export-declaration": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
+ "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
+ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz",
+ "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-wrap-function": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.7.tgz",
+ "integrity": "sha512-7a9sABeVwcunnztZZ7WTgSw6jVYLzM1wua0Z4HIXm9S3/HC96WKQTkFgGEaj5W06SHHihPJ6Le6HzS5cGOQMNw==",
+ "dependencies": {
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helpers": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.7.tgz",
+ "integrity": "sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==",
+ "dependencies": {
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
+ "integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "chalk": "^2.0.0",
+ "js-tokens": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.7.tgz",
+ "integrity": "sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz",
+ "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz",
+ "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
+ "@babel/plugin-proposal-optional-chaining": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.13.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-async-generator-functions": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.7.tgz",
+ "integrity": "sha512-TTXBT3A5c11eqRzaC6beO6rlFT3Mo9C2e8eB44tTr52ESXSK2CIc2fOp1ynpAwQA8HhBMho+WXhMHWlAe3xkpw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-remap-async-to-generator": "^7.16.7",
+ "@babel/plugin-syntax-async-generators": "^7.8.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-properties": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz",
+ "integrity": "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-static-block": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz",
+ "integrity": "sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.12.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-decorators": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.16.7.tgz",
+ "integrity": "sha512-DoEpnuXK14XV9btI1k8tzNGCutMclpj4yru8aXKoHlVmbO1s+2A+g2+h4JhcjrxkFJqzbymnLG6j/niOf3iFXQ==",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-decorators": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-dynamic-import": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz",
+ "integrity": "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-export-namespace-from": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz",
+ "integrity": "sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-json-strings": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz",
+ "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-json-strings": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz",
+ "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz",
+ "integrity": "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-numeric-separator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz",
+ "integrity": "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-object-rest-spread": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz",
+ "integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==",
+ "dependencies": {
+ "@babel/compat-data": "^7.16.4",
+ "@babel/helper-compilation-targets": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-transform-parameters": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-optional-catch-binding": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz",
+ "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-optional-chaining": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz",
+ "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-private-methods": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz",
+ "integrity": "sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-private-property-in-object": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz",
+ "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-unicode-property-regex": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz",
+ "integrity": "sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-async-generators": {
+ "version": "7.8.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-bigint": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
+ "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-class-properties": {
+ "version": "7.12.13",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.12.13"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-class-static-block": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
+ "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-decorators": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.16.7.tgz",
+ "integrity": "sha512-vQ+PxL+srA7g6Rx6I1e15m55gftknl2X8GCUW1JTlkTaXZLJOS0UcaY0eK9jYT7IYf4awn6qwyghVHLDz1WyMw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-dynamic-import": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-export-namespace-from": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
+ "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-flow": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz",
+ "integrity": "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-import-meta": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-json-strings": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-jsx": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz",
+ "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-numeric-separator": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-object-rest-spread": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-catch-binding": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-chaining": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-private-property-in-object": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
+ "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-top-level-await": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-typescript": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz",
+ "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-arrow-functions": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz",
+ "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-async-to-generator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.7.tgz",
+ "integrity": "sha512-pFEfjnK4DfXCfAlA5I98BYdDJD8NltMzx19gt6DAmfE+2lXRfPUoa0/5SUjT4+TDE1W/rcxU/1lgN55vpAjjdg==",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-remap-async-to-generator": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-block-scoped-functions": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz",
+ "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-block-scoping": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz",
+ "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-classes": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz",
+ "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/helper-optimise-call-expression": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-replace-supers": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-computed-properties": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz",
+ "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-destructuring": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz",
+ "integrity": "sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-dotall-regex": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz",
+ "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-duplicate-keys": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz",
+ "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-exponentiation-operator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz",
+ "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==",
+ "dependencies": {
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-flow-strip-types": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz",
+ "integrity": "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-flow": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-for-of": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz",
+ "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-function-name": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz",
+ "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==",
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.16.7",
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-literals": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz",
+ "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-member-expression-literals": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz",
+ "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-amd": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz",
+ "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.7.tgz",
+ "integrity": "sha512-h2RP2kE7He1ZWKyAlanMZrAbdv+Acw1pA8dQZhE025WJZE2z0xzFADAinXA9fxd5bn7JnM+SdOGcndGx1ARs9w==",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-simple-access": "^7.16.7",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-systemjs": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz",
+ "integrity": "sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==",
+ "dependencies": {
+ "@babel/helper-hoist-variables": "^7.16.7",
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-umd": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz",
+ "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.7.tgz",
+ "integrity": "sha512-kFy35VwmwIQwCjwrAQhl3+c/kr292i4KdLPKp5lPH03Ltc51qnFlIADoyPxc/6Naz3ok3WdYKg+KK6AH+D4utg==",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-new-target": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz",
+ "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-object-super": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz",
+ "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-replace-supers": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-parameters": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz",
+ "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-property-literals": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz",
+ "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-constant-elements": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.16.7.tgz",
+ "integrity": "sha512-lF+cfsyTgwWkcw715J88JhMYJ5GpysYNLhLP1PkvkhTRN7B3e74R/1KsDxFxhRpSn0UUD3IWM4GvdBR2PEbbQQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-display-name": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz",
+ "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-jsx": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz",
+ "integrity": "sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-module-imports": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-jsx": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-jsx-development": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz",
+ "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==",
+ "dependencies": {
+ "@babel/plugin-transform-react-jsx": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-react-pure-annotations": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz",
+ "integrity": "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-regenerator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz",
+ "integrity": "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==",
+ "dependencies": {
+ "regenerator-transform": "^0.14.2"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-reserved-words": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz",
+ "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-runtime": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.7.tgz",
+ "integrity": "sha512-2FoHiSAWkdq4L06uaDN3rS43i6x28desUVxq+zAFuE6kbWYQeiLPJI5IC7Sg9xKYVcrBKSQkVUfH6aeQYbl9QA==",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "babel-plugin-polyfill-corejs2": "^0.3.0",
+ "babel-plugin-polyfill-corejs3": "^0.4.0",
+ "babel-plugin-polyfill-regenerator": "^0.3.0",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/@babel/plugin-transform-shorthand-properties": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz",
+ "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-spread": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz",
+ "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-sticky-regex": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz",
+ "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-template-literals": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz",
+ "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-typeof-symbol": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz",
+ "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-typescript": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.7.tgz",
+ "integrity": "sha512-Hzx1lvBtOCWuCEwMmYOfpQpO7joFeXLgoPuzZZBtTxXqSqUGUubvFGZv2ygo1tB5Bp9q6PXV3H0E/kf7KM0RLA==",
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-typescript": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-escapes": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz",
+ "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-regex": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz",
+ "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==",
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/preset-env": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.7.tgz",
+ "integrity": "sha512-urX3Cee4aOZbRWOSa3mKPk0aqDikfILuo+C7qq7HY0InylGNZ1fekq9jmlr3pLWwZHF4yD7heQooc2Pow2KMyQ==",
+ "dependencies": {
+ "@babel/compat-data": "^7.16.4",
+ "@babel/helper-compilation-targets": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-validator-option": "^7.16.7",
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
+ "@babel/plugin-proposal-async-generator-functions": "^7.16.7",
+ "@babel/plugin-proposal-class-properties": "^7.16.7",
+ "@babel/plugin-proposal-class-static-block": "^7.16.7",
+ "@babel/plugin-proposal-dynamic-import": "^7.16.7",
+ "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
+ "@babel/plugin-proposal-json-strings": "^7.16.7",
+ "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
+ "@babel/plugin-proposal-numeric-separator": "^7.16.7",
+ "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
+ "@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
+ "@babel/plugin-proposal-optional-chaining": "^7.16.7",
+ "@babel/plugin-proposal-private-methods": "^7.16.7",
+ "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
+ "@babel/plugin-proposal-unicode-property-regex": "^7.16.7",
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-class-properties": "^7.12.13",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
+ "@babel/plugin-syntax-top-level-await": "^7.14.5",
+ "@babel/plugin-transform-arrow-functions": "^7.16.7",
+ "@babel/plugin-transform-async-to-generator": "^7.16.7",
+ "@babel/plugin-transform-block-scoped-functions": "^7.16.7",
+ "@babel/plugin-transform-block-scoping": "^7.16.7",
+ "@babel/plugin-transform-classes": "^7.16.7",
+ "@babel/plugin-transform-computed-properties": "^7.16.7",
+ "@babel/plugin-transform-destructuring": "^7.16.7",
+ "@babel/plugin-transform-dotall-regex": "^7.16.7",
+ "@babel/plugin-transform-duplicate-keys": "^7.16.7",
+ "@babel/plugin-transform-exponentiation-operator": "^7.16.7",
+ "@babel/plugin-transform-for-of": "^7.16.7",
+ "@babel/plugin-transform-function-name": "^7.16.7",
+ "@babel/plugin-transform-literals": "^7.16.7",
+ "@babel/plugin-transform-member-expression-literals": "^7.16.7",
+ "@babel/plugin-transform-modules-amd": "^7.16.7",
+ "@babel/plugin-transform-modules-commonjs": "^7.16.7",
+ "@babel/plugin-transform-modules-systemjs": "^7.16.7",
+ "@babel/plugin-transform-modules-umd": "^7.16.7",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.7",
+ "@babel/plugin-transform-new-target": "^7.16.7",
+ "@babel/plugin-transform-object-super": "^7.16.7",
+ "@babel/plugin-transform-parameters": "^7.16.7",
+ "@babel/plugin-transform-property-literals": "^7.16.7",
+ "@babel/plugin-transform-regenerator": "^7.16.7",
+ "@babel/plugin-transform-reserved-words": "^7.16.7",
+ "@babel/plugin-transform-shorthand-properties": "^7.16.7",
+ "@babel/plugin-transform-spread": "^7.16.7",
+ "@babel/plugin-transform-sticky-regex": "^7.16.7",
+ "@babel/plugin-transform-template-literals": "^7.16.7",
+ "@babel/plugin-transform-typeof-symbol": "^7.16.7",
+ "@babel/plugin-transform-unicode-escapes": "^7.16.7",
+ "@babel/plugin-transform-unicode-regex": "^7.16.7",
+ "@babel/preset-modules": "^0.1.5",
+ "@babel/types": "^7.16.7",
+ "babel-plugin-polyfill-corejs2": "^0.3.0",
+ "babel-plugin-polyfill-corejs3": "^0.4.0",
+ "babel-plugin-polyfill-regenerator": "^0.3.0",
+ "core-js-compat": "^3.19.1",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/preset-env/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/@babel/preset-modules": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
+ "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
+ "@babel/plugin-transform-dotall-regex": "^7.4.4",
+ "@babel/types": "^7.4.4",
+ "esutils": "^2.0.2"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/preset-react": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.7.tgz",
+ "integrity": "sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-validator-option": "^7.16.7",
+ "@babel/plugin-transform-react-display-name": "^7.16.7",
+ "@babel/plugin-transform-react-jsx": "^7.16.7",
+ "@babel/plugin-transform-react-jsx-development": "^7.16.7",
+ "@babel/plugin-transform-react-pure-annotations": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/preset-typescript": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz",
+ "integrity": "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-validator-option": "^7.16.7",
+ "@babel/plugin-transform-typescript": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/runtime": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz",
+ "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==",
+ "dependencies": {
+ "regenerator-runtime": "^0.13.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/runtime-corejs3": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.16.7.tgz",
+ "integrity": "sha512-MiYR1yk8+TW/CpOD0CyX7ve9ffWTKqLk/L6pk8TPl0R8pNi+1pFY8fH9yET55KlvukQ4PAWfXsGr2YHVjcI4Pw==",
+ "dependencies": {
+ "core-js-pure": "^3.19.0",
+ "regenerator-runtime": "^0.13.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/template": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
+ "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
+ "dependencies": {
+ "@babel/code-frame": "^7.16.7",
+ "@babel/parser": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.7.tgz",
+ "integrity": "sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==",
+ "dependencies": {
+ "@babel/code-frame": "^7.16.7",
+ "@babel/generator": "^7.16.7",
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/helper-hoist-variables": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7",
+ "@babel/parser": "^7.16.7",
+ "@babel/types": "^7.16.7",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/types": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.7.tgz",
+ "integrity": "sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "to-fast-properties": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@bcoe/v8-coverage": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
+ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
+ },
+ "node_modules/@csstools/normalize.css": {
+ "version": "12.0.0",
+ "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz",
+ "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg=="
+ },
+ "node_modules/@emotion/is-prop-valid": {
+ "version": "0.8.8",
+ "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz",
+ "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==",
+ "dependencies": {
+ "@emotion/memoize": "0.7.4"
+ }
+ },
+ "node_modules/@emotion/memoize": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
+ "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
+ },
+ "node_modules/@emotion/stylis": {
+ "version": "0.8.5",
+ "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
+ "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ=="
+ },
+ "node_modules/@emotion/unitless": {
+ "version": "0.7.5",
+ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
+ "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.5.tgz",
+ "integrity": "sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==",
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.2.0",
+ "globals": "^13.9.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.0.4",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
+ },
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
+ "version": "13.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz",
+ "integrity": "sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==",
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array": {
+ "version": "0.9.2",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.2.tgz",
+ "integrity": "sha512-UXOuFCGcwciWckOpmfKDq/GyhlTf9pN/BzG//x8p8zTOFEcGuA68ANXheFS0AGvy3qgZqLBUkMs7hqzqCKOVwA==",
+ "dependencies": {
+ "@humanwhocodes/object-schema": "^1.2.1",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ }
+ },
+ "node_modules/@humanwhocodes/object-schema": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
+ },
+ "node_modules/@istanbuljs/load-nyc-config": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
+ "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
+ "dependencies": {
+ "camelcase": "^5.3.1",
+ "find-up": "^4.1.0",
+ "get-package-type": "^0.1.0",
+ "js-yaml": "^3.13.1",
+ "resolve-from": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/schema": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
+ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/console": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.4.6.tgz",
+ "integrity": "sha512-jauXyacQD33n47A44KrlOVeiXHEXDqapSdfb9kTekOchH/Pd18kBIO1+xxJQRLuG+LUuljFCwTG92ra4NW7SpA==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "jest-message-util": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/console/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/console/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/console/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/console/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/console/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/console/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core": {
+ "version": "27.4.7",
+ "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.7.tgz",
+ "integrity": "sha512-n181PurSJkVMS+kClIFSX/LLvw9ExSb+4IMtD6YnfxZVerw9ANYtW0bPrm0MJu2pfe9SY9FJ9FtQ+MdZkrZwjg==",
+ "dependencies": {
+ "@jest/console": "^27.4.6",
+ "@jest/reporters": "^27.4.6",
+ "@jest/test-result": "^27.4.6",
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "emittery": "^0.8.1",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.4",
+ "jest-changed-files": "^27.4.2",
+ "jest-config": "^27.4.7",
+ "jest-haste-map": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-regex-util": "^27.4.0",
+ "jest-resolve": "^27.4.6",
+ "jest-resolve-dependencies": "^27.4.6",
+ "jest-runner": "^27.4.6",
+ "jest-runtime": "^27.4.6",
+ "jest-snapshot": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "jest-validate": "^27.4.6",
+ "jest-watcher": "^27.4.6",
+ "micromatch": "^4.0.4",
+ "rimraf": "^3.0.0",
+ "slash": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@jest/core/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/core/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/core/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/core/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/core/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/environment": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.4.6.tgz",
+ "integrity": "sha512-E6t+RXPfATEEGVidr84WngLNWZ8ffCPky8RqqRK6u1Bn0LK92INe0MDttyPl/JOzaq92BmDzOeuqk09TvM22Sg==",
+ "dependencies": {
+ "@jest/fake-timers": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "jest-mock": "^27.4.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/fake-timers": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.4.6.tgz",
+ "integrity": "sha512-mfaethuYF8scV8ntPpiVGIHQgS0XIALbpY2jt2l7wb/bvq4Q5pDLk4EP4D7SAvYT1QrPOPVZAtbdGAOOyIgs7A==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "@sinonjs/fake-timers": "^8.0.1",
+ "@types/node": "*",
+ "jest-message-util": "^27.4.6",
+ "jest-mock": "^27.4.6",
+ "jest-util": "^27.4.2"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/globals": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.4.6.tgz",
+ "integrity": "sha512-kAiwMGZ7UxrgPzu8Yv9uvWmXXxsy0GciNejlHvfPIfWkSxChzv6bgTS3YqBkGuHcis+ouMFI2696n2t+XYIeFw==",
+ "dependencies": {
+ "@jest/environment": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "expect": "^27.4.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/reporters": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.4.6.tgz",
+ "integrity": "sha512-+Zo9gV81R14+PSq4wzee4GC2mhAN9i9a7qgJWL90Gpx7fHYkWpTBvwWNZUXvJByYR9tAVBdc8VxDWqfJyIUrIQ==",
+ "dependencies": {
+ "@bcoe/v8-coverage": "^0.2.3",
+ "@jest/console": "^27.4.6",
+ "@jest/test-result": "^27.4.6",
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "exit": "^0.1.2",
+ "glob": "^7.1.2",
+ "graceful-fs": "^4.2.4",
+ "istanbul-lib-coverage": "^3.0.0",
+ "istanbul-lib-instrument": "^5.1.0",
+ "istanbul-lib-report": "^3.0.0",
+ "istanbul-lib-source-maps": "^4.0.0",
+ "istanbul-reports": "^3.1.3",
+ "jest-haste-map": "^27.4.6",
+ "jest-resolve": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "jest-worker": "^27.4.6",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.0",
+ "string-length": "^4.0.1",
+ "terminal-link": "^2.0.0",
+ "v8-to-istanbul": "^8.1.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/reporters/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/source-map": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.4.0.tgz",
+ "integrity": "sha512-Ntjx9jzP26Bvhbm93z/AKcPRj/9wrkI88/gK60glXDx1q+IeI0rf7Lw2c89Ch6ofonB0On/iRDreQuQ6te9pgQ==",
+ "dependencies": {
+ "callsites": "^3.0.0",
+ "graceful-fs": "^4.2.4",
+ "source-map": "^0.6.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/source-map/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@jest/test-result": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.4.6.tgz",
+ "integrity": "sha512-fi9IGj3fkOrlMmhQqa/t9xum8jaJOOAi/lZlm6JXSc55rJMXKHxNDN1oCP39B0/DhNOa2OMupF9BcKZnNtXMOQ==",
+ "dependencies": {
+ "@jest/console": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "collect-v8-coverage": "^1.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/test-sequencer": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.4.6.tgz",
+ "integrity": "sha512-3GL+nsf6E1PsyNsJuvPyIz+DwFuCtBdtvPpm/LMXVkBJbdFvQYCDpccYT56qq5BGniXWlE81n2qk1sdXfZebnw==",
+ "dependencies": {
+ "@jest/test-result": "^27.4.6",
+ "graceful-fs": "^4.2.4",
+ "jest-haste-map": "^27.4.6",
+ "jest-runtime": "^27.4.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/transform": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.4.6.tgz",
+ "integrity": "sha512-9MsufmJC8t5JTpWEQJ0OcOOAXaH5ioaIX6uHVBLBMoCZPfKKQF+EqP8kACAvCZ0Y1h2Zr3uOccg8re+Dr5jxyw==",
+ "dependencies": {
+ "@babel/core": "^7.1.0",
+ "@jest/types": "^27.4.2",
+ "babel-plugin-istanbul": "^6.1.1",
+ "chalk": "^4.0.0",
+ "convert-source-map": "^1.4.0",
+ "fast-json-stable-stringify": "^2.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-haste-map": "^27.4.6",
+ "jest-regex-util": "^27.4.0",
+ "jest-util": "^27.4.2",
+ "micromatch": "^4.0.4",
+ "pirates": "^4.0.4",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.1",
+ "write-file-atomic": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/transform/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/types": {
+ "version": "27.4.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.4.2.tgz",
+ "integrity": "sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^16.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/types/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/types/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/types/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/types/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/types/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/types/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@pmmmwh/react-refresh-webpack-plugin": {
+ "version": "0.5.4",
+ "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.4.tgz",
+ "integrity": "sha512-zZbZeHQDnoTlt2AF+diQT0wsSXpvWiaIOZwBRdltNFhG1+I3ozyaw7U/nBiUwyJ0D+zwdXp0E3bWOl38Ag2BMw==",
+ "dependencies": {
+ "ansi-html-community": "^0.0.8",
+ "common-path-prefix": "^3.0.0",
+ "core-js-pure": "^3.8.1",
+ "error-stack-parser": "^2.0.6",
+ "find-up": "^5.0.0",
+ "html-entities": "^2.1.0",
+ "loader-utils": "^2.0.0",
+ "schema-utils": "^3.0.0",
+ "source-map": "^0.7.3"
+ },
+ "engines": {
+ "node": ">= 10.13"
+ },
+ "peerDependencies": {
+ "@types/webpack": "4.x || 5.x",
+ "react-refresh": ">=0.10.0 <1.0.0",
+ "sockjs-client": "^1.4.0",
+ "type-fest": ">=0.17.0 <3.0.0",
+ "webpack": ">=4.43.0 <6.0.0",
+ "webpack-dev-server": "3.x || 4.x",
+ "webpack-hot-middleware": "2.x",
+ "webpack-plugin-serve": "0.x || 1.x"
+ },
+ "peerDependenciesMeta": {
+ "@types/webpack": {
+ "optional": true
+ },
+ "sockjs-client": {
+ "optional": true
+ },
+ "type-fest": {
+ "optional": true
+ },
+ "webpack-dev-server": {
+ "optional": true
+ },
+ "webpack-hot-middleware": {
+ "optional": true
+ },
+ "webpack-plugin-serve": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@rollup/plugin-babel": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.0.tgz",
+ "integrity": "sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.10.4",
+ "@rollup/pluginutils": "^3.1.0"
+ },
+ "engines": {
+ "node": ">= 10.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0",
+ "@types/babel__core": "^7.1.9",
+ "rollup": "^1.20.0||^2.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@types/babel__core": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@rollup/plugin-node-resolve": {
+ "version": "11.2.1",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
+ "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
+ "dependencies": {
+ "@rollup/pluginutils": "^3.1.0",
+ "@types/resolve": "1.17.1",
+ "builtin-modules": "^3.1.0",
+ "deepmerge": "^4.2.2",
+ "is-module": "^1.0.0",
+ "resolve": "^1.19.0"
+ },
+ "engines": {
+ "node": ">= 10.0.0"
+ },
+ "peerDependencies": {
+ "rollup": "^1.20.0||^2.0.0"
+ }
+ },
+ "node_modules/@rollup/plugin-replace": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
+ "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
+ "dependencies": {
+ "@rollup/pluginutils": "^3.1.0",
+ "magic-string": "^0.25.7"
+ },
+ "peerDependencies": {
+ "rollup": "^1.20.0 || ^2.0.0"
+ }
+ },
+ "node_modules/@rollup/pluginutils": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
+ "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
+ "dependencies": {
+ "@types/estree": "0.0.39",
+ "estree-walker": "^1.0.1",
+ "picomatch": "^2.2.2"
+ },
+ "engines": {
+ "node": ">= 8.0.0"
+ },
+ "peerDependencies": {
+ "rollup": "^1.20.0||^2.0.0"
+ }
+ },
+ "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
+ "version": "0.0.39",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
+ "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
+ },
+ "node_modules/@rushstack/eslint-patch": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.0.tgz",
+ "integrity": "sha512-JLo+Y592QzIE+q7Dl2pMUtt4q8SKYI5jDrZxrozEQxnGVOyYE+GWK9eLkwTaeN9DDctlaRAQ3TBmzZ1qdLE30A=="
+ },
+ "node_modules/@sinonjs/commons": {
+ "version": "1.8.3",
+ "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
+ "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
+ "dependencies": {
+ "type-detect": "4.0.8"
+ }
+ },
+ "node_modules/@sinonjs/fake-timers": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
+ "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
+ "dependencies": {
+ "@sinonjs/commons": "^1.7.0"
+ }
+ },
+ "node_modules/@surma/rollup-plugin-off-main-thread": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
+ "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
+ "dependencies": {
+ "ejs": "^3.1.6",
+ "json5": "^2.2.0",
+ "magic-string": "^0.25.0",
+ "string.prototype.matchall": "^4.0.6"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
+ "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
+ "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
+ "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
+ "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
+ "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
+ "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
+ "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/babel-plugin-transform-svg-component": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
+ "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/babel-preset": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
+ "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
+ "dependencies": {
+ "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
+ "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
+ "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
+ "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
+ "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
+ "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
+ "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
+ "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/core": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
+ "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
+ "dependencies": {
+ "@svgr/plugin-jsx": "^5.5.0",
+ "camelcase": "^6.2.0",
+ "cosmiconfig": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/hast-util-to-babel-ast": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
+ "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
+ "dependencies": {
+ "@babel/types": "^7.12.6"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/plugin-jsx": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
+ "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
+ "dependencies": {
+ "@babel/core": "^7.12.3",
+ "@svgr/babel-preset": "^5.5.0",
+ "@svgr/hast-util-to-babel-ast": "^5.5.0",
+ "svg-parser": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/plugin-svgo": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
+ "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
+ "dependencies": {
+ "cosmiconfig": "^7.0.0",
+ "deepmerge": "^4.2.2",
+ "svgo": "^1.2.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@svgr/webpack": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
+ "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
+ "dependencies": {
+ "@babel/core": "^7.12.3",
+ "@babel/plugin-transform-react-constant-elements": "^7.12.1",
+ "@babel/preset-env": "^7.12.1",
+ "@babel/preset-react": "^7.12.5",
+ "@svgr/core": "^5.5.0",
+ "@svgr/plugin-jsx": "^5.5.0",
+ "@svgr/plugin-svgo": "^5.5.0",
+ "loader-utils": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/gregberge"
+ }
+ },
+ "node_modules/@testing-library/dom": {
+ "version": "8.11.1",
+ "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.1.tgz",
+ "integrity": "sha512-3KQDyx9r0RKYailW2MiYrSSKEfH0GTkI51UGEvJenvcoDoeRYs0PZpi2SXqtnMClQvCqdtTTpOfFETDTVADpAg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.10.4",
+ "@babel/runtime": "^7.12.5",
+ "@types/aria-query": "^4.2.0",
+ "aria-query": "^5.0.0",
+ "chalk": "^4.1.0",
+ "dom-accessibility-api": "^0.5.9",
+ "lz-string": "^1.4.4",
+ "pretty-format": "^27.0.2"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/aria-query": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
+ "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==",
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@testing-library/dom/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/dom/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/jest-dom": {
+ "version": "5.16.1",
+ "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz",
+ "integrity": "sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==",
+ "dependencies": {
+ "@babel/runtime": "^7.9.2",
+ "@types/testing-library__jest-dom": "^5.9.1",
+ "aria-query": "^5.0.0",
+ "chalk": "^3.0.0",
+ "css": "^3.0.0",
+ "css.escape": "^1.5.1",
+ "dom-accessibility-api": "^0.5.6",
+ "lodash": "^4.17.15",
+ "redent": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8",
+ "npm": ">=6",
+ "yarn": ">=1"
+ }
+ },
+ "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@testing-library/jest-dom/node_modules/aria-query": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
+ "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==",
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/@testing-library/jest-dom/node_modules/chalk": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
+ "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/jest-dom/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@testing-library/jest-dom/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@testing-library/jest-dom/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/jest-dom/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@testing-library/react": {
+ "version": "12.1.2",
+ "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.2.tgz",
+ "integrity": "sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==",
+ "dependencies": {
+ "@babel/runtime": "^7.12.5",
+ "@testing-library/dom": "^8.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "peerDependencies": {
+ "react": "*",
+ "react-dom": "*"
+ }
+ },
+ "node_modules/@testing-library/user-event": {
+ "version": "13.5.0",
+ "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
+ "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
+ "dependencies": {
+ "@babel/runtime": "^7.12.5"
+ },
+ "engines": {
+ "node": ">=10",
+ "npm": ">=6"
+ },
+ "peerDependencies": {
+ "@testing-library/dom": ">=7.21.4"
+ }
+ },
+ "node_modules/@tootallnate/once": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
+ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/@trysound/sax": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
+ "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/@types/aria-query": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz",
+ "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig=="
+ },
+ "node_modules/@types/babel__core": {
+ "version": "7.1.18",
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.18.tgz",
+ "integrity": "sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==",
+ "dependencies": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0",
+ "@types/babel__generator": "*",
+ "@types/babel__template": "*",
+ "@types/babel__traverse": "*"
+ }
+ },
+ "node_modules/@types/babel__generator": {
+ "version": "7.6.4",
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
+ "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
+ "dependencies": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "node_modules/@types/babel__template": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
+ "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
+ "dependencies": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "node_modules/@types/babel__traverse": {
+ "version": "7.14.2",
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz",
+ "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==",
+ "dependencies": {
+ "@babel/types": "^7.3.0"
+ }
+ },
+ "node_modules/@types/body-parser": {
+ "version": "1.19.2",
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
+ "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
+ "dependencies": {
+ "@types/connect": "*",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/bonjour": {
+ "version": "3.5.10",
+ "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz",
+ "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/connect": {
+ "version": "3.4.35",
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
+ "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/connect-history-api-fallback": {
+ "version": "1.3.5",
+ "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz",
+ "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==",
+ "dependencies": {
+ "@types/express-serve-static-core": "*",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/eslint": {
+ "version": "7.29.0",
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz",
+ "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==",
+ "dependencies": {
+ "@types/estree": "*",
+ "@types/json-schema": "*"
+ }
+ },
+ "node_modules/@types/eslint-scope": {
+ "version": "3.7.2",
+ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.2.tgz",
+ "integrity": "sha512-TzgYCWoPiTeRg6RQYgtuW7iODtVoKu3RVL72k3WohqhjfaOLK5Mg2T4Tg1o2bSfu0vPkoI48wdQFv5b/Xe04wQ==",
+ "dependencies": {
+ "@types/eslint": "*",
+ "@types/estree": "*"
+ }
+ },
+ "node_modules/@types/estree": {
+ "version": "0.0.50",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz",
+ "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw=="
+ },
+ "node_modules/@types/express": {
+ "version": "4.17.13",
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
+ "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==",
+ "dependencies": {
+ "@types/body-parser": "*",
+ "@types/express-serve-static-core": "^4.17.18",
+ "@types/qs": "*",
+ "@types/serve-static": "*"
+ }
+ },
+ "node_modules/@types/express-serve-static-core": {
+ "version": "4.17.27",
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.27.tgz",
+ "integrity": "sha512-e/sVallzUTPdyOTiqi8O8pMdBBphscvI6E4JYaKlja4Lm+zh7UFSSdW5VMkRbhDtmrONqOUHOXRguPsDckzxNA==",
+ "dependencies": {
+ "@types/node": "*",
+ "@types/qs": "*",
+ "@types/range-parser": "*"
+ }
+ },
+ "node_modules/@types/graceful-fs": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
+ "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/hoist-non-react-statics": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
+ "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
+ "dev": true,
+ "dependencies": {
+ "@types/react": "*",
+ "hoist-non-react-statics": "^3.3.0"
+ }
+ },
+ "node_modules/@types/html-minifier-terser": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
+ "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
+ },
+ "node_modules/@types/http-proxy": {
+ "version": "1.17.8",
+ "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.8.tgz",
+ "integrity": "sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/istanbul-lib-coverage": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
+ "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
+ },
+ "node_modules/@types/istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "*"
+ }
+ },
+ "node_modules/@types/istanbul-reports": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
+ "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@types/jest": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.4.0.tgz",
+ "integrity": "sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==",
+ "dependencies": {
+ "jest-diff": "^27.0.0",
+ "pretty-format": "^27.0.0"
+ }
+ },
+ "node_modules/@types/json-schema": {
+ "version": "7.0.9",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz",
+ "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ=="
+ },
+ "node_modules/@types/json5": {
+ "version": "0.0.29",
+ "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
+ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
+ },
+ "node_modules/@types/mime": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz",
+ "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="
+ },
+ "node_modules/@types/node": {
+ "version": "16.11.19",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.19.tgz",
+ "integrity": "sha512-BPAcfDPoHlRQNKktbsbnpACGdypPFBuX4xQlsWDE7B8XXcfII+SpOLay3/qZmCLb39kV5S1RTYwXdkx2lwLYng=="
+ },
+ "node_modules/@types/parse-json": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
+ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
+ },
+ "node_modules/@types/prettier": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.2.tgz",
+ "integrity": "sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA=="
+ },
+ "node_modules/@types/prop-types": {
+ "version": "15.7.4",
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz",
+ "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ=="
+ },
+ "node_modules/@types/q": {
+ "version": "1.5.5",
+ "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz",
+ "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
+ },
+ "node_modules/@types/qs": {
+ "version": "6.9.7",
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
+ "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
+ },
+ "node_modules/@types/range-parser": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
+ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
+ },
+ "node_modules/@types/react": {
+ "version": "17.0.38",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.38.tgz",
+ "integrity": "sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==",
+ "dependencies": {
+ "@types/prop-types": "*",
+ "@types/scheduler": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "node_modules/@types/react-dom": {
+ "version": "17.0.11",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz",
+ "integrity": "sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==",
+ "dependencies": {
+ "@types/react": "*"
+ }
+ },
+ "node_modules/@types/resolve": {
+ "version": "1.17.1",
+ "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
+ "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/retry": {
+ "version": "0.12.1",
+ "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz",
+ "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g=="
+ },
+ "node_modules/@types/scheduler": {
+ "version": "0.16.2",
+ "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
+ "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
+ },
+ "node_modules/@types/serve-index": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz",
+ "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==",
+ "dependencies": {
+ "@types/express": "*"
+ }
+ },
+ "node_modules/@types/serve-static": {
+ "version": "1.13.10",
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz",
+ "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==",
+ "dependencies": {
+ "@types/mime": "^1",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/sockjs": {
+ "version": "0.3.33",
+ "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz",
+ "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/stack-utils": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
+ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
+ },
+ "node_modules/@types/styled-components": {
+ "version": "5.1.19",
+ "resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.19.tgz",
+ "integrity": "sha512-hNj14Oamk7Jhb/fMMQG7TUkd3e8uMMgxsCTH+ueJNGdFo/PuhlGDQTPChqyilpZP0WttgBHkc2YyT5UG+yc6Yw==",
+ "dev": true,
+ "dependencies": {
+ "@types/hoist-non-react-statics": "*",
+ "@types/react": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "node_modules/@types/testing-library__jest-dom": {
+ "version": "5.14.2",
+ "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.2.tgz",
+ "integrity": "sha512-vehbtyHUShPxIa9SioxDwCvgxukDMH//icJG90sXQBUm5lJOHLT5kNeU9tnivhnA/TkOFMzGIXN2cTc4hY8/kg==",
+ "dependencies": {
+ "@types/jest": "*"
+ }
+ },
+ "node_modules/@types/trusted-types": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz",
+ "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg=="
+ },
+ "node_modules/@types/ws": {
+ "version": "8.2.2",
+ "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.2.tgz",
+ "integrity": "sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/yargs": {
+ "version": "16.0.4",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
+ "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@types/yargs-parser": {
+ "version": "20.2.1",
+ "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz",
+ "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
+ },
+ "node_modules/@typescript-eslint/eslint-plugin": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz",
+ "integrity": "sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==",
+ "dependencies": {
+ "@typescript-eslint/experimental-utils": "5.9.0",
+ "@typescript-eslint/scope-manager": "5.9.0",
+ "@typescript-eslint/type-utils": "5.9.0",
+ "debug": "^4.3.2",
+ "functional-red-black-tree": "^1.0.1",
+ "ignore": "^5.1.8",
+ "regexpp": "^3.2.0",
+ "semver": "^7.3.5",
+ "tsutils": "^3.21.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "@typescript-eslint/parser": "^5.0.0",
+ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/@typescript-eslint/experimental-utils": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz",
+ "integrity": "sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "@typescript-eslint/scope-manager": "5.9.0",
+ "@typescript-eslint/types": "5.9.0",
+ "@typescript-eslint/typescript-estree": "5.9.0",
+ "eslint-scope": "^5.1.1",
+ "eslint-utils": "^3.0.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/@typescript-eslint/experimental-utils/node_modules/eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/@typescript-eslint/experimental-utils/node_modules/estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/@typescript-eslint/parser": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.9.0.tgz",
+ "integrity": "sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==",
+ "dependencies": {
+ "@typescript-eslint/scope-manager": "5.9.0",
+ "@typescript-eslint/types": "5.9.0",
+ "@typescript-eslint/typescript-estree": "5.9.0",
+ "debug": "^4.3.2"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@typescript-eslint/scope-manager": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz",
+ "integrity": "sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==",
+ "dependencies": {
+ "@typescript-eslint/types": "5.9.0",
+ "@typescript-eslint/visitor-keys": "5.9.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/type-utils": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz",
+ "integrity": "sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==",
+ "dependencies": {
+ "@typescript-eslint/experimental-utils": "5.9.0",
+ "debug": "^4.3.2",
+ "tsutils": "^3.21.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "*"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@typescript-eslint/types": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.9.0.tgz",
+ "integrity": "sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==",
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz",
+ "integrity": "sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==",
+ "dependencies": {
+ "@typescript-eslint/types": "5.9.0",
+ "@typescript-eslint/visitor-keys": "5.9.0",
+ "debug": "^4.3.2",
+ "globby": "^11.0.4",
+ "is-glob": "^4.0.3",
+ "semver": "^7.3.5",
+ "tsutils": "^3.21.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@typescript-eslint/visitor-keys": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz",
+ "integrity": "sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==",
+ "dependencies": {
+ "@typescript-eslint/types": "5.9.0",
+ "eslint-visitor-keys": "^3.0.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@webassemblyjs/ast": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
+ "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
+ "dependencies": {
+ "@webassemblyjs/helper-numbers": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/floating-point-hex-parser": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
+ "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ=="
+ },
+ "node_modules/@webassemblyjs/helper-api-error": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
+ "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg=="
+ },
+ "node_modules/@webassemblyjs/helper-buffer": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
+ "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA=="
+ },
+ "node_modules/@webassemblyjs/helper-numbers": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
+ "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
+ "dependencies": {
+ "@webassemblyjs/floating-point-hex-parser": "1.11.1",
+ "@webassemblyjs/helper-api-error": "1.11.1",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@webassemblyjs/helper-wasm-bytecode": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
+ "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q=="
+ },
+ "node_modules/@webassemblyjs/helper-wasm-section": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
+ "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/ieee754": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
+ "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
+ "dependencies": {
+ "@xtuc/ieee754": "^1.2.0"
+ }
+ },
+ "node_modules/@webassemblyjs/leb128": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
+ "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
+ "dependencies": {
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@webassemblyjs/utf8": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
+ "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ=="
+ },
+ "node_modules/@webassemblyjs/wasm-edit": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
+ "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/helper-wasm-section": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1",
+ "@webassemblyjs/wasm-opt": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1",
+ "@webassemblyjs/wast-printer": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-gen": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
+ "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/ieee754": "1.11.1",
+ "@webassemblyjs/leb128": "1.11.1",
+ "@webassemblyjs/utf8": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-opt": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
+ "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-parser": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
+ "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-api-error": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/ieee754": "1.11.1",
+ "@webassemblyjs/leb128": "1.11.1",
+ "@webassemblyjs/utf8": "1.11.1"
+ }
+ },
+ "node_modules/@webassemblyjs/wast-printer": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
+ "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@xtuc/ieee754": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
+ "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
+ },
+ "node_modules/@xtuc/long": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
+ },
+ "node_modules/abab": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
+ "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="
+ },
+ "node_modules/accepts": {
+ "version": "1.3.7",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
+ "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
+ "dependencies": {
+ "mime-types": "~2.1.24",
+ "negotiator": "0.6.2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "8.7.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
+ "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-globals": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
+ "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
+ "dependencies": {
+ "acorn": "^7.1.1",
+ "acorn-walk": "^7.1.1"
+ }
+ },
+ "node_modules/acorn-globals/node_modules/acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-import-assertions": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
+ "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
+ "peerDependencies": {
+ "acorn": "^8"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/acorn-node": {
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
+ "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
+ "dependencies": {
+ "acorn": "^7.0.0",
+ "acorn-walk": "^7.0.0",
+ "xtend": "^4.0.2"
+ }
+ },
+ "node_modules/acorn-node/node_modules/acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-walk": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
+ "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/address": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz",
+ "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==",
+ "engines": {
+ "node": ">= 0.12.0"
+ }
+ },
+ "node_modules/adjust-sourcemap-loader": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
+ "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
+ "dependencies": {
+ "loader-utils": "^2.0.0",
+ "regex-parser": "^2.2.11"
+ },
+ "engines": {
+ "node": ">=8.9"
+ }
+ },
+ "node_modules/agent-base": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
+ "dependencies": {
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 6.0.0"
+ }
+ },
+ "node_modules/aggregate-error": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
+ "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
+ "dependencies": {
+ "clean-stack": "^2.0.0",
+ "indent-string": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ajv-formats": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
+ "dependencies": {
+ "ajv": "^8.0.0"
+ },
+ "peerDependencies": {
+ "ajv": "^8.0.0"
+ },
+ "peerDependenciesMeta": {
+ "ajv": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/ajv-formats/node_modules/ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ajv-formats/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "node_modules/ajv-keywords": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
+ "peerDependencies": {
+ "ajv": "^6.9.1"
+ }
+ },
+ "node_modules/alphanum-sort": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
+ "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
+ },
+ "node_modules/ansi-colors": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
+ "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/ansi-escapes": {
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
+ "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
+ "dependencies": {
+ "type-fest": "^0.21.3"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/ansi-html-community": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
+ "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
+ "engines": [
+ "node >= 0.8.0"
+ ],
+ "bin": {
+ "ansi-html": "bin/ansi-html"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "dependencies": {
+ "color-convert": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/anymatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
+ "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
+ "dependencies": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/arg": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz",
+ "integrity": "sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA=="
+ },
+ "node_modules/argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "dependencies": {
+ "sprintf-js": "~1.0.2"
+ }
+ },
+ "node_modules/aria-query": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
+ "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
+ "dependencies": {
+ "@babel/runtime": "^7.10.2",
+ "@babel/runtime-corejs3": "^7.10.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/array-flatten": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
+ "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
+ },
+ "node_modules/array-includes": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz",
+ "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1",
+ "get-intrinsic": "^1.1.1",
+ "is-string": "^1.0.7"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/array.prototype.flat": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz",
+ "integrity": "sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/array.prototype.flatmap": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz",
+ "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/asap": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
+ "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
+ },
+ "node_modules/ast-types-flow": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
+ "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0="
+ },
+ "node_modules/async": {
+ "version": "2.6.3",
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
+ "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
+ "dependencies": {
+ "lodash": "^4.17.14"
+ }
+ },
+ "node_modules/asynckit": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
+ },
+ "node_modules/at-least-node": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/atob": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
+ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
+ "bin": {
+ "atob": "bin/atob.js"
+ },
+ "engines": {
+ "node": ">= 4.5.0"
+ }
+ },
+ "node_modules/autoprefixer": {
+ "version": "10.4.1",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1.tgz",
+ "integrity": "sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A==",
+ "dependencies": {
+ "browserslist": "^4.19.1",
+ "caniuse-lite": "^1.0.30001294",
+ "fraction.js": "^4.1.2",
+ "normalize-range": "^0.1.2",
+ "picocolors": "^1.0.0",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "bin": {
+ "autoprefixer": "bin/autoprefixer"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/axe-core": {
+ "version": "4.3.5",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.3.5.tgz",
+ "integrity": "sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/axobject-query": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
+ "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA=="
+ },
+ "node_modules/babel-jest": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.4.6.tgz",
+ "integrity": "sha512-qZL0JT0HS1L+lOuH+xC2DVASR3nunZi/ozGhpgauJHgmI7f8rudxf6hUjEHympdQ/J64CdKmPkgfJ+A3U6QCrg==",
+ "dependencies": {
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/babel__core": "^7.1.14",
+ "babel-plugin-istanbul": "^6.1.1",
+ "babel-preset-jest": "^27.4.0",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.8.0"
+ }
+ },
+ "node_modules/babel-jest/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/babel-jest/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/babel-jest/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/babel-jest/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/babel-jest/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-jest/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-loader": {
+ "version": "8.2.3",
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.3.tgz",
+ "integrity": "sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==",
+ "dependencies": {
+ "find-cache-dir": "^3.3.1",
+ "loader-utils": "^1.4.0",
+ "make-dir": "^3.1.0",
+ "schema-utils": "^2.6.5"
+ },
+ "engines": {
+ "node": ">= 8.9"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0",
+ "webpack": ">=2"
+ }
+ },
+ "node_modules/babel-loader/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/babel-loader/node_modules/loader-utils": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/babel-loader/node_modules/schema-utils": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
+ "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.5",
+ "ajv": "^6.12.4",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 8.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/babel-plugin-dynamic-import-node": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
+ "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
+ "dependencies": {
+ "object.assign": "^4.1.0"
+ }
+ },
+ "node_modules/babel-plugin-istanbul": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
+ "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@istanbuljs/load-nyc-config": "^1.0.0",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-instrument": "^5.0.4",
+ "test-exclude": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-plugin-jest-hoist": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.4.0.tgz",
+ "integrity": "sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw==",
+ "dependencies": {
+ "@babel/template": "^7.3.3",
+ "@babel/types": "^7.3.3",
+ "@types/babel__core": "^7.0.0",
+ "@types/babel__traverse": "^7.0.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/babel-plugin-macros": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
+ "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
+ "dependencies": {
+ "@babel/runtime": "^7.12.5",
+ "cosmiconfig": "^7.0.0",
+ "resolve": "^1.19.0"
+ },
+ "engines": {
+ "node": ">=10",
+ "npm": ">=6"
+ }
+ },
+ "node_modules/babel-plugin-named-asset-import": {
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
+ "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
+ "peerDependencies": {
+ "@babel/core": "^7.1.0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-corejs2": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz",
+ "integrity": "sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==",
+ "dependencies": {
+ "@babel/compat-data": "^7.13.11",
+ "@babel/helper-define-polyfill-provider": "^0.3.0",
+ "semver": "^6.1.1"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-corejs3": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz",
+ "integrity": "sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==",
+ "dependencies": {
+ "@babel/helper-define-polyfill-provider": "^0.3.0",
+ "core-js-compat": "^3.18.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-regenerator": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz",
+ "integrity": "sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==",
+ "dependencies": {
+ "@babel/helper-define-polyfill-provider": "^0.3.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/babel-plugin-styled-components": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.2.tgz",
+ "integrity": "sha512-7eG5NE8rChnNTDxa6LQfynwgHTVOYYaHJbUYSlOhk8QBXIQiMBKq4gyfHBBKPrxUcVBXVJL61ihduCpCQbuNbw==",
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.16.0",
+ "@babel/helper-module-imports": "^7.16.0",
+ "babel-plugin-syntax-jsx": "^6.18.0",
+ "lodash": "^4.17.11"
+ },
+ "peerDependencies": {
+ "styled-components": ">= 2"
+ }
+ },
+ "node_modules/babel-plugin-syntax-jsx": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
+ "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY="
+ },
+ "node_modules/babel-plugin-transform-react-remove-prop-types": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
+ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
+ },
+ "node_modules/babel-preset-current-node-syntax": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
+ "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
+ "dependencies": {
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-bigint": "^7.8.3",
+ "@babel/plugin-syntax-class-properties": "^7.8.3",
+ "@babel/plugin-syntax-import-meta": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.8.3",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-top-level-await": "^7.8.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/babel-preset-jest": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.4.0.tgz",
+ "integrity": "sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==",
+ "dependencies": {
+ "babel-plugin-jest-hoist": "^27.4.0",
+ "babel-preset-current-node-syntax": "^1.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/babel-preset-react-app": {
+ "version": "10.0.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz",
+ "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==",
+ "dependencies": {
+ "@babel/core": "^7.16.0",
+ "@babel/plugin-proposal-class-properties": "^7.16.0",
+ "@babel/plugin-proposal-decorators": "^7.16.4",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
+ "@babel/plugin-proposal-numeric-separator": "^7.16.0",
+ "@babel/plugin-proposal-optional-chaining": "^7.16.0",
+ "@babel/plugin-proposal-private-methods": "^7.16.0",
+ "@babel/plugin-transform-flow-strip-types": "^7.16.0",
+ "@babel/plugin-transform-react-display-name": "^7.16.0",
+ "@babel/plugin-transform-runtime": "^7.16.4",
+ "@babel/preset-env": "^7.16.4",
+ "@babel/preset-react": "^7.16.0",
+ "@babel/preset-typescript": "^7.16.0",
+ "@babel/runtime": "^7.16.3",
+ "babel-plugin-macros": "^3.1.0",
+ "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
+ },
+ "node_modules/batch": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
+ "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY="
+ },
+ "node_modules/bfj": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
+ "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
+ "dependencies": {
+ "bluebird": "^3.5.5",
+ "check-types": "^11.1.1",
+ "hoopy": "^0.1.4",
+ "tryer": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 8.0.0"
+ }
+ },
+ "node_modules/big.js": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
+ "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/binary-extensions": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/bluebird": {
+ "version": "3.7.2",
+ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
+ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
+ },
+ "node_modules/body-parser": {
+ "version": "1.19.1",
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.1.tgz",
+ "integrity": "sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==",
+ "dependencies": {
+ "bytes": "3.1.1",
+ "content-type": "~1.0.4",
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "http-errors": "1.8.1",
+ "iconv-lite": "0.4.24",
+ "on-finished": "~2.3.0",
+ "qs": "6.9.6",
+ "raw-body": "2.4.2",
+ "type-is": "~1.6.18"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/body-parser/node_modules/bytes": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz",
+ "integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/body-parser/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/body-parser/node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/body-parser/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/bonjour": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
+ "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
+ "dependencies": {
+ "array-flatten": "^2.1.0",
+ "deep-equal": "^1.0.1",
+ "dns-equal": "^1.0.0",
+ "dns-txt": "^2.0.2",
+ "multicast-dns": "^6.0.1",
+ "multicast-dns-service-types": "^1.1.0"
+ }
+ },
+ "node_modules/boolbase": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
+ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "dependencies": {
+ "fill-range": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/browser-process-hrtime": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
+ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
+ },
+ "node_modules/browserslist": {
+ "version": "4.19.1",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
+ "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==",
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001286",
+ "electron-to-chromium": "^1.4.17",
+ "escalade": "^3.1.1",
+ "node-releases": "^2.0.1",
+ "picocolors": "^1.0.0"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ }
+ },
+ "node_modules/bser": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
+ "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
+ "dependencies": {
+ "node-int64": "^0.4.0"
+ }
+ },
+ "node_modules/buffer-from": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
+ },
+ "node_modules/buffer-indexof": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
+ "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g=="
+ },
+ "node_modules/builtin-modules": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
+ "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==",
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/bytes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
+ "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/call-bind": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
+ "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/camel-case": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
+ "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
+ "dependencies": {
+ "pascal-case": "^3.1.2",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/camelcase-css": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
+ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/camelize": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz",
+ "integrity": "sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs="
+ },
+ "node_modules/caniuse-api": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
+ "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
+ "dependencies": {
+ "browserslist": "^4.0.0",
+ "caniuse-lite": "^1.0.0",
+ "lodash.memoize": "^4.1.2",
+ "lodash.uniq": "^4.5.0"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001296",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz",
+ "integrity": "sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q==",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ }
+ },
+ "node_modules/case-sensitive-paths-webpack-plugin": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
+ "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/char-regex": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/check-types": {
+ "version": "11.1.2",
+ "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz",
+ "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ=="
+ },
+ "node_modules/chokidar": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
+ "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
+ "dependencies": {
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
+ },
+ "engines": {
+ "node": ">= 8.10.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/chokidar/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/chrome-trace-event": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
+ "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/ci-info": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz",
+ "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw=="
+ },
+ "node_modules/cjs-module-lexer": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
+ "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
+ },
+ "node_modules/clean-css": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.2.tgz",
+ "integrity": "sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==",
+ "dependencies": {
+ "source-map": "~0.6.0"
+ },
+ "engines": {
+ "node": ">= 10.0"
+ }
+ },
+ "node_modules/clean-css/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/clean-stack": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
+ "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "node_modules/co": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
+ "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
+ "engines": {
+ "iojs": ">= 1.0.0",
+ "node": ">= 0.12.0"
+ }
+ },
+ "node_modules/coa": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
+ "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
+ "dependencies": {
+ "@types/q": "^1.5.1",
+ "chalk": "^2.4.1",
+ "q": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 4.0"
+ }
+ },
+ "node_modules/collect-v8-coverage": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
+ "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
+ },
+ "node_modules/color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "dependencies": {
+ "color-name": "1.1.3"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
+ },
+ "node_modules/colord": {
+ "version": "2.9.2",
+ "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz",
+ "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ=="
+ },
+ "node_modules/colorette": {
+ "version": "2.0.16",
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz",
+ "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g=="
+ },
+ "node_modules/combined-stream": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+ "dependencies": {
+ "delayed-stream": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/commander": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
+ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
+ "engines": {
+ "node": ">= 12"
+ }
+ },
+ "node_modules/common-path-prefix": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
+ "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
+ },
+ "node_modules/common-tags": {
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
+ "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/commondir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
+ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
+ },
+ "node_modules/compressible": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
+ "dependencies": {
+ "mime-db": ">= 1.43.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/compression": {
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
+ "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
+ "dependencies": {
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.16",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.2",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/compression/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/compression/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
+ },
+ "node_modules/confusing-browser-globals": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
+ "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA=="
+ },
+ "node_modules/connect-history-api-fallback": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
+ "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/content-disposition": {
+ "version": "0.5.4",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
+ "dependencies": {
+ "safe-buffer": "5.2.1"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/content-disposition/node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/content-type": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
+ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/convert-source-map": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
+ "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
+ "dependencies": {
+ "safe-buffer": "~5.1.1"
+ }
+ },
+ "node_modules/cookie": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
+ "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/cookie-signature": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
+ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
+ },
+ "node_modules/core-js": {
+ "version": "3.20.2",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.2.tgz",
+ "integrity": "sha512-nuqhq11DcOAbFBV4zCbKeGbKQsUDRqTX0oqx7AttUBuqe3h20ixsE039QHelbL6P4h+9kytVqyEtyZ6gsiwEYw==",
+ "hasInstallScript": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/core-js"
+ }
+ },
+ "node_modules/core-js-compat": {
+ "version": "3.20.2",
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.2.tgz",
+ "integrity": "sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==",
+ "dependencies": {
+ "browserslist": "^4.19.1",
+ "semver": "7.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/core-js"
+ }
+ },
+ "node_modules/core-js-compat/node_modules/semver": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
+ "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/core-js-pure": {
+ "version": "3.20.2",
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.20.2.tgz",
+ "integrity": "sha512-CmWHvSKn2vNL6p6StNp1EmMIfVY/pqn3JLAjfZQ8WZGPOlGoO92EkX9/Mk81i6GxvoPXjUqEQnpM3rJ5QxxIOg==",
+ "hasInstallScript": true,
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/core-js"
+ }
+ },
+ "node_modules/core-util-is": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
+ },
+ "node_modules/cosmiconfig": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
+ "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
+ "dependencies": {
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.2.1",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.10.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/crypto-random-string": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
+ "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/css": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
+ "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
+ "dependencies": {
+ "inherits": "^2.0.4",
+ "source-map": "^0.6.1",
+ "source-map-resolve": "^0.6.0"
+ }
+ },
+ "node_modules/css-blank-pseudo": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.2.tgz",
+ "integrity": "sha512-hOb1LFjRR+8ocA071xUSmg5VslJ8NGo/I2qpUpdeAYyBVCgupS5O8SEVo4SxEMYyFBNodBkzG3T1iqW9HCXxew==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.8"
+ },
+ "bin": {
+ "css-blank-pseudo": "dist/cli.cjs"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/css-color-keywords": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
+ "integrity": "sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/css-declaration-sorter": {
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.3.tgz",
+ "integrity": "sha512-SvjQjNRZgh4ULK1LDJ2AduPKUKxIqmtU7ZAyi47BTV+M90Qvxr9AB6lKlLbDUfXqI9IQeYA8LbAsCZPpJEV3aA==",
+ "dependencies": {
+ "timsort": "^0.3.0"
+ },
+ "engines": {
+ "node": ">= 10"
+ },
+ "peerDependencies": {
+ "postcss": "^8.0.9"
+ }
+ },
+ "node_modules/css-has-pseudo": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.2.tgz",
+ "integrity": "sha512-L11waKbVuSf5WVrj1Qtij91OH8BN37Q3HlL+ojUUAa1Ywd53CYxJ8+0gs5cNbRXkqBwchE1Cq0cjgYjYEw24RA==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.8"
+ },
+ "bin": {
+ "css-has-pseudo": "dist/cli.cjs"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/css-loader": {
+ "version": "6.5.1",
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.5.1.tgz",
+ "integrity": "sha512-gEy2w9AnJNnD9Kuo4XAP9VflW/ujKoS9c/syO+uWMlm5igc7LysKzPXaDoR2vroROkSwsTS2tGr1yGGEbZOYZQ==",
+ "dependencies": {
+ "icss-utils": "^5.1.0",
+ "postcss": "^8.2.15",
+ "postcss-modules-extract-imports": "^3.0.0",
+ "postcss-modules-local-by-default": "^4.0.0",
+ "postcss-modules-scope": "^3.0.0",
+ "postcss-modules-values": "^4.0.0",
+ "postcss-value-parser": "^4.1.0",
+ "semver": "^7.3.5"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^5.0.0"
+ }
+ },
+ "node_modules/css-minimizer-webpack-plugin": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.3.1.tgz",
+ "integrity": "sha512-SHA7Hu/EiF0dOwdmV2+agvqYpG+ljlUa7Dvn1AVOmSH3N8KOERoaM9lGpstz9nGsoTjANGyUXdrxl/EwdMScRg==",
+ "dependencies": {
+ "cssnano": "^5.0.6",
+ "jest-worker": "^27.0.2",
+ "postcss": "^8.3.5",
+ "schema-utils": "^4.0.0",
+ "serialize-javascript": "^6.0.0",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "clean-css": {
+ "optional": true
+ },
+ "csso": {
+ "optional": true
+ },
+ "esbuild": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3"
+ },
+ "peerDependencies": {
+ "ajv": "^8.8.2"
+ }
+ },
+ "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
+ "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.8.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/css-prefers-color-scheme": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.2.tgz",
+ "integrity": "sha512-gv0KQBEM+q/XdoKyznovq3KW7ocO7k+FhPP+hQR1MenJdu0uPGS6IZa9PzlbqBeS6XcZJNAoqoFxlAUW461CrA==",
+ "bin": {
+ "css-prefers-color-scheme": "dist/cli.cjs"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/css-select": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz",
+ "integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==",
+ "dependencies": {
+ "boolbase": "^1.0.0",
+ "css-what": "^5.1.0",
+ "domhandler": "^4.3.0",
+ "domutils": "^2.8.0",
+ "nth-check": "^2.0.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/fb55"
+ }
+ },
+ "node_modules/css-select-base-adapter": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
+ "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
+ },
+ "node_modules/css-to-react-native": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.0.0.tgz",
+ "integrity": "sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==",
+ "dependencies": {
+ "camelize": "^1.0.0",
+ "css-color-keywords": "^1.0.0",
+ "postcss-value-parser": "^4.0.2"
+ }
+ },
+ "node_modules/css-tree": {
+ "version": "1.0.0-alpha.37",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
+ "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
+ "dependencies": {
+ "mdn-data": "2.0.4",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/css-tree/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/css-what": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz",
+ "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==",
+ "engines": {
+ "node": ">= 6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/fb55"
+ }
+ },
+ "node_modules/css.escape": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
+ "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s="
+ },
+ "node_modules/css/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/cssdb": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-5.1.0.tgz",
+ "integrity": "sha512-/vqjXhv1x9eGkE/zO6o8ZOI7dgdZbLVLUGyVRbPgk6YipXbW87YzUCcO+Jrmi5bwJlAH6oD+MNeZyRgXea1GZw=="
+ },
+ "node_modules/cssesc": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/cssnano": {
+ "version": "5.0.14",
+ "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.14.tgz",
+ "integrity": "sha512-qzhRkFvBhv08tbyKCIfWbxBXmkIpLl1uNblt8SpTHkgLfON5OCPX/CCnkdNmEosvo8bANQYmTTMEgcVBlisHaw==",
+ "dependencies": {
+ "cssnano-preset-default": "^5.1.9",
+ "lilconfig": "^2.0.3",
+ "yaml": "^1.10.2"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/cssnano"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/cssnano-preset-default": {
+ "version": "5.1.9",
+ "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.9.tgz",
+ "integrity": "sha512-RhkEucqlQ+OxEi14K1p8gdXcMQy1mSpo7P1oC44oRls7BYIj8p+cht4IFBFV3W4iOjTP8EUB33XV1fX9KhDzyA==",
+ "dependencies": {
+ "css-declaration-sorter": "^6.0.3",
+ "cssnano-utils": "^2.0.1",
+ "postcss-calc": "^8.0.0",
+ "postcss-colormin": "^5.2.2",
+ "postcss-convert-values": "^5.0.2",
+ "postcss-discard-comments": "^5.0.1",
+ "postcss-discard-duplicates": "^5.0.1",
+ "postcss-discard-empty": "^5.0.1",
+ "postcss-discard-overridden": "^5.0.1",
+ "postcss-merge-longhand": "^5.0.4",
+ "postcss-merge-rules": "^5.0.3",
+ "postcss-minify-font-values": "^5.0.1",
+ "postcss-minify-gradients": "^5.0.3",
+ "postcss-minify-params": "^5.0.2",
+ "postcss-minify-selectors": "^5.1.0",
+ "postcss-normalize-charset": "^5.0.1",
+ "postcss-normalize-display-values": "^5.0.1",
+ "postcss-normalize-positions": "^5.0.1",
+ "postcss-normalize-repeat-style": "^5.0.1",
+ "postcss-normalize-string": "^5.0.1",
+ "postcss-normalize-timing-functions": "^5.0.1",
+ "postcss-normalize-unicode": "^5.0.1",
+ "postcss-normalize-url": "^5.0.4",
+ "postcss-normalize-whitespace": "^5.0.1",
+ "postcss-ordered-values": "^5.0.2",
+ "postcss-reduce-initial": "^5.0.2",
+ "postcss-reduce-transforms": "^5.0.1",
+ "postcss-svgo": "^5.0.3",
+ "postcss-unique-selectors": "^5.0.2"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/cssnano-utils": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-2.0.1.tgz",
+ "integrity": "sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==",
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/csso": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
+ "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
+ "dependencies": {
+ "css-tree": "^1.1.2"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/csso/node_modules/css-tree": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
+ "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
+ "dependencies": {
+ "mdn-data": "2.0.14",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/csso/node_modules/mdn-data": {
+ "version": "2.0.14",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
+ "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
+ },
+ "node_modules/csso/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/cssom": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
+ "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
+ },
+ "node_modules/cssstyle": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
+ "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
+ "dependencies": {
+ "cssom": "~0.3.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cssstyle/node_modules/cssom": {
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
+ "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
+ },
+ "node_modules/csstype": {
+ "version": "3.0.10",
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz",
+ "integrity": "sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA=="
+ },
+ "node_modules/damerau-levenshtein": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
+ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
+ },
+ "node_modules/data-urls": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
+ "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
+ "dependencies": {
+ "abab": "^2.0.3",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.3.3",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
+ "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/decimal.js": {
+ "version": "10.3.1",
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
+ "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ=="
+ },
+ "node_modules/decode-uri-component": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
+ "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/dedent": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
+ "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw="
+ },
+ "node_modules/deep-equal": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
+ "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
+ "dependencies": {
+ "is-arguments": "^1.0.4",
+ "is-date-object": "^1.0.1",
+ "is-regex": "^1.0.4",
+ "object-is": "^1.0.1",
+ "object-keys": "^1.1.1",
+ "regexp.prototype.flags": "^1.2.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
+ },
+ "node_modules/deepmerge": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
+ "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/default-gateway": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
+ "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
+ "dependencies": {
+ "execa": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/define-lazy-prop": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
+ "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/define-properties": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
+ "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
+ "dependencies": {
+ "object-keys": "^1.0.12"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/defined": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
+ "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
+ },
+ "node_modules/del": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/del/-/del-6.0.0.tgz",
+ "integrity": "sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==",
+ "dependencies": {
+ "globby": "^11.0.1",
+ "graceful-fs": "^4.2.4",
+ "is-glob": "^4.0.1",
+ "is-path-cwd": "^2.2.0",
+ "is-path-inside": "^3.0.2",
+ "p-map": "^4.0.0",
+ "rimraf": "^3.0.2",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/depd": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
+ "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/destroy": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
+ "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
+ },
+ "node_modules/detect-newline": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
+ "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/detect-node": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
+ "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
+ },
+ "node_modules/detect-port-alt": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
+ "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
+ "dependencies": {
+ "address": "^1.0.1",
+ "debug": "^2.6.0"
+ },
+ "bin": {
+ "detect": "bin/detect-port",
+ "detect-port": "bin/detect-port"
+ },
+ "engines": {
+ "node": ">= 4.2.1"
+ }
+ },
+ "node_modules/detect-port-alt/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/detect-port-alt/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/detective": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz",
+ "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==",
+ "dependencies": {
+ "acorn-node": "^1.6.1",
+ "defined": "^1.0.0",
+ "minimist": "^1.1.1"
+ },
+ "bin": {
+ "detective": "bin/detective.js"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/didyoumean": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
+ },
+ "node_modules/diff-sequences": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.4.0.tgz",
+ "integrity": "sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww==",
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dependencies": {
+ "path-type": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/dlv": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
+ },
+ "node_modules/dns-equal": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
+ "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0="
+ },
+ "node_modules/dns-packet": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz",
+ "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==",
+ "dependencies": {
+ "ip": "^1.1.0",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "node_modules/dns-txt": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz",
+ "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=",
+ "dependencies": {
+ "buffer-indexof": "^1.0.0"
+ }
+ },
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/dom-accessibility-api": {
+ "version": "0.5.10",
+ "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.10.tgz",
+ "integrity": "sha512-Xu9mD0UjrJisTmv7lmVSDMagQcU9R5hwAbxsaAE/35XPnPLJobbuREfV/rraiSaEj/UOvgrzQs66zyTWTlyd+g=="
+ },
+ "node_modules/dom-converter": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
+ "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
+ "dependencies": {
+ "utila": "~0.4"
+ }
+ },
+ "node_modules/dom-serializer": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz",
+ "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==",
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.2.0",
+ "entities": "^2.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
+ }
+ },
+ "node_modules/domelementtype": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
+ "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/fb55"
+ }
+ ]
+ },
+ "node_modules/domexception": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
+ "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
+ "dependencies": {
+ "webidl-conversions": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/domexception/node_modules/webidl-conversions": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
+ "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/domhandler": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.0.tgz",
+ "integrity": "sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==",
+ "dependencies": {
+ "domelementtype": "^2.2.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/domhandler?sponsor=1"
+ }
+ },
+ "node_modules/domutils": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
+ "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
+ "dependencies": {
+ "dom-serializer": "^1.0.1",
+ "domelementtype": "^2.2.0",
+ "domhandler": "^4.2.0"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/domutils?sponsor=1"
+ }
+ },
+ "node_modules/dot-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
+ "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/dotenv": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
+ "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/dotenv-expand": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
+ "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
+ },
+ "node_modules/duplexer": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
+ "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
+ },
+ "node_modules/ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
+ },
+ "node_modules/ejs": {
+ "version": "3.1.6",
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz",
+ "integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==",
+ "dependencies": {
+ "jake": "^10.6.1"
+ },
+ "bin": {
+ "ejs": "bin/cli.js"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.4.37",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.37.tgz",
+ "integrity": "sha512-XIvFB1omSAxYgHYX48sC+HR8i/p7lx7R+0cX9faElg1g++h9IilCrJ12+bQuY+d96Wp7zkBiJwMOv+AhLtLrTg=="
+ },
+ "node_modules/emittery": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
+ "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/emittery?sponsor=1"
+ }
+ },
+ "node_modules/emoji-regex": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
+ },
+ "node_modules/emojis-list": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
+ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/encodeurl": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
+ "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/enhanced-resolve": {
+ "version": "5.8.3",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz",
+ "integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==",
+ "dependencies": {
+ "graceful-fs": "^4.2.4",
+ "tapable": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/enquirer": {
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
+ "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
+ "dependencies": {
+ "ansi-colors": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/entities": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
+ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
+ "funding": {
+ "url": "https://github.com/fb55/entities?sponsor=1"
+ }
+ },
+ "node_modules/error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "node_modules/error-stack-parser": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz",
+ "integrity": "sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==",
+ "dependencies": {
+ "stackframe": "^1.1.1"
+ }
+ },
+ "node_modules/es-abstract": {
+ "version": "1.19.1",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz",
+ "integrity": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "es-to-primitive": "^1.2.1",
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.1.1",
+ "get-symbol-description": "^1.0.0",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.2",
+ "internal-slot": "^1.0.3",
+ "is-callable": "^1.2.4",
+ "is-negative-zero": "^2.0.1",
+ "is-regex": "^1.1.4",
+ "is-shared-array-buffer": "^1.0.1",
+ "is-string": "^1.0.7",
+ "is-weakref": "^1.0.1",
+ "object-inspect": "^1.11.0",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.2",
+ "string.prototype.trimend": "^1.0.4",
+ "string.prototype.trimstart": "^1.0.4",
+ "unbox-primitive": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/es-module-lexer": {
+ "version": "0.9.3",
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
+ "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ=="
+ },
+ "node_modules/es-to-primitive": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
+ "dependencies": {
+ "is-callable": "^1.1.4",
+ "is-date-object": "^1.0.1",
+ "is-symbol": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escape-html": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
+ "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/escodegen": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
+ "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
+ "dependencies": {
+ "esprima": "^4.0.1",
+ "estraverse": "^5.2.0",
+ "esutils": "^2.0.2",
+ "optionator": "^0.8.1"
+ },
+ "bin": {
+ "escodegen": "bin/escodegen.js",
+ "esgenerate": "bin/esgenerate.js"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "optionalDependencies": {
+ "source-map": "~0.6.1"
+ }
+ },
+ "node_modules/escodegen/node_modules/levn": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
+ "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
+ "dependencies": {
+ "prelude-ls": "~1.1.2",
+ "type-check": "~0.3.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/optionator": {
+ "version": "0.8.3",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
+ "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
+ "dependencies": {
+ "deep-is": "~0.1.3",
+ "fast-levenshtein": "~2.0.6",
+ "levn": "~0.3.0",
+ "prelude-ls": "~1.1.2",
+ "type-check": "~0.3.2",
+ "word-wrap": "~1.2.3"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/prelude-ls": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
+ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "optional": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/type-check": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
+ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
+ "dependencies": {
+ "prelude-ls": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.6.0.tgz",
+ "integrity": "sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==",
+ "dependencies": {
+ "@eslint/eslintrc": "^1.0.5",
+ "@humanwhocodes/config-array": "^0.9.2",
+ "ajv": "^6.10.0",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "enquirer": "^2.3.5",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.1.0",
+ "eslint-utils": "^3.0.0",
+ "eslint-visitor-keys": "^3.1.0",
+ "espree": "^9.3.0",
+ "esquery": "^1.4.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "functional-red-black-tree": "^1.0.1",
+ "glob-parent": "^6.0.1",
+ "globals": "^13.6.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.0.4",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.1",
+ "progress": "^2.0.0",
+ "regexpp": "^3.2.0",
+ "semver": "^7.2.1",
+ "strip-ansi": "^6.0.1",
+ "strip-json-comments": "^3.1.0",
+ "text-table": "^0.2.0",
+ "v8-compile-cache": "^2.0.3"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-config-react-app": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.0.tgz",
+ "integrity": "sha512-xyymoxtIt1EOsSaGag+/jmcywRuieQoA2JbPCjnw9HukFj9/97aGPoZVFioaotzk1K5Qt9sHO5EutZbkrAXS0g==",
+ "dependencies": {
+ "@babel/core": "^7.16.0",
+ "@babel/eslint-parser": "^7.16.3",
+ "@rushstack/eslint-patch": "^1.1.0",
+ "@typescript-eslint/eslint-plugin": "^5.5.0",
+ "@typescript-eslint/parser": "^5.5.0",
+ "babel-preset-react-app": "^10.0.1",
+ "confusing-browser-globals": "^1.0.11",
+ "eslint-plugin-flowtype": "^8.0.3",
+ "eslint-plugin-import": "^2.25.3",
+ "eslint-plugin-jest": "^25.3.0",
+ "eslint-plugin-jsx-a11y": "^6.5.1",
+ "eslint-plugin-react": "^7.27.1",
+ "eslint-plugin-react-hooks": "^4.3.0",
+ "eslint-plugin-testing-library": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ },
+ "peerDependencies": {
+ "eslint": "^8.0.0"
+ }
+ },
+ "node_modules/eslint-import-resolver-node": {
+ "version": "0.3.6",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
+ "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
+ "dependencies": {
+ "debug": "^3.2.7",
+ "resolve": "^1.20.0"
+ }
+ },
+ "node_modules/eslint-import-resolver-node/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/eslint-module-utils": {
+ "version": "2.7.2",
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz",
+ "integrity": "sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==",
+ "dependencies": {
+ "debug": "^3.2.7",
+ "find-up": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/find-up": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
+ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
+ "dependencies": {
+ "locate-path": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/locate-path": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
+ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
+ "dependencies": {
+ "p-locate": "^2.0.0",
+ "path-exists": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/p-limit": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
+ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
+ "dependencies": {
+ "p-try": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/p-locate": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
+ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
+ "dependencies": {
+ "p-limit": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/p-try": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
+ "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-module-utils/node_modules/path-exists": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-plugin-flowtype": {
+ "version": "8.0.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
+ "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
+ "dependencies": {
+ "lodash": "^4.17.21",
+ "string-natural-compare": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=12.0.0"
+ },
+ "peerDependencies": {
+ "@babel/plugin-syntax-flow": "^7.14.5",
+ "@babel/plugin-transform-react-jsx": "^7.14.9",
+ "eslint": "^8.1.0"
+ }
+ },
+ "node_modules/eslint-plugin-import": {
+ "version": "2.25.4",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz",
+ "integrity": "sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==",
+ "dependencies": {
+ "array-includes": "^3.1.4",
+ "array.prototype.flat": "^1.2.5",
+ "debug": "^2.6.9",
+ "doctrine": "^2.1.0",
+ "eslint-import-resolver-node": "^0.3.6",
+ "eslint-module-utils": "^2.7.2",
+ "has": "^1.0.3",
+ "is-core-module": "^2.8.0",
+ "is-glob": "^4.0.3",
+ "minimatch": "^3.0.4",
+ "object.values": "^1.1.5",
+ "resolve": "^1.20.0",
+ "tsconfig-paths": "^3.12.0"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "peerDependencies": {
+ "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/eslint-plugin-jest": {
+ "version": "25.3.4",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.3.4.tgz",
+ "integrity": "sha512-CCnwG71wvabmwq/qkz0HWIqBHQxw6pXB1uqt24dxqJ9WB34pVg49bL1sjXphlJHgTMWGhBjN1PicdyxDxrfP5A==",
+ "dependencies": {
+ "@typescript-eslint/experimental-utils": "^5.0.0"
+ },
+ "engines": {
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
+ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@typescript-eslint/eslint-plugin": {
+ "optional": true
+ },
+ "jest": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/eslint-plugin-jsx-a11y": {
+ "version": "6.5.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz",
+ "integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==",
+ "dependencies": {
+ "@babel/runtime": "^7.16.3",
+ "aria-query": "^4.2.2",
+ "array-includes": "^3.1.4",
+ "ast-types-flow": "^0.0.7",
+ "axe-core": "^4.3.5",
+ "axobject-query": "^2.2.0",
+ "damerau-levenshtein": "^1.0.7",
+ "emoji-regex": "^9.2.2",
+ "has": "^1.0.3",
+ "jsx-ast-utils": "^3.2.1",
+ "language-tags": "^1.0.5",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=4.0"
+ },
+ "peerDependencies": {
+ "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
+ }
+ },
+ "node_modules/eslint-plugin-react": {
+ "version": "7.28.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz",
+ "integrity": "sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==",
+ "dependencies": {
+ "array-includes": "^3.1.4",
+ "array.prototype.flatmap": "^1.2.5",
+ "doctrine": "^2.1.0",
+ "estraverse": "^5.3.0",
+ "jsx-ast-utils": "^2.4.1 || ^3.0.0",
+ "minimatch": "^3.0.4",
+ "object.entries": "^1.1.5",
+ "object.fromentries": "^2.0.5",
+ "object.hasown": "^1.1.0",
+ "object.values": "^1.1.5",
+ "prop-types": "^15.7.2",
+ "resolve": "^2.0.0-next.3",
+ "semver": "^6.3.0",
+ "string.prototype.matchall": "^4.0.6"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "peerDependencies": {
+ "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
+ }
+ },
+ "node_modules/eslint-plugin-react-hooks": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz",
+ "integrity": "sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
+ }
+ },
+ "node_modules/eslint-plugin-react/node_modules/doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/eslint-plugin-react/node_modules/resolve": {
+ "version": "2.0.0-next.3",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
+ "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
+ "dependencies": {
+ "is-core-module": "^2.2.0",
+ "path-parse": "^1.0.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/eslint-plugin-react/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/eslint-plugin-testing-library": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.0.1.tgz",
+ "integrity": "sha512-8ZV4HbbacvOwu+adNnGpYd8E64NRcil2a11aFAbc/TZDUB/xxK2c8Z+LoeoHUbxNBGbTUdpAE4YUugxK85pcwQ==",
+ "dependencies": {
+ "@typescript-eslint/experimental-utils": "^5.5.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
+ "npm": ">=6"
+ },
+ "peerDependencies": {
+ "eslint": "^7.5.0 || ^8.0.0"
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.0.tgz",
+ "integrity": "sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/eslint-utils": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
+ "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
+ "dependencies": {
+ "eslint-visitor-keys": "^2.0.0"
+ },
+ "engines": {
+ "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ },
+ "peerDependencies": {
+ "eslint": ">=5"
+ }
+ },
+ "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz",
+ "integrity": "sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==",
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/eslint-webpack-plugin": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz",
+ "integrity": "sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg==",
+ "dependencies": {
+ "@types/eslint": "^7.28.2",
+ "jest-worker": "^27.3.1",
+ "micromatch": "^4.0.4",
+ "normalize-path": "^3.0.0",
+ "schema-utils": "^3.1.1"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "eslint": "^7.0.0 || ^8.0.0",
+ "webpack": "^5.0.0"
+ }
+ },
+ "node_modules/eslint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/eslint/node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
+ },
+ "node_modules/eslint/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/eslint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/eslint/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/eslint/node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/globals": {
+ "version": "13.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz",
+ "integrity": "sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==",
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/eslint/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/espree": {
+ "version": "9.3.0",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.0.tgz",
+ "integrity": "sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==",
+ "dependencies": {
+ "acorn": "^8.7.0",
+ "acorn-jsx": "^5.3.1",
+ "eslint-visitor-keys": "^3.1.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "bin": {
+ "esparse": "bin/esparse.js",
+ "esvalidate": "bin/esvalidate.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
+ "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estree-walker": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
+ "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/etag": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+ "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/eventemitter3": {
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
+ },
+ "node_modules/events": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
+ "engines": {
+ "node": ">=0.8.x"
+ }
+ },
+ "node_modules/execa": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
+ "dependencies": {
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
+ }
+ },
+ "node_modules/exit": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
+ "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/expect": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/expect/-/expect-27.4.6.tgz",
+ "integrity": "sha512-1M/0kAALIaj5LaG66sFJTbRsWTADnylly82cu4bspI0nl+pgP4E6Bh/aqdHlTUjul06K7xQnnrAoqfxVU0+/ag==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "jest-get-type": "^27.4.0",
+ "jest-matcher-utils": "^27.4.6",
+ "jest-message-util": "^27.4.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/express": {
+ "version": "4.17.2",
+ "resolved": "https://registry.npmjs.org/express/-/express-4.17.2.tgz",
+ "integrity": "sha512-oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg==",
+ "dependencies": {
+ "accepts": "~1.3.7",
+ "array-flatten": "1.1.1",
+ "body-parser": "1.19.1",
+ "content-disposition": "0.5.4",
+ "content-type": "~1.0.4",
+ "cookie": "0.4.1",
+ "cookie-signature": "1.0.6",
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "finalhandler": "~1.1.2",
+ "fresh": "0.5.2",
+ "merge-descriptors": "1.0.1",
+ "methods": "~1.1.2",
+ "on-finished": "~2.3.0",
+ "parseurl": "~1.3.3",
+ "path-to-regexp": "0.1.7",
+ "proxy-addr": "~2.0.7",
+ "qs": "6.9.6",
+ "range-parser": "~1.2.1",
+ "safe-buffer": "5.2.1",
+ "send": "0.17.2",
+ "serve-static": "1.14.2",
+ "setprototypeof": "1.2.0",
+ "statuses": "~1.5.0",
+ "type-is": "~1.6.18",
+ "utils-merge": "1.0.1",
+ "vary": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ }
+ },
+ "node_modules/express/node_modules/array-flatten": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
+ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
+ },
+ "node_modules/express/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/express/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/express/node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
+ },
+ "node_modules/fast-glob": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
+ "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/fast-glob/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
+ },
+ "node_modules/fastq": {
+ "version": "1.13.0",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
+ "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/faye-websocket": {
+ "version": "0.11.4",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
+ "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
+ "dependencies": {
+ "websocket-driver": ">=0.5.1"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/fb-watchman": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
+ "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
+ "dependencies": {
+ "bser": "2.1.1"
+ }
+ },
+ "node_modules/file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dependencies": {
+ "flat-cache": "^3.0.4"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/file-loader": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
+ "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
+ "dependencies": {
+ "loader-utils": "^2.0.0",
+ "schema-utils": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^4.0.0 || ^5.0.0"
+ }
+ },
+ "node_modules/filelist": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz",
+ "integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==",
+ "dependencies": {
+ "minimatch": "^3.0.4"
+ }
+ },
+ "node_modules/filesize": {
+ "version": "8.0.6",
+ "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.6.tgz",
+ "integrity": "sha512-sHvRqTiwdmcuzqet7iVwsbwF6UrV3wIgDf2SHNdY1Hgl8PC45HZg/0xtdw6U2izIV4lccnrY9ftl6wZFNdjYMg==",
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/finalhandler": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
+ "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
+ "dependencies": {
+ "debug": "2.6.9",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "on-finished": "~2.3.0",
+ "parseurl": "~1.3.3",
+ "statuses": "~1.5.0",
+ "unpipe": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/finalhandler/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/finalhandler/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/find-cache-dir": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
+ "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
+ "dependencies": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
+ "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
+ "dependencies": {
+ "flatted": "^3.1.0",
+ "rimraf": "^3.0.2"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz",
+ "integrity": "sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw=="
+ },
+ "node_modules/follow-redirects": {
+ "version": "1.14.6",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.6.tgz",
+ "integrity": "sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==",
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://github.com/sponsors/RubenVerborgh"
+ }
+ ],
+ "engines": {
+ "node": ">=4.0"
+ },
+ "peerDependenciesMeta": {
+ "debug": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin": {
+ "version": "6.5.0",
+ "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.0.tgz",
+ "integrity": "sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw==",
+ "dependencies": {
+ "@babel/code-frame": "^7.8.3",
+ "@types/json-schema": "^7.0.5",
+ "chalk": "^4.1.0",
+ "chokidar": "^3.4.2",
+ "cosmiconfig": "^6.0.0",
+ "deepmerge": "^4.2.2",
+ "fs-extra": "^9.0.0",
+ "glob": "^7.1.6",
+ "memfs": "^3.1.2",
+ "minimatch": "^3.0.4",
+ "schema-utils": "2.7.0",
+ "semver": "^7.3.2",
+ "tapable": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=10",
+ "yarn": ">=1.0.0"
+ },
+ "peerDependencies": {
+ "eslint": ">= 6",
+ "typescript": ">= 2.7",
+ "vue-template-compiler": "*",
+ "webpack": ">= 4"
+ },
+ "peerDependenciesMeta": {
+ "eslint": {
+ "optional": true
+ },
+ "vue-template-compiler": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
+ "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
+ "dependencies": {
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.1.0",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.7.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": {
+ "version": "9.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
+ "dependencies": {
+ "at-least-node": "^1.0.0",
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
+ "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.4",
+ "ajv": "^6.12.2",
+ "ajv-keywords": "^3.4.1"
+ },
+ "engines": {
+ "node": ">= 8.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
+ "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/form-data": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
+ "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/forwarded": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/fraction.js": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.2.tgz",
+ "integrity": "sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==",
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "type": "patreon",
+ "url": "https://www.patreon.com/infusion"
+ }
+ },
+ "node_modules/fresh": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
+ "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/fs-extra": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz",
+ "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/fs-monkey": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz",
+ "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q=="
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
+ },
+ "node_modules/functional-red-black-tree": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
+ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
+ },
+ "node_modules/gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
+ "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-own-enumerable-property-symbols": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
+ "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
+ },
+ "node_modules/get-package-type": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
+ "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/get-stream": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/get-symbol-description": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
+ "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/glob": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
+ "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.0.4",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/glob-to-regexp": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
+ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
+ },
+ "node_modules/global-modules": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
+ "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
+ "dependencies": {
+ "global-prefix": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/global-prefix": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
+ "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
+ "dependencies": {
+ "ini": "^1.3.5",
+ "kind-of": "^6.0.2",
+ "which": "^1.3.1"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/global-prefix/node_modules/which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "which": "bin/which"
+ }
+ },
+ "node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/globby": {
+ "version": "11.0.4",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
+ "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==",
+ "dependencies": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.1.1",
+ "ignore": "^5.1.4",
+ "merge2": "^1.3.0",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/globby/node_modules/ignore": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.9",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
+ "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ=="
+ },
+ "node_modules/gzip-size": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
+ "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
+ "dependencies": {
+ "duplexer": "^0.1.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/handle-thing": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
+ "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
+ },
+ "node_modules/harmony-reflect": {
+ "version": "1.6.2",
+ "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
+ "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g=="
+ },
+ "node_modules/has": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
+ "dependencies": {
+ "function-bind": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/has-bigints": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
+ "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
+ "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-tostringtag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
+ "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
+ "dependencies": {
+ "has-symbols": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/he": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
+ "bin": {
+ "he": "bin/he"
+ }
+ },
+ "node_modules/hoist-non-react-statics": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
+ "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
+ "dependencies": {
+ "react-is": "^16.7.0"
+ }
+ },
+ "node_modules/hoist-non-react-statics/node_modules/react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
+ },
+ "node_modules/hoopy": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
+ "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
+ "engines": {
+ "node": ">= 6.0.0"
+ }
+ },
+ "node_modules/hpack.js": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
+ "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "obuf": "^1.0.0",
+ "readable-stream": "^2.0.1",
+ "wbuf": "^1.1.0"
+ }
+ },
+ "node_modules/hpack.js/node_modules/readable-stream": {
+ "version": "2.3.7",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
+ "dependencies": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "node_modules/hpack.js/node_modules/string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dependencies": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
+ "node_modules/html-encoding-sniffer": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
+ "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
+ "dependencies": {
+ "whatwg-encoding": "^1.0.5"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/html-entities": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz",
+ "integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ=="
+ },
+ "node_modules/html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
+ },
+ "node_modules/html-minifier-terser": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
+ "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
+ "dependencies": {
+ "camel-case": "^4.1.2",
+ "clean-css": "^5.2.2",
+ "commander": "^8.3.0",
+ "he": "^1.2.0",
+ "param-case": "^3.0.4",
+ "relateurl": "^0.2.7",
+ "terser": "^5.10.0"
+ },
+ "bin": {
+ "html-minifier-terser": "cli.js"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/html-webpack-plugin": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
+ "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
+ "dependencies": {
+ "@types/html-minifier-terser": "^6.0.0",
+ "html-minifier-terser": "^6.0.2",
+ "lodash": "^4.17.21",
+ "pretty-error": "^4.0.0",
+ "tapable": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/html-webpack-plugin"
+ },
+ "peerDependencies": {
+ "webpack": "^5.20.0"
+ }
+ },
+ "node_modules/htmlparser2": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
+ "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
+ "funding": [
+ "https://github.com/fb55/htmlparser2?sponsor=1",
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/fb55"
+ }
+ ],
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.0.0",
+ "domutils": "^2.5.2",
+ "entities": "^2.0.0"
+ }
+ },
+ "node_modules/http-deceiver": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
+ "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc="
+ },
+ "node_modules/http-errors": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
+ "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
+ "dependencies": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.4",
+ "setprototypeof": "1.2.0",
+ "statuses": ">= 1.5.0 < 2",
+ "toidentifier": "1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/http-parser-js": {
+ "version": "0.5.5",
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.5.tgz",
+ "integrity": "sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA=="
+ },
+ "node_modules/http-proxy": {
+ "version": "1.18.1",
+ "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
+ "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
+ "dependencies": {
+ "eventemitter3": "^4.0.0",
+ "follow-redirects": "^1.0.0",
+ "requires-port": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/http-proxy-agent": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
+ "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
+ "dependencies": {
+ "@tootallnate/once": "1",
+ "agent-base": "6",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/http-proxy-middleware": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.1.tgz",
+ "integrity": "sha512-cfaXRVoZxSed/BmkA7SwBVNI9Kj7HFltaE5rqYOub5kWzWZ+gofV2koVN1j2rMW7pEfSSlCHGJ31xmuyFyfLOg==",
+ "dependencies": {
+ "@types/http-proxy": "^1.17.5",
+ "http-proxy": "^1.18.1",
+ "is-glob": "^4.0.1",
+ "is-plain-obj": "^3.0.0",
+ "micromatch": "^4.0.2"
+ },
+ "engines": {
+ "node": ">=12.0.0"
+ }
+ },
+ "node_modules/https-proxy-agent": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
+ "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==",
+ "dependencies": {
+ "agent-base": "6",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/human-signals": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
+ "engines": {
+ "node": ">=10.17.0"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/icss-utils": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
+ "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
+ "engines": {
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/idb": {
+ "version": "6.1.5",
+ "resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
+ "integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw=="
+ },
+ "node_modules/identity-obj-proxy": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
+ "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=",
+ "dependencies": {
+ "harmony-reflect": "^1.4.6"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/immer": {
+ "version": "9.0.7",
+ "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.7.tgz",
+ "integrity": "sha512-KGllzpbamZDvOIxnmJ0jI840g7Oikx58lBPWV0hUh7dtAyZpFqqrBZdKka5GlTwMTZ1Tjc/bKKW4VSFAt6BqMA==",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/immer"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/import-fresh/node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/import-local": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
+ "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
+ "dependencies": {
+ "pkg-dir": "^4.2.0",
+ "resolve-cwd": "^3.0.0"
+ },
+ "bin": {
+ "import-local-fixture": "fixtures/cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/indent-string": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
+ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
+ },
+ "node_modules/ini": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
+ },
+ "node_modules/internal-slot": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
+ "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
+ "dependencies": {
+ "get-intrinsic": "^1.1.0",
+ "has": "^1.0.3",
+ "side-channel": "^1.0.4"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/ip": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
+ "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
+ },
+ "node_modules/ipaddr.js": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
+ "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==",
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/is-arguments": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
+ "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
+ },
+ "node_modules/is-bigint": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
+ "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
+ "dependencies": {
+ "has-bigints": "^1.0.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-binary-path": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "dependencies": {
+ "binary-extensions": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-boolean-object": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
+ "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-callable": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz",
+ "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.8.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
+ "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
+ "dependencies": {
+ "has": "^1.0.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-date-object": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
+ "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-docker": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
+ "bin": {
+ "is-docker": "cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-generator-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
+ "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-module": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
+ "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE="
+ },
+ "node_modules/is-negative-zero": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
+ "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-number-object": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz",
+ "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==",
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-obj": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
+ "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-path-cwd": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
+ "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-path-inside": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-plain-obj": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
+ "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-potential-custom-element-name": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
+ },
+ "node_modules/is-regex": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-regexp": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
+ "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-root": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
+ "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-shared-array-buffer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz",
+ "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-stream": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-string": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
+ "dependencies": {
+ "has-tostringtag": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-symbol": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
+ "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
+ "dependencies": {
+ "has-symbols": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-typedarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
+ },
+ "node_modules/is-weakref": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
+ "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
+ "dependencies": {
+ "call-bind": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-wsl": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
+ "dependencies": {
+ "is-docker": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
+ },
+ "node_modules/istanbul-lib-coverage": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
+ "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-instrument": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz",
+ "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==",
+ "dependencies": {
+ "@babel/core": "^7.12.3",
+ "@babel/parser": "^7.14.7",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-coverage": "^3.2.0",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-instrument/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
+ "dependencies": {
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^3.0.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-source-maps": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
+ "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "istanbul-lib-coverage": "^3.0.0",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/istanbul-reports": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.3.tgz",
+ "integrity": "sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg==",
+ "dependencies": {
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jake": {
+ "version": "10.8.2",
+ "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.2.tgz",
+ "integrity": "sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==",
+ "dependencies": {
+ "async": "0.9.x",
+ "chalk": "^2.4.2",
+ "filelist": "^1.0.1",
+ "minimatch": "^3.0.4"
+ },
+ "bin": {
+ "jake": "bin/cli.js"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/jake/node_modules/async": {
+ "version": "0.9.2",
+ "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
+ "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0="
+ },
+ "node_modules/jest": {
+ "version": "27.4.7",
+ "resolved": "https://registry.npmjs.org/jest/-/jest-27.4.7.tgz",
+ "integrity": "sha512-8heYvsx7nV/m8m24Vk26Y87g73Ba6ueUd0MWed/NXMhSZIm62U/llVbS0PJe1SHunbyXjJ/BqG1z9bFjGUIvTg==",
+ "dependencies": {
+ "@jest/core": "^27.4.7",
+ "import-local": "^3.0.2",
+ "jest-cli": "^27.4.7"
+ },
+ "bin": {
+ "jest": "bin/jest.js"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-changed-files": {
+ "version": "27.4.2",
+ "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.4.2.tgz",
+ "integrity": "sha512-/9x8MjekuzUQoPjDHbBiXbNEBauhrPU2ct7m8TfCg69ywt1y/N+yYwGh3gCpnqUS3klYWDU/lSNgv+JhoD2k1A==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "execa": "^5.0.0",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-circus": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.4.6.tgz",
+ "integrity": "sha512-UA7AI5HZrW4wRM72Ro80uRR2Fg+7nR0GESbSI/2M+ambbzVuA63mn5T1p3Z/wlhntzGpIG1xx78GP2YIkf6PhQ==",
+ "dependencies": {
+ "@jest/environment": "^27.4.6",
+ "@jest/test-result": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "dedent": "^0.7.0",
+ "expect": "^27.4.6",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^27.4.6",
+ "jest-matcher-utils": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-runtime": "^27.4.6",
+ "jest-snapshot": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "pretty-format": "^27.4.6",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-circus/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-circus/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-circus/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-circus/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-circus/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-circus/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-cli": {
+ "version": "27.4.7",
+ "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.7.tgz",
+ "integrity": "sha512-zREYhvjjqe1KsGV15mdnxjThKNDgza1fhDT+iUsXWLCq3sxe9w5xnvyctcYVT5PcdLSjv7Y5dCwTS3FCF1tiuw==",
+ "dependencies": {
+ "@jest/core": "^27.4.7",
+ "@jest/test-result": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "chalk": "^4.0.0",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.4",
+ "import-local": "^3.0.2",
+ "jest-config": "^27.4.7",
+ "jest-util": "^27.4.2",
+ "jest-validate": "^27.4.6",
+ "prompts": "^2.0.1",
+ "yargs": "^16.2.0"
+ },
+ "bin": {
+ "jest": "bin/jest.js"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-cli/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-cli/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-cli/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-cli/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-cli/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-cli/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config": {
+ "version": "27.4.7",
+ "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.7.tgz",
+ "integrity": "sha512-xz/o/KJJEedHMrIY9v2ParIoYSrSVY6IVeE4z5Z3i101GoA5XgfbJz+1C8EYPsv7u7f39dS8F9v46BHDhn0vlw==",
+ "dependencies": {
+ "@babel/core": "^7.8.0",
+ "@jest/test-sequencer": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "babel-jest": "^27.4.6",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "deepmerge": "^4.2.2",
+ "glob": "^7.1.1",
+ "graceful-fs": "^4.2.4",
+ "jest-circus": "^27.4.6",
+ "jest-environment-jsdom": "^27.4.6",
+ "jest-environment-node": "^27.4.6",
+ "jest-get-type": "^27.4.0",
+ "jest-jasmine2": "^27.4.6",
+ "jest-regex-util": "^27.4.0",
+ "jest-resolve": "^27.4.6",
+ "jest-runner": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "jest-validate": "^27.4.6",
+ "micromatch": "^4.0.4",
+ "pretty-format": "^27.4.6",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "ts-node": ">=9.0.0"
+ },
+ "peerDependenciesMeta": {
+ "ts-node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-config/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-config/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-config/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-config/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-config/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-diff": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.4.6.tgz",
+ "integrity": "sha512-zjaB0sh0Lb13VyPsd92V7HkqF6yKRH9vm33rwBt7rPYrpQvS1nCvlIy2pICbKta+ZjWngYLNn4cCK4nyZkjS/w==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^27.4.0",
+ "jest-get-type": "^27.4.0",
+ "pretty-format": "^27.4.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-diff/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-diff/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-diff/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-diff/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-diff/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-diff/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-docblock": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.4.0.tgz",
+ "integrity": "sha512-7TBazUdCKGV7svZ+gh7C8esAnweJoG+SvcF6Cjqj4l17zA2q1cMwx2JObSioubk317H+cjcHgP+7fTs60paulg==",
+ "dependencies": {
+ "detect-newline": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-each": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.4.6.tgz",
+ "integrity": "sha512-n6QDq8y2Hsmn22tRkgAk+z6MCX7MeVlAzxmZDshfS2jLcaBlyhpF3tZSJLR+kXmh23GEvS0ojMR8i6ZeRvpQcA==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^27.4.0",
+ "jest-util": "^27.4.2",
+ "pretty-format": "^27.4.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-each/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-each/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-each/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-each/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-each/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-each/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-environment-jsdom": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.4.6.tgz",
+ "integrity": "sha512-o3dx5p/kHPbUlRvSNjypEcEtgs6LmvESMzgRFQE6c+Prwl2JLA4RZ7qAnxc5VM8kutsGRTB15jXeeSbJsKN9iA==",
+ "dependencies": {
+ "@jest/environment": "^27.4.6",
+ "@jest/fake-timers": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "jest-mock": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "jsdom": "^16.6.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-environment-node": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.4.6.tgz",
+ "integrity": "sha512-yfHlZ9m+kzTKZV0hVfhVu6GuDxKAYeFHrfulmy7Jxwsq4V7+ZK7f+c0XP/tbVDMQW7E4neG2u147hFkuVz0MlQ==",
+ "dependencies": {
+ "@jest/environment": "^27.4.6",
+ "@jest/fake-timers": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "jest-mock": "^27.4.6",
+ "jest-util": "^27.4.2"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-get-type": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.4.0.tgz",
+ "integrity": "sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ==",
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-haste-map": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.4.6.tgz",
+ "integrity": "sha512-0tNpgxg7BKurZeFkIOvGCkbmOHbLFf4LUQOxrQSMjvrQaQe3l6E8x6jYC1NuWkGo5WDdbr8FEzUxV2+LWNawKQ==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "@types/graceful-fs": "^4.1.2",
+ "@types/node": "*",
+ "anymatch": "^3.0.3",
+ "fb-watchman": "^2.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-regex-util": "^27.4.0",
+ "jest-serializer": "^27.4.0",
+ "jest-util": "^27.4.2",
+ "jest-worker": "^27.4.6",
+ "micromatch": "^4.0.4",
+ "walker": "^1.0.7"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "^2.3.2"
+ }
+ },
+ "node_modules/jest-jasmine2": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.4.6.tgz",
+ "integrity": "sha512-uAGNXF644I/whzhsf7/qf74gqy9OuhvJ0XYp8SDecX2ooGeaPnmJMjXjKt0mqh1Rl5dtRGxJgNrHlBQIBfS5Nw==",
+ "dependencies": {
+ "@jest/environment": "^27.4.6",
+ "@jest/source-map": "^27.4.0",
+ "@jest/test-result": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "expect": "^27.4.6",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^27.4.6",
+ "jest-matcher-utils": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-runtime": "^27.4.6",
+ "jest-snapshot": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "pretty-format": "^27.4.6",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-jasmine2/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-leak-detector": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.4.6.tgz",
+ "integrity": "sha512-kkaGixDf9R7CjHm2pOzfTxZTQQQ2gHTIWKY/JZSiYTc90bZp8kSZnUMS3uLAfwTZwc0tcMRoEX74e14LG1WapA==",
+ "dependencies": {
+ "jest-get-type": "^27.4.0",
+ "pretty-format": "^27.4.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-matcher-utils": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.4.6.tgz",
+ "integrity": "sha512-XD4PKT3Wn1LQnRAq7ZsTI0VRuEc9OrCPFiO1XL7bftTGmfNF0DcEwMHRgqiu7NGf8ZoZDREpGrCniDkjt79WbA==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^27.4.6",
+ "jest-get-type": "^27.4.0",
+ "pretty-format": "^27.4.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-matcher-utils/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-message-util": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.4.6.tgz",
+ "integrity": "sha512-0p5szriFU0U74czRSFjH6RyS7UYIAkn/ntwMuOwTGWrQIOh5NzXXrq72LOqIkJKKvFbPq+byZKuBz78fjBERBA==",
+ "dependencies": {
+ "@babel/code-frame": "^7.12.13",
+ "@jest/types": "^27.4.2",
+ "@types/stack-utils": "^2.0.0",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "micromatch": "^4.0.4",
+ "pretty-format": "^27.4.6",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-message-util/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-mock": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.4.6.tgz",
+ "integrity": "sha512-kvojdYRkst8iVSZ1EJ+vc1RRD9llueBjKzXzeCytH3dMM7zvPV/ULcfI2nr0v0VUgm3Bjt3hBCQvOeaBz+ZTHw==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "@types/node": "*"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-pnp-resolver": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
+ "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
+ "engines": {
+ "node": ">=6"
+ },
+ "peerDependencies": {
+ "jest-resolve": "*"
+ },
+ "peerDependenciesMeta": {
+ "jest-resolve": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-regex-util": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.4.0.tgz",
+ "integrity": "sha512-WeCpMpNnqJYMQoOjm1nTtsgbR4XHAk1u00qDoNBQoykM280+/TmgA5Qh5giC1ecy6a5d4hbSsHzpBtu5yvlbEg==",
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-resolve": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.4.6.tgz",
+ "integrity": "sha512-SFfITVApqtirbITKFAO7jOVN45UgFzcRdQanOFzjnbd+CACDoyeX7206JyU92l4cRr73+Qy/TlW51+4vHGt+zw==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-haste-map": "^27.4.6",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^27.4.2",
+ "jest-validate": "^27.4.6",
+ "resolve": "^1.20.0",
+ "resolve.exports": "^1.1.0",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-resolve-dependencies": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.4.6.tgz",
+ "integrity": "sha512-W85uJZcFXEVZ7+MZqIPCscdjuctruNGXUZ3OHSXOfXR9ITgbUKeHj+uGcies+0SsvI5GtUfTw4dY7u9qjTvQOw==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "jest-regex-util": "^27.4.0",
+ "jest-snapshot": "^27.4.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-resolve/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.4.6.tgz",
+ "integrity": "sha512-IDeFt2SG4DzqalYBZRgbbPmpwV3X0DcntjezPBERvnhwKGWTW7C5pbbA5lVkmvgteeNfdd/23gwqv3aiilpYPg==",
+ "dependencies": {
+ "@jest/console": "^27.4.6",
+ "@jest/environment": "^27.4.6",
+ "@jest/test-result": "^27.4.6",
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "emittery": "^0.8.1",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.4",
+ "jest-docblock": "^27.4.0",
+ "jest-environment-jsdom": "^27.4.6",
+ "jest-environment-node": "^27.4.6",
+ "jest-haste-map": "^27.4.6",
+ "jest-leak-detector": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-resolve": "^27.4.6",
+ "jest-runtime": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "jest-worker": "^27.4.6",
+ "source-map-support": "^0.5.6",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-runner/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-runner/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-runner/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-runner/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-runner/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.4.6.tgz",
+ "integrity": "sha512-eXYeoR/MbIpVDrjqy5d6cGCFOYBFFDeKaNWqTp0h6E74dK0zLHzASQXJpl5a2/40euBmKnprNLJ0Kh0LCndnWQ==",
+ "dependencies": {
+ "@jest/environment": "^27.4.6",
+ "@jest/fake-timers": "^27.4.6",
+ "@jest/globals": "^27.4.6",
+ "@jest/source-map": "^27.4.0",
+ "@jest/test-result": "^27.4.6",
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "chalk": "^4.0.0",
+ "cjs-module-lexer": "^1.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "execa": "^5.0.0",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.4",
+ "jest-haste-map": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-mock": "^27.4.6",
+ "jest-regex-util": "^27.4.0",
+ "jest-resolve": "^27.4.6",
+ "jest-snapshot": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "slash": "^3.0.0",
+ "strip-bom": "^4.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-runtime/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-serializer": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.4.0.tgz",
+ "integrity": "sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==",
+ "dependencies": {
+ "@types/node": "*",
+ "graceful-fs": "^4.2.4"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-snapshot": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.4.6.tgz",
+ "integrity": "sha512-fafUCDLQfzuNP9IRcEqaFAMzEe7u5BF7mude51wyWv7VRex60WznZIC7DfKTgSIlJa8aFzYmXclmN328aqSDmQ==",
+ "dependencies": {
+ "@babel/core": "^7.7.2",
+ "@babel/generator": "^7.7.2",
+ "@babel/plugin-syntax-typescript": "^7.7.2",
+ "@babel/traverse": "^7.7.2",
+ "@babel/types": "^7.0.0",
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/babel__traverse": "^7.0.4",
+ "@types/prettier": "^2.1.5",
+ "babel-preset-current-node-syntax": "^1.0.0",
+ "chalk": "^4.0.0",
+ "expect": "^27.4.6",
+ "graceful-fs": "^4.2.4",
+ "jest-diff": "^27.4.6",
+ "jest-get-type": "^27.4.0",
+ "jest-haste-map": "^27.4.6",
+ "jest-matcher-utils": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "natural-compare": "^1.4.0",
+ "pretty-format": "^27.4.6",
+ "semver": "^7.3.2"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-snapshot/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-util": {
+ "version": "27.4.2",
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.4.2.tgz",
+ "integrity": "sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "graceful-fs": "^4.2.4",
+ "picomatch": "^2.2.3"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-util/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-util/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-util/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-util/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-util/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-util/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-validate": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.4.6.tgz",
+ "integrity": "sha512-872mEmCPVlBqbA5dToC57vA3yJaMRfIdpCoD3cyHWJOMx+SJwLNw0I71EkWs41oza/Er9Zno9XuTkRYCPDUJXQ==",
+ "dependencies": {
+ "@jest/types": "^27.4.2",
+ "camelcase": "^6.2.0",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^27.4.0",
+ "leven": "^3.1.0",
+ "pretty-format": "^27.4.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-validate/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-validate/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-validate/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-validate/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-validate/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-validate/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watch-typeahead": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.0.0.tgz",
+ "integrity": "sha512-jxoszalAb394WElmiJTFBMzie/RDCF+W7Q29n5LzOPtcoQoHWfdUtHFkbhgf5NwWe8uMOxvKb/g7ea7CshfkTw==",
+ "dependencies": {
+ "ansi-escapes": "^4.3.1",
+ "chalk": "^4.0.0",
+ "jest-regex-util": "^27.0.0",
+ "jest-watcher": "^27.0.0",
+ "slash": "^4.0.0",
+ "string-length": "^5.0.1",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "jest": "^27.0.0"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/char-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.0.tgz",
+ "integrity": "sha512-oGu2QekBMXgyQNWPDRQ001bjvDnZe4/zBTz37TMbiKz1NbNiyiH5hRkobe7npRN6GfbGbxMYFck/vQ1r9c1VMA==",
+ "engines": {
+ "node": ">=12.20"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-watch-typeahead/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/slash": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
+ "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/string-length": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
+ "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
+ "dependencies": {
+ "char-regex": "^2.0.0",
+ "strip-ansi": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=12.20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
+ "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/jest-watch-typeahead/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watcher": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.4.6.tgz",
+ "integrity": "sha512-yKQ20OMBiCDigbD0quhQKLkBO+ObGN79MO4nT7YaCuQ5SM+dkBNWE8cZX0FjU6czwMvWw6StWbe+Wv4jJPJ+fw==",
+ "dependencies": {
+ "@jest/test-result": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "jest-util": "^27.4.2",
+ "string-length": "^4.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-watcher/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-worker": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.6.tgz",
+ "integrity": "sha512-gHWJF/6Xi5CTG5QCvROr6GcmpIqNYpDJyc8A1h/DyXqH1tD6SnRCM0d3U5msV31D2LB/U+E0M+W4oyvKV44oNw==",
+ "dependencies": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/jest-worker/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-worker/node_modules/supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
+ },
+ "node_modules/js-yaml": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+ "dependencies": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsdom": {
+ "version": "16.7.0",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
+ "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
+ "dependencies": {
+ "abab": "^2.0.5",
+ "acorn": "^8.2.4",
+ "acorn-globals": "^6.0.0",
+ "cssom": "^0.4.4",
+ "cssstyle": "^2.3.0",
+ "data-urls": "^2.0.0",
+ "decimal.js": "^10.2.1",
+ "domexception": "^2.0.1",
+ "escodegen": "^2.0.0",
+ "form-data": "^3.0.0",
+ "html-encoding-sniffer": "^2.0.1",
+ "http-proxy-agent": "^4.0.1",
+ "https-proxy-agent": "^5.0.0",
+ "is-potential-custom-element-name": "^1.0.1",
+ "nwsapi": "^2.2.0",
+ "parse5": "6.0.1",
+ "saxes": "^5.0.1",
+ "symbol-tree": "^3.2.4",
+ "tough-cookie": "^4.0.0",
+ "w3c-hr-time": "^1.0.2",
+ "w3c-xmlserializer": "^2.0.0",
+ "webidl-conversions": "^6.1.0",
+ "whatwg-encoding": "^1.0.5",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.5.0",
+ "ws": "^7.4.6",
+ "xml-name-validator": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "canvas": "^2.5.0"
+ },
+ "peerDependenciesMeta": {
+ "canvas": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
+ "bin": {
+ "jsesc": "bin/jsesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/json-parse-better-errors": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
+ "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
+ },
+ "node_modules/json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
+ },
+ "node_modules/json-schema": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
+ "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
+ },
+ "node_modules/json5": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
+ "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
+ "dependencies": {
+ "minimist": "^1.2.5"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jsonfile": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
+ "dependencies": {
+ "universalify": "^2.0.0"
+ },
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
+ }
+ },
+ "node_modules/jsonpointer": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.0.tgz",
+ "integrity": "sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/jsx-ast-utils": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz",
+ "integrity": "sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==",
+ "dependencies": {
+ "array-includes": "^3.1.3",
+ "object.assign": "^4.1.2"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/kleur": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/klona": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz",
+ "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/language-subtag-registry": {
+ "version": "0.3.21",
+ "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
+ "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg=="
+ },
+ "node_modules/language-tags": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
+ "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=",
+ "dependencies": {
+ "language-subtag-registry": "~0.3.2"
+ }
+ },
+ "node_modules/leven": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
+ "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/lilconfig": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz",
+ "integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
+ },
+ "node_modules/loader-runner": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz",
+ "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==",
+ "engines": {
+ "node": ">=6.11.5"
+ }
+ },
+ "node_modules/loader-utils": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
+ "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
+ "node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
+ },
+ "node_modules/lodash.debounce": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
+ "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
+ },
+ "node_modules/lodash.memoize": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
+ "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4="
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
+ },
+ "node_modules/lodash.sortby": {
+ "version": "4.7.0",
+ "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
+ "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg="
+ },
+ "node_modules/lodash.uniq": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
+ "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M="
+ },
+ "node_modules/loose-envify": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
+ "dependencies": {
+ "js-tokens": "^3.0.0 || ^4.0.0"
+ },
+ "bin": {
+ "loose-envify": "cli.js"
+ }
+ },
+ "node_modules/lower-case": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
+ "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
+ "dependencies": {
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/lz-string": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
+ "integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=",
+ "bin": {
+ "lz-string": "bin/bin.js"
+ }
+ },
+ "node_modules/magic-string": {
+ "version": "0.25.7",
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
+ "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
+ "dependencies": {
+ "sourcemap-codec": "^1.4.4"
+ }
+ },
+ "node_modules/make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "dependencies": {
+ "semver": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/make-dir/node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/makeerror": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
+ "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
+ "dependencies": {
+ "tmpl": "1.0.5"
+ }
+ },
+ "node_modules/mdn-data": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
+ "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
+ },
+ "node_modules/media-typer": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
+ "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/memfs": {
+ "version": "3.4.1",
+ "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.1.tgz",
+ "integrity": "sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw==",
+ "dependencies": {
+ "fs-monkey": "1.0.3"
+ },
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/merge-descriptors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+ "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
+ },
+ "node_modules/merge-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/methods": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
+ "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
+ "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
+ "dependencies": {
+ "braces": "^3.0.1",
+ "picomatch": "^2.2.3"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/mime": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
+ "bin": {
+ "mime": "cli.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.51.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz",
+ "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "2.1.34",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz",
+ "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==",
+ "dependencies": {
+ "mime-db": "1.51.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mimic-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/min-indent": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
+ "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/mini-css-extract-plugin": {
+ "version": "2.4.6",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.6.tgz",
+ "integrity": "sha512-khHpc29bdsE9EQiGSLqQieLyMbGca+bkC42/BBL1gXC8yAS0nHpOTUCBYUK6En1FuRdfE9wKXhGtsab8vmsugg==",
+ "dependencies": {
+ "schema-utils": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^5.0.0"
+ }
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3"
+ },
+ "peerDependencies": {
+ "ajv": "^8.8.2"
+ }
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
+ "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.8.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/minimalistic-assert": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
+ },
+ "node_modules/minimatch": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/minimist": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
+ },
+ "node_modules/mkdirp": {
+ "version": "0.5.5",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
+ "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
+ "dependencies": {
+ "minimist": "^1.2.5"
+ },
+ "bin": {
+ "mkdirp": "bin/cmd.js"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+ },
+ "node_modules/multicast-dns": {
+ "version": "6.2.3",
+ "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz",
+ "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==",
+ "dependencies": {
+ "dns-packet": "^1.3.1",
+ "thunky": "^1.0.2"
+ },
+ "bin": {
+ "multicast-dns": "cli.js"
+ }
+ },
+ "node_modules/multicast-dns-service-types": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz",
+ "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE="
+ },
+ "node_modules/nanoid": {
+ "version": "3.1.30",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz",
+ "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==",
+ "bin": {
+ "nanoid": "bin/nanoid.cjs"
+ },
+ "engines": {
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+ }
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
+ },
+ "node_modules/negotiator": {
+ "version": "0.6.2",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
+ "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/neo-async": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
+ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
+ },
+ "node_modules/no-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
+ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
+ "dependencies": {
+ "lower-case": "^2.0.2",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/node-forge": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
+ "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==",
+ "engines": {
+ "node": ">= 6.0.0"
+ }
+ },
+ "node_modules/node-int64": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
+ "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs="
+ },
+ "node_modules/node-releases": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
+ "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA=="
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/normalize-url": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
+ "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/npm-run-path": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
+ "dependencies": {
+ "path-key": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/nth-check": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
+ "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
+ "dependencies": {
+ "boolbase": "^1.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/fb55/nth-check?sponsor=1"
+ }
+ },
+ "node_modules/nwsapi": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
+ "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ=="
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-hash": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
+ "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/object-inspect": {
+ "version": "1.12.0",
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
+ "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object-is": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
+ "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.assign": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
+ "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "has-symbols": "^1.0.1",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.entries": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz",
+ "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.fromentries": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz",
+ "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.getownpropertydescriptors": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz",
+ "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.hasown": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz",
+ "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==",
+ "dependencies": {
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/object.values": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz",
+ "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/obuf": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
+ "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
+ },
+ "node_modules/on-finished": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
+ "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
+ "dependencies": {
+ "ee-first": "1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/on-headers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/onetime": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
+ "dependencies": {
+ "mimic-fn": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/open": {
+ "version": "8.4.0",
+ "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz",
+ "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==",
+ "dependencies": {
+ "define-lazy-prop": "^2.0.0",
+ "is-docker": "^2.1.1",
+ "is-wsl": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
+ "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
+ "dependencies": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.3"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-map": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
+ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
+ "dependencies": {
+ "aggregate-error": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-retry": {
+ "version": "4.6.1",
+ "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.1.tgz",
+ "integrity": "sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==",
+ "dependencies": {
+ "@types/retry": "^0.12.0",
+ "retry": "^0.13.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/param-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
+ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
+ "dependencies": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parse5": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
+ "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
+ },
+ "node_modules/parseurl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/pascal-case": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
+ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
+ },
+ "node_modules/path-to-regexp": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
+ "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
+ },
+ "node_modules/path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/performance-now": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
+ "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
+ },
+ "node_modules/picocolors": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/pirates": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.4.tgz",
+ "integrity": "sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dependencies": {
+ "find-up": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pkg-dir/node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pkg-dir/node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pkg-dir/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/pkg-dir/node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pkg-up": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
+ "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
+ "dependencies": {
+ "find-up": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/pkg-up/node_modules/find-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+ "dependencies": {
+ "locate-path": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/pkg-up/node_modules/locate-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
+ "dependencies": {
+ "p-locate": "^3.0.0",
+ "path-exists": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/pkg-up/node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/pkg-up/node_modules/p-locate": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
+ "dependencies": {
+ "p-limit": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/pkg-up/node_modules/path-exists": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/portfinder": {
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
+ "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==",
+ "dependencies": {
+ "async": "^2.6.2",
+ "debug": "^3.1.1",
+ "mkdirp": "^0.5.5"
+ },
+ "engines": {
+ "node": ">= 0.12.0"
+ }
+ },
+ "node_modules/portfinder/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/postcss": {
+ "version": "8.4.5",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz",
+ "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==",
+ "dependencies": {
+ "nanoid": "^3.1.30",
+ "picocolors": "^1.0.0",
+ "source-map-js": "^1.0.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ }
+ },
+ "node_modules/postcss-attribute-case-insensitive": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz",
+ "integrity": "sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.2"
+ },
+ "peerDependencies": {
+ "postcss": "^8.0.2"
+ }
+ },
+ "node_modules/postcss-browser-comments": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
+ "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
+ "engines": {
+ "node": ">=8"
+ },
+ "peerDependencies": {
+ "browserslist": ">=4",
+ "postcss": ">=8"
+ }
+ },
+ "node_modules/postcss-calc": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.1.0.tgz",
+ "integrity": "sha512-XaJ+DArhRtRAzI+IqjRNTM0i4NFKkMK5StepwynfrF27UfO6/oMaELSVDE4f9ndLHyaO4aDKUwfQKVmje/BzCg==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.0.2"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.2"
+ }
+ },
+ "node_modules/postcss-color-functional-notation": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.1.tgz",
+ "integrity": "sha512-62OBIXCjRXpQZcFOYIXwXBlpAVWrYk8ek1rcjvMING4Q2cf0ipyN9qT+BhHA6HmftGSEnFQu2qgKO3gMscl3Rw==",
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-color-hex-alpha": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.2.tgz",
+ "integrity": "sha512-gyx8RgqSmGVK156NAdKcsfkY3KPGHhKqvHTL3hhveFrBBToguKFzhyiuk3cljH6L4fJ0Kv+JENuPXs1Wij27Zw==",
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-color-rebeccapurple": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.0.2.tgz",
+ "integrity": "sha512-SFc3MaocHaQ6k3oZaFwH8io6MdypkUtEy/eXzXEB1vEQlO3S3oDc/FSZA8AsS04Z25RirQhlDlHLh3dn7XewWw==",
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-colormin": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.2.2.tgz",
+ "integrity": "sha512-tSEe3NpqWARUTidDlF0LntPkdlhXqfDFuA1yslqpvvGAfpZ7oBaw+/QXd935NKm2U9p4PED0HDZlzmMk7fVC6g==",
+ "dependencies": {
+ "browserslist": "^4.16.6",
+ "caniuse-api": "^3.0.0",
+ "colord": "^2.9.1",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-convert-values": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.2.tgz",
+ "integrity": "sha512-KQ04E2yadmfa1LqXm7UIDwW1ftxU/QWZmz6NKnHnUvJ3LEYbbcX6i329f/ig+WnEByHegulocXrECaZGLpL8Zg==",
+ "dependencies": {
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-custom-media": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz",
+ "integrity": "sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g==",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-custom-properties": {
+ "version": "12.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.0.2.tgz",
+ "integrity": "sha512-dpeF9PFr9gGmVxjYNBC35jvBwkga7jIfKLUVUsdiCaZWwiugS6c+hsf8x+NJ0OcvjXVTluqm50jLw7qRzP54vQ==",
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-custom-selectors": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.0.tgz",
+ "integrity": "sha512-/1iyBhz/W8jUepjGyu7V1OPcGbc636snN1yXEQCinb6Bwt7KxsiU7/bLQlp8GwAXzCh7cobBU5odNn/2zQWR8Q==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.4"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.2"
+ }
+ },
+ "node_modules/postcss-dir-pseudo-class": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.2.tgz",
+ "integrity": "sha512-0X8kO0ICu+iuaQlXy8K9PBK1dpGpaMTqJ5P9BhEz/I9bMj0jD2/NeMpfYOeMnxhqgUfSjdZYXVWzucVtW3xvtg==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.8"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-discard-comments": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.0.1.tgz",
+ "integrity": "sha512-lgZBPTDvWrbAYY1v5GYEv8fEO/WhKOu/hmZqmCYfrpD6eyDWWzAOsl2rF29lpvziKO02Gc5GJQtlpkTmakwOWg==",
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-discard-duplicates": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.1.tgz",
+ "integrity": "sha512-svx747PWHKOGpAXXQkCc4k/DsWo+6bc5LsVrAsw+OU+Ibi7klFZCyX54gjYzX4TH+f2uzXjRviLARxkMurA2bA==",
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-discard-empty": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.0.1.tgz",
+ "integrity": "sha512-vfU8CxAQ6YpMxV2SvMcMIyF2LX1ZzWpy0lqHDsOdaKKLQVQGVP1pzhrI9JlsO65s66uQTfkQBKBD/A5gp9STFw==",
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-discard-overridden": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.0.1.tgz",
+ "integrity": "sha512-Y28H7y93L2BpJhrdUR2SR2fnSsT+3TVx1NmVQLbcnZWwIUpJ7mfcTC6Za9M2PG6w8j7UQRfzxqn8jU2VwFxo3Q==",
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-double-position-gradients": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.0.4.tgz",
+ "integrity": "sha512-qz+s5vhKJlsHw8HjSs+HVk2QGFdRyC68KGRQGX3i+GcnUjhWhXQEmCXW6siOJkZ1giu0ddPwSO6I6JdVVVPoog==",
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-env-function": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.4.tgz",
+ "integrity": "sha512-0ltahRTPtXSIlEZFv7zIvdEib7HN0ZbUQxrxIKn8KbiRyhALo854I/CggU5lyZe6ZBvSTJ6Al2vkZecI2OhneQ==",
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-flexbugs-fixes": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
+ "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
+ "peerDependencies": {
+ "postcss": "^8.1.4"
+ }
+ },
+ "node_modules/postcss-focus-visible": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.3.tgz",
+ "integrity": "sha512-ozOsg+L1U8S+rxSHnJJiET6dNLyADcPHhEarhhtCI9DBLGOPG/2i4ddVoFch9LzrBgb8uDaaRI4nuid2OM82ZA==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.8"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-focus-within": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.3.tgz",
+ "integrity": "sha512-fk9y2uFS6/Kpp7/A9Hz9Z4rlFQ8+tzgBcQCXAFSrXFGAbKx+4ZZOmmfHuYjCOMegPWoz0pnC6fNzi8j7Xyqp5Q==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.8"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-font-variant": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
+ "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-gap-properties": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.2.tgz",
+ "integrity": "sha512-EaMy/pbxtQnKDsnbEjdqlkCkROTQZzolcLKgIE+3b7EuJfJydH55cZeHfm+MtIezXRqhR80VKgaztO/vHq94Fw==",
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-image-set-function": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.4.tgz",
+ "integrity": "sha512-BlEo9gSTj66lXjRNByvkMK9dEdEGFXRfGjKRi9fo8s0/P3oEk74cAoonl/utiM50E2OPVb/XSu+lWvdW4KtE/Q==",
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-initial": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
+ "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
+ "peerDependencies": {
+ "postcss": "^8.0.0"
+ }
+ },
+ "node_modules/postcss-js": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
+ "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==",
+ "dependencies": {
+ "camelcase-css": "^2.0.1"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >= 16"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3.3"
+ }
+ },
+ "node_modules/postcss-lab-function": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.0.3.tgz",
+ "integrity": "sha512-MH4tymWmefdZQ7uVG/4icfLjAQmH6o2NRYyVh2mKoB4RXJp9PjsyhZwhH4ouaCQHvg+qJVj3RzeAR1EQpIlXZA==",
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-load-config": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.1.tgz",
+ "integrity": "sha512-c/9XYboIbSEUZpiD1UQD0IKiUe8n9WHYV7YFe7X7J+ZwCsEKkUJSFWjS9hBU1RR9THR7jMXst8sxiqP0jjo2mg==",
+ "dependencies": {
+ "lilconfig": "^2.0.4",
+ "yaml": "^1.10.2"
+ },
+ "engines": {
+ "node": ">= 10"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ "peerDependencies": {
+ "ts-node": ">=9.0.0"
+ },
+ "peerDependenciesMeta": {
+ "ts-node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/postcss-loader": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
+ "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
+ "dependencies": {
+ "cosmiconfig": "^7.0.0",
+ "klona": "^2.0.5",
+ "semver": "^7.3.5"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "postcss": "^7.0.0 || ^8.0.1",
+ "webpack": "^5.0.0"
+ }
+ },
+ "node_modules/postcss-logical": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.2.tgz",
+ "integrity": "sha512-gmhdJ5ZWYAqAI06kzhpKC3E4UddBc1dlQKi3HHYbVHTvgr8CQJW9O+SLdihrEYZ8LsqVqFe0av8RC8HcFF8ghQ==",
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-media-minmax": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
+ "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-merge-longhand": {
+ "version": "5.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.4.tgz",
+ "integrity": "sha512-2lZrOVD+d81aoYkZDpWu6+3dTAAGkCKbV5DoRhnIR7KOULVrI/R7bcMjhrH9KTRy6iiHKqmtG+n/MMj1WmqHFw==",
+ "dependencies": {
+ "postcss-value-parser": "^4.1.0",
+ "stylehacks": "^5.0.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-merge-rules": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.0.3.tgz",
+ "integrity": "sha512-cEKTMEbWazVa5NXd8deLdCnXl+6cYG7m2am+1HzqH0EnTdy8fRysatkaXb2dEnR+fdaDxTvuZ5zoBdv6efF6hg==",
+ "dependencies": {
+ "browserslist": "^4.16.6",
+ "caniuse-api": "^3.0.0",
+ "cssnano-utils": "^2.0.1",
+ "postcss-selector-parser": "^6.0.5"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-minify-font-values": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.0.1.tgz",
+ "integrity": "sha512-7JS4qIsnqaxk+FXY1E8dHBDmraYFWmuL6cgt0T1SWGRO5bzJf8sUoelwa4P88LEWJZweHevAiDKxHlofuvtIoA==",
+ "dependencies": {
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-minify-gradients": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.0.3.tgz",
+ "integrity": "sha512-Z91Ol22nB6XJW+5oe31+YxRsYooxOdFKcbOqY/V8Fxse1Y3vqlNRpi1cxCqoACZTQEhl+xvt4hsbWiV5R+XI9Q==",
+ "dependencies": {
+ "colord": "^2.9.1",
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-minify-params": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.0.2.tgz",
+ "integrity": "sha512-qJAPuBzxO1yhLad7h2Dzk/F7n1vPyfHfCCh5grjGfjhi1ttCnq4ZXGIW77GSrEbh9Hus9Lc/e/+tB4vh3/GpDg==",
+ "dependencies": {
+ "alphanum-sort": "^1.0.2",
+ "browserslist": "^4.16.6",
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-minify-selectors": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.1.0.tgz",
+ "integrity": "sha512-NzGBXDa7aPsAcijXZeagnJBKBPMYLaJJzB8CQh6ncvyl2sIndLVWfbcDi0SBjRWk5VqEjXvf8tYwzoKf4Z07og==",
+ "dependencies": {
+ "alphanum-sort": "^1.0.2",
+ "postcss-selector-parser": "^6.0.5"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-modules-extract-imports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
+ "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
+ "engines": {
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-modules-local-by-default": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
+ "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
+ "dependencies": {
+ "icss-utils": "^5.0.0",
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-modules-scope": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
+ "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.4"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-modules-values": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
+ "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
+ "dependencies": {
+ "icss-utils": "^5.0.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-nested": {
+ "version": "5.0.6",
+ "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz",
+ "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.6"
+ },
+ "engines": {
+ "node": ">=12.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.14"
+ }
+ },
+ "node_modules/postcss-nesting": {
+ "version": "10.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.1.tgz",
+ "integrity": "sha512-Hs1pziyg47PBphISBWsCuSDeyNrk8xItFvT2r8F4L35Mcq0uQmz1yt+o/oq6oYkVAUlXadRXf4qH97wLKKznbA==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.8"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-normalize": {
+ "version": "10.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
+ "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
+ "dependencies": {
+ "@csstools/normalize.css": "*",
+ "postcss-browser-comments": "^4",
+ "sanitize.css": "*"
+ },
+ "engines": {
+ "node": ">= 12"
+ },
+ "peerDependencies": {
+ "browserslist": ">= 4",
+ "postcss": ">= 8"
+ }
+ },
+ "node_modules/postcss-normalize-charset": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz",
+ "integrity": "sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==",
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-display-values": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.1.tgz",
+ "integrity": "sha512-uupdvWk88kLDXi5HEyI9IaAJTE3/Djbcrqq8YgjvAVuzgVuqIk3SuJWUisT2gaJbZm1H9g5k2w1xXilM3x8DjQ==",
+ "dependencies": {
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-positions": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.0.1.tgz",
+ "integrity": "sha512-rvzWAJai5xej9yWqlCb1OWLd9JjW2Ex2BCPzUJrbaXmtKtgfL8dBMOOMTX6TnvQMtjk3ei1Lswcs78qKO1Skrg==",
+ "dependencies": {
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-repeat-style": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.1.tgz",
+ "integrity": "sha512-syZ2itq0HTQjj4QtXZOeefomckiV5TaUO6ReIEabCh3wgDs4Mr01pkif0MeVwKyU/LHEkPJnpwFKRxqWA/7O3w==",
+ "dependencies": {
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-string": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.0.1.tgz",
+ "integrity": "sha512-Ic8GaQ3jPMVl1OEn2U//2pm93AXUcF3wz+OriskdZ1AOuYV25OdgS7w9Xu2LO5cGyhHCgn8dMXh9bO7vi3i9pA==",
+ "dependencies": {
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-timing-functions": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.1.tgz",
+ "integrity": "sha512-cPcBdVN5OsWCNEo5hiXfLUnXfTGtSFiBU9SK8k7ii8UD7OLuznzgNRYkLZow11BkQiiqMcgPyh4ZqXEEUrtQ1Q==",
+ "dependencies": {
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-unicode": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.1.tgz",
+ "integrity": "sha512-kAtYD6V3pK0beqrU90gpCQB7g6AOfP/2KIPCVBKJM2EheVsBQmx/Iof+9zR9NFKLAx4Pr9mDhogB27pmn354nA==",
+ "dependencies": {
+ "browserslist": "^4.16.0",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-url": {
+ "version": "5.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.4.tgz",
+ "integrity": "sha512-cNj3RzK2pgQQyNp7dzq0dqpUpQ/wYtdDZM3DepPmFjCmYIfceuD9VIAcOdvrNetjIU65g1B4uwdP/Krf6AFdXg==",
+ "dependencies": {
+ "normalize-url": "^6.0.1",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-whitespace": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.1.tgz",
+ "integrity": "sha512-iPklmI5SBnRvwceb/XH568yyzK0qRVuAG+a1HFUsFRf11lEJTiQQa03a4RSCQvLKdcpX7XsI1Gen9LuLoqwiqA==",
+ "dependencies": {
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-ordered-values": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.0.2.tgz",
+ "integrity": "sha512-8AFYDSOYWebJYLyJi3fyjl6CqMEG/UVworjiyK1r573I56kb3e879sCJLGvR3merj+fAdPpVplXKQZv+ey6CgQ==",
+ "dependencies": {
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-overflow-shorthand": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.2.tgz",
+ "integrity": "sha512-odBMVt6PTX7jOE9UNvmnLrFzA9pXS44Jd5shFGGtSHY80QCuJF+14McSy0iavZggRZ9Oj//C9vOKQmexvyEJMg==",
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-page-break": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
+ "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
+ "peerDependencies": {
+ "postcss": "^8"
+ }
+ },
+ "node_modules/postcss-place": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.3.tgz",
+ "integrity": "sha512-tDQ3m+GYoOar+KoQgj+pwPAvGHAp/Sby6vrFiyrELrMKQJ4AejL0NcS0mm296OKKYA2SRg9ism/hlT/OLhBrdQ==",
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-preset-env": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.2.0.tgz",
+ "integrity": "sha512-OO8RDLrx3iPnXx8YlGgWJHwLel/NQfgJFx4dONfM2dpFJfmIKrAHhpWCtqHIaIPPPEVkGKIhzPZlT3m+xT0GKA==",
+ "dependencies": {
+ "autoprefixer": "^10.4.1",
+ "browserslist": "^4.19.1",
+ "caniuse-lite": "^1.0.30001295",
+ "css-blank-pseudo": "^3.0.1",
+ "css-has-pseudo": "^3.0.2",
+ "css-prefers-color-scheme": "^6.0.2",
+ "cssdb": "^5.0.0",
+ "postcss-attribute-case-insensitive": "^5.0.0",
+ "postcss-color-functional-notation": "^4.2.1",
+ "postcss-color-hex-alpha": "^8.0.2",
+ "postcss-color-rebeccapurple": "^7.0.1",
+ "postcss-custom-media": "^8.0.0",
+ "postcss-custom-properties": "^12.0.2",
+ "postcss-custom-selectors": "^6.0.0",
+ "postcss-dir-pseudo-class": "^6.0.2",
+ "postcss-double-position-gradients": "^3.0.4",
+ "postcss-env-function": "^4.0.4",
+ "postcss-focus-visible": "^6.0.3",
+ "postcss-focus-within": "^5.0.3",
+ "postcss-font-variant": "^5.0.0",
+ "postcss-gap-properties": "^3.0.2",
+ "postcss-image-set-function": "^4.0.4",
+ "postcss-initial": "^4.0.1",
+ "postcss-lab-function": "^4.0.3",
+ "postcss-logical": "^5.0.2",
+ "postcss-media-minmax": "^5.0.0",
+ "postcss-nesting": "^10.1.1",
+ "postcss-overflow-shorthand": "^3.0.2",
+ "postcss-page-break": "^3.0.4",
+ "postcss-place": "^7.0.3",
+ "postcss-pseudo-class-any-link": "^7.0.2",
+ "postcss-replace-overflow-wrap": "^4.0.0",
+ "postcss-selector-not": "^5.0.0"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.4"
+ }
+ },
+ "node_modules/postcss-pseudo-class-any-link": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.0.2.tgz",
+ "integrity": "sha512-CG35J1COUH7OOBgpw5O+0koOLUd5N4vUGKUqSAuIe4GiuLHWU96Pqp+UPC8QITTd12zYAFx76pV7qWT/0Aj/TA==",
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.8"
+ },
+ "engines": {
+ "node": "^12 || ^14 || >=16"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3"
+ }
+ },
+ "node_modules/postcss-reduce-initial": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.2.tgz",
+ "integrity": "sha512-v/kbAAQ+S1V5v9TJvbGkV98V2ERPdU6XvMcKMjqAlYiJ2NtsHGlKYLPjWWcXlaTKNxooId7BGxeraK8qXvzKtw==",
+ "dependencies": {
+ "browserslist": "^4.16.6",
+ "caniuse-api": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-reduce-transforms": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.1.tgz",
+ "integrity": "sha512-a//FjoPeFkRuAguPscTVmRQUODP+f3ke2HqFNgGPwdYnpeC29RZdCBvGRGTsKpMURb/I3p6jdKoBQ2zI+9Q7kA==",
+ "dependencies": {
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-replace-overflow-wrap": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
+ "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
+ "peerDependencies": {
+ "postcss": "^8.0.3"
+ }
+ },
+ "node_modules/postcss-selector-not": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz",
+ "integrity": "sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==",
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-selector-parser": {
+ "version": "6.0.8",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.8.tgz",
+ "integrity": "sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==",
+ "dependencies": {
+ "cssesc": "^3.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-svgo": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.0.3.tgz",
+ "integrity": "sha512-41XZUA1wNDAZrQ3XgWREL/M2zSw8LJPvb5ZWivljBsUQAGoEKMYm6okHsTjJxKYI4M75RQEH4KYlEM52VwdXVA==",
+ "dependencies": {
+ "postcss-value-parser": "^4.1.0",
+ "svgo": "^2.7.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-svgo/node_modules/commander": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/postcss-svgo/node_modules/css-tree": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
+ "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
+ "dependencies": {
+ "mdn-data": "2.0.14",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/postcss-svgo/node_modules/mdn-data": {
+ "version": "2.0.14",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
+ "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
+ },
+ "node_modules/postcss-svgo/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/postcss-svgo/node_modules/svgo": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
+ "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
+ "dependencies": {
+ "@trysound/sax": "0.2.0",
+ "commander": "^7.2.0",
+ "css-select": "^4.1.3",
+ "css-tree": "^1.1.3",
+ "csso": "^4.2.0",
+ "picocolors": "^1.0.0",
+ "stable": "^0.1.8"
+ },
+ "bin": {
+ "svgo": "bin/svgo"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/postcss-unique-selectors": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.0.2.tgz",
+ "integrity": "sha512-w3zBVlrtZm7loQWRPVC0yjUwwpty7OM6DnEHkxcSQXO1bMS3RJ+JUS5LFMSDZHJcvGsRwhZinCWVqn8Kej4EDA==",
+ "dependencies": {
+ "alphanum-sort": "^1.0.2",
+ "postcss-selector-parser": "^6.0.5"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-value-parser": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/prettier": {
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz",
+ "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==",
+ "dev": true,
+ "bin": {
+ "prettier": "bin-prettier.js"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/pretty-bytes": {
+ "version": "5.6.0",
+ "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
+ "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/pretty-error": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
+ "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
+ "dependencies": {
+ "lodash": "^4.17.20",
+ "renderkid": "^3.0.0"
+ }
+ },
+ "node_modules/pretty-format": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.4.6.tgz",
+ "integrity": "sha512-NblstegA1y/RJW2VyML+3LlpFjzx62cUrtBIKIWDXEDkjNeleA7Od7nrzcs/VLQvAeV4CgSYhrN39DRN88Qi/g==",
+ "dependencies": {
+ "ansi-regex": "^5.0.1",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/pretty-format/node_modules/ansi-styles": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/process-nextick-args": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
+ },
+ "node_modules/progress": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/promise": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
+ "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==",
+ "dependencies": {
+ "asap": "~2.0.6"
+ }
+ },
+ "node_modules/prompts": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
+ "dependencies": {
+ "kleur": "^3.0.3",
+ "sisteransi": "^1.0.5"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/prop-types": {
+ "version": "15.8.1",
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
+ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
+ "dependencies": {
+ "loose-envify": "^1.4.0",
+ "object-assign": "^4.1.1",
+ "react-is": "^16.13.1"
+ }
+ },
+ "node_modules/prop-types/node_modules/react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
+ },
+ "node_modules/proxy-addr": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
+ "dependencies": {
+ "forwarded": "0.2.0",
+ "ipaddr.js": "1.9.1"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/proxy-addr/node_modules/ipaddr.js": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/psl": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
+ "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ=="
+ },
+ "node_modules/punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/q": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
+ "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
+ "engines": {
+ "node": ">=0.6.0",
+ "teleport": ">=0.2.0"
+ }
+ },
+ "node_modules/qs": {
+ "version": "6.9.6",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz",
+ "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==",
+ "engines": {
+ "node": ">=0.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/quick-lru": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
+ "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/raf": {
+ "version": "3.4.1",
+ "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
+ "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
+ "dependencies": {
+ "performance-now": "^2.1.0"
+ }
+ },
+ "node_modules/randombytes": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
+ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
+ "dependencies": {
+ "safe-buffer": "^5.1.0"
+ }
+ },
+ "node_modules/range-parser": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/raw-body": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz",
+ "integrity": "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==",
+ "dependencies": {
+ "bytes": "3.1.1",
+ "http-errors": "1.8.1",
+ "iconv-lite": "0.4.24",
+ "unpipe": "1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/raw-body/node_modules/bytes": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz",
+ "integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/raw-body/node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/react": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
+ "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
+ "dependencies": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/react-app-polyfill": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
+ "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
+ "dependencies": {
+ "core-js": "^3.19.2",
+ "object-assign": "^4.1.1",
+ "promise": "^8.1.0",
+ "raf": "^3.4.1",
+ "regenerator-runtime": "^0.13.9",
+ "whatwg-fetch": "^3.6.2"
+ },
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "node_modules/react-dev-utils": {
+ "version": "12.0.0",
+ "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.0.tgz",
+ "integrity": "sha512-xBQkitdxozPxt1YZ9O1097EJiVpwHr9FoAuEVURCKV0Av8NBERovJauzP7bo1ThvuhZ4shsQ1AJiu4vQpoT1AQ==",
+ "dependencies": {
+ "@babel/code-frame": "^7.16.0",
+ "address": "^1.1.2",
+ "browserslist": "^4.18.1",
+ "chalk": "^4.1.2",
+ "cross-spawn": "^7.0.3",
+ "detect-port-alt": "^1.1.6",
+ "escape-string-regexp": "^4.0.0",
+ "filesize": "^8.0.6",
+ "find-up": "^5.0.0",
+ "fork-ts-checker-webpack-plugin": "^6.5.0",
+ "global-modules": "^2.0.0",
+ "globby": "^11.0.4",
+ "gzip-size": "^6.0.0",
+ "immer": "^9.0.7",
+ "is-root": "^2.1.0",
+ "loader-utils": "^3.2.0",
+ "open": "^8.4.0",
+ "pkg-up": "^3.1.0",
+ "prompts": "^2.4.2",
+ "react-error-overlay": "^6.0.10",
+ "recursive-readdir": "^2.2.2",
+ "shell-quote": "^1.7.3",
+ "strip-ansi": "^6.0.1",
+ "text-table": "^0.2.0"
+ },
+ "engines": {
+ "node": ">=14"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/react-dev-utils/node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/loader-utils": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz",
+ "integrity": "sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==",
+ "engines": {
+ "node": ">= 12.13.0"
+ }
+ },
+ "node_modules/react-dev-utils/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/react-dom": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz",
+ "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==",
+ "dependencies": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1",
+ "scheduler": "^0.20.2"
+ },
+ "peerDependencies": {
+ "react": "17.0.2"
+ }
+ },
+ "node_modules/react-error-overlay": {
+ "version": "6.0.10",
+ "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.10.tgz",
+ "integrity": "sha512-mKR90fX7Pm5seCOfz8q9F+66VCc1PGsWSBxKbITjfKVQHMNF2zudxHnMdJiB1fRCb+XsbQV9sO9DCkgsMQgBIA=="
+ },
+ "node_modules/react-is": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
+ },
+ "node_modules/react-refresh": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
+ "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/react-scripts": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.0.tgz",
+ "integrity": "sha512-3i0L2CyIlROz7mxETEdfif6Sfhh9Lfpzi10CtcGs1emDQStmZfWjJbAIMtRD0opVUjQuFWqHZyRZ9PPzKCFxWg==",
+ "dependencies": {
+ "@babel/core": "^7.16.0",
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
+ "@svgr/webpack": "^5.5.0",
+ "babel-jest": "^27.4.2",
+ "babel-loader": "^8.2.3",
+ "babel-plugin-named-asset-import": "^0.3.8",
+ "babel-preset-react-app": "^10.0.1",
+ "bfj": "^7.0.2",
+ "browserslist": "^4.18.1",
+ "camelcase": "^6.2.1",
+ "case-sensitive-paths-webpack-plugin": "^2.4.0",
+ "css-loader": "^6.5.1",
+ "css-minimizer-webpack-plugin": "^3.2.0",
+ "dotenv": "^10.0.0",
+ "dotenv-expand": "^5.1.0",
+ "eslint": "^8.3.0",
+ "eslint-config-react-app": "^7.0.0",
+ "eslint-webpack-plugin": "^3.1.1",
+ "file-loader": "^6.2.0",
+ "fs-extra": "^10.0.0",
+ "html-webpack-plugin": "^5.5.0",
+ "identity-obj-proxy": "^3.0.0",
+ "jest": "^27.4.3",
+ "jest-resolve": "^27.4.2",
+ "jest-watch-typeahead": "^1.0.0",
+ "mini-css-extract-plugin": "^2.4.5",
+ "postcss": "^8.4.4",
+ "postcss-flexbugs-fixes": "^5.0.2",
+ "postcss-loader": "^6.2.1",
+ "postcss-normalize": "^10.0.1",
+ "postcss-preset-env": "^7.0.1",
+ "prompts": "^2.4.2",
+ "react-app-polyfill": "^3.0.0",
+ "react-dev-utils": "^12.0.0",
+ "react-refresh": "^0.11.0",
+ "resolve": "^1.20.0",
+ "resolve-url-loader": "^4.0.0",
+ "sass-loader": "^12.3.0",
+ "semver": "^7.3.5",
+ "source-map-loader": "^3.0.0",
+ "style-loader": "^3.3.1",
+ "tailwindcss": "^3.0.2",
+ "terser-webpack-plugin": "^5.2.5",
+ "webpack": "^5.64.4",
+ "webpack-dev-server": "^4.6.0",
+ "webpack-manifest-plugin": "^4.0.2",
+ "workbox-webpack-plugin": "^6.4.1"
+ },
+ "bin": {
+ "react-scripts": "bin/react-scripts.js"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "^2.3.2"
+ },
+ "peerDependencies": {
+ "react": ">= 16",
+ "typescript": "^3.2.1 || ^4"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/readable-stream": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/readdirp": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+ "dependencies": {
+ "picomatch": "^2.2.1"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ }
+ },
+ "node_modules/recursive-readdir": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz",
+ "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==",
+ "dependencies": {
+ "minimatch": "3.0.4"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/redent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
+ "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
+ "dependencies": {
+ "indent-string": "^4.0.0",
+ "strip-indent": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/regenerate": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
+ },
+ "node_modules/regenerate-unicode-properties": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz",
+ "integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==",
+ "dependencies": {
+ "regenerate": "^1.4.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.13.9",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
+ "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
+ },
+ "node_modules/regenerator-transform": {
+ "version": "0.14.5",
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
+ "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
+ "dependencies": {
+ "@babel/runtime": "^7.8.4"
+ }
+ },
+ "node_modules/regex-parser": {
+ "version": "2.2.11",
+ "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
+ "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
+ },
+ "node_modules/regexp.prototype.flags": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
+ "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/regexpp": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
+ "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ }
+ },
+ "node_modules/regexpu-core": {
+ "version": "4.8.0",
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz",
+ "integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==",
+ "dependencies": {
+ "regenerate": "^1.4.2",
+ "regenerate-unicode-properties": "^9.0.0",
+ "regjsgen": "^0.5.2",
+ "regjsparser": "^0.7.0",
+ "unicode-match-property-ecmascript": "^2.0.0",
+ "unicode-match-property-value-ecmascript": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/regjsgen": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
+ "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A=="
+ },
+ "node_modules/regjsparser": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz",
+ "integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==",
+ "dependencies": {
+ "jsesc": "~0.5.0"
+ },
+ "bin": {
+ "regjsparser": "bin/parser"
+ }
+ },
+ "node_modules/regjsparser/node_modules/jsesc": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
+ "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
+ "bin": {
+ "jsesc": "bin/jsesc"
+ }
+ },
+ "node_modules/relateurl": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
+ "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=",
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/renderkid": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
+ "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
+ "dependencies": {
+ "css-select": "^4.1.3",
+ "dom-converter": "^0.2.0",
+ "htmlparser2": "^6.1.0",
+ "lodash": "^4.17.21",
+ "strip-ansi": "^6.0.1"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
+ },
+ "node_modules/resolve": {
+ "version": "1.21.0",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz",
+ "integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==",
+ "dependencies": {
+ "is-core-module": "^2.8.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/resolve-cwd": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
+ "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
+ "dependencies": {
+ "resolve-from": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/resolve-url-loader": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
+ "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
+ "dependencies": {
+ "adjust-sourcemap-loader": "^4.0.0",
+ "convert-source-map": "^1.7.0",
+ "loader-utils": "^2.0.0",
+ "postcss": "^7.0.35",
+ "source-map": "0.6.1"
+ },
+ "engines": {
+ "node": ">=8.9"
+ },
+ "peerDependencies": {
+ "rework": "1.0.1",
+ "rework-visit": "1.0.0"
+ },
+ "peerDependenciesMeta": {
+ "rework": {
+ "optional": true
+ },
+ "rework-visit": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/resolve-url-loader/node_modules/picocolors": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
+ "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
+ },
+ "node_modules/resolve-url-loader/node_modules/postcss": {
+ "version": "7.0.39",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
+ "dependencies": {
+ "picocolors": "^0.2.1",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ }
+ },
+ "node_modules/resolve-url-loader/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/resolve.exports": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
+ "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/retry": {
+ "version": "0.13.1",
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
+ "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/rollup": {
+ "version": "2.63.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.63.0.tgz",
+ "integrity": "sha512-nps0idjmD+NXl6OREfyYXMn/dar3WGcyKn+KBzPdaLecub3x/LrId0wUcthcr8oZUAcZAR8NKcfGGFlNgGL1kQ==",
+ "bin": {
+ "rollup": "dist/bin/rollup"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/rollup-plugin-terser": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
+ "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
+ "dependencies": {
+ "@babel/code-frame": "^7.10.4",
+ "jest-worker": "^26.2.1",
+ "serialize-javascript": "^4.0.0",
+ "terser": "^5.0.0"
+ },
+ "peerDependencies": {
+ "rollup": "^2.0.0"
+ }
+ },
+ "node_modules/rollup-plugin-terser/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
+ "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
+ "dependencies": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
+ "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
+ "dependencies": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "node_modules/rollup-plugin-terser/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
+ },
+ "node_modules/sanitize.css": {
+ "version": "13.0.0",
+ "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
+ "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA=="
+ },
+ "node_modules/sass-loader": {
+ "version": "12.4.0",
+ "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.4.0.tgz",
+ "integrity": "sha512-7xN+8khDIzym1oL9XyS6zP6Ges+Bo2B2xbPrjdMHEYyV3AQYhd/wXeru++3ODHF0zMjYmVadblSKrPrjEkL8mg==",
+ "dependencies": {
+ "klona": "^2.0.4",
+ "neo-async": "^2.6.2"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "fibers": ">= 3.1.0",
+ "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
+ "sass": "^1.3.0",
+ "webpack": "^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "fibers": {
+ "optional": true
+ },
+ "node-sass": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/sax": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
+ "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
+ },
+ "node_modules/saxes": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
+ "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
+ "dependencies": {
+ "xmlchars": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/scheduler": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz",
+ "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==",
+ "dependencies": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1"
+ }
+ },
+ "node_modules/schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/select-hose": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
+ "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo="
+ },
+ "node_modules/selfsigned": {
+ "version": "1.10.11",
+ "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz",
+ "integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==",
+ "dependencies": {
+ "node-forge": "^0.10.0"
+ }
+ },
+ "node_modules/semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/send": {
+ "version": "0.17.2",
+ "resolved": "https://registry.npmjs.org/send/-/send-0.17.2.tgz",
+ "integrity": "sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==",
+ "dependencies": {
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "destroy": "~1.0.4",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "fresh": "0.5.2",
+ "http-errors": "1.8.1",
+ "mime": "1.6.0",
+ "ms": "2.1.3",
+ "on-finished": "~2.3.0",
+ "range-parser": "~1.2.1",
+ "statuses": "~1.5.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/send/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/send/node_modules/debug/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/send/node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
+ },
+ "node_modules/serialize-javascript": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
+ "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
+ "dependencies": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "node_modules/serve-index": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
+ "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
+ "dependencies": {
+ "accepts": "~1.3.4",
+ "batch": "0.6.1",
+ "debug": "2.6.9",
+ "escape-html": "~1.0.3",
+ "http-errors": "~1.6.2",
+ "mime-types": "~2.1.17",
+ "parseurl": "~1.3.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/serve-index/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/serve-index/node_modules/http-errors": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
+ "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
+ "dependencies": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.0",
+ "statuses": ">= 1.4.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/serve-index/node_modules/inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
+ },
+ "node_modules/serve-index/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/serve-index/node_modules/setprototypeof": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
+ "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
+ },
+ "node_modules/serve-static": {
+ "version": "1.14.2",
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.2.tgz",
+ "integrity": "sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==",
+ "dependencies": {
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "parseurl": "~1.3.3",
+ "send": "0.17.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/setprototypeof": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
+ },
+ "node_modules/shallowequal": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
+ "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shell-quote": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
+ "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
+ },
+ "node_modules/side-channel": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "get-intrinsic": "^1.0.2",
+ "object-inspect": "^1.9.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz",
+ "integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ=="
+ },
+ "node_modules/sisteransi": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
+ },
+ "node_modules/slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/sockjs": {
+ "version": "0.3.24",
+ "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
+ "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
+ "dependencies": {
+ "faye-websocket": "^0.11.3",
+ "uuid": "^8.3.2",
+ "websocket-driver": "^0.7.4"
+ }
+ },
+ "node_modules/source-list-map": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
+ "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
+ },
+ "node_modules/source-map": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-map-js": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz",
+ "integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-map-loader": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.1.tgz",
+ "integrity": "sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==",
+ "dependencies": {
+ "abab": "^2.0.5",
+ "iconv-lite": "^0.6.3",
+ "source-map-js": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^5.0.0"
+ }
+ },
+ "node_modules/source-map-resolve": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz",
+ "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==",
+ "dependencies": {
+ "atob": "^2.1.2",
+ "decode-uri-component": "^0.2.0"
+ }
+ },
+ "node_modules/source-map-support": {
+ "version": "0.5.21",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
+ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
+ "dependencies": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ }
+ },
+ "node_modules/source-map-support/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-map-url": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
+ "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw=="
+ },
+ "node_modules/sourcemap-codec": {
+ "version": "1.4.8",
+ "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
+ "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
+ },
+ "node_modules/spdy": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
+ "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
+ "dependencies": {
+ "debug": "^4.1.0",
+ "handle-thing": "^2.0.0",
+ "http-deceiver": "^1.2.7",
+ "select-hose": "^2.0.0",
+ "spdy-transport": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/spdy-transport": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
+ "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
+ "dependencies": {
+ "debug": "^4.1.0",
+ "detect-node": "^2.0.4",
+ "hpack.js": "^2.1.6",
+ "obuf": "^1.1.2",
+ "readable-stream": "^3.0.6",
+ "wbuf": "^1.7.3"
+ }
+ },
+ "node_modules/sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
+ },
+ "node_modules/stable": {
+ "version": "0.1.8",
+ "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
+ "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
+ },
+ "node_modules/stack-utils": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
+ "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
+ "dependencies": {
+ "escape-string-regexp": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/stack-utils/node_modules/escape-string-regexp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/stackframe": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.0.tgz",
+ "integrity": "sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA=="
+ },
+ "node_modules/statuses": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
+ "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/string_decoder": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
+ "dependencies": {
+ "safe-buffer": "~5.2.0"
+ }
+ },
+ "node_modules/string_decoder/node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/string-length": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
+ "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
+ "dependencies": {
+ "char-regex": "^1.0.2",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/string-natural-compare": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
+ "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
+ },
+ "node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-width/node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ },
+ "node_modules/string.prototype.matchall": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz",
+ "integrity": "sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1",
+ "get-intrinsic": "^1.1.1",
+ "has-symbols": "^1.0.2",
+ "internal-slot": "^1.0.3",
+ "regexp.prototype.flags": "^1.3.1",
+ "side-channel": "^1.0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/string.prototype.trimend": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz",
+ "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/string.prototype.trimstart": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz",
+ "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==",
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/stringify-object": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
+ "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
+ "dependencies": {
+ "get-own-enumerable-property-symbols": "^3.0.0",
+ "is-obj": "^1.0.1",
+ "is-regexp": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-bom": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
+ "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-comments": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
+ "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/strip-final-newline": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/strip-indent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
+ "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
+ "dependencies": {
+ "min-indent": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/style-loader": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
+ "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==",
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^5.0.0"
+ }
+ },
+ "node_modules/styled-components": {
+ "version": "5.3.3",
+ "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.3.tgz",
+ "integrity": "sha512-++4iHwBM7ZN+x6DtPPWkCI4vdtwumQ+inA/DdAsqYd4SVgUKJie5vXyzotA00ttcFdQkCng7zc6grwlfIfw+lw==",
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.0.0",
+ "@babel/traverse": "^7.4.5",
+ "@emotion/is-prop-valid": "^0.8.8",
+ "@emotion/stylis": "^0.8.4",
+ "@emotion/unitless": "^0.7.4",
+ "babel-plugin-styled-components": ">= 1.12.0",
+ "css-to-react-native": "^3.0.0",
+ "hoist-non-react-statics": "^3.0.0",
+ "shallowequal": "^1.1.0",
+ "supports-color": "^5.5.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/styled-components"
+ },
+ "peerDependencies": {
+ "react": ">= 16.8.0",
+ "react-dom": ">= 16.8.0",
+ "react-is": ">= 16.8.0"
+ }
+ },
+ "node_modules/stylehacks": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.0.1.tgz",
+ "integrity": "sha512-Es0rVnHIqbWzveU1b24kbw92HsebBepxfcqe5iix7t9j0PQqhs0IxXVXv0pY2Bxa08CgMkzD6OWql7kbGOuEdA==",
+ "dependencies": {
+ "browserslist": "^4.16.0",
+ "postcss-selector-parser": "^6.0.4"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/supports-hyperlinks": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
+ "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
+ "dependencies": {
+ "has-flag": "^4.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-hyperlinks/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-hyperlinks/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/svg-parser": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
+ "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
+ },
+ "node_modules/svgo": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
+ "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
+ "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.",
+ "dependencies": {
+ "chalk": "^2.4.1",
+ "coa": "^2.0.2",
+ "css-select": "^2.0.0",
+ "css-select-base-adapter": "^0.1.1",
+ "css-tree": "1.0.0-alpha.37",
+ "csso": "^4.0.2",
+ "js-yaml": "^3.13.1",
+ "mkdirp": "~0.5.1",
+ "object.values": "^1.1.0",
+ "sax": "~1.2.4",
+ "stable": "^0.1.8",
+ "unquote": "~1.1.1",
+ "util.promisify": "~1.0.0"
+ },
+ "bin": {
+ "svgo": "bin/svgo"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/svgo/node_modules/css-select": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
+ "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
+ "dependencies": {
+ "boolbase": "^1.0.0",
+ "css-what": "^3.2.1",
+ "domutils": "^1.7.0",
+ "nth-check": "^1.0.2"
+ }
+ },
+ "node_modules/svgo/node_modules/css-what": {
+ "version": "3.4.2",
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
+ "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
+ "engines": {
+ "node": ">= 6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/fb55"
+ }
+ },
+ "node_modules/svgo/node_modules/dom-serializer": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
+ "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "entities": "^2.0.0"
+ }
+ },
+ "node_modules/svgo/node_modules/domutils": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
+ "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
+ "dependencies": {
+ "dom-serializer": "0",
+ "domelementtype": "1"
+ }
+ },
+ "node_modules/svgo/node_modules/domutils/node_modules/domelementtype": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
+ "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
+ },
+ "node_modules/svgo/node_modules/nth-check": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
+ "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
+ "dependencies": {
+ "boolbase": "~1.0.0"
+ }
+ },
+ "node_modules/symbol-tree": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
+ },
+ "node_modules/tailwindcss": {
+ "version": "3.0.11",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.11.tgz",
+ "integrity": "sha512-JyMsQ2kPqpOvG8ow535XpauXj3wz3nQqcy2tVlXj4FQ0eNlsdzvlAqpRA3q5rPLboWirNG6r2DqKczwjW2uc8Q==",
+ "dependencies": {
+ "arg": "^5.0.1",
+ "chalk": "^4.1.2",
+ "chokidar": "^3.5.2",
+ "color-name": "^1.1.4",
+ "cosmiconfig": "^7.0.1",
+ "detective": "^5.2.0",
+ "didyoumean": "^1.2.2",
+ "dlv": "^1.1.3",
+ "fast-glob": "^3.2.7",
+ "glob-parent": "^6.0.2",
+ "is-glob": "^4.0.3",
+ "normalize-path": "^3.0.0",
+ "object-hash": "^2.2.0",
+ "postcss-js": "^4.0.0",
+ "postcss-load-config": "^3.1.0",
+ "postcss-nested": "5.0.6",
+ "postcss-selector-parser": "^6.0.7",
+ "postcss-value-parser": "^4.2.0",
+ "quick-lru": "^5.1.1",
+ "resolve": "^1.20.0"
+ },
+ "bin": {
+ "tailwind": "lib/cli.js",
+ "tailwindcss": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=12.13.0"
+ },
+ "peerDependencies": {
+ "autoprefixer": "^10.0.2",
+ "postcss": "^8.0.9"
+ }
+ },
+ "node_modules/tailwindcss/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/tailwindcss/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/tailwindcss/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/tailwindcss/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/tailwindcss/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/tailwindcss/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/tapable": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
+ "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/temp-dir": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
+ "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/tempy": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
+ "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
+ "dependencies": {
+ "is-stream": "^2.0.0",
+ "temp-dir": "^2.0.0",
+ "type-fest": "^0.16.0",
+ "unique-string": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/tempy/node_modules/type-fest": {
+ "version": "0.16.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
+ "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/terminal-link": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
+ "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
+ "dependencies": {
+ "ansi-escapes": "^4.2.1",
+ "supports-hyperlinks": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/terser": {
+ "version": "5.10.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.10.0.tgz",
+ "integrity": "sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==",
+ "dependencies": {
+ "commander": "^2.20.0",
+ "source-map": "~0.7.2",
+ "source-map-support": "~0.5.20"
+ },
+ "bin": {
+ "terser": "bin/terser"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "acorn": "^8.5.0"
+ },
+ "peerDependenciesMeta": {
+ "acorn": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/terser-webpack-plugin": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.0.tgz",
+ "integrity": "sha512-LPIisi3Ol4chwAaPP8toUJ3L4qCM1G0wao7L3qNv57Drezxj6+VEyySpPw4B1HSO2Eg/hDY/MNF5XihCAoqnsQ==",
+ "dependencies": {
+ "jest-worker": "^27.4.1",
+ "schema-utils": "^3.1.1",
+ "serialize-javascript": "^6.0.0",
+ "source-map": "^0.6.1",
+ "terser": "^5.7.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^5.1.0"
+ },
+ "peerDependenciesMeta": {
+ "@swc/core": {
+ "optional": true
+ },
+ "esbuild": {
+ "optional": true
+ },
+ "uglify-js": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/terser/node_modules/commander": {
+ "version": "2.20.3",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
+ },
+ "node_modules/terser/node_modules/source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/test-exclude": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
+ "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
+ "dependencies": {
+ "@istanbuljs/schema": "^0.1.2",
+ "glob": "^7.1.4",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
+ },
+ "node_modules/throat": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
+ "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="
+ },
+ "node_modules/thunky": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
+ "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
+ },
+ "node_modules/timsort": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
+ "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
+ },
+ "node_modules/tmpl": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
+ "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
+ },
+ "node_modules/to-fast-properties": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
+ "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/toidentifier": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/tough-cookie": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
+ "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
+ "dependencies": {
+ "psl": "^1.1.33",
+ "punycode": "^2.1.1",
+ "universalify": "^0.1.2"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tough-cookie/node_modules/universalify": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
+ "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/tr46": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
+ "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
+ "dependencies": {
+ "punycode": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/tryer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
+ "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
+ },
+ "node_modules/tsconfig-paths": {
+ "version": "3.12.0",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz",
+ "integrity": "sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==",
+ "dependencies": {
+ "@types/json5": "^0.0.29",
+ "json5": "^1.0.1",
+ "minimist": "^1.2.0",
+ "strip-bom": "^3.0.0"
+ }
+ },
+ "node_modules/tsconfig-paths/node_modules/json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/tsconfig-paths/node_modules/strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/tslib": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
+ "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
+ },
+ "node_modules/tsutils": {
+ "version": "3.21.0",
+ "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
+ "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
+ "dependencies": {
+ "tslib": "^1.8.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ },
+ "peerDependencies": {
+ "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
+ }
+ },
+ "node_modules/tsutils/node_modules/tslib": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-detect": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
+ "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.21.3",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
+ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/type-is": {
+ "version": "1.6.18",
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
+ "dependencies": {
+ "media-typer": "0.3.0",
+ "mime-types": "~2.1.24"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/typedarray-to-buffer": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
+ "dependencies": {
+ "is-typedarray": "^1.0.0"
+ }
+ },
+ "node_modules/typescript": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
+ "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==",
+ "bin": {
+ "tsc": "bin/tsc",
+ "tsserver": "bin/tsserver"
+ },
+ "engines": {
+ "node": ">=4.2.0"
+ }
+ },
+ "node_modules/unbox-primitive": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
+ "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "has-bigints": "^1.0.1",
+ "has-symbols": "^1.0.2",
+ "which-boxed-primitive": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/unicode-canonical-property-names-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-match-property-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
+ "dependencies": {
+ "unicode-canonical-property-names-ecmascript": "^2.0.0",
+ "unicode-property-aliases-ecmascript": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-match-property-value-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-property-aliases-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unique-string": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
+ "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
+ "dependencies": {
+ "crypto-random-string": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/universalify": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
+ "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
+ "engines": {
+ "node": ">= 10.0.0"
+ }
+ },
+ "node_modules/unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/unquote": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
+ "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ="
+ },
+ "node_modules/upath": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
+ "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
+ "engines": {
+ "node": ">=4",
+ "yarn": "*"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
+ },
+ "node_modules/util.promisify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
+ "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
+ "dependencies": {
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.17.2",
+ "has-symbols": "^1.0.1",
+ "object.getownpropertydescriptors": "^2.1.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/utila": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
+ "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw="
+ },
+ "node_modules/utils-merge": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
+ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/uuid": {
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
+ "bin": {
+ "uuid": "dist/bin/uuid"
+ }
+ },
+ "node_modules/v8-compile-cache": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
+ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="
+ },
+ "node_modules/v8-to-istanbul": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz",
+ "integrity": "sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.1",
+ "convert-source-map": "^1.6.0",
+ "source-map": "^0.7.3"
+ },
+ "engines": {
+ "node": ">=10.12.0"
+ }
+ },
+ "node_modules/v8-to-istanbul/node_modules/source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/w3c-hr-time": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
+ "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
+ "dependencies": {
+ "browser-process-hrtime": "^1.0.0"
+ }
+ },
+ "node_modules/w3c-xmlserializer": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
+ "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
+ "dependencies": {
+ "xml-name-validator": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/walker": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
+ "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
+ "dependencies": {
+ "makeerror": "1.0.12"
+ }
+ },
+ "node_modules/watchpack": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz",
+ "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==",
+ "dependencies": {
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.1.2"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/wbuf": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
+ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
+ "dependencies": {
+ "minimalistic-assert": "^1.0.0"
+ }
+ },
+ "node_modules/web-vitals": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.2.tgz",
+ "integrity": "sha512-nZnEH8dj+vJFqCRYdvYv0a59iLXsb8jJkt+xvXfwgnkyPdsSLtKNlYmtTDiHmTNGXeSXtpjTTUcNvFtrAk6VMQ=="
+ },
+ "node_modules/webidl-conversions": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
+ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
+ "engines": {
+ "node": ">=10.4"
+ }
+ },
+ "node_modules/webpack": {
+ "version": "5.65.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.65.0.tgz",
+ "integrity": "sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw==",
+ "dependencies": {
+ "@types/eslint-scope": "^3.7.0",
+ "@types/estree": "^0.0.50",
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/wasm-edit": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1",
+ "acorn": "^8.4.1",
+ "acorn-import-assertions": "^1.7.6",
+ "browserslist": "^4.14.5",
+ "chrome-trace-event": "^1.0.2",
+ "enhanced-resolve": "^5.8.3",
+ "es-module-lexer": "^0.9.0",
+ "eslint-scope": "5.1.1",
+ "events": "^3.2.0",
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.2.4",
+ "json-parse-better-errors": "^1.0.2",
+ "loader-runner": "^4.2.0",
+ "mime-types": "^2.1.27",
+ "neo-async": "^2.6.2",
+ "schema-utils": "^3.1.0",
+ "tapable": "^2.1.1",
+ "terser-webpack-plugin": "^5.1.3",
+ "watchpack": "^2.3.1",
+ "webpack-sources": "^3.2.2"
+ },
+ "bin": {
+ "webpack": "bin/webpack.js"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependenciesMeta": {
+ "webpack-cli": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/webpack-dev-middleware": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.0.tgz",
+ "integrity": "sha512-MouJz+rXAm9B1OTOYaJnn6rtD/lWZPy2ufQCH3BPs8Rloh/Du6Jze4p7AeLYHkVi0giJnYLaSGDC7S+GM9arhg==",
+ "dependencies": {
+ "colorette": "^2.0.10",
+ "memfs": "^3.2.2",
+ "mime-types": "^2.1.31",
+ "range-parser": "^1.2.1",
+ "schema-utils": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ },
+ "peerDependencies": {
+ "webpack": "^4.0.0 || ^5.0.0"
+ }
+ },
+ "node_modules/webpack-dev-middleware/node_modules/ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3"
+ },
+ "peerDependencies": {
+ "ajv": "^8.8.2"
+ }
+ },
+ "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "node_modules/webpack-dev-middleware/node_modules/schema-utils": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
+ "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.8.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/webpack-dev-server": {
+ "version": "4.7.2",
+ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.7.2.tgz",
+ "integrity": "sha512-s6yEOSfPpB6g1T2+C5ZOUt5cQOMhjI98IVmmvMNb5cdiqHoxSUfACISHqU/wZy+q4ar/A9jW0pbNj7sa50XRVA==",
+ "dependencies": {
+ "@types/bonjour": "^3.5.9",
+ "@types/connect-history-api-fallback": "^1.3.5",
+ "@types/serve-index": "^1.9.1",
+ "@types/sockjs": "^0.3.33",
+ "@types/ws": "^8.2.2",
+ "ansi-html-community": "^0.0.8",
+ "bonjour": "^3.5.0",
+ "chokidar": "^3.5.2",
+ "colorette": "^2.0.10",
+ "compression": "^1.7.4",
+ "connect-history-api-fallback": "^1.6.0",
+ "default-gateway": "^6.0.3",
+ "del": "^6.0.0",
+ "express": "^4.17.1",
+ "graceful-fs": "^4.2.6",
+ "html-entities": "^2.3.2",
+ "http-proxy-middleware": "^2.0.0",
+ "ipaddr.js": "^2.0.1",
+ "open": "^8.0.9",
+ "p-retry": "^4.5.0",
+ "portfinder": "^1.0.28",
+ "schema-utils": "^4.0.0",
+ "selfsigned": "^1.10.11",
+ "serve-index": "^1.9.1",
+ "sockjs": "^0.3.21",
+ "spdy": "^4.0.2",
+ "strip-ansi": "^7.0.0",
+ "webpack-dev-middleware": "^5.3.0",
+ "ws": "^8.1.0"
+ },
+ "bin": {
+ "webpack-dev-server": "bin/webpack-dev-server.js"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^4.37.0 || ^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "webpack-cli": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3"
+ },
+ "peerDependencies": {
+ "ajv": "^8.8.2"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "node_modules/webpack-dev-server/node_modules/schema-utils": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
+ "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.8.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/webpack"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/strip-ansi": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
+ "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
+ "dependencies": {
+ "ansi-regex": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/ws": {
+ "version": "8.4.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.4.0.tgz",
+ "integrity": "sha512-IHVsKe2pjajSUIl4KYMQOdlyliovpEPquKkqbwswulszzI7r0SfQrxnXdWAEqOlDCLrVSJzo+O1hAwdog2sKSQ==",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": "^5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/webpack-manifest-plugin": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.0.2.tgz",
+ "integrity": "sha512-Ld6j05pRblXAVoX8xdXFDsc/s97cFnR1FOmQawhTSlp6F6aeU1Jia5aqTmDpkueaAz8g9sXpgSOqmEgVAR61Xw==",
+ "dependencies": {
+ "tapable": "^2.0.0",
+ "webpack-sources": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=12.22.0"
+ },
+ "peerDependencies": {
+ "webpack": "^4.44.2 || ^5.47.0"
+ }
+ },
+ "node_modules/webpack-manifest-plugin/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
+ "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
+ "dependencies": {
+ "source-list-map": "^2.0.1",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/webpack-sources": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.2.tgz",
+ "integrity": "sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==",
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/webpack/node_modules/eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/webpack/node_modules/estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/websocket-driver": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
+ "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
+ "dependencies": {
+ "http-parser-js": ">=0.5.1",
+ "safe-buffer": ">=5.1.0",
+ "websocket-extensions": ">=0.1.1"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/websocket-extensions": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/whatwg-encoding": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
+ "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
+ "dependencies": {
+ "iconv-lite": "0.4.24"
+ }
+ },
+ "node_modules/whatwg-encoding/node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/whatwg-fetch": {
+ "version": "3.6.2",
+ "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
+ "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
+ },
+ "node_modules/whatwg-mimetype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
+ "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
+ },
+ "node_modules/whatwg-url": {
+ "version": "8.7.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
+ "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
+ "dependencies": {
+ "lodash": "^4.7.0",
+ "tr46": "^2.1.0",
+ "webidl-conversions": "^6.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/which-boxed-primitive": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
+ "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
+ "dependencies": {
+ "is-bigint": "^1.0.1",
+ "is-boolean-object": "^1.1.0",
+ "is-number-object": "^1.0.4",
+ "is-string": "^1.0.5",
+ "is-symbol": "^1.0.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/word-wrap": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
+ "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/workbox-background-sync": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.4.2.tgz",
+ "integrity": "sha512-P7c8uG5X2k+DMICH9xeSA9eUlCOjHHYoB42Rq+RtUpuwBxUOflAXR1zdsMWj81LopE4gjKXlTw7BFd1BDAHo7g==",
+ "dependencies": {
+ "idb": "^6.1.4",
+ "workbox-core": "6.4.2"
+ }
+ },
+ "node_modules/workbox-broadcast-update": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.4.2.tgz",
+ "integrity": "sha512-qnBwQyE0+PWFFc/n4ISXINE49m44gbEreJUYt2ldGH3+CNrLmJ1egJOOyUqqu9R4Eb7QrXcmB34ClXG7S37LbA==",
+ "dependencies": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "node_modules/workbox-build": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.4.2.tgz",
+ "integrity": "sha512-WMdYLhDIsuzViOTXDH+tJ1GijkFp5khSYolnxR/11zmfhNDtuo7jof72xPGFy+KRpsz6tug39RhivCj77qqO0w==",
+ "dependencies": {
+ "@apideck/better-ajv-errors": "^0.3.1",
+ "@babel/core": "^7.11.1",
+ "@babel/preset-env": "^7.11.0",
+ "@babel/runtime": "^7.11.2",
+ "@rollup/plugin-babel": "^5.2.0",
+ "@rollup/plugin-node-resolve": "^11.2.1",
+ "@rollup/plugin-replace": "^2.4.1",
+ "@surma/rollup-plugin-off-main-thread": "^2.2.3",
+ "ajv": "^8.6.0",
+ "common-tags": "^1.8.0",
+ "fast-json-stable-stringify": "^2.1.0",
+ "fs-extra": "^9.0.1",
+ "glob": "^7.1.6",
+ "lodash": "^4.17.20",
+ "pretty-bytes": "^5.3.0",
+ "rollup": "^2.43.1",
+ "rollup-plugin-terser": "^7.0.0",
+ "source-map": "^0.8.0-beta.0",
+ "source-map-url": "^0.4.0",
+ "stringify-object": "^3.3.0",
+ "strip-comments": "^2.0.1",
+ "tempy": "^0.6.0",
+ "upath": "^1.2.0",
+ "workbox-background-sync": "6.4.2",
+ "workbox-broadcast-update": "6.4.2",
+ "workbox-cacheable-response": "6.4.2",
+ "workbox-core": "6.4.2",
+ "workbox-expiration": "6.4.2",
+ "workbox-google-analytics": "6.4.2",
+ "workbox-navigation-preload": "6.4.2",
+ "workbox-precaching": "6.4.2",
+ "workbox-range-requests": "6.4.2",
+ "workbox-recipes": "6.4.2",
+ "workbox-routing": "6.4.2",
+ "workbox-strategies": "6.4.2",
+ "workbox-streams": "6.4.2",
+ "workbox-sw": "6.4.2",
+ "workbox-window": "6.4.2"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.2.tgz",
+ "integrity": "sha512-JdEazx7qiVqTBzzBl5rolRwl5cmhihjfIcpqRzIZjtT6b18liVmDn/VlWpqW4C/qP2hrFFMLRV1wlex8ZVBPTg==",
+ "dependencies": {
+ "json-schema": "^0.4.0",
+ "jsonpointer": "^5.0.0",
+ "leven": "^3.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "ajv": ">=8"
+ }
+ },
+ "node_modules/workbox-build/node_modules/ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/workbox-build/node_modules/fs-extra": {
+ "version": "9.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
+ "dependencies": {
+ "at-least-node": "^1.0.0",
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/workbox-build/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "node_modules/workbox-build/node_modules/source-map": {
+ "version": "0.8.0-beta.0",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
+ "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
+ "dependencies": {
+ "whatwg-url": "^7.0.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/workbox-build/node_modules/tr46": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
+ "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=",
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/workbox-build/node_modules/webidl-conversions": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
+ "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
+ },
+ "node_modules/workbox-build/node_modules/whatwg-url": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
+ "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
+ "dependencies": {
+ "lodash.sortby": "^4.7.0",
+ "tr46": "^1.0.1",
+ "webidl-conversions": "^4.0.2"
+ }
+ },
+ "node_modules/workbox-cacheable-response": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.4.2.tgz",
+ "integrity": "sha512-9FE1W/cKffk1AJzImxgEN0ceWpyz1tqNjZVtA3/LAvYL3AC5SbIkhc7ZCO82WmO9IjTfu8Vut2X/C7ViMSF7TA==",
+ "dependencies": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "node_modules/workbox-core": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.4.2.tgz",
+ "integrity": "sha512-1U6cdEYPcajRXiboSlpJx6U7TvhIKbxRRerfepAJu2hniKwJ3DHILjpU/zx3yvzSBCWcNJDoFalf7Vgd7ey/rw=="
+ },
+ "node_modules/workbox-expiration": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.4.2.tgz",
+ "integrity": "sha512-0hbpBj0tDnW+DZOUmwZqntB/8xrXOgO34i7s00Si/VlFJvvpRKg1leXdHHU8ykoSBd6+F2KDcMP3swoCi5guLw==",
+ "dependencies": {
+ "idb": "^6.1.4",
+ "workbox-core": "6.4.2"
+ }
+ },
+ "node_modules/workbox-google-analytics": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.4.2.tgz",
+ "integrity": "sha512-u+gxs3jXovPb1oul4CTBOb+T9fS1oZG+ZE6AzS7l40vnyfJV79DaLBvlpEZfXGv3CjMdV1sT/ltdOrKzo7HcGw==",
+ "dependencies": {
+ "workbox-background-sync": "6.4.2",
+ "workbox-core": "6.4.2",
+ "workbox-routing": "6.4.2",
+ "workbox-strategies": "6.4.2"
+ }
+ },
+ "node_modules/workbox-navigation-preload": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.4.2.tgz",
+ "integrity": "sha512-viyejlCtlKsbJCBHwhSBbWc57MwPXvUrc8P7d+87AxBGPU+JuWkT6nvBANgVgFz6FUhCvRC8aYt+B1helo166g==",
+ "dependencies": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "node_modules/workbox-precaching": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.4.2.tgz",
+ "integrity": "sha512-CZ6uwFN/2wb4noHVlALL7UqPFbLfez/9S2GAzGAb0Sk876ul9ukRKPJJ6gtsxfE2HSTwqwuyNVa6xWyeyJ1XSA==",
+ "dependencies": {
+ "workbox-core": "6.4.2",
+ "workbox-routing": "6.4.2",
+ "workbox-strategies": "6.4.2"
+ }
+ },
+ "node_modules/workbox-range-requests": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.4.2.tgz",
+ "integrity": "sha512-SowF3z69hr3Po/w7+xarWfzxJX/3Fo0uSG72Zg4g5FWWnHpq2zPvgbWerBZIa81zpJVUdYpMa3akJJsv+LaO1Q==",
+ "dependencies": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "node_modules/workbox-recipes": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.4.2.tgz",
+ "integrity": "sha512-/oVxlZFpAjFVbY+3PoGEXe8qyvtmqMrTdWhbOfbwokNFtUZ/JCtanDKgwDv9x3AebqGAoJRvQNSru0F4nG+gWA==",
+ "dependencies": {
+ "workbox-cacheable-response": "6.4.2",
+ "workbox-core": "6.4.2",
+ "workbox-expiration": "6.4.2",
+ "workbox-precaching": "6.4.2",
+ "workbox-routing": "6.4.2",
+ "workbox-strategies": "6.4.2"
+ }
+ },
+ "node_modules/workbox-routing": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.4.2.tgz",
+ "integrity": "sha512-0ss/n9PAcHjTy4Ad7l2puuod4WtsnRYu9BrmHcu6Dk4PgWeJo1t5VnGufPxNtcuyPGQ3OdnMdlmhMJ57sSrrSw==",
+ "dependencies": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "node_modules/workbox-strategies": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.4.2.tgz",
+ "integrity": "sha512-YXh9E9dZGEO1EiPC3jPe2CbztO5WT8Ruj8wiYZM56XqEJp5YlGTtqRjghV+JovWOqkWdR+amJpV31KPWQUvn1Q==",
+ "dependencies": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "node_modules/workbox-streams": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.4.2.tgz",
+ "integrity": "sha512-ROEGlZHGVEgpa5bOZefiJEVsi5PsFjJG9Xd+wnDbApsCO9xq9rYFopF+IRq9tChyYzhBnyk2hJxbQVWphz3sog==",
+ "dependencies": {
+ "workbox-core": "6.4.2",
+ "workbox-routing": "6.4.2"
+ }
+ },
+ "node_modules/workbox-sw": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.4.2.tgz",
+ "integrity": "sha512-A2qdu9TLktfIM5NE/8+yYwfWu+JgDaCkbo5ikrky2c7r9v2X6DcJ+zSLphNHHLwM/0eVk5XVf1mC5HGhYpMhhg=="
+ },
+ "node_modules/workbox-webpack-plugin": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.4.2.tgz",
+ "integrity": "sha512-CiEwM6kaJRkx1cP5xHksn13abTzUqMHiMMlp5Eh/v4wRcedgDTyv6Uo8+Hg9MurRbHDosO5suaPyF9uwVr4/CQ==",
+ "dependencies": {
+ "fast-json-stable-stringify": "^2.1.0",
+ "pretty-bytes": "^5.4.1",
+ "source-map-url": "^0.4.0",
+ "upath": "^1.2.0",
+ "webpack-sources": "^1.4.3",
+ "workbox-build": "6.4.2"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "webpack": "^4.4.0 || ^5.9.0"
+ }
+ },
+ "node_modules/workbox-webpack-plugin/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
+ "version": "1.4.3",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
+ "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
+ "dependencies": {
+ "source-list-map": "^2.0.0",
+ "source-map": "~0.6.1"
+ }
+ },
+ "node_modules/workbox-window": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.4.2.tgz",
+ "integrity": "sha512-KVyRKmrJg7iB+uym/B/CnEUEFG9CvnTU1Bq5xpXHbtgD9l+ShDekSl1wYpqw/O0JfeeQVOFb8CiNfvnwWwqnWQ==",
+ "dependencies": {
+ "@types/trusted-types": "^2.0.2",
+ "workbox-core": "6.4.2"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
+ },
+ "node_modules/write-file-atomic": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
+ "dependencies": {
+ "imurmurhash": "^0.1.4",
+ "is-typedarray": "^1.0.0",
+ "signal-exit": "^3.0.2",
+ "typedarray-to-buffer": "^3.1.5"
+ }
+ },
+ "node_modules/ws": {
+ "version": "7.5.6",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz",
+ "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==",
+ "engines": {
+ "node": ">=8.3.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": "^5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/xml-name-validator": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
+ "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
+ },
+ "node_modules/xmlchars": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
+ },
+ "node_modules/xtend": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
+ "engines": {
+ "node": ">=0.4"
+ }
+ },
+ "node_modules/y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/yaml": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/yargs": {
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "dependencies": {
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ }
+ },
+ "dependencies": {
+ "@babel/code-frame": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
+ "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
+ "requires": {
+ "@babel/highlight": "^7.16.7"
+ }
+ },
+ "@babel/compat-data": {
+ "version": "7.16.4",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz",
+ "integrity": "sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q=="
+ },
+ "@babel/core": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.7.tgz",
+ "integrity": "sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==",
+ "requires": {
+ "@babel/code-frame": "^7.16.7",
+ "@babel/generator": "^7.16.7",
+ "@babel/helper-compilation-targets": "^7.16.7",
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helpers": "^7.16.7",
+ "@babel/parser": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7",
+ "convert-source-map": "^1.7.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.1.2",
+ "semver": "^6.3.0",
+ "source-map": "^0.5.0"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ }
+ }
+ },
+ "@babel/eslint-parser": {
+ "version": "7.16.5",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz",
+ "integrity": "sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==",
+ "requires": {
+ "eslint-scope": "^5.1.1",
+ "eslint-visitor-keys": "^2.1.0",
+ "semver": "^6.3.0"
+ },
+ "dependencies": {
+ "eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "requires": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ }
+ },
+ "eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
+ },
+ "estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
+ },
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ }
+ }
+ },
+ "@babel/generator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.7.tgz",
+ "integrity": "sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==",
+ "requires": {
+ "@babel/types": "^7.16.7",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "@babel/helper-annotate-as-pure": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
+ "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-builder-binary-assignment-operator-visitor": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz",
+ "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==",
+ "requires": {
+ "@babel/helper-explode-assignable-expression": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-compilation-targets": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz",
+ "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==",
+ "requires": {
+ "@babel/compat-data": "^7.16.4",
+ "@babel/helper-validator-option": "^7.16.7",
+ "browserslist": "^4.17.5",
+ "semver": "^6.3.0"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ }
+ }
+ },
+ "@babel/helper-create-class-features-plugin": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz",
+ "integrity": "sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==",
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/helper-member-expression-to-functions": "^7.16.7",
+ "@babel/helper-optimise-call-expression": "^7.16.7",
+ "@babel/helper-replace-supers": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7"
+ }
+ },
+ "@babel/helper-create-regexp-features-plugin": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz",
+ "integrity": "sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==",
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "regexpu-core": "^4.7.1"
+ }
+ },
+ "@babel/helper-define-polyfill-provider": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz",
+ "integrity": "sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==",
+ "requires": {
+ "@babel/helper-compilation-targets": "^7.13.0",
+ "@babel/helper-module-imports": "^7.12.13",
+ "@babel/helper-plugin-utils": "^7.13.0",
+ "@babel/traverse": "^7.13.0",
+ "debug": "^4.1.1",
+ "lodash.debounce": "^4.0.8",
+ "resolve": "^1.14.2",
+ "semver": "^6.1.2"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ }
+ }
+ },
+ "@babel/helper-environment-visitor": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
+ "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-explode-assignable-expression": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz",
+ "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-function-name": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
+ "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==",
+ "requires": {
+ "@babel/helper-get-function-arity": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-get-function-arity": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
+ "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-hoist-variables": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
+ "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-member-expression-to-functions": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz",
+ "integrity": "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-module-imports": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
+ "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-module-transforms": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz",
+ "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==",
+ "requires": {
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-module-imports": "^7.16.7",
+ "@babel/helper-simple-access": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7",
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-optimise-call-expression": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz",
+ "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-plugin-utils": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
+ "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
+ },
+ "@babel/helper-remap-async-to-generator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.7.tgz",
+ "integrity": "sha512-C3o117GnP/j/N2OWo+oepeWbFEKRfNaay+F1Eo5Mj3A1SRjyx+qaFhm23nlipub7Cjv2azdUUiDH+VlpdwUFRg==",
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-wrap-function": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-replace-supers": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz",
+ "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==",
+ "requires": {
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-member-expression-to-functions": "^7.16.7",
+ "@babel/helper-optimise-call-expression": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-simple-access": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz",
+ "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-skip-transparent-expression-wrappers": {
+ "version": "7.16.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz",
+ "integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==",
+ "requires": {
+ "@babel/types": "^7.16.0"
+ }
+ },
+ "@babel/helper-split-export-declaration": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
+ "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-validator-identifier": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
+ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
+ },
+ "@babel/helper-validator-option": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz",
+ "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ=="
+ },
+ "@babel/helper-wrap-function": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.7.tgz",
+ "integrity": "sha512-7a9sABeVwcunnztZZ7WTgSw6jVYLzM1wua0Z4HIXm9S3/HC96WKQTkFgGEaj5W06SHHihPJ6Le6HzS5cGOQMNw==",
+ "requires": {
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helpers": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.7.tgz",
+ "integrity": "sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==",
+ "requires": {
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/highlight": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
+ "integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==",
+ "requires": {
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "chalk": "^2.0.0",
+ "js-tokens": "^4.0.0"
+ }
+ },
+ "@babel/parser": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.7.tgz",
+ "integrity": "sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA=="
+ },
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz",
+ "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz",
+ "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
+ "@babel/plugin-proposal-optional-chaining": "^7.16.7"
+ }
+ },
+ "@babel/plugin-proposal-async-generator-functions": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.7.tgz",
+ "integrity": "sha512-TTXBT3A5c11eqRzaC6beO6rlFT3Mo9C2e8eB44tTr52ESXSK2CIc2fOp1ynpAwQA8HhBMho+WXhMHWlAe3xkpw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-remap-async-to-generator": "^7.16.7",
+ "@babel/plugin-syntax-async-generators": "^7.8.4"
+ }
+ },
+ "@babel/plugin-proposal-class-properties": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz",
+ "integrity": "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==",
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-proposal-class-static-block": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz",
+ "integrity": "sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==",
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5"
+ }
+ },
+ "@babel/plugin-proposal-decorators": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.16.7.tgz",
+ "integrity": "sha512-DoEpnuXK14XV9btI1k8tzNGCutMclpj4yru8aXKoHlVmbO1s+2A+g2+h4JhcjrxkFJqzbymnLG6j/niOf3iFXQ==",
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-decorators": "^7.16.7"
+ }
+ },
+ "@babel/plugin-proposal-dynamic-import": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz",
+ "integrity": "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-export-namespace-from": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz",
+ "integrity": "sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-json-strings": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz",
+ "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-json-strings": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-logical-assignment-operators": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz",
+ "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
+ }
+ },
+ "@babel/plugin-proposal-nullish-coalescing-operator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz",
+ "integrity": "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-numeric-separator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz",
+ "integrity": "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4"
+ }
+ },
+ "@babel/plugin-proposal-object-rest-spread": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz",
+ "integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==",
+ "requires": {
+ "@babel/compat-data": "^7.16.4",
+ "@babel/helper-compilation-targets": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-transform-parameters": "^7.16.7"
+ }
+ },
+ "@babel/plugin-proposal-optional-catch-binding": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz",
+ "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-optional-chaining": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz",
+ "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3"
+ }
+ },
+ "@babel/plugin-proposal-private-methods": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz",
+ "integrity": "sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==",
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-proposal-private-property-in-object": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz",
+ "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==",
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
+ }
+ },
+ "@babel/plugin-proposal-unicode-property-regex": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz",
+ "integrity": "sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==",
+ "requires": {
+ "@babel/helper-create-regexp-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-syntax-async-generators": {
+ "version": "7.8.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-bigint": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
+ "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-class-properties": {
+ "version": "7.12.13",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.12.13"
+ }
+ },
+ "@babel/plugin-syntax-class-static-block": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
+ "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-syntax-decorators": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.16.7.tgz",
+ "integrity": "sha512-vQ+PxL+srA7g6Rx6I1e15m55gftknl2X8GCUW1JTlkTaXZLJOS0UcaY0eK9jYT7IYf4awn6qwyghVHLDz1WyMw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-syntax-dynamic-import": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-export-namespace-from": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
+ "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.3"
+ }
+ },
+ "@babel/plugin-syntax-flow": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz",
+ "integrity": "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-syntax-import-meta": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "@babel/plugin-syntax-json-strings": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-jsx": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz",
+ "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-syntax-logical-assignment-operators": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "@babel/plugin-syntax-nullish-coalescing-operator": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-numeric-separator": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "@babel/plugin-syntax-object-rest-spread": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-optional-catch-binding": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-optional-chaining": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-private-property-in-object": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
+ "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-syntax-top-level-await": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-syntax-typescript": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz",
+ "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-arrow-functions": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz",
+ "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-async-to-generator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.7.tgz",
+ "integrity": "sha512-pFEfjnK4DfXCfAlA5I98BYdDJD8NltMzx19gt6DAmfE+2lXRfPUoa0/5SUjT4+TDE1W/rcxU/1lgN55vpAjjdg==",
+ "requires": {
+ "@babel/helper-module-imports": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-remap-async-to-generator": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-block-scoped-functions": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz",
+ "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-block-scoping": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz",
+ "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-classes": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz",
+ "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==",
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/helper-optimise-call-expression": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-replace-supers": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7",
+ "globals": "^11.1.0"
+ }
+ },
+ "@babel/plugin-transform-computed-properties": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz",
+ "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-destructuring": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz",
+ "integrity": "sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-dotall-regex": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz",
+ "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==",
+ "requires": {
+ "@babel/helper-create-regexp-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-duplicate-keys": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz",
+ "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-exponentiation-operator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz",
+ "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==",
+ "requires": {
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-flow-strip-types": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz",
+ "integrity": "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-flow": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-for-of": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz",
+ "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-function-name": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz",
+ "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==",
+ "requires": {
+ "@babel/helper-compilation-targets": "^7.16.7",
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-literals": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz",
+ "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-member-expression-literals": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz",
+ "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-modules-amd": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz",
+ "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==",
+ "requires": {
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ }
+ },
+ "@babel/plugin-transform-modules-commonjs": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.7.tgz",
+ "integrity": "sha512-h2RP2kE7He1ZWKyAlanMZrAbdv+Acw1pA8dQZhE025WJZE2z0xzFADAinXA9fxd5bn7JnM+SdOGcndGx1ARs9w==",
+ "requires": {
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-simple-access": "^7.16.7",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ }
+ },
+ "@babel/plugin-transform-modules-systemjs": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz",
+ "integrity": "sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==",
+ "requires": {
+ "@babel/helper-hoist-variables": "^7.16.7",
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ }
+ },
+ "@babel/plugin-transform-modules-umd": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz",
+ "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==",
+ "requires": {
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-named-capturing-groups-regex": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.7.tgz",
+ "integrity": "sha512-kFy35VwmwIQwCjwrAQhl3+c/kr292i4KdLPKp5lPH03Ltc51qnFlIADoyPxc/6Naz3ok3WdYKg+KK6AH+D4utg==",
+ "requires": {
+ "@babel/helper-create-regexp-features-plugin": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-new-target": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz",
+ "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-object-super": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz",
+ "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-replace-supers": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-parameters": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz",
+ "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-property-literals": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz",
+ "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-react-constant-elements": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.16.7.tgz",
+ "integrity": "sha512-lF+cfsyTgwWkcw715J88JhMYJ5GpysYNLhLP1PkvkhTRN7B3e74R/1KsDxFxhRpSn0UUD3IWM4GvdBR2PEbbQQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-react-display-name": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz",
+ "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-react-jsx": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz",
+ "integrity": "sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==",
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-module-imports": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-jsx": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-react-jsx-development": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz",
+ "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==",
+ "requires": {
+ "@babel/plugin-transform-react-jsx": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-react-pure-annotations": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz",
+ "integrity": "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==",
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-regenerator": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz",
+ "integrity": "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==",
+ "requires": {
+ "regenerator-transform": "^0.14.2"
+ }
+ },
+ "@babel/plugin-transform-reserved-words": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz",
+ "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-runtime": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.16.7.tgz",
+ "integrity": "sha512-2FoHiSAWkdq4L06uaDN3rS43i6x28desUVxq+zAFuE6kbWYQeiLPJI5IC7Sg9xKYVcrBKSQkVUfH6aeQYbl9QA==",
+ "requires": {
+ "@babel/helper-module-imports": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "babel-plugin-polyfill-corejs2": "^0.3.0",
+ "babel-plugin-polyfill-corejs3": "^0.4.0",
+ "babel-plugin-polyfill-regenerator": "^0.3.0",
+ "semver": "^6.3.0"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ }
+ }
+ },
+ "@babel/plugin-transform-shorthand-properties": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz",
+ "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-spread": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz",
+ "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
+ }
+ },
+ "@babel/plugin-transform-sticky-regex": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz",
+ "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-template-literals": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz",
+ "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-typeof-symbol": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz",
+ "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-typescript": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.7.tgz",
+ "integrity": "sha512-Hzx1lvBtOCWuCEwMmYOfpQpO7joFeXLgoPuzZZBtTxXqSqUGUubvFGZv2ygo1tB5Bp9q6PXV3H0E/kf7KM0RLA==",
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/plugin-syntax-typescript": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-unicode-escapes": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz",
+ "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-unicode-regex": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz",
+ "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==",
+ "requires": {
+ "@babel/helper-create-regexp-features-plugin": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/preset-env": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.7.tgz",
+ "integrity": "sha512-urX3Cee4aOZbRWOSa3mKPk0aqDikfILuo+C7qq7HY0InylGNZ1fekq9jmlr3pLWwZHF4yD7heQooc2Pow2KMyQ==",
+ "requires": {
+ "@babel/compat-data": "^7.16.4",
+ "@babel/helper-compilation-targets": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-validator-option": "^7.16.7",
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
+ "@babel/plugin-proposal-async-generator-functions": "^7.16.7",
+ "@babel/plugin-proposal-class-properties": "^7.16.7",
+ "@babel/plugin-proposal-class-static-block": "^7.16.7",
+ "@babel/plugin-proposal-dynamic-import": "^7.16.7",
+ "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
+ "@babel/plugin-proposal-json-strings": "^7.16.7",
+ "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
+ "@babel/plugin-proposal-numeric-separator": "^7.16.7",
+ "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
+ "@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
+ "@babel/plugin-proposal-optional-chaining": "^7.16.7",
+ "@babel/plugin-proposal-private-methods": "^7.16.7",
+ "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
+ "@babel/plugin-proposal-unicode-property-regex": "^7.16.7",
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-class-properties": "^7.12.13",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
+ "@babel/plugin-syntax-top-level-await": "^7.14.5",
+ "@babel/plugin-transform-arrow-functions": "^7.16.7",
+ "@babel/plugin-transform-async-to-generator": "^7.16.7",
+ "@babel/plugin-transform-block-scoped-functions": "^7.16.7",
+ "@babel/plugin-transform-block-scoping": "^7.16.7",
+ "@babel/plugin-transform-classes": "^7.16.7",
+ "@babel/plugin-transform-computed-properties": "^7.16.7",
+ "@babel/plugin-transform-destructuring": "^7.16.7",
+ "@babel/plugin-transform-dotall-regex": "^7.16.7",
+ "@babel/plugin-transform-duplicate-keys": "^7.16.7",
+ "@babel/plugin-transform-exponentiation-operator": "^7.16.7",
+ "@babel/plugin-transform-for-of": "^7.16.7",
+ "@babel/plugin-transform-function-name": "^7.16.7",
+ "@babel/plugin-transform-literals": "^7.16.7",
+ "@babel/plugin-transform-member-expression-literals": "^7.16.7",
+ "@babel/plugin-transform-modules-amd": "^7.16.7",
+ "@babel/plugin-transform-modules-commonjs": "^7.16.7",
+ "@babel/plugin-transform-modules-systemjs": "^7.16.7",
+ "@babel/plugin-transform-modules-umd": "^7.16.7",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.7",
+ "@babel/plugin-transform-new-target": "^7.16.7",
+ "@babel/plugin-transform-object-super": "^7.16.7",
+ "@babel/plugin-transform-parameters": "^7.16.7",
+ "@babel/plugin-transform-property-literals": "^7.16.7",
+ "@babel/plugin-transform-regenerator": "^7.16.7",
+ "@babel/plugin-transform-reserved-words": "^7.16.7",
+ "@babel/plugin-transform-shorthand-properties": "^7.16.7",
+ "@babel/plugin-transform-spread": "^7.16.7",
+ "@babel/plugin-transform-sticky-regex": "^7.16.7",
+ "@babel/plugin-transform-template-literals": "^7.16.7",
+ "@babel/plugin-transform-typeof-symbol": "^7.16.7",
+ "@babel/plugin-transform-unicode-escapes": "^7.16.7",
+ "@babel/plugin-transform-unicode-regex": "^7.16.7",
+ "@babel/preset-modules": "^0.1.5",
+ "@babel/types": "^7.16.7",
+ "babel-plugin-polyfill-corejs2": "^0.3.0",
+ "babel-plugin-polyfill-corejs3": "^0.4.0",
+ "babel-plugin-polyfill-regenerator": "^0.3.0",
+ "core-js-compat": "^3.19.1",
+ "semver": "^6.3.0"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ }
+ }
+ },
+ "@babel/preset-modules": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
+ "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
+ "@babel/plugin-transform-dotall-regex": "^7.4.4",
+ "@babel/types": "^7.4.4",
+ "esutils": "^2.0.2"
+ }
+ },
+ "@babel/preset-react": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.7.tgz",
+ "integrity": "sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-validator-option": "^7.16.7",
+ "@babel/plugin-transform-react-display-name": "^7.16.7",
+ "@babel/plugin-transform-react-jsx": "^7.16.7",
+ "@babel/plugin-transform-react-jsx-development": "^7.16.7",
+ "@babel/plugin-transform-react-pure-annotations": "^7.16.7"
+ }
+ },
+ "@babel/preset-typescript": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz",
+ "integrity": "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-validator-option": "^7.16.7",
+ "@babel/plugin-transform-typescript": "^7.16.7"
+ }
+ },
+ "@babel/runtime": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz",
+ "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==",
+ "requires": {
+ "regenerator-runtime": "^0.13.4"
+ }
+ },
+ "@babel/runtime-corejs3": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.16.7.tgz",
+ "integrity": "sha512-MiYR1yk8+TW/CpOD0CyX7ve9ffWTKqLk/L6pk8TPl0R8pNi+1pFY8fH9yET55KlvukQ4PAWfXsGr2YHVjcI4Pw==",
+ "requires": {
+ "core-js-pure": "^3.19.0",
+ "regenerator-runtime": "^0.13.4"
+ }
+ },
+ "@babel/template": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
+ "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
+ "requires": {
+ "@babel/code-frame": "^7.16.7",
+ "@babel/parser": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/traverse": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.7.tgz",
+ "integrity": "sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==",
+ "requires": {
+ "@babel/code-frame": "^7.16.7",
+ "@babel/generator": "^7.16.7",
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/helper-hoist-variables": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7",
+ "@babel/parser": "^7.16.7",
+ "@babel/types": "^7.16.7",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ }
+ },
+ "@babel/types": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.7.tgz",
+ "integrity": "sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==",
+ "requires": {
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "@bcoe/v8-coverage": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
+ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
+ },
+ "@csstools/normalize.css": {
+ "version": "12.0.0",
+ "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz",
+ "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg=="
+ },
+ "@emotion/is-prop-valid": {
+ "version": "0.8.8",
+ "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz",
+ "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==",
+ "requires": {
+ "@emotion/memoize": "0.7.4"
+ }
+ },
+ "@emotion/memoize": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
+ "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
+ },
+ "@emotion/stylis": {
+ "version": "0.8.5",
+ "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
+ "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ=="
+ },
+ "@emotion/unitless": {
+ "version": "0.7.5",
+ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
+ "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
+ },
+ "@eslint/eslintrc": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.5.tgz",
+ "integrity": "sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==",
+ "requires": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.2.0",
+ "globals": "^13.9.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.0.4",
+ "strip-json-comments": "^3.1.1"
+ },
+ "dependencies": {
+ "argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
+ },
+ "globals": {
+ "version": "13.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz",
+ "integrity": "sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==",
+ "requires": {
+ "type-fest": "^0.20.2"
+ }
+ },
+ "js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "requires": {
+ "argparse": "^2.0.1"
+ }
+ },
+ "type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
+ }
+ }
+ },
+ "@humanwhocodes/config-array": {
+ "version": "0.9.2",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.2.tgz",
+ "integrity": "sha512-UXOuFCGcwciWckOpmfKDq/GyhlTf9pN/BzG//x8p8zTOFEcGuA68ANXheFS0AGvy3qgZqLBUkMs7hqzqCKOVwA==",
+ "requires": {
+ "@humanwhocodes/object-schema": "^1.2.1",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.4"
+ }
+ },
+ "@humanwhocodes/object-schema": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
+ },
+ "@istanbuljs/load-nyc-config": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
+ "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
+ "requires": {
+ "camelcase": "^5.3.1",
+ "find-up": "^4.1.0",
+ "get-package-type": "^0.1.0",
+ "js-yaml": "^3.13.1",
+ "resolve-from": "^5.0.0"
+ },
+ "dependencies": {
+ "camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
+ },
+ "find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "requires": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "requires": {
+ "p-locate": "^4.1.0"
+ }
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "requires": {
+ "p-limit": "^2.2.0"
+ }
+ }
+ }
+ },
+ "@istanbuljs/schema": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
+ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
+ },
+ "@jest/console": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.4.6.tgz",
+ "integrity": "sha512-jauXyacQD33n47A44KrlOVeiXHEXDqapSdfb9kTekOchH/Pd18kBIO1+xxJQRLuG+LUuljFCwTG92ra4NW7SpA==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "jest-message-util": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/core": {
+ "version": "27.4.7",
+ "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.4.7.tgz",
+ "integrity": "sha512-n181PurSJkVMS+kClIFSX/LLvw9ExSb+4IMtD6YnfxZVerw9ANYtW0bPrm0MJu2pfe9SY9FJ9FtQ+MdZkrZwjg==",
+ "requires": {
+ "@jest/console": "^27.4.6",
+ "@jest/reporters": "^27.4.6",
+ "@jest/test-result": "^27.4.6",
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "emittery": "^0.8.1",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.4",
+ "jest-changed-files": "^27.4.2",
+ "jest-config": "^27.4.7",
+ "jest-haste-map": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-regex-util": "^27.4.0",
+ "jest-resolve": "^27.4.6",
+ "jest-resolve-dependencies": "^27.4.6",
+ "jest-runner": "^27.4.6",
+ "jest-runtime": "^27.4.6",
+ "jest-snapshot": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "jest-validate": "^27.4.6",
+ "jest-watcher": "^27.4.6",
+ "micromatch": "^4.0.4",
+ "rimraf": "^3.0.0",
+ "slash": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/environment": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.4.6.tgz",
+ "integrity": "sha512-E6t+RXPfATEEGVidr84WngLNWZ8ffCPky8RqqRK6u1Bn0LK92INe0MDttyPl/JOzaq92BmDzOeuqk09TvM22Sg==",
+ "requires": {
+ "@jest/fake-timers": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "jest-mock": "^27.4.6"
+ }
+ },
+ "@jest/fake-timers": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.4.6.tgz",
+ "integrity": "sha512-mfaethuYF8scV8ntPpiVGIHQgS0XIALbpY2jt2l7wb/bvq4Q5pDLk4EP4D7SAvYT1QrPOPVZAtbdGAOOyIgs7A==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "@sinonjs/fake-timers": "^8.0.1",
+ "@types/node": "*",
+ "jest-message-util": "^27.4.6",
+ "jest-mock": "^27.4.6",
+ "jest-util": "^27.4.2"
+ }
+ },
+ "@jest/globals": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.4.6.tgz",
+ "integrity": "sha512-kAiwMGZ7UxrgPzu8Yv9uvWmXXxsy0GciNejlHvfPIfWkSxChzv6bgTS3YqBkGuHcis+ouMFI2696n2t+XYIeFw==",
+ "requires": {
+ "@jest/environment": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "expect": "^27.4.6"
+ }
+ },
+ "@jest/reporters": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.4.6.tgz",
+ "integrity": "sha512-+Zo9gV81R14+PSq4wzee4GC2mhAN9i9a7qgJWL90Gpx7fHYkWpTBvwWNZUXvJByYR9tAVBdc8VxDWqfJyIUrIQ==",
+ "requires": {
+ "@bcoe/v8-coverage": "^0.2.3",
+ "@jest/console": "^27.4.6",
+ "@jest/test-result": "^27.4.6",
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "exit": "^0.1.2",
+ "glob": "^7.1.2",
+ "graceful-fs": "^4.2.4",
+ "istanbul-lib-coverage": "^3.0.0",
+ "istanbul-lib-instrument": "^5.1.0",
+ "istanbul-lib-report": "^3.0.0",
+ "istanbul-lib-source-maps": "^4.0.0",
+ "istanbul-reports": "^3.1.3",
+ "jest-haste-map": "^27.4.6",
+ "jest-resolve": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "jest-worker": "^27.4.6",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.0",
+ "string-length": "^4.0.1",
+ "terminal-link": "^2.0.0",
+ "v8-to-istanbul": "^8.1.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/source-map": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.4.0.tgz",
+ "integrity": "sha512-Ntjx9jzP26Bvhbm93z/AKcPRj/9wrkI88/gK60glXDx1q+IeI0rf7Lw2c89Ch6ofonB0On/iRDreQuQ6te9pgQ==",
+ "requires": {
+ "callsites": "^3.0.0",
+ "graceful-fs": "^4.2.4",
+ "source-map": "^0.6.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "@jest/test-result": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.4.6.tgz",
+ "integrity": "sha512-fi9IGj3fkOrlMmhQqa/t9xum8jaJOOAi/lZlm6JXSc55rJMXKHxNDN1oCP39B0/DhNOa2OMupF9BcKZnNtXMOQ==",
+ "requires": {
+ "@jest/console": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "collect-v8-coverage": "^1.0.0"
+ }
+ },
+ "@jest/test-sequencer": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.4.6.tgz",
+ "integrity": "sha512-3GL+nsf6E1PsyNsJuvPyIz+DwFuCtBdtvPpm/LMXVkBJbdFvQYCDpccYT56qq5BGniXWlE81n2qk1sdXfZebnw==",
+ "requires": {
+ "@jest/test-result": "^27.4.6",
+ "graceful-fs": "^4.2.4",
+ "jest-haste-map": "^27.4.6",
+ "jest-runtime": "^27.4.6"
+ }
+ },
+ "@jest/transform": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.4.6.tgz",
+ "integrity": "sha512-9MsufmJC8t5JTpWEQJ0OcOOAXaH5ioaIX6uHVBLBMoCZPfKKQF+EqP8kACAvCZ0Y1h2Zr3uOccg8re+Dr5jxyw==",
+ "requires": {
+ "@babel/core": "^7.1.0",
+ "@jest/types": "^27.4.2",
+ "babel-plugin-istanbul": "^6.1.1",
+ "chalk": "^4.0.0",
+ "convert-source-map": "^1.4.0",
+ "fast-json-stable-stringify": "^2.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-haste-map": "^27.4.6",
+ "jest-regex-util": "^27.4.0",
+ "jest-util": "^27.4.2",
+ "micromatch": "^4.0.4",
+ "pirates": "^4.0.4",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.1",
+ "write-file-atomic": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/types": {
+ "version": "27.4.2",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.4.2.tgz",
+ "integrity": "sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==",
+ "requires": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^16.0.0",
+ "chalk": "^4.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "requires": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ }
+ },
+ "@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A=="
+ },
+ "@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "requires": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ }
+ },
+ "@pmmmwh/react-refresh-webpack-plugin": {
+ "version": "0.5.4",
+ "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.4.tgz",
+ "integrity": "sha512-zZbZeHQDnoTlt2AF+diQT0wsSXpvWiaIOZwBRdltNFhG1+I3ozyaw7U/nBiUwyJ0D+zwdXp0E3bWOl38Ag2BMw==",
+ "requires": {
+ "ansi-html-community": "^0.0.8",
+ "common-path-prefix": "^3.0.0",
+ "core-js-pure": "^3.8.1",
+ "error-stack-parser": "^2.0.6",
+ "find-up": "^5.0.0",
+ "html-entities": "^2.1.0",
+ "loader-utils": "^2.0.0",
+ "schema-utils": "^3.0.0",
+ "source-map": "^0.7.3"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ }
+ }
+ },
+ "@rollup/plugin-babel": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.0.tgz",
+ "integrity": "sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==",
+ "requires": {
+ "@babel/helper-module-imports": "^7.10.4",
+ "@rollup/pluginutils": "^3.1.0"
+ }
+ },
+ "@rollup/plugin-node-resolve": {
+ "version": "11.2.1",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
+ "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
+ "requires": {
+ "@rollup/pluginutils": "^3.1.0",
+ "@types/resolve": "1.17.1",
+ "builtin-modules": "^3.1.0",
+ "deepmerge": "^4.2.2",
+ "is-module": "^1.0.0",
+ "resolve": "^1.19.0"
+ }
+ },
+ "@rollup/plugin-replace": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
+ "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
+ "requires": {
+ "@rollup/pluginutils": "^3.1.0",
+ "magic-string": "^0.25.7"
+ }
+ },
+ "@rollup/pluginutils": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
+ "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
+ "requires": {
+ "@types/estree": "0.0.39",
+ "estree-walker": "^1.0.1",
+ "picomatch": "^2.2.2"
+ },
+ "dependencies": {
+ "@types/estree": {
+ "version": "0.0.39",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
+ "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
+ }
+ }
+ },
+ "@rushstack/eslint-patch": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.0.tgz",
+ "integrity": "sha512-JLo+Y592QzIE+q7Dl2pMUtt4q8SKYI5jDrZxrozEQxnGVOyYE+GWK9eLkwTaeN9DDctlaRAQ3TBmzZ1qdLE30A=="
+ },
+ "@sinonjs/commons": {
+ "version": "1.8.3",
+ "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
+ "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
+ "requires": {
+ "type-detect": "4.0.8"
+ }
+ },
+ "@sinonjs/fake-timers": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
+ "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
+ "requires": {
+ "@sinonjs/commons": "^1.7.0"
+ }
+ },
+ "@surma/rollup-plugin-off-main-thread": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
+ "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
+ "requires": {
+ "ejs": "^3.1.6",
+ "json5": "^2.2.0",
+ "magic-string": "^0.25.0",
+ "string.prototype.matchall": "^4.0.6"
+ }
+ },
+ "@svgr/babel-plugin-add-jsx-attribute": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz",
+ "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg=="
+ },
+ "@svgr/babel-plugin-remove-jsx-attribute": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz",
+ "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg=="
+ },
+ "@svgr/babel-plugin-remove-jsx-empty-expression": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz",
+ "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA=="
+ },
+ "@svgr/babel-plugin-replace-jsx-attribute-value": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz",
+ "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ=="
+ },
+ "@svgr/babel-plugin-svg-dynamic-title": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz",
+ "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg=="
+ },
+ "@svgr/babel-plugin-svg-em-dimensions": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz",
+ "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw=="
+ },
+ "@svgr/babel-plugin-transform-react-native-svg": {
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz",
+ "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q=="
+ },
+ "@svgr/babel-plugin-transform-svg-component": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz",
+ "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ=="
+ },
+ "@svgr/babel-preset": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz",
+ "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==",
+ "requires": {
+ "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
+ "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
+ "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
+ "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
+ "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
+ "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
+ "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
+ "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
+ }
+ },
+ "@svgr/core": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz",
+ "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==",
+ "requires": {
+ "@svgr/plugin-jsx": "^5.5.0",
+ "camelcase": "^6.2.0",
+ "cosmiconfig": "^7.0.0"
+ }
+ },
+ "@svgr/hast-util-to-babel-ast": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz",
+ "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==",
+ "requires": {
+ "@babel/types": "^7.12.6"
+ }
+ },
+ "@svgr/plugin-jsx": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz",
+ "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==",
+ "requires": {
+ "@babel/core": "^7.12.3",
+ "@svgr/babel-preset": "^5.5.0",
+ "@svgr/hast-util-to-babel-ast": "^5.5.0",
+ "svg-parser": "^2.0.2"
+ }
+ },
+ "@svgr/plugin-svgo": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
+ "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
+ "requires": {
+ "cosmiconfig": "^7.0.0",
+ "deepmerge": "^4.2.2",
+ "svgo": "^1.2.2"
+ }
+ },
+ "@svgr/webpack": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
+ "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
+ "requires": {
+ "@babel/core": "^7.12.3",
+ "@babel/plugin-transform-react-constant-elements": "^7.12.1",
+ "@babel/preset-env": "^7.12.1",
+ "@babel/preset-react": "^7.12.5",
+ "@svgr/core": "^5.5.0",
+ "@svgr/plugin-jsx": "^5.5.0",
+ "@svgr/plugin-svgo": "^5.5.0",
+ "loader-utils": "^2.0.0"
+ }
+ },
+ "@testing-library/dom": {
+ "version": "8.11.1",
+ "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.1.tgz",
+ "integrity": "sha512-3KQDyx9r0RKYailW2MiYrSSKEfH0GTkI51UGEvJenvcoDoeRYs0PZpi2SXqtnMClQvCqdtTTpOfFETDTVADpAg==",
+ "requires": {
+ "@babel/code-frame": "^7.10.4",
+ "@babel/runtime": "^7.12.5",
+ "@types/aria-query": "^4.2.0",
+ "aria-query": "^5.0.0",
+ "chalk": "^4.1.0",
+ "dom-accessibility-api": "^0.5.9",
+ "lz-string": "^1.4.4",
+ "pretty-format": "^27.0.2"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "aria-query": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
+ "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg=="
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@testing-library/jest-dom": {
+ "version": "5.16.1",
+ "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz",
+ "integrity": "sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==",
+ "requires": {
+ "@babel/runtime": "^7.9.2",
+ "@types/testing-library__jest-dom": "^5.9.1",
+ "aria-query": "^5.0.0",
+ "chalk": "^3.0.0",
+ "css": "^3.0.0",
+ "css.escape": "^1.5.1",
+ "dom-accessibility-api": "^0.5.6",
+ "lodash": "^4.17.15",
+ "redent": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "aria-query": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
+ "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg=="
+ },
+ "chalk": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
+ "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@testing-library/react": {
+ "version": "12.1.2",
+ "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.2.tgz",
+ "integrity": "sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==",
+ "requires": {
+ "@babel/runtime": "^7.12.5",
+ "@testing-library/dom": "^8.0.0"
+ }
+ },
+ "@testing-library/user-event": {
+ "version": "13.5.0",
+ "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
+ "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
+ "requires": {
+ "@babel/runtime": "^7.12.5"
+ }
+ },
+ "@tootallnate/once": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
+ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw=="
+ },
+ "@trysound/sax": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
+ "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
+ },
+ "@types/aria-query": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz",
+ "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig=="
+ },
+ "@types/babel__core": {
+ "version": "7.1.18",
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.18.tgz",
+ "integrity": "sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==",
+ "requires": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0",
+ "@types/babel__generator": "*",
+ "@types/babel__template": "*",
+ "@types/babel__traverse": "*"
+ }
+ },
+ "@types/babel__generator": {
+ "version": "7.6.4",
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
+ "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
+ "requires": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@types/babel__template": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
+ "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
+ "requires": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@types/babel__traverse": {
+ "version": "7.14.2",
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz",
+ "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==",
+ "requires": {
+ "@babel/types": "^7.3.0"
+ }
+ },
+ "@types/body-parser": {
+ "version": "1.19.2",
+ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
+ "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
+ "requires": {
+ "@types/connect": "*",
+ "@types/node": "*"
+ }
+ },
+ "@types/bonjour": {
+ "version": "3.5.10",
+ "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz",
+ "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==",
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/connect": {
+ "version": "3.4.35",
+ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
+ "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/connect-history-api-fallback": {
+ "version": "1.3.5",
+ "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz",
+ "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==",
+ "requires": {
+ "@types/express-serve-static-core": "*",
+ "@types/node": "*"
+ }
+ },
+ "@types/eslint": {
+ "version": "7.29.0",
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz",
+ "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==",
+ "requires": {
+ "@types/estree": "*",
+ "@types/json-schema": "*"
+ }
+ },
+ "@types/eslint-scope": {
+ "version": "3.7.2",
+ "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.2.tgz",
+ "integrity": "sha512-TzgYCWoPiTeRg6RQYgtuW7iODtVoKu3RVL72k3WohqhjfaOLK5Mg2T4Tg1o2bSfu0vPkoI48wdQFv5b/Xe04wQ==",
+ "requires": {
+ "@types/eslint": "*",
+ "@types/estree": "*"
+ }
+ },
+ "@types/estree": {
+ "version": "0.0.50",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz",
+ "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw=="
+ },
+ "@types/express": {
+ "version": "4.17.13",
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
+ "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==",
+ "requires": {
+ "@types/body-parser": "*",
+ "@types/express-serve-static-core": "^4.17.18",
+ "@types/qs": "*",
+ "@types/serve-static": "*"
+ }
+ },
+ "@types/express-serve-static-core": {
+ "version": "4.17.27",
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.27.tgz",
+ "integrity": "sha512-e/sVallzUTPdyOTiqi8O8pMdBBphscvI6E4JYaKlja4Lm+zh7UFSSdW5VMkRbhDtmrONqOUHOXRguPsDckzxNA==",
+ "requires": {
+ "@types/node": "*",
+ "@types/qs": "*",
+ "@types/range-parser": "*"
+ }
+ },
+ "@types/graceful-fs": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
+ "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/hoist-non-react-statics": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
+ "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
+ "dev": true,
+ "requires": {
+ "@types/react": "*",
+ "hoist-non-react-statics": "^3.3.0"
+ }
+ },
+ "@types/html-minifier-terser": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
+ "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg=="
+ },
+ "@types/http-proxy": {
+ "version": "1.17.8",
+ "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.8.tgz",
+ "integrity": "sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==",
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/istanbul-lib-coverage": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
+ "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
+ },
+ "@types/istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
+ "requires": {
+ "@types/istanbul-lib-coverage": "*"
+ }
+ },
+ "@types/istanbul-reports": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
+ "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
+ "requires": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "@types/jest": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.4.0.tgz",
+ "integrity": "sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==",
+ "requires": {
+ "jest-diff": "^27.0.0",
+ "pretty-format": "^27.0.0"
+ }
+ },
+ "@types/json-schema": {
+ "version": "7.0.9",
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz",
+ "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ=="
+ },
+ "@types/json5": {
+ "version": "0.0.29",
+ "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
+ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
+ },
+ "@types/mime": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz",
+ "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw=="
+ },
+ "@types/node": {
+ "version": "16.11.19",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.19.tgz",
+ "integrity": "sha512-BPAcfDPoHlRQNKktbsbnpACGdypPFBuX4xQlsWDE7B8XXcfII+SpOLay3/qZmCLb39kV5S1RTYwXdkx2lwLYng=="
+ },
+ "@types/parse-json": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
+ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
+ },
+ "@types/prettier": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.2.tgz",
+ "integrity": "sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA=="
+ },
+ "@types/prop-types": {
+ "version": "15.7.4",
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz",
+ "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ=="
+ },
+ "@types/q": {
+ "version": "1.5.5",
+ "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz",
+ "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
+ },
+ "@types/qs": {
+ "version": "6.9.7",
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
+ "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
+ },
+ "@types/range-parser": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
+ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
+ },
+ "@types/react": {
+ "version": "17.0.38",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.38.tgz",
+ "integrity": "sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==",
+ "requires": {
+ "@types/prop-types": "*",
+ "@types/scheduler": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "@types/react-dom": {
+ "version": "17.0.11",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz",
+ "integrity": "sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==",
+ "requires": {
+ "@types/react": "*"
+ }
+ },
+ "@types/resolve": {
+ "version": "1.17.1",
+ "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
+ "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/retry": {
+ "version": "0.12.1",
+ "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz",
+ "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g=="
+ },
+ "@types/scheduler": {
+ "version": "0.16.2",
+ "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",
+ "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew=="
+ },
+ "@types/serve-index": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz",
+ "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==",
+ "requires": {
+ "@types/express": "*"
+ }
+ },
+ "@types/serve-static": {
+ "version": "1.13.10",
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz",
+ "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==",
+ "requires": {
+ "@types/mime": "^1",
+ "@types/node": "*"
+ }
+ },
+ "@types/sockjs": {
+ "version": "0.3.33",
+ "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz",
+ "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==",
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/stack-utils": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
+ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
+ },
+ "@types/styled-components": {
+ "version": "5.1.19",
+ "resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.19.tgz",
+ "integrity": "sha512-hNj14Oamk7Jhb/fMMQG7TUkd3e8uMMgxsCTH+ueJNGdFo/PuhlGDQTPChqyilpZP0WttgBHkc2YyT5UG+yc6Yw==",
+ "dev": true,
+ "requires": {
+ "@types/hoist-non-react-statics": "*",
+ "@types/react": "*",
+ "csstype": "^3.0.2"
+ }
+ },
+ "@types/testing-library__jest-dom": {
+ "version": "5.14.2",
+ "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.2.tgz",
+ "integrity": "sha512-vehbtyHUShPxIa9SioxDwCvgxukDMH//icJG90sXQBUm5lJOHLT5kNeU9tnivhnA/TkOFMzGIXN2cTc4hY8/kg==",
+ "requires": {
+ "@types/jest": "*"
+ }
+ },
+ "@types/trusted-types": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz",
+ "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg=="
+ },
+ "@types/ws": {
+ "version": "8.2.2",
+ "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.2.tgz",
+ "integrity": "sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg==",
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/yargs": {
+ "version": "16.0.4",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
+ "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
+ "requires": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "@types/yargs-parser": {
+ "version": "20.2.1",
+ "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz",
+ "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
+ },
+ "@typescript-eslint/eslint-plugin": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz",
+ "integrity": "sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==",
+ "requires": {
+ "@typescript-eslint/experimental-utils": "5.9.0",
+ "@typescript-eslint/scope-manager": "5.9.0",
+ "@typescript-eslint/type-utils": "5.9.0",
+ "debug": "^4.3.2",
+ "functional-red-black-tree": "^1.0.1",
+ "ignore": "^5.1.8",
+ "regexpp": "^3.2.0",
+ "semver": "^7.3.5",
+ "tsutils": "^3.21.0"
+ },
+ "dependencies": {
+ "ignore": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
+ }
+ }
+ },
+ "@typescript-eslint/experimental-utils": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz",
+ "integrity": "sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==",
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "@typescript-eslint/scope-manager": "5.9.0",
+ "@typescript-eslint/types": "5.9.0",
+ "@typescript-eslint/typescript-estree": "5.9.0",
+ "eslint-scope": "^5.1.1",
+ "eslint-utils": "^3.0.0"
+ },
+ "dependencies": {
+ "eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "requires": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ }
+ },
+ "estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
+ }
+ }
+ },
+ "@typescript-eslint/parser": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.9.0.tgz",
+ "integrity": "sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==",
+ "requires": {
+ "@typescript-eslint/scope-manager": "5.9.0",
+ "@typescript-eslint/types": "5.9.0",
+ "@typescript-eslint/typescript-estree": "5.9.0",
+ "debug": "^4.3.2"
+ }
+ },
+ "@typescript-eslint/scope-manager": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz",
+ "integrity": "sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==",
+ "requires": {
+ "@typescript-eslint/types": "5.9.0",
+ "@typescript-eslint/visitor-keys": "5.9.0"
+ }
+ },
+ "@typescript-eslint/type-utils": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz",
+ "integrity": "sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==",
+ "requires": {
+ "@typescript-eslint/experimental-utils": "5.9.0",
+ "debug": "^4.3.2",
+ "tsutils": "^3.21.0"
+ }
+ },
+ "@typescript-eslint/types": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.9.0.tgz",
+ "integrity": "sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg=="
+ },
+ "@typescript-eslint/typescript-estree": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz",
+ "integrity": "sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==",
+ "requires": {
+ "@typescript-eslint/types": "5.9.0",
+ "@typescript-eslint/visitor-keys": "5.9.0",
+ "debug": "^4.3.2",
+ "globby": "^11.0.4",
+ "is-glob": "^4.0.3",
+ "semver": "^7.3.5",
+ "tsutils": "^3.21.0"
+ }
+ },
+ "@typescript-eslint/visitor-keys": {
+ "version": "5.9.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz",
+ "integrity": "sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==",
+ "requires": {
+ "@typescript-eslint/types": "5.9.0",
+ "eslint-visitor-keys": "^3.0.0"
+ }
+ },
+ "@webassemblyjs/ast": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
+ "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==",
+ "requires": {
+ "@webassemblyjs/helper-numbers": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
+ }
+ },
+ "@webassemblyjs/floating-point-hex-parser": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz",
+ "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ=="
+ },
+ "@webassemblyjs/helper-api-error": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz",
+ "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg=="
+ },
+ "@webassemblyjs/helper-buffer": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz",
+ "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA=="
+ },
+ "@webassemblyjs/helper-numbers": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz",
+ "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==",
+ "requires": {
+ "@webassemblyjs/floating-point-hex-parser": "1.11.1",
+ "@webassemblyjs/helper-api-error": "1.11.1",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "@webassemblyjs/helper-wasm-bytecode": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz",
+ "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q=="
+ },
+ "@webassemblyjs/helper-wasm-section": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz",
+ "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==",
+ "requires": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1"
+ }
+ },
+ "@webassemblyjs/ieee754": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz",
+ "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==",
+ "requires": {
+ "@xtuc/ieee754": "^1.2.0"
+ }
+ },
+ "@webassemblyjs/leb128": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
+ "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
+ "requires": {
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "@webassemblyjs/utf8": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz",
+ "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ=="
+ },
+ "@webassemblyjs/wasm-edit": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz",
+ "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==",
+ "requires": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/helper-wasm-section": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1",
+ "@webassemblyjs/wasm-opt": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1",
+ "@webassemblyjs/wast-printer": "1.11.1"
+ }
+ },
+ "@webassemblyjs/wasm-gen": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz",
+ "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==",
+ "requires": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/ieee754": "1.11.1",
+ "@webassemblyjs/leb128": "1.11.1",
+ "@webassemblyjs/utf8": "1.11.1"
+ }
+ },
+ "@webassemblyjs/wasm-opt": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz",
+ "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==",
+ "requires": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-buffer": "1.11.1",
+ "@webassemblyjs/wasm-gen": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1"
+ }
+ },
+ "@webassemblyjs/wasm-parser": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
+ "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
+ "requires": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/helper-api-error": "1.11.1",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
+ "@webassemblyjs/ieee754": "1.11.1",
+ "@webassemblyjs/leb128": "1.11.1",
+ "@webassemblyjs/utf8": "1.11.1"
+ }
+ },
+ "@webassemblyjs/wast-printer": {
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz",
+ "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
+ "requires": {
+ "@webassemblyjs/ast": "1.11.1",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "@xtuc/ieee754": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
+ "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA=="
+ },
+ "@xtuc/long": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
+ },
+ "abab": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
+ "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="
+ },
+ "accepts": {
+ "version": "1.3.7",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
+ "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
+ "requires": {
+ "mime-types": "~2.1.24",
+ "negotiator": "0.6.2"
+ }
+ },
+ "acorn": {
+ "version": "8.7.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
+ "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ=="
+ },
+ "acorn-globals": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
+ "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
+ "requires": {
+ "acorn": "^7.1.1",
+ "acorn-walk": "^7.1.1"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
+ }
+ }
+ },
+ "acorn-import-assertions": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
+ "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
+ "requires": {}
+ },
+ "acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "requires": {}
+ },
+ "acorn-node": {
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
+ "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
+ "requires": {
+ "acorn": "^7.0.0",
+ "acorn-walk": "^7.0.0",
+ "xtend": "^4.0.2"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
+ }
+ }
+ },
+ "acorn-walk": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
+ "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="
+ },
+ "address": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz",
+ "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA=="
+ },
+ "adjust-sourcemap-loader": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
+ "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
+ "requires": {
+ "loader-utils": "^2.0.0",
+ "regex-parser": "^2.2.11"
+ }
+ },
+ "agent-base": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
+ "requires": {
+ "debug": "4"
+ }
+ },
+ "aggregate-error": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
+ "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
+ "requires": {
+ "clean-stack": "^2.0.0",
+ "indent-string": "^4.0.0"
+ }
+ },
+ "ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-formats": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
+ "requires": {
+ "ajv": "^8.0.0"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ }
+ }
+ },
+ "ajv-keywords": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
+ "requires": {}
+ },
+ "alphanum-sort": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
+ "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM="
+ },
+ "ansi-colors": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
+ "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA=="
+ },
+ "ansi-escapes": {
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
+ "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
+ "requires": {
+ "type-fest": "^0.21.3"
+ }
+ },
+ "ansi-html-community": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
+ "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw=="
+ },
+ "ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
+ },
+ "ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "requires": {
+ "color-convert": "^1.9.0"
+ }
+ },
+ "anymatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
+ "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
+ "requires": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ }
+ },
+ "arg": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz",
+ "integrity": "sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA=="
+ },
+ "argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "requires": {
+ "sprintf-js": "~1.0.2"
+ }
+ },
+ "aria-query": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz",
+ "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==",
+ "requires": {
+ "@babel/runtime": "^7.10.2",
+ "@babel/runtime-corejs3": "^7.10.2"
+ }
+ },
+ "array-flatten": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
+ "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
+ },
+ "array-includes": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz",
+ "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1",
+ "get-intrinsic": "^1.1.1",
+ "is-string": "^1.0.7"
+ }
+ },
+ "array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
+ },
+ "array.prototype.flat": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz",
+ "integrity": "sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.0"
+ }
+ },
+ "array.prototype.flatmap": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz",
+ "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==",
+ "requires": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.0"
+ }
+ },
+ "asap": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
+ "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
+ },
+ "ast-types-flow": {
+ "version": "0.0.7",
+ "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
+ "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0="
+ },
+ "async": {
+ "version": "2.6.3",
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
+ "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
+ "requires": {
+ "lodash": "^4.17.14"
+ }
+ },
+ "asynckit": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
+ },
+ "at-least-node": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg=="
+ },
+ "atob": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
+ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
+ },
+ "autoprefixer": {
+ "version": "10.4.1",
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1.tgz",
+ "integrity": "sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A==",
+ "requires": {
+ "browserslist": "^4.19.1",
+ "caniuse-lite": "^1.0.30001294",
+ "fraction.js": "^4.1.2",
+ "normalize-range": "^0.1.2",
+ "picocolors": "^1.0.0",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "axe-core": {
+ "version": "4.3.5",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.3.5.tgz",
+ "integrity": "sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA=="
+ },
+ "axobject-query": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz",
+ "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA=="
+ },
+ "babel-jest": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.4.6.tgz",
+ "integrity": "sha512-qZL0JT0HS1L+lOuH+xC2DVASR3nunZi/ozGhpgauJHgmI7f8rudxf6hUjEHympdQ/J64CdKmPkgfJ+A3U6QCrg==",
+ "requires": {
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/babel__core": "^7.1.14",
+ "babel-plugin-istanbul": "^6.1.1",
+ "babel-preset-jest": "^27.4.0",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "babel-loader": {
+ "version": "8.2.3",
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.3.tgz",
+ "integrity": "sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==",
+ "requires": {
+ "find-cache-dir": "^3.3.1",
+ "loader-utils": "^1.4.0",
+ "make-dir": "^3.1.0",
+ "schema-utils": "^2.6.5"
+ },
+ "dependencies": {
+ "json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "requires": {
+ "minimist": "^1.2.0"
+ }
+ },
+ "loader-utils": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
+ "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
+ "requires": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ }
+ },
+ "schema-utils": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz",
+ "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
+ "requires": {
+ "@types/json-schema": "^7.0.5",
+ "ajv": "^6.12.4",
+ "ajv-keywords": "^3.5.2"
+ }
+ }
+ }
+ },
+ "babel-plugin-dynamic-import-node": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
+ "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
+ "requires": {
+ "object.assign": "^4.1.0"
+ }
+ },
+ "babel-plugin-istanbul": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
+ "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@istanbuljs/load-nyc-config": "^1.0.0",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-instrument": "^5.0.4",
+ "test-exclude": "^6.0.0"
+ }
+ },
+ "babel-plugin-jest-hoist": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.4.0.tgz",
+ "integrity": "sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw==",
+ "requires": {
+ "@babel/template": "^7.3.3",
+ "@babel/types": "^7.3.3",
+ "@types/babel__core": "^7.0.0",
+ "@types/babel__traverse": "^7.0.6"
+ }
+ },
+ "babel-plugin-macros": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
+ "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
+ "requires": {
+ "@babel/runtime": "^7.12.5",
+ "cosmiconfig": "^7.0.0",
+ "resolve": "^1.19.0"
+ }
+ },
+ "babel-plugin-named-asset-import": {
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz",
+ "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==",
+ "requires": {}
+ },
+ "babel-plugin-polyfill-corejs2": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz",
+ "integrity": "sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==",
+ "requires": {
+ "@babel/compat-data": "^7.13.11",
+ "@babel/helper-define-polyfill-provider": "^0.3.0",
+ "semver": "^6.1.1"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ }
+ }
+ },
+ "babel-plugin-polyfill-corejs3": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz",
+ "integrity": "sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==",
+ "requires": {
+ "@babel/helper-define-polyfill-provider": "^0.3.0",
+ "core-js-compat": "^3.18.0"
+ }
+ },
+ "babel-plugin-polyfill-regenerator": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz",
+ "integrity": "sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==",
+ "requires": {
+ "@babel/helper-define-polyfill-provider": "^0.3.0"
+ }
+ },
+ "babel-plugin-styled-components": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.2.tgz",
+ "integrity": "sha512-7eG5NE8rChnNTDxa6LQfynwgHTVOYYaHJbUYSlOhk8QBXIQiMBKq4gyfHBBKPrxUcVBXVJL61ihduCpCQbuNbw==",
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.16.0",
+ "@babel/helper-module-imports": "^7.16.0",
+ "babel-plugin-syntax-jsx": "^6.18.0",
+ "lodash": "^4.17.11"
+ }
+ },
+ "babel-plugin-syntax-jsx": {
+ "version": "6.18.0",
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
+ "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY="
+ },
+ "babel-plugin-transform-react-remove-prop-types": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz",
+ "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA=="
+ },
+ "babel-preset-current-node-syntax": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
+ "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
+ "requires": {
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-bigint": "^7.8.3",
+ "@babel/plugin-syntax-class-properties": "^7.8.3",
+ "@babel/plugin-syntax-import-meta": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.8.3",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-top-level-await": "^7.8.3"
+ }
+ },
+ "babel-preset-jest": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.4.0.tgz",
+ "integrity": "sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==",
+ "requires": {
+ "babel-plugin-jest-hoist": "^27.4.0",
+ "babel-preset-current-node-syntax": "^1.0.0"
+ }
+ },
+ "babel-preset-react-app": {
+ "version": "10.0.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz",
+ "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==",
+ "requires": {
+ "@babel/core": "^7.16.0",
+ "@babel/plugin-proposal-class-properties": "^7.16.0",
+ "@babel/plugin-proposal-decorators": "^7.16.4",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
+ "@babel/plugin-proposal-numeric-separator": "^7.16.0",
+ "@babel/plugin-proposal-optional-chaining": "^7.16.0",
+ "@babel/plugin-proposal-private-methods": "^7.16.0",
+ "@babel/plugin-transform-flow-strip-types": "^7.16.0",
+ "@babel/plugin-transform-react-display-name": "^7.16.0",
+ "@babel/plugin-transform-runtime": "^7.16.4",
+ "@babel/preset-env": "^7.16.4",
+ "@babel/preset-react": "^7.16.0",
+ "@babel/preset-typescript": "^7.16.0",
+ "@babel/runtime": "^7.16.3",
+ "babel-plugin-macros": "^3.1.0",
+ "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
+ }
+ },
+ "balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
+ },
+ "batch": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
+ "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY="
+ },
+ "bfj": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz",
+ "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==",
+ "requires": {
+ "bluebird": "^3.5.5",
+ "check-types": "^11.1.1",
+ "hoopy": "^0.1.4",
+ "tryer": "^1.0.1"
+ }
+ },
+ "big.js": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
+ "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ=="
+ },
+ "binary-extensions": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="
+ },
+ "bluebird": {
+ "version": "3.7.2",
+ "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
+ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg=="
+ },
+ "body-parser": {
+ "version": "1.19.1",
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.1.tgz",
+ "integrity": "sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==",
+ "requires": {
+ "bytes": "3.1.1",
+ "content-type": "~1.0.4",
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "http-errors": "1.8.1",
+ "iconv-lite": "0.4.24",
+ "on-finished": "~2.3.0",
+ "qs": "6.9.6",
+ "raw-body": "2.4.2",
+ "type-is": "~1.6.18"
+ },
+ "dependencies": {
+ "bytes": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz",
+ "integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg=="
+ },
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "requires": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ }
+ }
+ },
+ "bonjour": {
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz",
+ "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
+ "requires": {
+ "array-flatten": "^2.1.0",
+ "deep-equal": "^1.0.1",
+ "dns-equal": "^1.0.0",
+ "dns-txt": "^2.0.2",
+ "multicast-dns": "^6.0.1",
+ "multicast-dns-service-types": "^1.1.0"
+ }
+ },
+ "boolbase": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
+ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
+ },
+ "brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "requires": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "requires": {
+ "fill-range": "^7.0.1"
+ }
+ },
+ "browser-process-hrtime": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
+ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
+ },
+ "browserslist": {
+ "version": "4.19.1",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
+ "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==",
+ "requires": {
+ "caniuse-lite": "^1.0.30001286",
+ "electron-to-chromium": "^1.4.17",
+ "escalade": "^3.1.1",
+ "node-releases": "^2.0.1",
+ "picocolors": "^1.0.0"
+ }
+ },
+ "bser": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
+ "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
+ "requires": {
+ "node-int64": "^0.4.0"
+ }
+ },
+ "buffer-from": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
+ },
+ "buffer-indexof": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
+ "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g=="
+ },
+ "builtin-modules": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
+ "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA=="
+ },
+ "bytes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
+ "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
+ },
+ "call-bind": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
+ "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
+ "requires": {
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.0.2"
+ }
+ },
+ "callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
+ },
+ "camel-case": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
+ "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
+ "requires": {
+ "pascal-case": "^3.1.2",
+ "tslib": "^2.0.3"
+ }
+ },
+ "camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="
+ },
+ "camelcase-css": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
+ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA=="
+ },
+ "camelize": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz",
+ "integrity": "sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs="
+ },
+ "caniuse-api": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
+ "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
+ "requires": {
+ "browserslist": "^4.0.0",
+ "caniuse-lite": "^1.0.0",
+ "lodash.memoize": "^4.1.2",
+ "lodash.uniq": "^4.5.0"
+ }
+ },
+ "caniuse-lite": {
+ "version": "1.0.30001296",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz",
+ "integrity": "sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q=="
+ },
+ "case-sensitive-paths-webpack-plugin": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
+ "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw=="
+ },
+ "chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "requires": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ }
+ },
+ "char-regex": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
+ },
+ "check-types": {
+ "version": "11.1.2",
+ "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz",
+ "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ=="
+ },
+ "chokidar": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
+ "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
+ "requires": {
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "fsevents": "~2.3.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
+ },
+ "dependencies": {
+ "glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "requires": {
+ "is-glob": "^4.0.1"
+ }
+ }
+ }
+ },
+ "chrome-trace-event": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
+ "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg=="
+ },
+ "ci-info": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz",
+ "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw=="
+ },
+ "cjs-module-lexer": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
+ "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
+ },
+ "clean-css": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.2.tgz",
+ "integrity": "sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==",
+ "requires": {
+ "source-map": "~0.6.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "clean-stack": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
+ "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="
+ },
+ "cliui": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "requires": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "co": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
+ "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
+ },
+ "coa": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
+ "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
+ "requires": {
+ "@types/q": "^1.5.1",
+ "chalk": "^2.4.1",
+ "q": "^1.1.2"
+ }
+ },
+ "collect-v8-coverage": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
+ "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
+ },
+ "color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "requires": {
+ "color-name": "1.1.3"
+ }
+ },
+ "color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
+ },
+ "colord": {
+ "version": "2.9.2",
+ "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz",
+ "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ=="
+ },
+ "colorette": {
+ "version": "2.0.16",
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz",
+ "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g=="
+ },
+ "combined-stream": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+ "requires": {
+ "delayed-stream": "~1.0.0"
+ }
+ },
+ "commander": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
+ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
+ },
+ "common-path-prefix": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
+ "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
+ },
+ "common-tags": {
+ "version": "1.8.2",
+ "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
+ "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA=="
+ },
+ "commondir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
+ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
+ },
+ "compressible": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
+ "requires": {
+ "mime-db": ">= 1.43.0 < 2"
+ }
+ },
+ "compression": {
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
+ "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
+ "requires": {
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.16",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.2",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ }
+ }
+ },
+ "concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
+ },
+ "confusing-browser-globals": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
+ "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA=="
+ },
+ "connect-history-api-fallback": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
+ "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg=="
+ },
+ "content-disposition": {
+ "version": "0.5.4",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
+ "requires": {
+ "safe-buffer": "5.2.1"
+ },
+ "dependencies": {
+ "safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
+ }
+ }
+ },
+ "content-type": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
+ "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
+ },
+ "convert-source-map": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
+ "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
+ "requires": {
+ "safe-buffer": "~5.1.1"
+ }
+ },
+ "cookie": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
+ "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA=="
+ },
+ "cookie-signature": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
+ "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
+ },
+ "core-js": {
+ "version": "3.20.2",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.2.tgz",
+ "integrity": "sha512-nuqhq11DcOAbFBV4zCbKeGbKQsUDRqTX0oqx7AttUBuqe3h20ixsE039QHelbL6P4h+9kytVqyEtyZ6gsiwEYw=="
+ },
+ "core-js-compat": {
+ "version": "3.20.2",
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.2.tgz",
+ "integrity": "sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==",
+ "requires": {
+ "browserslist": "^4.19.1",
+ "semver": "7.0.0"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
+ "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A=="
+ }
+ }
+ },
+ "core-js-pure": {
+ "version": "3.20.2",
+ "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.20.2.tgz",
+ "integrity": "sha512-CmWHvSKn2vNL6p6StNp1EmMIfVY/pqn3JLAjfZQ8WZGPOlGoO92EkX9/Mk81i6GxvoPXjUqEQnpM3rJ5QxxIOg=="
+ },
+ "core-util-is": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
+ },
+ "cosmiconfig": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
+ "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
+ "requires": {
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.2.1",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.10.0"
+ }
+ },
+ "cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "requires": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ }
+ },
+ "crypto-random-string": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
+ "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA=="
+ },
+ "css": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
+ "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
+ "requires": {
+ "inherits": "^2.0.4",
+ "source-map": "^0.6.1",
+ "source-map-resolve": "^0.6.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "css-blank-pseudo": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.2.tgz",
+ "integrity": "sha512-hOb1LFjRR+8ocA071xUSmg5VslJ8NGo/I2qpUpdeAYyBVCgupS5O8SEVo4SxEMYyFBNodBkzG3T1iqW9HCXxew==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.8"
+ }
+ },
+ "css-color-keywords": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
+ "integrity": "sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU="
+ },
+ "css-declaration-sorter": {
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.3.tgz",
+ "integrity": "sha512-SvjQjNRZgh4ULK1LDJ2AduPKUKxIqmtU7ZAyi47BTV+M90Qvxr9AB6lKlLbDUfXqI9IQeYA8LbAsCZPpJEV3aA==",
+ "requires": {
+ "timsort": "^0.3.0"
+ }
+ },
+ "css-has-pseudo": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.2.tgz",
+ "integrity": "sha512-L11waKbVuSf5WVrj1Qtij91OH8BN37Q3HlL+ojUUAa1Ywd53CYxJ8+0gs5cNbRXkqBwchE1Cq0cjgYjYEw24RA==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.8"
+ }
+ },
+ "css-loader": {
+ "version": "6.5.1",
+ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.5.1.tgz",
+ "integrity": "sha512-gEy2w9AnJNnD9Kuo4XAP9VflW/ujKoS9c/syO+uWMlm5igc7LysKzPXaDoR2vroROkSwsTS2tGr1yGGEbZOYZQ==",
+ "requires": {
+ "icss-utils": "^5.1.0",
+ "postcss": "^8.2.15",
+ "postcss-modules-extract-imports": "^3.0.0",
+ "postcss-modules-local-by-default": "^4.0.0",
+ "postcss-modules-scope": "^3.0.0",
+ "postcss-modules-values": "^4.0.0",
+ "postcss-value-parser": "^4.1.0",
+ "semver": "^7.3.5"
+ }
+ },
+ "css-minimizer-webpack-plugin": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.3.1.tgz",
+ "integrity": "sha512-SHA7Hu/EiF0dOwdmV2+agvqYpG+ljlUa7Dvn1AVOmSH3N8KOERoaM9lGpstz9nGsoTjANGyUXdrxl/EwdMScRg==",
+ "requires": {
+ "cssnano": "^5.0.6",
+ "jest-worker": "^27.0.2",
+ "postcss": "^8.3.5",
+ "schema-utils": "^4.0.0",
+ "serialize-javascript": "^6.0.0",
+ "source-map": "^0.6.1"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "requires": {
+ "fast-deep-equal": "^3.1.3"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "schema-utils": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
+ "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.8.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.0.0"
+ }
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "css-prefers-color-scheme": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.2.tgz",
+ "integrity": "sha512-gv0KQBEM+q/XdoKyznovq3KW7ocO7k+FhPP+hQR1MenJdu0uPGS6IZa9PzlbqBeS6XcZJNAoqoFxlAUW461CrA==",
+ "requires": {}
+ },
+ "css-select": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz",
+ "integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==",
+ "requires": {
+ "boolbase": "^1.0.0",
+ "css-what": "^5.1.0",
+ "domhandler": "^4.3.0",
+ "domutils": "^2.8.0",
+ "nth-check": "^2.0.1"
+ }
+ },
+ "css-select-base-adapter": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
+ "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
+ },
+ "css-to-react-native": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.0.0.tgz",
+ "integrity": "sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==",
+ "requires": {
+ "camelize": "^1.0.0",
+ "css-color-keywords": "^1.0.0",
+ "postcss-value-parser": "^4.0.2"
+ }
+ },
+ "css-tree": {
+ "version": "1.0.0-alpha.37",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
+ "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
+ "requires": {
+ "mdn-data": "2.0.4",
+ "source-map": "^0.6.1"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "css-what": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz",
+ "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw=="
+ },
+ "css.escape": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
+ "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s="
+ },
+ "cssdb": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-5.1.0.tgz",
+ "integrity": "sha512-/vqjXhv1x9eGkE/zO6o8ZOI7dgdZbLVLUGyVRbPgk6YipXbW87YzUCcO+Jrmi5bwJlAH6oD+MNeZyRgXea1GZw=="
+ },
+ "cssesc": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
+ },
+ "cssnano": {
+ "version": "5.0.14",
+ "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.14.tgz",
+ "integrity": "sha512-qzhRkFvBhv08tbyKCIfWbxBXmkIpLl1uNblt8SpTHkgLfON5OCPX/CCnkdNmEosvo8bANQYmTTMEgcVBlisHaw==",
+ "requires": {
+ "cssnano-preset-default": "^5.1.9",
+ "lilconfig": "^2.0.3",
+ "yaml": "^1.10.2"
+ }
+ },
+ "cssnano-preset-default": {
+ "version": "5.1.9",
+ "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.9.tgz",
+ "integrity": "sha512-RhkEucqlQ+OxEi14K1p8gdXcMQy1mSpo7P1oC44oRls7BYIj8p+cht4IFBFV3W4iOjTP8EUB33XV1fX9KhDzyA==",
+ "requires": {
+ "css-declaration-sorter": "^6.0.3",
+ "cssnano-utils": "^2.0.1",
+ "postcss-calc": "^8.0.0",
+ "postcss-colormin": "^5.2.2",
+ "postcss-convert-values": "^5.0.2",
+ "postcss-discard-comments": "^5.0.1",
+ "postcss-discard-duplicates": "^5.0.1",
+ "postcss-discard-empty": "^5.0.1",
+ "postcss-discard-overridden": "^5.0.1",
+ "postcss-merge-longhand": "^5.0.4",
+ "postcss-merge-rules": "^5.0.3",
+ "postcss-minify-font-values": "^5.0.1",
+ "postcss-minify-gradients": "^5.0.3",
+ "postcss-minify-params": "^5.0.2",
+ "postcss-minify-selectors": "^5.1.0",
+ "postcss-normalize-charset": "^5.0.1",
+ "postcss-normalize-display-values": "^5.0.1",
+ "postcss-normalize-positions": "^5.0.1",
+ "postcss-normalize-repeat-style": "^5.0.1",
+ "postcss-normalize-string": "^5.0.1",
+ "postcss-normalize-timing-functions": "^5.0.1",
+ "postcss-normalize-unicode": "^5.0.1",
+ "postcss-normalize-url": "^5.0.4",
+ "postcss-normalize-whitespace": "^5.0.1",
+ "postcss-ordered-values": "^5.0.2",
+ "postcss-reduce-initial": "^5.0.2",
+ "postcss-reduce-transforms": "^5.0.1",
+ "postcss-svgo": "^5.0.3",
+ "postcss-unique-selectors": "^5.0.2"
+ }
+ },
+ "cssnano-utils": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-2.0.1.tgz",
+ "integrity": "sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==",
+ "requires": {}
+ },
+ "csso": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
+ "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
+ "requires": {
+ "css-tree": "^1.1.2"
+ },
+ "dependencies": {
+ "css-tree": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
+ "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
+ "requires": {
+ "mdn-data": "2.0.14",
+ "source-map": "^0.6.1"
+ }
+ },
+ "mdn-data": {
+ "version": "2.0.14",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
+ "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "cssom": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
+ "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
+ },
+ "cssstyle": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
+ "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
+ "requires": {
+ "cssom": "~0.3.6"
+ },
+ "dependencies": {
+ "cssom": {
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
+ "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
+ }
+ }
+ },
+ "csstype": {
+ "version": "3.0.10",
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz",
+ "integrity": "sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA=="
+ },
+ "damerau-levenshtein": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
+ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
+ },
+ "data-urls": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
+ "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
+ "requires": {
+ "abab": "^2.0.3",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.0.0"
+ }
+ },
+ "debug": {
+ "version": "4.3.3",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
+ "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
+ "requires": {
+ "ms": "2.1.2"
+ }
+ },
+ "decimal.js": {
+ "version": "10.3.1",
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
+ "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ=="
+ },
+ "decode-uri-component": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
+ "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU="
+ },
+ "dedent": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
+ "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw="
+ },
+ "deep-equal": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
+ "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
+ "requires": {
+ "is-arguments": "^1.0.4",
+ "is-date-object": "^1.0.1",
+ "is-regex": "^1.0.4",
+ "object-is": "^1.0.1",
+ "object-keys": "^1.1.1",
+ "regexp.prototype.flags": "^1.2.0"
+ }
+ },
+ "deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
+ },
+ "deepmerge": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
+ "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg=="
+ },
+ "default-gateway": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
+ "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
+ "requires": {
+ "execa": "^5.0.0"
+ }
+ },
+ "define-lazy-prop": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
+ "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og=="
+ },
+ "define-properties": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
+ "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
+ "requires": {
+ "object-keys": "^1.0.12"
+ }
+ },
+ "defined": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
+ "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
+ },
+ "del": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/del/-/del-6.0.0.tgz",
+ "integrity": "sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==",
+ "requires": {
+ "globby": "^11.0.1",
+ "graceful-fs": "^4.2.4",
+ "is-glob": "^4.0.1",
+ "is-path-cwd": "^2.2.0",
+ "is-path-inside": "^3.0.2",
+ "p-map": "^4.0.0",
+ "rimraf": "^3.0.2",
+ "slash": "^3.0.0"
+ }
+ },
+ "delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
+ },
+ "depd": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
+ "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
+ },
+ "destroy": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
+ "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
+ },
+ "detect-newline": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
+ "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="
+ },
+ "detect-node": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
+ "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g=="
+ },
+ "detect-port-alt": {
+ "version": "1.1.6",
+ "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
+ "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
+ "requires": {
+ "address": "^1.0.1",
+ "debug": "^2.6.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ }
+ }
+ },
+ "detective": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz",
+ "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==",
+ "requires": {
+ "acorn-node": "^1.6.1",
+ "defined": "^1.0.0",
+ "minimist": "^1.1.1"
+ }
+ },
+ "didyoumean": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
+ },
+ "diff-sequences": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.4.0.tgz",
+ "integrity": "sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww=="
+ },
+ "dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "requires": {
+ "path-type": "^4.0.0"
+ }
+ },
+ "dlv": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
+ },
+ "dns-equal": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz",
+ "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0="
+ },
+ "dns-packet": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz",
+ "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==",
+ "requires": {
+ "ip": "^1.1.0",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "dns-txt": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz",
+ "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=",
+ "requires": {
+ "buffer-indexof": "^1.0.0"
+ }
+ },
+ "doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "requires": {
+ "esutils": "^2.0.2"
+ }
+ },
+ "dom-accessibility-api": {
+ "version": "0.5.10",
+ "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.10.tgz",
+ "integrity": "sha512-Xu9mD0UjrJisTmv7lmVSDMagQcU9R5hwAbxsaAE/35XPnPLJobbuREfV/rraiSaEj/UOvgrzQs66zyTWTlyd+g=="
+ },
+ "dom-converter": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
+ "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
+ "requires": {
+ "utila": "~0.4"
+ }
+ },
+ "dom-serializer": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz",
+ "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==",
+ "requires": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.2.0",
+ "entities": "^2.0.0"
+ }
+ },
+ "domelementtype": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
+ "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A=="
+ },
+ "domexception": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
+ "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
+ "requires": {
+ "webidl-conversions": "^5.0.0"
+ },
+ "dependencies": {
+ "webidl-conversions": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
+ "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA=="
+ }
+ }
+ },
+ "domhandler": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.0.tgz",
+ "integrity": "sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==",
+ "requires": {
+ "domelementtype": "^2.2.0"
+ }
+ },
+ "domutils": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
+ "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
+ "requires": {
+ "dom-serializer": "^1.0.1",
+ "domelementtype": "^2.2.0",
+ "domhandler": "^4.2.0"
+ }
+ },
+ "dot-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
+ "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "dotenv": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
+ "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
+ },
+ "dotenv-expand": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
+ "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA=="
+ },
+ "duplexer": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
+ "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg=="
+ },
+ "ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
+ },
+ "ejs": {
+ "version": "3.1.6",
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz",
+ "integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==",
+ "requires": {
+ "jake": "^10.6.1"
+ }
+ },
+ "electron-to-chromium": {
+ "version": "1.4.37",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.37.tgz",
+ "integrity": "sha512-XIvFB1omSAxYgHYX48sC+HR8i/p7lx7R+0cX9faElg1g++h9IilCrJ12+bQuY+d96Wp7zkBiJwMOv+AhLtLrTg=="
+ },
+ "emittery": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
+ "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg=="
+ },
+ "emoji-regex": {
+ "version": "9.2.2",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
+ },
+ "emojis-list": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
+ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q=="
+ },
+ "encodeurl": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
+ "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k="
+ },
+ "enhanced-resolve": {
+ "version": "5.8.3",
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz",
+ "integrity": "sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==",
+ "requires": {
+ "graceful-fs": "^4.2.4",
+ "tapable": "^2.2.0"
+ }
+ },
+ "enquirer": {
+ "version": "2.3.6",
+ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
+ "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
+ "requires": {
+ "ansi-colors": "^4.1.1"
+ }
+ },
+ "entities": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
+ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
+ },
+ "error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "requires": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "error-stack-parser": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz",
+ "integrity": "sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==",
+ "requires": {
+ "stackframe": "^1.1.1"
+ }
+ },
+ "es-abstract": {
+ "version": "1.19.1",
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz",
+ "integrity": "sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "es-to-primitive": "^1.2.1",
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.1.1",
+ "get-symbol-description": "^1.0.0",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.2",
+ "internal-slot": "^1.0.3",
+ "is-callable": "^1.2.4",
+ "is-negative-zero": "^2.0.1",
+ "is-regex": "^1.1.4",
+ "is-shared-array-buffer": "^1.0.1",
+ "is-string": "^1.0.7",
+ "is-weakref": "^1.0.1",
+ "object-inspect": "^1.11.0",
+ "object-keys": "^1.1.1",
+ "object.assign": "^4.1.2",
+ "string.prototype.trimend": "^1.0.4",
+ "string.prototype.trimstart": "^1.0.4",
+ "unbox-primitive": "^1.0.1"
+ }
+ },
+ "es-module-lexer": {
+ "version": "0.9.3",
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
+ "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ=="
+ },
+ "es-to-primitive": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
+ "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
+ "requires": {
+ "is-callable": "^1.1.4",
+ "is-date-object": "^1.0.1",
+ "is-symbol": "^1.0.2"
+ }
+ },
+ "escalade": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
+ },
+ "escape-html": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
+ "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
+ },
+ "escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
+ },
+ "escodegen": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
+ "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
+ "requires": {
+ "esprima": "^4.0.1",
+ "estraverse": "^5.2.0",
+ "esutils": "^2.0.2",
+ "optionator": "^0.8.1",
+ "source-map": "~0.6.1"
+ },
+ "dependencies": {
+ "levn": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
+ "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
+ "requires": {
+ "prelude-ls": "~1.1.2",
+ "type-check": "~0.3.2"
+ }
+ },
+ "optionator": {
+ "version": "0.8.3",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
+ "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
+ "requires": {
+ "deep-is": "~0.1.3",
+ "fast-levenshtein": "~2.0.6",
+ "levn": "~0.3.0",
+ "prelude-ls": "~1.1.2",
+ "type-check": "~0.3.2",
+ "word-wrap": "~1.2.3"
+ }
+ },
+ "prelude-ls": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
+ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "optional": true
+ },
+ "type-check": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
+ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
+ "requires": {
+ "prelude-ls": "~1.1.2"
+ }
+ }
+ }
+ },
+ "eslint": {
+ "version": "8.6.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.6.0.tgz",
+ "integrity": "sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==",
+ "requires": {
+ "@eslint/eslintrc": "^1.0.5",
+ "@humanwhocodes/config-array": "^0.9.2",
+ "ajv": "^6.10.0",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "enquirer": "^2.3.5",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.1.0",
+ "eslint-utils": "^3.0.0",
+ "eslint-visitor-keys": "^3.1.0",
+ "espree": "^9.3.0",
+ "esquery": "^1.4.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "functional-red-black-tree": "^1.0.1",
+ "glob-parent": "^6.0.1",
+ "globals": "^13.6.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.0.4",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.1",
+ "progress": "^2.0.0",
+ "regexpp": "^3.2.0",
+ "semver": "^7.2.1",
+ "strip-ansi": "^6.0.1",
+ "strip-json-comments": "^3.1.0",
+ "text-table": "^0.2.0",
+ "v8-compile-cache": "^2.0.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
+ },
+ "globals": {
+ "version": "13.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz",
+ "integrity": "sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==",
+ "requires": {
+ "type-fest": "^0.20.2"
+ }
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "requires": {
+ "argparse": "^2.0.1"
+ }
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ },
+ "type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
+ }
+ }
+ },
+ "eslint-config-react-app": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.0.tgz",
+ "integrity": "sha512-xyymoxtIt1EOsSaGag+/jmcywRuieQoA2JbPCjnw9HukFj9/97aGPoZVFioaotzk1K5Qt9sHO5EutZbkrAXS0g==",
+ "requires": {
+ "@babel/core": "^7.16.0",
+ "@babel/eslint-parser": "^7.16.3",
+ "@rushstack/eslint-patch": "^1.1.0",
+ "@typescript-eslint/eslint-plugin": "^5.5.0",
+ "@typescript-eslint/parser": "^5.5.0",
+ "babel-preset-react-app": "^10.0.1",
+ "confusing-browser-globals": "^1.0.11",
+ "eslint-plugin-flowtype": "^8.0.3",
+ "eslint-plugin-import": "^2.25.3",
+ "eslint-plugin-jest": "^25.3.0",
+ "eslint-plugin-jsx-a11y": "^6.5.1",
+ "eslint-plugin-react": "^7.27.1",
+ "eslint-plugin-react-hooks": "^4.3.0",
+ "eslint-plugin-testing-library": "^5.0.1"
+ }
+ },
+ "eslint-import-resolver-node": {
+ "version": "0.3.6",
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
+ "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
+ "requires": {
+ "debug": "^3.2.7",
+ "resolve": "^1.20.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "requires": {
+ "ms": "^2.1.1"
+ }
+ }
+ }
+ },
+ "eslint-module-utils": {
+ "version": "2.7.2",
+ "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.2.tgz",
+ "integrity": "sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==",
+ "requires": {
+ "debug": "^3.2.7",
+ "find-up": "^2.1.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "requires": {
+ "ms": "^2.1.1"
+ }
+ },
+ "find-up": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
+ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
+ "requires": {
+ "locate-path": "^2.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
+ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
+ "requires": {
+ "p-locate": "^2.0.0",
+ "path-exists": "^3.0.0"
+ }
+ },
+ "p-limit": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
+ "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
+ "requires": {
+ "p-try": "^1.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
+ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
+ "requires": {
+ "p-limit": "^1.1.0"
+ }
+ },
+ "p-try": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
+ "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M="
+ },
+ "path-exists": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
+ }
+ }
+ },
+ "eslint-plugin-flowtype": {
+ "version": "8.0.3",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
+ "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
+ "requires": {
+ "lodash": "^4.17.21",
+ "string-natural-compare": "^3.0.1"
+ }
+ },
+ "eslint-plugin-import": {
+ "version": "2.25.4",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz",
+ "integrity": "sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==",
+ "requires": {
+ "array-includes": "^3.1.4",
+ "array.prototype.flat": "^1.2.5",
+ "debug": "^2.6.9",
+ "doctrine": "^2.1.0",
+ "eslint-import-resolver-node": "^0.3.6",
+ "eslint-module-utils": "^2.7.2",
+ "has": "^1.0.3",
+ "is-core-module": "^2.8.0",
+ "is-glob": "^4.0.3",
+ "minimatch": "^3.0.4",
+ "object.values": "^1.1.5",
+ "resolve": "^1.20.0",
+ "tsconfig-paths": "^3.12.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
+ "requires": {
+ "esutils": "^2.0.2"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ }
+ }
+ },
+ "eslint-plugin-jest": {
+ "version": "25.3.4",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.3.4.tgz",
+ "integrity": "sha512-CCnwG71wvabmwq/qkz0HWIqBHQxw6pXB1uqt24dxqJ9WB34pVg49bL1sjXphlJHgTMWGhBjN1PicdyxDxrfP5A==",
+ "requires": {
+ "@typescript-eslint/experimental-utils": "^5.0.0"
+ }
+ },
+ "eslint-plugin-jsx-a11y": {
+ "version": "6.5.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz",
+ "integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==",
+ "requires": {
+ "@babel/runtime": "^7.16.3",
+ "aria-query": "^4.2.2",
+ "array-includes": "^3.1.4",
+ "ast-types-flow": "^0.0.7",
+ "axe-core": "^4.3.5",
+ "axobject-query": "^2.2.0",
+ "damerau-levenshtein": "^1.0.7",
+ "emoji-regex": "^9.2.2",
+ "has": "^1.0.3",
+ "jsx-ast-utils": "^3.2.1",
+ "language-tags": "^1.0.5",
+ "minimatch": "^3.0.4"
+ }
+ },
+ "eslint-plugin-react": {
+ "version": "7.28.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.28.0.tgz",
+ "integrity": "sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==",
+ "requires": {
+ "array-includes": "^3.1.4",
+ "array.prototype.flatmap": "^1.2.5",
+ "doctrine": "^2.1.0",
+ "estraverse": "^5.3.0",
+ "jsx-ast-utils": "^2.4.1 || ^3.0.0",
+ "minimatch": "^3.0.4",
+ "object.entries": "^1.1.5",
+ "object.fromentries": "^2.0.5",
+ "object.hasown": "^1.1.0",
+ "object.values": "^1.1.5",
+ "prop-types": "^15.7.2",
+ "resolve": "^2.0.0-next.3",
+ "semver": "^6.3.0",
+ "string.prototype.matchall": "^4.0.6"
+ },
+ "dependencies": {
+ "doctrine": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
+ "requires": {
+ "esutils": "^2.0.2"
+ }
+ },
+ "resolve": {
+ "version": "2.0.0-next.3",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
+ "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
+ "requires": {
+ "is-core-module": "^2.2.0",
+ "path-parse": "^1.0.6"
+ }
+ },
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ }
+ }
+ },
+ "eslint-plugin-react-hooks": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz",
+ "integrity": "sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==",
+ "requires": {}
+ },
+ "eslint-plugin-testing-library": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.0.1.tgz",
+ "integrity": "sha512-8ZV4HbbacvOwu+adNnGpYd8E64NRcil2a11aFAbc/TZDUB/xxK2c8Z+LoeoHUbxNBGbTUdpAE4YUugxK85pcwQ==",
+ "requires": {
+ "@typescript-eslint/experimental-utils": "^5.5.0"
+ }
+ },
+ "eslint-scope": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.0.tgz",
+ "integrity": "sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==",
+ "requires": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ }
+ },
+ "eslint-utils": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
+ "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
+ "requires": {
+ "eslint-visitor-keys": "^2.0.0"
+ },
+ "dependencies": {
+ "eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
+ }
+ }
+ },
+ "eslint-visitor-keys": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz",
+ "integrity": "sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA=="
+ },
+ "eslint-webpack-plugin": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz",
+ "integrity": "sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg==",
+ "requires": {
+ "@types/eslint": "^7.28.2",
+ "jest-worker": "^27.3.1",
+ "micromatch": "^4.0.4",
+ "normalize-path": "^3.0.0",
+ "schema-utils": "^3.1.1"
+ }
+ },
+ "espree": {
+ "version": "9.3.0",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.0.tgz",
+ "integrity": "sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==",
+ "requires": {
+ "acorn": "^8.7.0",
+ "acorn-jsx": "^5.3.1",
+ "eslint-visitor-keys": "^3.1.0"
+ }
+ },
+ "esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
+ },
+ "esquery": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
+ "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
+ "requires": {
+ "estraverse": "^5.1.0"
+ }
+ },
+ "esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "requires": {
+ "estraverse": "^5.2.0"
+ }
+ },
+ "estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
+ },
+ "estree-walker": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
+ "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
+ },
+ "esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
+ },
+ "etag": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+ "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
+ },
+ "eventemitter3": {
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
+ },
+ "events": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q=="
+ },
+ "execa": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
+ "requires": {
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
+ }
+ },
+ "exit": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
+ "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw="
+ },
+ "expect": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/expect/-/expect-27.4.6.tgz",
+ "integrity": "sha512-1M/0kAALIaj5LaG66sFJTbRsWTADnylly82cu4bspI0nl+pgP4E6Bh/aqdHlTUjul06K7xQnnrAoqfxVU0+/ag==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "jest-get-type": "^27.4.0",
+ "jest-matcher-utils": "^27.4.6",
+ "jest-message-util": "^27.4.6"
+ }
+ },
+ "express": {
+ "version": "4.17.2",
+ "resolved": "https://registry.npmjs.org/express/-/express-4.17.2.tgz",
+ "integrity": "sha512-oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg==",
+ "requires": {
+ "accepts": "~1.3.7",
+ "array-flatten": "1.1.1",
+ "body-parser": "1.19.1",
+ "content-disposition": "0.5.4",
+ "content-type": "~1.0.4",
+ "cookie": "0.4.1",
+ "cookie-signature": "1.0.6",
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "finalhandler": "~1.1.2",
+ "fresh": "0.5.2",
+ "merge-descriptors": "1.0.1",
+ "methods": "~1.1.2",
+ "on-finished": "~2.3.0",
+ "parseurl": "~1.3.3",
+ "path-to-regexp": "0.1.7",
+ "proxy-addr": "~2.0.7",
+ "qs": "6.9.6",
+ "range-parser": "~1.2.1",
+ "safe-buffer": "5.2.1",
+ "send": "0.17.2",
+ "serve-static": "1.14.2",
+ "setprototypeof": "1.2.0",
+ "statuses": "~1.5.0",
+ "type-is": "~1.6.18",
+ "utils-merge": "1.0.1",
+ "vary": "~1.1.2"
+ },
+ "dependencies": {
+ "array-flatten": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
+ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
+ },
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
+ }
+ }
+ },
+ "fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
+ },
+ "fast-glob": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
+ "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==",
+ "requires": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "dependencies": {
+ "glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "requires": {
+ "is-glob": "^4.0.1"
+ }
+ }
+ }
+ },
+ "fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
+ },
+ "fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
+ },
+ "fastq": {
+ "version": "1.13.0",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
+ "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
+ "requires": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "faye-websocket": {
+ "version": "0.11.4",
+ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
+ "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
+ "requires": {
+ "websocket-driver": ">=0.5.1"
+ }
+ },
+ "fb-watchman": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
+ "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
+ "requires": {
+ "bser": "2.1.1"
+ }
+ },
+ "file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "requires": {
+ "flat-cache": "^3.0.4"
+ }
+ },
+ "file-loader": {
+ "version": "6.2.0",
+ "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
+ "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
+ "requires": {
+ "loader-utils": "^2.0.0",
+ "schema-utils": "^3.0.0"
+ }
+ },
+ "filelist": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz",
+ "integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==",
+ "requires": {
+ "minimatch": "^3.0.4"
+ }
+ },
+ "filesize": {
+ "version": "8.0.6",
+ "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.6.tgz",
+ "integrity": "sha512-sHvRqTiwdmcuzqet7iVwsbwF6UrV3wIgDf2SHNdY1Hgl8PC45HZg/0xtdw6U2izIV4lccnrY9ftl6wZFNdjYMg=="
+ },
+ "fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "requires": {
+ "to-regex-range": "^5.0.1"
+ }
+ },
+ "finalhandler": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
+ "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
+ "requires": {
+ "debug": "2.6.9",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "on-finished": "~2.3.0",
+ "parseurl": "~1.3.3",
+ "statuses": "~1.5.0",
+ "unpipe": "~1.0.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ }
+ }
+ },
+ "find-cache-dir": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
+ "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
+ "requires": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ }
+ },
+ "find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "requires": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "flat-cache": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
+ "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
+ "requires": {
+ "flatted": "^3.1.0",
+ "rimraf": "^3.0.2"
+ }
+ },
+ "flatted": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz",
+ "integrity": "sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw=="
+ },
+ "follow-redirects": {
+ "version": "1.14.6",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.6.tgz",
+ "integrity": "sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A=="
+ },
+ "fork-ts-checker-webpack-plugin": {
+ "version": "6.5.0",
+ "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.0.tgz",
+ "integrity": "sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw==",
+ "requires": {
+ "@babel/code-frame": "^7.8.3",
+ "@types/json-schema": "^7.0.5",
+ "chalk": "^4.1.0",
+ "chokidar": "^3.4.2",
+ "cosmiconfig": "^6.0.0",
+ "deepmerge": "^4.2.2",
+ "fs-extra": "^9.0.0",
+ "glob": "^7.1.6",
+ "memfs": "^3.1.2",
+ "minimatch": "^3.0.4",
+ "schema-utils": "2.7.0",
+ "semver": "^7.3.2",
+ "tapable": "^1.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "cosmiconfig": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
+ "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
+ "requires": {
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.1.0",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.7.2"
+ }
+ },
+ "fs-extra": {
+ "version": "9.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
+ "requires": {
+ "at-least-node": "^1.0.0",
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ }
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "schema-utils": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz",
+ "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==",
+ "requires": {
+ "@types/json-schema": "^7.0.4",
+ "ajv": "^6.12.2",
+ "ajv-keywords": "^3.4.1"
+ }
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ },
+ "tapable": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",
+ "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA=="
+ }
+ }
+ },
+ "form-data": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
+ "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
+ "requires": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ }
+ },
+ "forwarded": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow=="
+ },
+ "fraction.js": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.2.tgz",
+ "integrity": "sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA=="
+ },
+ "fresh": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
+ "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
+ },
+ "fs-extra": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz",
+ "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==",
+ "requires": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ }
+ },
+ "fs-monkey": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz",
+ "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q=="
+ },
+ "fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
+ },
+ "fsevents": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+ "optional": true
+ },
+ "function-bind": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
+ },
+ "functional-red-black-tree": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
+ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
+ },
+ "gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg=="
+ },
+ "get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
+ },
+ "get-intrinsic": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
+ "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
+ "requires": {
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1"
+ }
+ },
+ "get-own-enumerable-property-symbols": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
+ "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
+ },
+ "get-package-type": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
+ "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="
+ },
+ "get-stream": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="
+ },
+ "get-symbol-description": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
+ "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "get-intrinsic": "^1.1.1"
+ }
+ },
+ "glob": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
+ "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
+ "requires": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.0.4",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ }
+ },
+ "glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "requires": {
+ "is-glob": "^4.0.3"
+ }
+ },
+ "glob-to-regexp": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
+ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="
+ },
+ "global-modules": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz",
+ "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==",
+ "requires": {
+ "global-prefix": "^3.0.0"
+ }
+ },
+ "global-prefix": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz",
+ "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==",
+ "requires": {
+ "ini": "^1.3.5",
+ "kind-of": "^6.0.2",
+ "which": "^1.3.1"
+ },
+ "dependencies": {
+ "which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ }
+ }
+ },
+ "globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
+ },
+ "globby": {
+ "version": "11.0.4",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
+ "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==",
+ "requires": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.1.1",
+ "ignore": "^5.1.4",
+ "merge2": "^1.3.0",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ignore": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
+ }
+ }
+ },
+ "graceful-fs": {
+ "version": "4.2.9",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
+ "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ=="
+ },
+ "gzip-size": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
+ "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
+ "requires": {
+ "duplexer": "^0.1.2"
+ }
+ },
+ "handle-thing": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz",
+ "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg=="
+ },
+ "harmony-reflect": {
+ "version": "1.6.2",
+ "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz",
+ "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g=="
+ },
+ "has": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
+ "requires": {
+ "function-bind": "^1.1.1"
+ }
+ },
+ "has-bigints": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
+ "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA=="
+ },
+ "has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
+ },
+ "has-symbols": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
+ "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw=="
+ },
+ "has-tostringtag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
+ "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
+ "requires": {
+ "has-symbols": "^1.0.2"
+ }
+ },
+ "he": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
+ },
+ "hoist-non-react-statics": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
+ "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
+ "requires": {
+ "react-is": "^16.7.0"
+ },
+ "dependencies": {
+ "react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
+ }
+ }
+ },
+ "hoopy": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
+ "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ=="
+ },
+ "hpack.js": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
+ "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
+ "requires": {
+ "inherits": "^2.0.1",
+ "obuf": "^1.0.0",
+ "readable-stream": "^2.0.1",
+ "wbuf": "^1.1.0"
+ },
+ "dependencies": {
+ "readable-stream": {
+ "version": "2.3.7",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
+ "requires": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "requires": {
+ "safe-buffer": "~5.1.0"
+ }
+ }
+ }
+ },
+ "html-encoding-sniffer": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
+ "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
+ "requires": {
+ "whatwg-encoding": "^1.0.5"
+ }
+ },
+ "html-entities": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz",
+ "integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ=="
+ },
+ "html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
+ },
+ "html-minifier-terser": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
+ "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
+ "requires": {
+ "camel-case": "^4.1.2",
+ "clean-css": "^5.2.2",
+ "commander": "^8.3.0",
+ "he": "^1.2.0",
+ "param-case": "^3.0.4",
+ "relateurl": "^0.2.7",
+ "terser": "^5.10.0"
+ }
+ },
+ "html-webpack-plugin": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
+ "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
+ "requires": {
+ "@types/html-minifier-terser": "^6.0.0",
+ "html-minifier-terser": "^6.0.2",
+ "lodash": "^4.17.21",
+ "pretty-error": "^4.0.0",
+ "tapable": "^2.0.0"
+ }
+ },
+ "htmlparser2": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
+ "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
+ "requires": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.0.0",
+ "domutils": "^2.5.2",
+ "entities": "^2.0.0"
+ }
+ },
+ "http-deceiver": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz",
+ "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc="
+ },
+ "http-errors": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
+ "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
+ "requires": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.4",
+ "setprototypeof": "1.2.0",
+ "statuses": ">= 1.5.0 < 2",
+ "toidentifier": "1.0.1"
+ }
+ },
+ "http-parser-js": {
+ "version": "0.5.5",
+ "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.5.tgz",
+ "integrity": "sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA=="
+ },
+ "http-proxy": {
+ "version": "1.18.1",
+ "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz",
+ "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
+ "requires": {
+ "eventemitter3": "^4.0.0",
+ "follow-redirects": "^1.0.0",
+ "requires-port": "^1.0.0"
+ }
+ },
+ "http-proxy-agent": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
+ "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
+ "requires": {
+ "@tootallnate/once": "1",
+ "agent-base": "6",
+ "debug": "4"
+ }
+ },
+ "http-proxy-middleware": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.1.tgz",
+ "integrity": "sha512-cfaXRVoZxSed/BmkA7SwBVNI9Kj7HFltaE5rqYOub5kWzWZ+gofV2koVN1j2rMW7pEfSSlCHGJ31xmuyFyfLOg==",
+ "requires": {
+ "@types/http-proxy": "^1.17.5",
+ "http-proxy": "^1.18.1",
+ "is-glob": "^4.0.1",
+ "is-plain-obj": "^3.0.0",
+ "micromatch": "^4.0.2"
+ }
+ },
+ "https-proxy-agent": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
+ "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==",
+ "requires": {
+ "agent-base": "6",
+ "debug": "4"
+ }
+ },
+ "human-signals": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
+ },
+ "iconv-lite": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
+ "requires": {
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
+ }
+ },
+ "icss-utils": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
+ "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
+ "requires": {}
+ },
+ "idb": {
+ "version": "6.1.5",
+ "resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
+ "integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw=="
+ },
+ "identity-obj-proxy": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz",
+ "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=",
+ "requires": {
+ "harmony-reflect": "^1.4.6"
+ }
+ },
+ "ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="
+ },
+ "immer": {
+ "version": "9.0.7",
+ "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.7.tgz",
+ "integrity": "sha512-KGllzpbamZDvOIxnmJ0jI840g7Oikx58lBPWV0hUh7dtAyZpFqqrBZdKka5GlTwMTZ1Tjc/bKKW4VSFAt6BqMA=="
+ },
+ "import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "requires": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "dependencies": {
+ "resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
+ }
+ }
+ },
+ "import-local": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
+ "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
+ "requires": {
+ "pkg-dir": "^4.2.0",
+ "resolve-cwd": "^3.0.0"
+ }
+ },
+ "imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o="
+ },
+ "indent-string": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
+ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg=="
+ },
+ "inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
+ "requires": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
+ },
+ "ini": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
+ },
+ "internal-slot": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
+ "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
+ "requires": {
+ "get-intrinsic": "^1.1.0",
+ "has": "^1.0.3",
+ "side-channel": "^1.0.4"
+ }
+ },
+ "ip": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
+ "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo="
+ },
+ "ipaddr.js": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
+ "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng=="
+ },
+ "is-arguments": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
+ "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
+ },
+ "is-bigint": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
+ "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
+ "requires": {
+ "has-bigints": "^1.0.1"
+ }
+ },
+ "is-binary-path": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "requires": {
+ "binary-extensions": "^2.0.0"
+ }
+ },
+ "is-boolean-object": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
+ "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-callable": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz",
+ "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w=="
+ },
+ "is-core-module": {
+ "version": "2.8.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
+ "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
+ "requires": {
+ "has": "^1.0.3"
+ }
+ },
+ "is-date-object": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
+ "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-docker": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="
+ },
+ "is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
+ },
+ "is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
+ },
+ "is-generator-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
+ "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ=="
+ },
+ "is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "requires": {
+ "is-extglob": "^2.1.1"
+ }
+ },
+ "is-module": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
+ "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE="
+ },
+ "is-negative-zero": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
+ "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA=="
+ },
+ "is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
+ },
+ "is-number-object": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz",
+ "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==",
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-obj": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
+ "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
+ },
+ "is-path-cwd": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
+ "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ=="
+ },
+ "is-path-inside": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ=="
+ },
+ "is-plain-obj": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
+ "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA=="
+ },
+ "is-potential-custom-element-name": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
+ },
+ "is-regex": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
+ "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-regexp": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
+ "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk="
+ },
+ "is-root": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz",
+ "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg=="
+ },
+ "is-shared-array-buffer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz",
+ "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA=="
+ },
+ "is-stream": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="
+ },
+ "is-string": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
+ "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
+ "requires": {
+ "has-tostringtag": "^1.0.0"
+ }
+ },
+ "is-symbol": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
+ "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
+ "requires": {
+ "has-symbols": "^1.0.2"
+ }
+ },
+ "is-typedarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
+ },
+ "is-weakref": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
+ "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
+ "requires": {
+ "call-bind": "^1.0.2"
+ }
+ },
+ "is-wsl": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
+ "requires": {
+ "is-docker": "^2.0.0"
+ }
+ },
+ "isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
+ },
+ "isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
+ },
+ "istanbul-lib-coverage": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
+ "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw=="
+ },
+ "istanbul-lib-instrument": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz",
+ "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==",
+ "requires": {
+ "@babel/core": "^7.12.3",
+ "@babel/parser": "^7.14.7",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-coverage": "^3.2.0",
+ "semver": "^6.3.0"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ }
+ }
+ },
+ "istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
+ "requires": {
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^3.0.0",
+ "supports-color": "^7.1.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "istanbul-lib-source-maps": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
+ "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
+ "requires": {
+ "debug": "^4.1.1",
+ "istanbul-lib-coverage": "^3.0.0",
+ "source-map": "^0.6.1"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "istanbul-reports": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.3.tgz",
+ "integrity": "sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg==",
+ "requires": {
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ }
+ },
+ "jake": {
+ "version": "10.8.2",
+ "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.2.tgz",
+ "integrity": "sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==",
+ "requires": {
+ "async": "0.9.x",
+ "chalk": "^2.4.2",
+ "filelist": "^1.0.1",
+ "minimatch": "^3.0.4"
+ },
+ "dependencies": {
+ "async": {
+ "version": "0.9.2",
+ "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
+ "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0="
+ }
+ }
+ },
+ "jest": {
+ "version": "27.4.7",
+ "resolved": "https://registry.npmjs.org/jest/-/jest-27.4.7.tgz",
+ "integrity": "sha512-8heYvsx7nV/m8m24Vk26Y87g73Ba6ueUd0MWed/NXMhSZIm62U/llVbS0PJe1SHunbyXjJ/BqG1z9bFjGUIvTg==",
+ "requires": {
+ "@jest/core": "^27.4.7",
+ "import-local": "^3.0.2",
+ "jest-cli": "^27.4.7"
+ }
+ },
+ "jest-changed-files": {
+ "version": "27.4.2",
+ "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.4.2.tgz",
+ "integrity": "sha512-/9x8MjekuzUQoPjDHbBiXbNEBauhrPU2ct7m8TfCg69ywt1y/N+yYwGh3gCpnqUS3klYWDU/lSNgv+JhoD2k1A==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "execa": "^5.0.0",
+ "throat": "^6.0.1"
+ }
+ },
+ "jest-circus": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.4.6.tgz",
+ "integrity": "sha512-UA7AI5HZrW4wRM72Ro80uRR2Fg+7nR0GESbSI/2M+ambbzVuA63mn5T1p3Z/wlhntzGpIG1xx78GP2YIkf6PhQ==",
+ "requires": {
+ "@jest/environment": "^27.4.6",
+ "@jest/test-result": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "dedent": "^0.7.0",
+ "expect": "^27.4.6",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^27.4.6",
+ "jest-matcher-utils": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-runtime": "^27.4.6",
+ "jest-snapshot": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "pretty-format": "^27.4.6",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3",
+ "throat": "^6.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-cli": {
+ "version": "27.4.7",
+ "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.7.tgz",
+ "integrity": "sha512-zREYhvjjqe1KsGV15mdnxjThKNDgza1fhDT+iUsXWLCq3sxe9w5xnvyctcYVT5PcdLSjv7Y5dCwTS3FCF1tiuw==",
+ "requires": {
+ "@jest/core": "^27.4.7",
+ "@jest/test-result": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "chalk": "^4.0.0",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.4",
+ "import-local": "^3.0.2",
+ "jest-config": "^27.4.7",
+ "jest-util": "^27.4.2",
+ "jest-validate": "^27.4.6",
+ "prompts": "^2.0.1",
+ "yargs": "^16.2.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-config": {
+ "version": "27.4.7",
+ "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.7.tgz",
+ "integrity": "sha512-xz/o/KJJEedHMrIY9v2ParIoYSrSVY6IVeE4z5Z3i101GoA5XgfbJz+1C8EYPsv7u7f39dS8F9v46BHDhn0vlw==",
+ "requires": {
+ "@babel/core": "^7.8.0",
+ "@jest/test-sequencer": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "babel-jest": "^27.4.6",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "deepmerge": "^4.2.2",
+ "glob": "^7.1.1",
+ "graceful-fs": "^4.2.4",
+ "jest-circus": "^27.4.6",
+ "jest-environment-jsdom": "^27.4.6",
+ "jest-environment-node": "^27.4.6",
+ "jest-get-type": "^27.4.0",
+ "jest-jasmine2": "^27.4.6",
+ "jest-regex-util": "^27.4.0",
+ "jest-resolve": "^27.4.6",
+ "jest-runner": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "jest-validate": "^27.4.6",
+ "micromatch": "^4.0.4",
+ "pretty-format": "^27.4.6",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-diff": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.4.6.tgz",
+ "integrity": "sha512-zjaB0sh0Lb13VyPsd92V7HkqF6yKRH9vm33rwBt7rPYrpQvS1nCvlIy2pICbKta+ZjWngYLNn4cCK4nyZkjS/w==",
+ "requires": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^27.4.0",
+ "jest-get-type": "^27.4.0",
+ "pretty-format": "^27.4.6"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-docblock": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.4.0.tgz",
+ "integrity": "sha512-7TBazUdCKGV7svZ+gh7C8esAnweJoG+SvcF6Cjqj4l17zA2q1cMwx2JObSioubk317H+cjcHgP+7fTs60paulg==",
+ "requires": {
+ "detect-newline": "^3.0.0"
+ }
+ },
+ "jest-each": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.4.6.tgz",
+ "integrity": "sha512-n6QDq8y2Hsmn22tRkgAk+z6MCX7MeVlAzxmZDshfS2jLcaBlyhpF3tZSJLR+kXmh23GEvS0ojMR8i6ZeRvpQcA==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^27.4.0",
+ "jest-util": "^27.4.2",
+ "pretty-format": "^27.4.6"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-environment-jsdom": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.4.6.tgz",
+ "integrity": "sha512-o3dx5p/kHPbUlRvSNjypEcEtgs6LmvESMzgRFQE6c+Prwl2JLA4RZ7qAnxc5VM8kutsGRTB15jXeeSbJsKN9iA==",
+ "requires": {
+ "@jest/environment": "^27.4.6",
+ "@jest/fake-timers": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "jest-mock": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "jsdom": "^16.6.0"
+ }
+ },
+ "jest-environment-node": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.4.6.tgz",
+ "integrity": "sha512-yfHlZ9m+kzTKZV0hVfhVu6GuDxKAYeFHrfulmy7Jxwsq4V7+ZK7f+c0XP/tbVDMQW7E4neG2u147hFkuVz0MlQ==",
+ "requires": {
+ "@jest/environment": "^27.4.6",
+ "@jest/fake-timers": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "jest-mock": "^27.4.6",
+ "jest-util": "^27.4.2"
+ }
+ },
+ "jest-get-type": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.4.0.tgz",
+ "integrity": "sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ=="
+ },
+ "jest-haste-map": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.4.6.tgz",
+ "integrity": "sha512-0tNpgxg7BKurZeFkIOvGCkbmOHbLFf4LUQOxrQSMjvrQaQe3l6E8x6jYC1NuWkGo5WDdbr8FEzUxV2+LWNawKQ==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "@types/graceful-fs": "^4.1.2",
+ "@types/node": "*",
+ "anymatch": "^3.0.3",
+ "fb-watchman": "^2.0.0",
+ "fsevents": "^2.3.2",
+ "graceful-fs": "^4.2.4",
+ "jest-regex-util": "^27.4.0",
+ "jest-serializer": "^27.4.0",
+ "jest-util": "^27.4.2",
+ "jest-worker": "^27.4.6",
+ "micromatch": "^4.0.4",
+ "walker": "^1.0.7"
+ }
+ },
+ "jest-jasmine2": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.4.6.tgz",
+ "integrity": "sha512-uAGNXF644I/whzhsf7/qf74gqy9OuhvJ0XYp8SDecX2ooGeaPnmJMjXjKt0mqh1Rl5dtRGxJgNrHlBQIBfS5Nw==",
+ "requires": {
+ "@jest/environment": "^27.4.6",
+ "@jest/source-map": "^27.4.0",
+ "@jest/test-result": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "expect": "^27.4.6",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^27.4.6",
+ "jest-matcher-utils": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-runtime": "^27.4.6",
+ "jest-snapshot": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "pretty-format": "^27.4.6",
+ "throat": "^6.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-leak-detector": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.4.6.tgz",
+ "integrity": "sha512-kkaGixDf9R7CjHm2pOzfTxZTQQQ2gHTIWKY/JZSiYTc90bZp8kSZnUMS3uLAfwTZwc0tcMRoEX74e14LG1WapA==",
+ "requires": {
+ "jest-get-type": "^27.4.0",
+ "pretty-format": "^27.4.6"
+ }
+ },
+ "jest-matcher-utils": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.4.6.tgz",
+ "integrity": "sha512-XD4PKT3Wn1LQnRAq7ZsTI0VRuEc9OrCPFiO1XL7bftTGmfNF0DcEwMHRgqiu7NGf8ZoZDREpGrCniDkjt79WbA==",
+ "requires": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^27.4.6",
+ "jest-get-type": "^27.4.0",
+ "pretty-format": "^27.4.6"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-message-util": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.4.6.tgz",
+ "integrity": "sha512-0p5szriFU0U74czRSFjH6RyS7UYIAkn/ntwMuOwTGWrQIOh5NzXXrq72LOqIkJKKvFbPq+byZKuBz78fjBERBA==",
+ "requires": {
+ "@babel/code-frame": "^7.12.13",
+ "@jest/types": "^27.4.2",
+ "@types/stack-utils": "^2.0.0",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "micromatch": "^4.0.4",
+ "pretty-format": "^27.4.6",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-mock": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.4.6.tgz",
+ "integrity": "sha512-kvojdYRkst8iVSZ1EJ+vc1RRD9llueBjKzXzeCytH3dMM7zvPV/ULcfI2nr0v0VUgm3Bjt3hBCQvOeaBz+ZTHw==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "@types/node": "*"
+ }
+ },
+ "jest-pnp-resolver": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
+ "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
+ "requires": {}
+ },
+ "jest-regex-util": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.4.0.tgz",
+ "integrity": "sha512-WeCpMpNnqJYMQoOjm1nTtsgbR4XHAk1u00qDoNBQoykM280+/TmgA5Qh5giC1ecy6a5d4hbSsHzpBtu5yvlbEg=="
+ },
+ "jest-resolve": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.4.6.tgz",
+ "integrity": "sha512-SFfITVApqtirbITKFAO7jOVN45UgFzcRdQanOFzjnbd+CACDoyeX7206JyU92l4cRr73+Qy/TlW51+4vHGt+zw==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.4",
+ "jest-haste-map": "^27.4.6",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^27.4.2",
+ "jest-validate": "^27.4.6",
+ "resolve": "^1.20.0",
+ "resolve.exports": "^1.1.0",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-resolve-dependencies": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.4.6.tgz",
+ "integrity": "sha512-W85uJZcFXEVZ7+MZqIPCscdjuctruNGXUZ3OHSXOfXR9ITgbUKeHj+uGcies+0SsvI5GtUfTw4dY7u9qjTvQOw==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "jest-regex-util": "^27.4.0",
+ "jest-snapshot": "^27.4.6"
+ }
+ },
+ "jest-runner": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.4.6.tgz",
+ "integrity": "sha512-IDeFt2SG4DzqalYBZRgbbPmpwV3X0DcntjezPBERvnhwKGWTW7C5pbbA5lVkmvgteeNfdd/23gwqv3aiilpYPg==",
+ "requires": {
+ "@jest/console": "^27.4.6",
+ "@jest/environment": "^27.4.6",
+ "@jest/test-result": "^27.4.6",
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "emittery": "^0.8.1",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.4",
+ "jest-docblock": "^27.4.0",
+ "jest-environment-jsdom": "^27.4.6",
+ "jest-environment-node": "^27.4.6",
+ "jest-haste-map": "^27.4.6",
+ "jest-leak-detector": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-resolve": "^27.4.6",
+ "jest-runtime": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "jest-worker": "^27.4.6",
+ "source-map-support": "^0.5.6",
+ "throat": "^6.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-runtime": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.4.6.tgz",
+ "integrity": "sha512-eXYeoR/MbIpVDrjqy5d6cGCFOYBFFDeKaNWqTp0h6E74dK0zLHzASQXJpl5a2/40euBmKnprNLJ0Kh0LCndnWQ==",
+ "requires": {
+ "@jest/environment": "^27.4.6",
+ "@jest/fake-timers": "^27.4.6",
+ "@jest/globals": "^27.4.6",
+ "@jest/source-map": "^27.4.0",
+ "@jest/test-result": "^27.4.6",
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "chalk": "^4.0.0",
+ "cjs-module-lexer": "^1.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "execa": "^5.0.0",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.4",
+ "jest-haste-map": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-mock": "^27.4.6",
+ "jest-regex-util": "^27.4.0",
+ "jest-resolve": "^27.4.6",
+ "jest-snapshot": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "slash": "^3.0.0",
+ "strip-bom": "^4.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-serializer": {
+ "version": "27.4.0",
+ "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.4.0.tgz",
+ "integrity": "sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==",
+ "requires": {
+ "@types/node": "*",
+ "graceful-fs": "^4.2.4"
+ }
+ },
+ "jest-snapshot": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.4.6.tgz",
+ "integrity": "sha512-fafUCDLQfzuNP9IRcEqaFAMzEe7u5BF7mude51wyWv7VRex60WznZIC7DfKTgSIlJa8aFzYmXclmN328aqSDmQ==",
+ "requires": {
+ "@babel/core": "^7.7.2",
+ "@babel/generator": "^7.7.2",
+ "@babel/plugin-syntax-typescript": "^7.7.2",
+ "@babel/traverse": "^7.7.2",
+ "@babel/types": "^7.0.0",
+ "@jest/transform": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/babel__traverse": "^7.0.4",
+ "@types/prettier": "^2.1.5",
+ "babel-preset-current-node-syntax": "^1.0.0",
+ "chalk": "^4.0.0",
+ "expect": "^27.4.6",
+ "graceful-fs": "^4.2.4",
+ "jest-diff": "^27.4.6",
+ "jest-get-type": "^27.4.0",
+ "jest-haste-map": "^27.4.6",
+ "jest-matcher-utils": "^27.4.6",
+ "jest-message-util": "^27.4.6",
+ "jest-util": "^27.4.2",
+ "natural-compare": "^1.4.0",
+ "pretty-format": "^27.4.6",
+ "semver": "^7.3.2"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-util": {
+ "version": "27.4.2",
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.4.2.tgz",
+ "integrity": "sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "graceful-fs": "^4.2.4",
+ "picomatch": "^2.2.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-validate": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.4.6.tgz",
+ "integrity": "sha512-872mEmCPVlBqbA5dToC57vA3yJaMRfIdpCoD3cyHWJOMx+SJwLNw0I71EkWs41oza/Er9Zno9XuTkRYCPDUJXQ==",
+ "requires": {
+ "@jest/types": "^27.4.2",
+ "camelcase": "^6.2.0",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^27.4.0",
+ "leven": "^3.1.0",
+ "pretty-format": "^27.4.6"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-watch-typeahead": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.0.0.tgz",
+ "integrity": "sha512-jxoszalAb394WElmiJTFBMzie/RDCF+W7Q29n5LzOPtcoQoHWfdUtHFkbhgf5NwWe8uMOxvKb/g7ea7CshfkTw==",
+ "requires": {
+ "ansi-escapes": "^4.3.1",
+ "chalk": "^4.0.0",
+ "jest-regex-util": "^27.0.0",
+ "jest-watcher": "^27.0.0",
+ "slash": "^4.0.0",
+ "string-length": "^5.0.1",
+ "strip-ansi": "^7.0.1"
+ },
+ "dependencies": {
+ "ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
+ },
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "char-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.0.tgz",
+ "integrity": "sha512-oGu2QekBMXgyQNWPDRQ001bjvDnZe4/zBTz37TMbiKz1NbNiyiH5hRkobe7npRN6GfbGbxMYFck/vQ1r9c1VMA=="
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "slash": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
+ "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew=="
+ },
+ "string-length": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz",
+ "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==",
+ "requires": {
+ "char-regex": "^2.0.0",
+ "strip-ansi": "^7.0.1"
+ }
+ },
+ "strip-ansi": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
+ "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
+ "requires": {
+ "ansi-regex": "^6.0.1"
+ }
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-watcher": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.4.6.tgz",
+ "integrity": "sha512-yKQ20OMBiCDigbD0quhQKLkBO+ObGN79MO4nT7YaCuQ5SM+dkBNWE8cZX0FjU6czwMvWw6StWbe+Wv4jJPJ+fw==",
+ "requires": {
+ "@jest/test-result": "^27.4.6",
+ "@jest/types": "^27.4.2",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "jest-util": "^27.4.2",
+ "string-length": "^4.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-worker": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.6.tgz",
+ "integrity": "sha512-gHWJF/6Xi5CTG5QCvROr6GcmpIqNYpDJyc8A1h/DyXqH1tD6SnRCM0d3U5msV31D2LB/U+E0M+W4oyvKV44oNw==",
+ "requires": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
+ },
+ "js-yaml": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+ "requires": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ }
+ },
+ "jsdom": {
+ "version": "16.7.0",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
+ "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
+ "requires": {
+ "abab": "^2.0.5",
+ "acorn": "^8.2.4",
+ "acorn-globals": "^6.0.0",
+ "cssom": "^0.4.4",
+ "cssstyle": "^2.3.0",
+ "data-urls": "^2.0.0",
+ "decimal.js": "^10.2.1",
+ "domexception": "^2.0.1",
+ "escodegen": "^2.0.0",
+ "form-data": "^3.0.0",
+ "html-encoding-sniffer": "^2.0.1",
+ "http-proxy-agent": "^4.0.1",
+ "https-proxy-agent": "^5.0.0",
+ "is-potential-custom-element-name": "^1.0.1",
+ "nwsapi": "^2.2.0",
+ "parse5": "6.0.1",
+ "saxes": "^5.0.1",
+ "symbol-tree": "^3.2.4",
+ "tough-cookie": "^4.0.0",
+ "w3c-hr-time": "^1.0.2",
+ "w3c-xmlserializer": "^2.0.0",
+ "webidl-conversions": "^6.1.0",
+ "whatwg-encoding": "^1.0.5",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.5.0",
+ "ws": "^7.4.6",
+ "xml-name-validator": "^3.0.0"
+ }
+ },
+ "jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
+ },
+ "json-parse-better-errors": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
+ "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
+ },
+ "json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
+ },
+ "json-schema": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
+ "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
+ },
+ "json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
+ },
+ "json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
+ },
+ "json5": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
+ "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
+ "requires": {
+ "minimist": "^1.2.5"
+ }
+ },
+ "jsonfile": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
+ "requires": {
+ "graceful-fs": "^4.1.6",
+ "universalify": "^2.0.0"
+ }
+ },
+ "jsonpointer": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.0.tgz",
+ "integrity": "sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg=="
+ },
+ "jsx-ast-utils": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz",
+ "integrity": "sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==",
+ "requires": {
+ "array-includes": "^3.1.3",
+ "object.assign": "^4.1.2"
+ }
+ },
+ "kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
+ },
+ "kleur": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="
+ },
+ "klona": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz",
+ "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ=="
+ },
+ "language-subtag-registry": {
+ "version": "0.3.21",
+ "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz",
+ "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg=="
+ },
+ "language-tags": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
+ "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=",
+ "requires": {
+ "language-subtag-registry": "~0.3.2"
+ }
+ },
+ "leven": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
+ "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="
+ },
+ "levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "requires": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ }
+ },
+ "lilconfig": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz",
+ "integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA=="
+ },
+ "lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
+ },
+ "loader-runner": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz",
+ "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw=="
+ },
+ "loader-utils": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
+ "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
+ "requires": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ }
+ },
+ "locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "requires": {
+ "p-locate": "^5.0.0"
+ }
+ },
+ "lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
+ },
+ "lodash.debounce": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
+ "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
+ },
+ "lodash.memoize": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
+ "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4="
+ },
+ "lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
+ },
+ "lodash.sortby": {
+ "version": "4.7.0",
+ "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
+ "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg="
+ },
+ "lodash.uniq": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
+ "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M="
+ },
+ "loose-envify": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
+ "requires": {
+ "js-tokens": "^3.0.0 || ^4.0.0"
+ }
+ },
+ "lower-case": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
+ "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
+ "requires": {
+ "tslib": "^2.0.3"
+ }
+ },
+ "lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "requires": {
+ "yallist": "^4.0.0"
+ }
+ },
+ "lz-string": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
+ "integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY="
+ },
+ "magic-string": {
+ "version": "0.25.7",
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
+ "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
+ "requires": {
+ "sourcemap-codec": "^1.4.4"
+ }
+ },
+ "make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "requires": {
+ "semver": "^6.0.0"
+ },
+ "dependencies": {
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ }
+ }
+ },
+ "makeerror": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
+ "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
+ "requires": {
+ "tmpl": "1.0.5"
+ }
+ },
+ "mdn-data": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz",
+ "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA=="
+ },
+ "media-typer": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
+ "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
+ },
+ "memfs": {
+ "version": "3.4.1",
+ "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.1.tgz",
+ "integrity": "sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw==",
+ "requires": {
+ "fs-monkey": "1.0.3"
+ }
+ },
+ "merge-descriptors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+ "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
+ },
+ "merge-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
+ },
+ "merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
+ },
+ "methods": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
+ "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
+ },
+ "micromatch": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
+ "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
+ "requires": {
+ "braces": "^3.0.1",
+ "picomatch": "^2.2.3"
+ }
+ },
+ "mime": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
+ },
+ "mime-db": {
+ "version": "1.51.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz",
+ "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g=="
+ },
+ "mime-types": {
+ "version": "2.1.34",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz",
+ "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==",
+ "requires": {
+ "mime-db": "1.51.0"
+ }
+ },
+ "mimic-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
+ },
+ "min-indent": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
+ "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="
+ },
+ "mini-css-extract-plugin": {
+ "version": "2.4.6",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.6.tgz",
+ "integrity": "sha512-khHpc29bdsE9EQiGSLqQieLyMbGca+bkC42/BBL1gXC8yAS0nHpOTUCBYUK6En1FuRdfE9wKXhGtsab8vmsugg==",
+ "requires": {
+ "schema-utils": "^4.0.0"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "requires": {
+ "fast-deep-equal": "^3.1.3"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "schema-utils": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
+ "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.8.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.0.0"
+ }
+ }
+ }
+ },
+ "minimalistic-assert": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
+ },
+ "minimatch": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ },
+ "minimist": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
+ },
+ "mkdirp": {
+ "version": "0.5.5",
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
+ "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
+ "requires": {
+ "minimist": "^1.2.5"
+ }
+ },
+ "ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+ },
+ "multicast-dns": {
+ "version": "6.2.3",
+ "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz",
+ "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==",
+ "requires": {
+ "dns-packet": "^1.3.1",
+ "thunky": "^1.0.2"
+ }
+ },
+ "multicast-dns-service-types": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz",
+ "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE="
+ },
+ "nanoid": {
+ "version": "3.1.30",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz",
+ "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ=="
+ },
+ "natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
+ },
+ "negotiator": {
+ "version": "0.6.2",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
+ "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw=="
+ },
+ "neo-async": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
+ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
+ },
+ "no-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
+ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
+ "requires": {
+ "lower-case": "^2.0.2",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node-forge": {
+ "version": "0.10.0",
+ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
+ "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA=="
+ },
+ "node-int64": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
+ "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs="
+ },
+ "node-releases": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
+ "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA=="
+ },
+ "normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
+ },
+ "normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI="
+ },
+ "normalize-url": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
+ "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A=="
+ },
+ "npm-run-path": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
+ "requires": {
+ "path-key": "^3.0.0"
+ }
+ },
+ "nth-check": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
+ "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
+ "requires": {
+ "boolbase": "^1.0.0"
+ }
+ },
+ "nwsapi": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
+ "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ=="
+ },
+ "object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
+ },
+ "object-hash": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
+ "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw=="
+ },
+ "object-inspect": {
+ "version": "1.12.0",
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
+ "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g=="
+ },
+ "object-is": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
+ "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ }
+ },
+ "object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
+ },
+ "object.assign": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
+ "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
+ "requires": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "has-symbols": "^1.0.1",
+ "object-keys": "^1.1.1"
+ }
+ },
+ "object.entries": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz",
+ "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1"
+ }
+ },
+ "object.fromentries": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz",
+ "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1"
+ }
+ },
+ "object.getownpropertydescriptors": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz",
+ "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1"
+ }
+ },
+ "object.hasown": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz",
+ "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==",
+ "requires": {
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1"
+ }
+ },
+ "object.values": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz",
+ "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1"
+ }
+ },
+ "obuf": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
+ "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg=="
+ },
+ "on-finished": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
+ "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
+ "requires": {
+ "ee-first": "1.1.1"
+ }
+ },
+ "on-headers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA=="
+ },
+ "once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
+ "requires": {
+ "wrappy": "1"
+ }
+ },
+ "onetime": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
+ "requires": {
+ "mimic-fn": "^2.1.0"
+ }
+ },
+ "open": {
+ "version": "8.4.0",
+ "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz",
+ "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==",
+ "requires": {
+ "define-lazy-prop": "^2.0.0",
+ "is-docker": "^2.1.1",
+ "is-wsl": "^2.2.0"
+ }
+ },
+ "optionator": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
+ "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
+ "requires": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.3"
+ }
+ },
+ "p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "requires": {
+ "yocto-queue": "^0.1.0"
+ }
+ },
+ "p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "requires": {
+ "p-limit": "^3.0.2"
+ }
+ },
+ "p-map": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
+ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
+ "requires": {
+ "aggregate-error": "^3.0.0"
+ }
+ },
+ "p-retry": {
+ "version": "4.6.1",
+ "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.1.tgz",
+ "integrity": "sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==",
+ "requires": {
+ "@types/retry": "^0.12.0",
+ "retry": "^0.13.1"
+ }
+ },
+ "p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
+ },
+ "param-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
+ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
+ "requires": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "requires": {
+ "callsites": "^3.0.0"
+ }
+ },
+ "parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "requires": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ }
+ },
+ "parse5": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
+ "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
+ },
+ "parseurl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
+ },
+ "pascal-case": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
+ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
+ "requires": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
+ },
+ "path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
+ },
+ "path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
+ },
+ "path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
+ },
+ "path-to-regexp": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
+ "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
+ },
+ "path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
+ },
+ "performance-now": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
+ "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
+ },
+ "picocolors": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
+ },
+ "picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
+ },
+ "pirates": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.4.tgz",
+ "integrity": "sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw=="
+ },
+ "pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "requires": {
+ "find-up": "^4.0.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "requires": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "requires": {
+ "p-locate": "^4.1.0"
+ }
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "requires": {
+ "p-limit": "^2.2.0"
+ }
+ }
+ }
+ },
+ "pkg-up": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
+ "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
+ "requires": {
+ "find-up": "^3.0.0"
+ },
+ "dependencies": {
+ "find-up": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
+ "requires": {
+ "locate-path": "^3.0.0"
+ }
+ },
+ "locate-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
+ "requires": {
+ "p-locate": "^3.0.0",
+ "path-exists": "^3.0.0"
+ }
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
+ "requires": {
+ "p-limit": "^2.0.0"
+ }
+ },
+ "path-exists": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
+ }
+ }
+ },
+ "portfinder": {
+ "version": "1.0.28",
+ "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz",
+ "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==",
+ "requires": {
+ "async": "^2.6.2",
+ "debug": "^3.1.1",
+ "mkdirp": "^0.5.5"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "requires": {
+ "ms": "^2.1.1"
+ }
+ }
+ }
+ },
+ "postcss": {
+ "version": "8.4.5",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz",
+ "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==",
+ "requires": {
+ "nanoid": "^3.1.30",
+ "picocolors": "^1.0.0",
+ "source-map-js": "^1.0.1"
+ }
+ },
+ "postcss-attribute-case-insensitive": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz",
+ "integrity": "sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.2"
+ }
+ },
+ "postcss-browser-comments": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz",
+ "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==",
+ "requires": {}
+ },
+ "postcss-calc": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.1.0.tgz",
+ "integrity": "sha512-XaJ+DArhRtRAzI+IqjRNTM0i4NFKkMK5StepwynfrF27UfO6/oMaELSVDE4f9ndLHyaO4aDKUwfQKVmje/BzCg==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.0.2"
+ }
+ },
+ "postcss-color-functional-notation": {
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.1.tgz",
+ "integrity": "sha512-62OBIXCjRXpQZcFOYIXwXBlpAVWrYk8ek1rcjvMING4Q2cf0ipyN9qT+BhHA6HmftGSEnFQu2qgKO3gMscl3Rw==",
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-color-hex-alpha": {
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.2.tgz",
+ "integrity": "sha512-gyx8RgqSmGVK156NAdKcsfkY3KPGHhKqvHTL3hhveFrBBToguKFzhyiuk3cljH6L4fJ0Kv+JENuPXs1Wij27Zw==",
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-color-rebeccapurple": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.0.2.tgz",
+ "integrity": "sha512-SFc3MaocHaQ6k3oZaFwH8io6MdypkUtEy/eXzXEB1vEQlO3S3oDc/FSZA8AsS04Z25RirQhlDlHLh3dn7XewWw==",
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-colormin": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.2.2.tgz",
+ "integrity": "sha512-tSEe3NpqWARUTidDlF0LntPkdlhXqfDFuA1yslqpvvGAfpZ7oBaw+/QXd935NKm2U9p4PED0HDZlzmMk7fVC6g==",
+ "requires": {
+ "browserslist": "^4.16.6",
+ "caniuse-api": "^3.0.0",
+ "colord": "^2.9.1",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-convert-values": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.2.tgz",
+ "integrity": "sha512-KQ04E2yadmfa1LqXm7UIDwW1ftxU/QWZmz6NKnHnUvJ3LEYbbcX6i329f/ig+WnEByHegulocXrECaZGLpL8Zg==",
+ "requires": {
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-custom-media": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz",
+ "integrity": "sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g==",
+ "requires": {}
+ },
+ "postcss-custom-properties": {
+ "version": "12.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.0.2.tgz",
+ "integrity": "sha512-dpeF9PFr9gGmVxjYNBC35jvBwkga7jIfKLUVUsdiCaZWwiugS6c+hsf8x+NJ0OcvjXVTluqm50jLw7qRzP54vQ==",
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-custom-selectors": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.0.tgz",
+ "integrity": "sha512-/1iyBhz/W8jUepjGyu7V1OPcGbc636snN1yXEQCinb6Bwt7KxsiU7/bLQlp8GwAXzCh7cobBU5odNn/2zQWR8Q==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.4"
+ }
+ },
+ "postcss-dir-pseudo-class": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.2.tgz",
+ "integrity": "sha512-0X8kO0ICu+iuaQlXy8K9PBK1dpGpaMTqJ5P9BhEz/I9bMj0jD2/NeMpfYOeMnxhqgUfSjdZYXVWzucVtW3xvtg==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.8"
+ }
+ },
+ "postcss-discard-comments": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.0.1.tgz",
+ "integrity": "sha512-lgZBPTDvWrbAYY1v5GYEv8fEO/WhKOu/hmZqmCYfrpD6eyDWWzAOsl2rF29lpvziKO02Gc5GJQtlpkTmakwOWg==",
+ "requires": {}
+ },
+ "postcss-discard-duplicates": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.1.tgz",
+ "integrity": "sha512-svx747PWHKOGpAXXQkCc4k/DsWo+6bc5LsVrAsw+OU+Ibi7klFZCyX54gjYzX4TH+f2uzXjRviLARxkMurA2bA==",
+ "requires": {}
+ },
+ "postcss-discard-empty": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.0.1.tgz",
+ "integrity": "sha512-vfU8CxAQ6YpMxV2SvMcMIyF2LX1ZzWpy0lqHDsOdaKKLQVQGVP1pzhrI9JlsO65s66uQTfkQBKBD/A5gp9STFw==",
+ "requires": {}
+ },
+ "postcss-discard-overridden": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.0.1.tgz",
+ "integrity": "sha512-Y28H7y93L2BpJhrdUR2SR2fnSsT+3TVx1NmVQLbcnZWwIUpJ7mfcTC6Za9M2PG6w8j7UQRfzxqn8jU2VwFxo3Q==",
+ "requires": {}
+ },
+ "postcss-double-position-gradients": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.0.4.tgz",
+ "integrity": "sha512-qz+s5vhKJlsHw8HjSs+HVk2QGFdRyC68KGRQGX3i+GcnUjhWhXQEmCXW6siOJkZ1giu0ddPwSO6I6JdVVVPoog==",
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-env-function": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.4.tgz",
+ "integrity": "sha512-0ltahRTPtXSIlEZFv7zIvdEib7HN0ZbUQxrxIKn8KbiRyhALo854I/CggU5lyZe6ZBvSTJ6Al2vkZecI2OhneQ==",
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-flexbugs-fixes": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz",
+ "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==",
+ "requires": {}
+ },
+ "postcss-focus-visible": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.3.tgz",
+ "integrity": "sha512-ozOsg+L1U8S+rxSHnJJiET6dNLyADcPHhEarhhtCI9DBLGOPG/2i4ddVoFch9LzrBgb8uDaaRI4nuid2OM82ZA==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.8"
+ }
+ },
+ "postcss-focus-within": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.3.tgz",
+ "integrity": "sha512-fk9y2uFS6/Kpp7/A9Hz9Z4rlFQ8+tzgBcQCXAFSrXFGAbKx+4ZZOmmfHuYjCOMegPWoz0pnC6fNzi8j7Xyqp5Q==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.8"
+ }
+ },
+ "postcss-font-variant": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
+ "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
+ "requires": {}
+ },
+ "postcss-gap-properties": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.2.tgz",
+ "integrity": "sha512-EaMy/pbxtQnKDsnbEjdqlkCkROTQZzolcLKgIE+3b7EuJfJydH55cZeHfm+MtIezXRqhR80VKgaztO/vHq94Fw==",
+ "requires": {}
+ },
+ "postcss-image-set-function": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.4.tgz",
+ "integrity": "sha512-BlEo9gSTj66lXjRNByvkMK9dEdEGFXRfGjKRi9fo8s0/P3oEk74cAoonl/utiM50E2OPVb/XSu+lWvdW4KtE/Q==",
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-initial": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz",
+ "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==",
+ "requires": {}
+ },
+ "postcss-js": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
+ "integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==",
+ "requires": {
+ "camelcase-css": "^2.0.1"
+ }
+ },
+ "postcss-lab-function": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.0.3.tgz",
+ "integrity": "sha512-MH4tymWmefdZQ7uVG/4icfLjAQmH6o2NRYyVh2mKoB4RXJp9PjsyhZwhH4ouaCQHvg+qJVj3RzeAR1EQpIlXZA==",
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-load-config": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.1.tgz",
+ "integrity": "sha512-c/9XYboIbSEUZpiD1UQD0IKiUe8n9WHYV7YFe7X7J+ZwCsEKkUJSFWjS9hBU1RR9THR7jMXst8sxiqP0jjo2mg==",
+ "requires": {
+ "lilconfig": "^2.0.4",
+ "yaml": "^1.10.2"
+ }
+ },
+ "postcss-loader": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
+ "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
+ "requires": {
+ "cosmiconfig": "^7.0.0",
+ "klona": "^2.0.5",
+ "semver": "^7.3.5"
+ }
+ },
+ "postcss-logical": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.2.tgz",
+ "integrity": "sha512-gmhdJ5ZWYAqAI06kzhpKC3E4UddBc1dlQKi3HHYbVHTvgr8CQJW9O+SLdihrEYZ8LsqVqFe0av8RC8HcFF8ghQ==",
+ "requires": {}
+ },
+ "postcss-media-minmax": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz",
+ "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==",
+ "requires": {}
+ },
+ "postcss-merge-longhand": {
+ "version": "5.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.4.tgz",
+ "integrity": "sha512-2lZrOVD+d81aoYkZDpWu6+3dTAAGkCKbV5DoRhnIR7KOULVrI/R7bcMjhrH9KTRy6iiHKqmtG+n/MMj1WmqHFw==",
+ "requires": {
+ "postcss-value-parser": "^4.1.0",
+ "stylehacks": "^5.0.1"
+ }
+ },
+ "postcss-merge-rules": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.0.3.tgz",
+ "integrity": "sha512-cEKTMEbWazVa5NXd8deLdCnXl+6cYG7m2am+1HzqH0EnTdy8fRysatkaXb2dEnR+fdaDxTvuZ5zoBdv6efF6hg==",
+ "requires": {
+ "browserslist": "^4.16.6",
+ "caniuse-api": "^3.0.0",
+ "cssnano-utils": "^2.0.1",
+ "postcss-selector-parser": "^6.0.5"
+ }
+ },
+ "postcss-minify-font-values": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.0.1.tgz",
+ "integrity": "sha512-7JS4qIsnqaxk+FXY1E8dHBDmraYFWmuL6cgt0T1SWGRO5bzJf8sUoelwa4P88LEWJZweHevAiDKxHlofuvtIoA==",
+ "requires": {
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-minify-gradients": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.0.3.tgz",
+ "integrity": "sha512-Z91Ol22nB6XJW+5oe31+YxRsYooxOdFKcbOqY/V8Fxse1Y3vqlNRpi1cxCqoACZTQEhl+xvt4hsbWiV5R+XI9Q==",
+ "requires": {
+ "colord": "^2.9.1",
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-minify-params": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.0.2.tgz",
+ "integrity": "sha512-qJAPuBzxO1yhLad7h2Dzk/F7n1vPyfHfCCh5grjGfjhi1ttCnq4ZXGIW77GSrEbh9Hus9Lc/e/+tB4vh3/GpDg==",
+ "requires": {
+ "alphanum-sort": "^1.0.2",
+ "browserslist": "^4.16.6",
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-minify-selectors": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.1.0.tgz",
+ "integrity": "sha512-NzGBXDa7aPsAcijXZeagnJBKBPMYLaJJzB8CQh6ncvyl2sIndLVWfbcDi0SBjRWk5VqEjXvf8tYwzoKf4Z07og==",
+ "requires": {
+ "alphanum-sort": "^1.0.2",
+ "postcss-selector-parser": "^6.0.5"
+ }
+ },
+ "postcss-modules-extract-imports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
+ "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
+ "requires": {}
+ },
+ "postcss-modules-local-by-default": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz",
+ "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==",
+ "requires": {
+ "icss-utils": "^5.0.0",
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-modules-scope": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
+ "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.4"
+ }
+ },
+ "postcss-modules-values": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
+ "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
+ "requires": {
+ "icss-utils": "^5.0.0"
+ }
+ },
+ "postcss-nested": {
+ "version": "5.0.6",
+ "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz",
+ "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.6"
+ }
+ },
+ "postcss-nesting": {
+ "version": "10.1.1",
+ "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.1.tgz",
+ "integrity": "sha512-Hs1pziyg47PBphISBWsCuSDeyNrk8xItFvT2r8F4L35Mcq0uQmz1yt+o/oq6oYkVAUlXadRXf4qH97wLKKznbA==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.8"
+ }
+ },
+ "postcss-normalize": {
+ "version": "10.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz",
+ "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==",
+ "requires": {
+ "@csstools/normalize.css": "*",
+ "postcss-browser-comments": "^4",
+ "sanitize.css": "*"
+ }
+ },
+ "postcss-normalize-charset": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.1.tgz",
+ "integrity": "sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==",
+ "requires": {}
+ },
+ "postcss-normalize-display-values": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.1.tgz",
+ "integrity": "sha512-uupdvWk88kLDXi5HEyI9IaAJTE3/Djbcrqq8YgjvAVuzgVuqIk3SuJWUisT2gaJbZm1H9g5k2w1xXilM3x8DjQ==",
+ "requires": {
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-normalize-positions": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.0.1.tgz",
+ "integrity": "sha512-rvzWAJai5xej9yWqlCb1OWLd9JjW2Ex2BCPzUJrbaXmtKtgfL8dBMOOMTX6TnvQMtjk3ei1Lswcs78qKO1Skrg==",
+ "requires": {
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-normalize-repeat-style": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.1.tgz",
+ "integrity": "sha512-syZ2itq0HTQjj4QtXZOeefomckiV5TaUO6ReIEabCh3wgDs4Mr01pkif0MeVwKyU/LHEkPJnpwFKRxqWA/7O3w==",
+ "requires": {
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-normalize-string": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.0.1.tgz",
+ "integrity": "sha512-Ic8GaQ3jPMVl1OEn2U//2pm93AXUcF3wz+OriskdZ1AOuYV25OdgS7w9Xu2LO5cGyhHCgn8dMXh9bO7vi3i9pA==",
+ "requires": {
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-normalize-timing-functions": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.1.tgz",
+ "integrity": "sha512-cPcBdVN5OsWCNEo5hiXfLUnXfTGtSFiBU9SK8k7ii8UD7OLuznzgNRYkLZow11BkQiiqMcgPyh4ZqXEEUrtQ1Q==",
+ "requires": {
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-normalize-unicode": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.1.tgz",
+ "integrity": "sha512-kAtYD6V3pK0beqrU90gpCQB7g6AOfP/2KIPCVBKJM2EheVsBQmx/Iof+9zR9NFKLAx4Pr9mDhogB27pmn354nA==",
+ "requires": {
+ "browserslist": "^4.16.0",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-normalize-url": {
+ "version": "5.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.4.tgz",
+ "integrity": "sha512-cNj3RzK2pgQQyNp7dzq0dqpUpQ/wYtdDZM3DepPmFjCmYIfceuD9VIAcOdvrNetjIU65g1B4uwdP/Krf6AFdXg==",
+ "requires": {
+ "normalize-url": "^6.0.1",
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-normalize-whitespace": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.1.tgz",
+ "integrity": "sha512-iPklmI5SBnRvwceb/XH568yyzK0qRVuAG+a1HFUsFRf11lEJTiQQa03a4RSCQvLKdcpX7XsI1Gen9LuLoqwiqA==",
+ "requires": {
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-ordered-values": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.0.2.tgz",
+ "integrity": "sha512-8AFYDSOYWebJYLyJi3fyjl6CqMEG/UVworjiyK1r573I56kb3e879sCJLGvR3merj+fAdPpVplXKQZv+ey6CgQ==",
+ "requires": {
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-overflow-shorthand": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.2.tgz",
+ "integrity": "sha512-odBMVt6PTX7jOE9UNvmnLrFzA9pXS44Jd5shFGGtSHY80QCuJF+14McSy0iavZggRZ9Oj//C9vOKQmexvyEJMg==",
+ "requires": {}
+ },
+ "postcss-page-break": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
+ "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
+ "requires": {}
+ },
+ "postcss-place": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.3.tgz",
+ "integrity": "sha512-tDQ3m+GYoOar+KoQgj+pwPAvGHAp/Sby6vrFiyrELrMKQJ4AejL0NcS0mm296OKKYA2SRg9ism/hlT/OLhBrdQ==",
+ "requires": {
+ "postcss-value-parser": "^4.2.0"
+ }
+ },
+ "postcss-preset-env": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.2.0.tgz",
+ "integrity": "sha512-OO8RDLrx3iPnXx8YlGgWJHwLel/NQfgJFx4dONfM2dpFJfmIKrAHhpWCtqHIaIPPPEVkGKIhzPZlT3m+xT0GKA==",
+ "requires": {
+ "autoprefixer": "^10.4.1",
+ "browserslist": "^4.19.1",
+ "caniuse-lite": "^1.0.30001295",
+ "css-blank-pseudo": "^3.0.1",
+ "css-has-pseudo": "^3.0.2",
+ "css-prefers-color-scheme": "^6.0.2",
+ "cssdb": "^5.0.0",
+ "postcss-attribute-case-insensitive": "^5.0.0",
+ "postcss-color-functional-notation": "^4.2.1",
+ "postcss-color-hex-alpha": "^8.0.2",
+ "postcss-color-rebeccapurple": "^7.0.1",
+ "postcss-custom-media": "^8.0.0",
+ "postcss-custom-properties": "^12.0.2",
+ "postcss-custom-selectors": "^6.0.0",
+ "postcss-dir-pseudo-class": "^6.0.2",
+ "postcss-double-position-gradients": "^3.0.4",
+ "postcss-env-function": "^4.0.4",
+ "postcss-focus-visible": "^6.0.3",
+ "postcss-focus-within": "^5.0.3",
+ "postcss-font-variant": "^5.0.0",
+ "postcss-gap-properties": "^3.0.2",
+ "postcss-image-set-function": "^4.0.4",
+ "postcss-initial": "^4.0.1",
+ "postcss-lab-function": "^4.0.3",
+ "postcss-logical": "^5.0.2",
+ "postcss-media-minmax": "^5.0.0",
+ "postcss-nesting": "^10.1.1",
+ "postcss-overflow-shorthand": "^3.0.2",
+ "postcss-page-break": "^3.0.4",
+ "postcss-place": "^7.0.3",
+ "postcss-pseudo-class-any-link": "^7.0.2",
+ "postcss-replace-overflow-wrap": "^4.0.0",
+ "postcss-selector-not": "^5.0.0"
+ }
+ },
+ "postcss-pseudo-class-any-link": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.0.2.tgz",
+ "integrity": "sha512-CG35J1COUH7OOBgpw5O+0koOLUd5N4vUGKUqSAuIe4GiuLHWU96Pqp+UPC8QITTd12zYAFx76pV7qWT/0Aj/TA==",
+ "requires": {
+ "postcss-selector-parser": "^6.0.8"
+ }
+ },
+ "postcss-reduce-initial": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.2.tgz",
+ "integrity": "sha512-v/kbAAQ+S1V5v9TJvbGkV98V2ERPdU6XvMcKMjqAlYiJ2NtsHGlKYLPjWWcXlaTKNxooId7BGxeraK8qXvzKtw==",
+ "requires": {
+ "browserslist": "^4.16.6",
+ "caniuse-api": "^3.0.0"
+ }
+ },
+ "postcss-reduce-transforms": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.1.tgz",
+ "integrity": "sha512-a//FjoPeFkRuAguPscTVmRQUODP+f3ke2HqFNgGPwdYnpeC29RZdCBvGRGTsKpMURb/I3p6jdKoBQ2zI+9Q7kA==",
+ "requires": {
+ "cssnano-utils": "^2.0.1",
+ "postcss-value-parser": "^4.1.0"
+ }
+ },
+ "postcss-replace-overflow-wrap": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
+ "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
+ "requires": {}
+ },
+ "postcss-selector-not": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz",
+ "integrity": "sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==",
+ "requires": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "postcss-selector-parser": {
+ "version": "6.0.8",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.8.tgz",
+ "integrity": "sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==",
+ "requires": {
+ "cssesc": "^3.0.0",
+ "util-deprecate": "^1.0.2"
+ }
+ },
+ "postcss-svgo": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.0.3.tgz",
+ "integrity": "sha512-41XZUA1wNDAZrQ3XgWREL/M2zSw8LJPvb5ZWivljBsUQAGoEKMYm6okHsTjJxKYI4M75RQEH4KYlEM52VwdXVA==",
+ "requires": {
+ "postcss-value-parser": "^4.1.0",
+ "svgo": "^2.7.0"
+ },
+ "dependencies": {
+ "commander": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
+ },
+ "css-tree": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
+ "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
+ "requires": {
+ "mdn-data": "2.0.14",
+ "source-map": "^0.6.1"
+ }
+ },
+ "mdn-data": {
+ "version": "2.0.14",
+ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
+ "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ },
+ "svgo": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz",
+ "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
+ "requires": {
+ "@trysound/sax": "0.2.0",
+ "commander": "^7.2.0",
+ "css-select": "^4.1.3",
+ "css-tree": "^1.1.3",
+ "csso": "^4.2.0",
+ "picocolors": "^1.0.0",
+ "stable": "^0.1.8"
+ }
+ }
+ }
+ },
+ "postcss-unique-selectors": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.0.2.tgz",
+ "integrity": "sha512-w3zBVlrtZm7loQWRPVC0yjUwwpty7OM6DnEHkxcSQXO1bMS3RJ+JUS5LFMSDZHJcvGsRwhZinCWVqn8Kej4EDA==",
+ "requires": {
+ "alphanum-sort": "^1.0.2",
+ "postcss-selector-parser": "^6.0.5"
+ }
+ },
+ "postcss-value-parser": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
+ },
+ "prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
+ },
+ "prettier": {
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz",
+ "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==",
+ "dev": true
+ },
+ "pretty-bytes": {
+ "version": "5.6.0",
+ "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
+ "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg=="
+ },
+ "pretty-error": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
+ "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
+ "requires": {
+ "lodash": "^4.17.20",
+ "renderkid": "^3.0.0"
+ }
+ },
+ "pretty-format": {
+ "version": "27.4.6",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.4.6.tgz",
+ "integrity": "sha512-NblstegA1y/RJW2VyML+3LlpFjzx62cUrtBIKIWDXEDkjNeleA7Od7nrzcs/VLQvAeV4CgSYhrN39DRN88Qi/g==",
+ "requires": {
+ "ansi-regex": "^5.0.1",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^17.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
+ }
+ }
+ },
+ "process-nextick-args": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
+ },
+ "progress": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
+ },
+ "promise": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
+ "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==",
+ "requires": {
+ "asap": "~2.0.6"
+ }
+ },
+ "prompts": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
+ "requires": {
+ "kleur": "^3.0.3",
+ "sisteransi": "^1.0.5"
+ }
+ },
+ "prop-types": {
+ "version": "15.8.1",
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
+ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
+ "requires": {
+ "loose-envify": "^1.4.0",
+ "object-assign": "^4.1.1",
+ "react-is": "^16.13.1"
+ },
+ "dependencies": {
+ "react-is": {
+ "version": "16.13.1",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
+ }
+ }
+ },
+ "proxy-addr": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
+ "requires": {
+ "forwarded": "0.2.0",
+ "ipaddr.js": "1.9.1"
+ },
+ "dependencies": {
+ "ipaddr.js": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
+ }
+ }
+ },
+ "psl": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
+ "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ=="
+ },
+ "punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
+ },
+ "q": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
+ "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
+ },
+ "qs": {
+ "version": "6.9.6",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz",
+ "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ=="
+ },
+ "queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="
+ },
+ "quick-lru": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
+ "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA=="
+ },
+ "raf": {
+ "version": "3.4.1",
+ "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
+ "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
+ "requires": {
+ "performance-now": "^2.1.0"
+ }
+ },
+ "randombytes": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
+ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
+ "requires": {
+ "safe-buffer": "^5.1.0"
+ }
+ },
+ "range-parser": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg=="
+ },
+ "raw-body": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz",
+ "integrity": "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==",
+ "requires": {
+ "bytes": "3.1.1",
+ "http-errors": "1.8.1",
+ "iconv-lite": "0.4.24",
+ "unpipe": "1.0.0"
+ },
+ "dependencies": {
+ "bytes": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz",
+ "integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg=="
+ },
+ "iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "requires": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ }
+ }
+ }
+ },
+ "react": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
+ "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
+ "requires": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1"
+ }
+ },
+ "react-app-polyfill": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz",
+ "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==",
+ "requires": {
+ "core-js": "^3.19.2",
+ "object-assign": "^4.1.1",
+ "promise": "^8.1.0",
+ "raf": "^3.4.1",
+ "regenerator-runtime": "^0.13.9",
+ "whatwg-fetch": "^3.6.2"
+ }
+ },
+ "react-dev-utils": {
+ "version": "12.0.0",
+ "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.0.tgz",
+ "integrity": "sha512-xBQkitdxozPxt1YZ9O1097EJiVpwHr9FoAuEVURCKV0Av8NBERovJauzP7bo1ThvuhZ4shsQ1AJiu4vQpoT1AQ==",
+ "requires": {
+ "@babel/code-frame": "^7.16.0",
+ "address": "^1.1.2",
+ "browserslist": "^4.18.1",
+ "chalk": "^4.1.2",
+ "cross-spawn": "^7.0.3",
+ "detect-port-alt": "^1.1.6",
+ "escape-string-regexp": "^4.0.0",
+ "filesize": "^8.0.6",
+ "find-up": "^5.0.0",
+ "fork-ts-checker-webpack-plugin": "^6.5.0",
+ "global-modules": "^2.0.0",
+ "globby": "^11.0.4",
+ "gzip-size": "^6.0.0",
+ "immer": "^9.0.7",
+ "is-root": "^2.1.0",
+ "loader-utils": "^3.2.0",
+ "open": "^8.4.0",
+ "pkg-up": "^3.1.0",
+ "prompts": "^2.4.2",
+ "react-error-overlay": "^6.0.10",
+ "recursive-readdir": "^2.2.2",
+ "shell-quote": "^1.7.3",
+ "strip-ansi": "^6.0.1",
+ "text-table": "^0.2.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "loader-utils": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz",
+ "integrity": "sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "react-dom": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz",
+ "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==",
+ "requires": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1",
+ "scheduler": "^0.20.2"
+ }
+ },
+ "react-error-overlay": {
+ "version": "6.0.10",
+ "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.10.tgz",
+ "integrity": "sha512-mKR90fX7Pm5seCOfz8q9F+66VCc1PGsWSBxKbITjfKVQHMNF2zudxHnMdJiB1fRCb+XsbQV9sO9DCkgsMQgBIA=="
+ },
+ "react-is": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
+ },
+ "react-refresh": {
+ "version": "0.11.0",
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
+ "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A=="
+ },
+ "react-scripts": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.0.tgz",
+ "integrity": "sha512-3i0L2CyIlROz7mxETEdfif6Sfhh9Lfpzi10CtcGs1emDQStmZfWjJbAIMtRD0opVUjQuFWqHZyRZ9PPzKCFxWg==",
+ "requires": {
+ "@babel/core": "^7.16.0",
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
+ "@svgr/webpack": "^5.5.0",
+ "babel-jest": "^27.4.2",
+ "babel-loader": "^8.2.3",
+ "babel-plugin-named-asset-import": "^0.3.8",
+ "babel-preset-react-app": "^10.0.1",
+ "bfj": "^7.0.2",
+ "browserslist": "^4.18.1",
+ "camelcase": "^6.2.1",
+ "case-sensitive-paths-webpack-plugin": "^2.4.0",
+ "css-loader": "^6.5.1",
+ "css-minimizer-webpack-plugin": "^3.2.0",
+ "dotenv": "^10.0.0",
+ "dotenv-expand": "^5.1.0",
+ "eslint": "^8.3.0",
+ "eslint-config-react-app": "^7.0.0",
+ "eslint-webpack-plugin": "^3.1.1",
+ "file-loader": "^6.2.0",
+ "fs-extra": "^10.0.0",
+ "fsevents": "^2.3.2",
+ "html-webpack-plugin": "^5.5.0",
+ "identity-obj-proxy": "^3.0.0",
+ "jest": "^27.4.3",
+ "jest-resolve": "^27.4.2",
+ "jest-watch-typeahead": "^1.0.0",
+ "mini-css-extract-plugin": "^2.4.5",
+ "postcss": "^8.4.4",
+ "postcss-flexbugs-fixes": "^5.0.2",
+ "postcss-loader": "^6.2.1",
+ "postcss-normalize": "^10.0.1",
+ "postcss-preset-env": "^7.0.1",
+ "prompts": "^2.4.2",
+ "react-app-polyfill": "^3.0.0",
+ "react-dev-utils": "^12.0.0",
+ "react-refresh": "^0.11.0",
+ "resolve": "^1.20.0",
+ "resolve-url-loader": "^4.0.0",
+ "sass-loader": "^12.3.0",
+ "semver": "^7.3.5",
+ "source-map-loader": "^3.0.0",
+ "style-loader": "^3.3.1",
+ "tailwindcss": "^3.0.2",
+ "terser-webpack-plugin": "^5.2.5",
+ "webpack": "^5.64.4",
+ "webpack-dev-server": "^4.6.0",
+ "webpack-manifest-plugin": "^4.0.2",
+ "workbox-webpack-plugin": "^6.4.1"
+ }
+ },
+ "readable-stream": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz",
+ "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==",
+ "requires": {
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
+ }
+ },
+ "readdirp": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+ "requires": {
+ "picomatch": "^2.2.1"
+ }
+ },
+ "recursive-readdir": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz",
+ "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==",
+ "requires": {
+ "minimatch": "3.0.4"
+ }
+ },
+ "redent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz",
+ "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==",
+ "requires": {
+ "indent-string": "^4.0.0",
+ "strip-indent": "^3.0.0"
+ }
+ },
+ "regenerate": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
+ },
+ "regenerate-unicode-properties": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz",
+ "integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==",
+ "requires": {
+ "regenerate": "^1.4.2"
+ }
+ },
+ "regenerator-runtime": {
+ "version": "0.13.9",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
+ "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
+ },
+ "regenerator-transform": {
+ "version": "0.14.5",
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
+ "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
+ "requires": {
+ "@babel/runtime": "^7.8.4"
+ }
+ },
+ "regex-parser": {
+ "version": "2.2.11",
+ "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
+ "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
+ },
+ "regexp.prototype.flags": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
+ "integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ }
+ },
+ "regexpp": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
+ "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg=="
+ },
+ "regexpu-core": {
+ "version": "4.8.0",
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz",
+ "integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==",
+ "requires": {
+ "regenerate": "^1.4.2",
+ "regenerate-unicode-properties": "^9.0.0",
+ "regjsgen": "^0.5.2",
+ "regjsparser": "^0.7.0",
+ "unicode-match-property-ecmascript": "^2.0.0",
+ "unicode-match-property-value-ecmascript": "^2.0.0"
+ }
+ },
+ "regjsgen": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
+ "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A=="
+ },
+ "regjsparser": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz",
+ "integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==",
+ "requires": {
+ "jsesc": "~0.5.0"
+ },
+ "dependencies": {
+ "jsesc": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
+ "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0="
+ }
+ }
+ },
+ "relateurl": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
+ "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk="
+ },
+ "renderkid": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz",
+ "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
+ "requires": {
+ "css-select": "^4.1.3",
+ "dom-converter": "^0.2.0",
+ "htmlparser2": "^6.1.0",
+ "lodash": "^4.17.21",
+ "strip-ansi": "^6.0.1"
+ }
+ },
+ "require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
+ },
+ "require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="
+ },
+ "requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8="
+ },
+ "resolve": {
+ "version": "1.21.0",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz",
+ "integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==",
+ "requires": {
+ "is-core-module": "^2.8.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ }
+ },
+ "resolve-cwd": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
+ "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
+ "requires": {
+ "resolve-from": "^5.0.0"
+ }
+ },
+ "resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
+ },
+ "resolve-url-loader": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz",
+ "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==",
+ "requires": {
+ "adjust-sourcemap-loader": "^4.0.0",
+ "convert-source-map": "^1.7.0",
+ "loader-utils": "^2.0.0",
+ "postcss": "^7.0.35",
+ "source-map": "0.6.1"
+ },
+ "dependencies": {
+ "picocolors": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
+ "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
+ },
+ "postcss": {
+ "version": "7.0.39",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
+ "requires": {
+ "picocolors": "^0.2.1",
+ "source-map": "^0.6.1"
+ }
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "resolve.exports": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
+ "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ=="
+ },
+ "retry": {
+ "version": "0.13.1",
+ "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
+ "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg=="
+ },
+ "reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw=="
+ },
+ "rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "requires": {
+ "glob": "^7.1.3"
+ }
+ },
+ "rollup": {
+ "version": "2.63.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.63.0.tgz",
+ "integrity": "sha512-nps0idjmD+NXl6OREfyYXMn/dar3WGcyKn+KBzPdaLecub3x/LrId0wUcthcr8oZUAcZAR8NKcfGGFlNgGL1kQ==",
+ "requires": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "rollup-plugin-terser": {
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
+ "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
+ "requires": {
+ "@babel/code-frame": "^7.10.4",
+ "jest-worker": "^26.2.1",
+ "serialize-javascript": "^4.0.0",
+ "terser": "^5.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "jest-worker": {
+ "version": "26.6.2",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
+ "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
+ "requires": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^7.0.0"
+ }
+ },
+ "serialize-javascript": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
+ "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
+ "requires": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "requires": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
+ },
+ "safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
+ },
+ "sanitize.css": {
+ "version": "13.0.0",
+ "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz",
+ "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA=="
+ },
+ "sass-loader": {
+ "version": "12.4.0",
+ "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.4.0.tgz",
+ "integrity": "sha512-7xN+8khDIzym1oL9XyS6zP6Ges+Bo2B2xbPrjdMHEYyV3AQYhd/wXeru++3ODHF0zMjYmVadblSKrPrjEkL8mg==",
+ "requires": {
+ "klona": "^2.0.4",
+ "neo-async": "^2.6.2"
+ }
+ },
+ "sax": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
+ "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
+ },
+ "saxes": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
+ "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
+ "requires": {
+ "xmlchars": "^2.2.0"
+ }
+ },
+ "scheduler": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz",
+ "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==",
+ "requires": {
+ "loose-envify": "^1.1.0",
+ "object-assign": "^4.1.1"
+ }
+ },
+ "schema-utils": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
+ "requires": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ }
+ },
+ "select-hose": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz",
+ "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo="
+ },
+ "selfsigned": {
+ "version": "1.10.11",
+ "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz",
+ "integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==",
+ "requires": {
+ "node-forge": "^0.10.0"
+ }
+ },
+ "semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ },
+ "send": {
+ "version": "0.17.2",
+ "resolved": "https://registry.npmjs.org/send/-/send-0.17.2.tgz",
+ "integrity": "sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==",
+ "requires": {
+ "debug": "2.6.9",
+ "depd": "~1.1.2",
+ "destroy": "~1.0.4",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "fresh": "0.5.2",
+ "http-errors": "1.8.1",
+ "mime": "1.6.0",
+ "ms": "2.1.3",
+ "on-finished": "~2.3.0",
+ "range-parser": "~1.2.1",
+ "statuses": "~1.5.0"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "requires": {
+ "ms": "2.0.0"
+ },
+ "dependencies": {
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ }
+ }
+ },
+ "ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
+ }
+ }
+ },
+ "serialize-javascript": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
+ "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
+ "requires": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "serve-index": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
+ "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=",
+ "requires": {
+ "accepts": "~1.3.4",
+ "batch": "0.6.1",
+ "debug": "2.6.9",
+ "escape-html": "~1.0.3",
+ "http-errors": "~1.6.2",
+ "mime-types": "~2.1.17",
+ "parseurl": "~1.3.2"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "http-errors": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
+ "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
+ "requires": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.0",
+ "statuses": ">= 1.4.0 < 2"
+ }
+ },
+ "inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "setprototypeof": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
+ "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ=="
+ }
+ }
+ },
+ "serve-static": {
+ "version": "1.14.2",
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.2.tgz",
+ "integrity": "sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==",
+ "requires": {
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "parseurl": "~1.3.3",
+ "send": "0.17.2"
+ }
+ },
+ "setprototypeof": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
+ },
+ "shallowequal": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
+ "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ=="
+ },
+ "shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "requires": {
+ "shebang-regex": "^3.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
+ },
+ "shell-quote": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz",
+ "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw=="
+ },
+ "side-channel": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
+ "requires": {
+ "call-bind": "^1.0.0",
+ "get-intrinsic": "^1.0.2",
+ "object-inspect": "^1.9.0"
+ }
+ },
+ "signal-exit": {
+ "version": "3.0.6",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz",
+ "integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ=="
+ },
+ "sisteransi": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
+ },
+ "slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
+ },
+ "sockjs": {
+ "version": "0.3.24",
+ "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
+ "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
+ "requires": {
+ "faye-websocket": "^0.11.3",
+ "uuid": "^8.3.2",
+ "websocket-driver": "^0.7.4"
+ }
+ },
+ "source-list-map": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
+ "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw=="
+ },
+ "source-map": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
+ },
+ "source-map-js": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz",
+ "integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA=="
+ },
+ "source-map-loader": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.1.tgz",
+ "integrity": "sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==",
+ "requires": {
+ "abab": "^2.0.5",
+ "iconv-lite": "^0.6.3",
+ "source-map-js": "^1.0.1"
+ }
+ },
+ "source-map-resolve": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz",
+ "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==",
+ "requires": {
+ "atob": "^2.1.2",
+ "decode-uri-component": "^0.2.0"
+ }
+ },
+ "source-map-support": {
+ "version": "0.5.21",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
+ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
+ "requires": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "source-map-url": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
+ "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw=="
+ },
+ "sourcemap-codec": {
+ "version": "1.4.8",
+ "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
+ "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA=="
+ },
+ "spdy": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
+ "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
+ "requires": {
+ "debug": "^4.1.0",
+ "handle-thing": "^2.0.0",
+ "http-deceiver": "^1.2.7",
+ "select-hose": "^2.0.0",
+ "spdy-transport": "^3.0.0"
+ }
+ },
+ "spdy-transport": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
+ "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
+ "requires": {
+ "debug": "^4.1.0",
+ "detect-node": "^2.0.4",
+ "hpack.js": "^2.1.6",
+ "obuf": "^1.1.2",
+ "readable-stream": "^3.0.6",
+ "wbuf": "^1.7.3"
+ }
+ },
+ "sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
+ },
+ "stable": {
+ "version": "0.1.8",
+ "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
+ "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
+ },
+ "stack-utils": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
+ "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
+ "requires": {
+ "escape-string-regexp": "^2.0.0"
+ },
+ "dependencies": {
+ "escape-string-regexp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
+ }
+ }
+ },
+ "stackframe": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.0.tgz",
+ "integrity": "sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA=="
+ },
+ "statuses": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
+ "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow="
+ },
+ "string_decoder": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
+ "requires": {
+ "safe-buffer": "~5.2.0"
+ },
+ "dependencies": {
+ "safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
+ }
+ }
+ },
+ "string-length": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
+ "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
+ "requires": {
+ "char-regex": "^1.0.2",
+ "strip-ansi": "^6.0.0"
+ }
+ },
+ "string-natural-compare": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
+ "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw=="
+ },
+ "string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "requires": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "dependencies": {
+ "emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ }
+ }
+ },
+ "string.prototype.matchall": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz",
+ "integrity": "sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.19.1",
+ "get-intrinsic": "^1.1.1",
+ "has-symbols": "^1.0.2",
+ "internal-slot": "^1.0.3",
+ "regexp.prototype.flags": "^1.3.1",
+ "side-channel": "^1.0.4"
+ }
+ },
+ "string.prototype.trimend": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz",
+ "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ }
+ },
+ "string.prototype.trimstart": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz",
+ "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==",
+ "requires": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.3"
+ }
+ },
+ "stringify-object": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
+ "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
+ "requires": {
+ "get-own-enumerable-property-symbols": "^3.0.0",
+ "is-obj": "^1.0.1",
+ "is-regexp": "^1.0.0"
+ }
+ },
+ "strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "requires": {
+ "ansi-regex": "^5.0.1"
+ }
+ },
+ "strip-bom": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
+ "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="
+ },
+ "strip-comments": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
+ "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw=="
+ },
+ "strip-final-newline": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="
+ },
+ "strip-indent": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz",
+ "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==",
+ "requires": {
+ "min-indent": "^1.0.0"
+ }
+ },
+ "strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="
+ },
+ "style-loader": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz",
+ "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==",
+ "requires": {}
+ },
+ "styled-components": {
+ "version": "5.3.3",
+ "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.3.tgz",
+ "integrity": "sha512-++4iHwBM7ZN+x6DtPPWkCI4vdtwumQ+inA/DdAsqYd4SVgUKJie5vXyzotA00ttcFdQkCng7zc6grwlfIfw+lw==",
+ "requires": {
+ "@babel/helper-module-imports": "^7.0.0",
+ "@babel/traverse": "^7.4.5",
+ "@emotion/is-prop-valid": "^0.8.8",
+ "@emotion/stylis": "^0.8.4",
+ "@emotion/unitless": "^0.7.4",
+ "babel-plugin-styled-components": ">= 1.12.0",
+ "css-to-react-native": "^3.0.0",
+ "hoist-non-react-statics": "^3.0.0",
+ "shallowequal": "^1.1.0",
+ "supports-color": "^5.5.0"
+ }
+ },
+ "stylehacks": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.0.1.tgz",
+ "integrity": "sha512-Es0rVnHIqbWzveU1b24kbw92HsebBepxfcqe5iix7t9j0PQqhs0IxXVXv0pY2Bxa08CgMkzD6OWql7kbGOuEdA==",
+ "requires": {
+ "browserslist": "^4.16.0",
+ "postcss-selector-parser": "^6.0.4"
+ }
+ },
+ "supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "requires": {
+ "has-flag": "^3.0.0"
+ }
+ },
+ "supports-hyperlinks": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
+ "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
+ "requires": {
+ "has-flag": "^4.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
+ },
+ "svg-parser": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz",
+ "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ=="
+ },
+ "svgo": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
+ "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
+ "requires": {
+ "chalk": "^2.4.1",
+ "coa": "^2.0.2",
+ "css-select": "^2.0.0",
+ "css-select-base-adapter": "^0.1.1",
+ "css-tree": "1.0.0-alpha.37",
+ "csso": "^4.0.2",
+ "js-yaml": "^3.13.1",
+ "mkdirp": "~0.5.1",
+ "object.values": "^1.1.0",
+ "sax": "~1.2.4",
+ "stable": "^0.1.8",
+ "unquote": "~1.1.1",
+ "util.promisify": "~1.0.0"
+ },
+ "dependencies": {
+ "css-select": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
+ "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
+ "requires": {
+ "boolbase": "^1.0.0",
+ "css-what": "^3.2.1",
+ "domutils": "^1.7.0",
+ "nth-check": "^1.0.2"
+ }
+ },
+ "css-what": {
+ "version": "3.4.2",
+ "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz",
+ "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ=="
+ },
+ "dom-serializer": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
+ "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
+ "requires": {
+ "domelementtype": "^2.0.1",
+ "entities": "^2.0.0"
+ }
+ },
+ "domutils": {
+ "version": "1.7.0",
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
+ "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
+ "requires": {
+ "dom-serializer": "0",
+ "domelementtype": "1"
+ },
+ "dependencies": {
+ "domelementtype": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
+ "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w=="
+ }
+ }
+ },
+ "nth-check": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
+ "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
+ "requires": {
+ "boolbase": "~1.0.0"
+ }
+ }
+ }
+ },
+ "symbol-tree": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
+ },
+ "tailwindcss": {
+ "version": "3.0.11",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.11.tgz",
+ "integrity": "sha512-JyMsQ2kPqpOvG8ow535XpauXj3wz3nQqcy2tVlXj4FQ0eNlsdzvlAqpRA3q5rPLboWirNG6r2DqKczwjW2uc8Q==",
+ "requires": {
+ "arg": "^5.0.1",
+ "chalk": "^4.1.2",
+ "chokidar": "^3.5.2",
+ "color-name": "^1.1.4",
+ "cosmiconfig": "^7.0.1",
+ "detective": "^5.2.0",
+ "didyoumean": "^1.2.2",
+ "dlv": "^1.1.3",
+ "fast-glob": "^3.2.7",
+ "glob-parent": "^6.0.2",
+ "is-glob": "^4.0.3",
+ "normalize-path": "^3.0.0",
+ "object-hash": "^2.2.0",
+ "postcss-js": "^4.0.0",
+ "postcss-load-config": "^3.1.0",
+ "postcss-nested": "5.0.6",
+ "postcss-selector-parser": "^6.0.7",
+ "postcss-value-parser": "^4.2.0",
+ "quick-lru": "^5.1.1",
+ "resolve": "^1.20.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "tapable": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
+ "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ=="
+ },
+ "temp-dir": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
+ "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg=="
+ },
+ "tempy": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
+ "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
+ "requires": {
+ "is-stream": "^2.0.0",
+ "temp-dir": "^2.0.0",
+ "type-fest": "^0.16.0",
+ "unique-string": "^2.0.0"
+ },
+ "dependencies": {
+ "type-fest": {
+ "version": "0.16.0",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
+ "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg=="
+ }
+ }
+ },
+ "terminal-link": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
+ "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
+ "requires": {
+ "ansi-escapes": "^4.2.1",
+ "supports-hyperlinks": "^2.0.0"
+ }
+ },
+ "terser": {
+ "version": "5.10.0",
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.10.0.tgz",
+ "integrity": "sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==",
+ "requires": {
+ "commander": "^2.20.0",
+ "source-map": "~0.7.2",
+ "source-map-support": "~0.5.20"
+ },
+ "dependencies": {
+ "commander": {
+ "version": "2.20.3",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
+ },
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ }
+ }
+ },
+ "terser-webpack-plugin": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.0.tgz",
+ "integrity": "sha512-LPIisi3Ol4chwAaPP8toUJ3L4qCM1G0wao7L3qNv57Drezxj6+VEyySpPw4B1HSO2Eg/hDY/MNF5XihCAoqnsQ==",
+ "requires": {
+ "jest-worker": "^27.4.1",
+ "schema-utils": "^3.1.1",
+ "serialize-javascript": "^6.0.0",
+ "source-map": "^0.6.1",
+ "terser": "^5.7.2"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "test-exclude": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
+ "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
+ "requires": {
+ "@istanbuljs/schema": "^0.1.2",
+ "glob": "^7.1.4",
+ "minimatch": "^3.0.4"
+ }
+ },
+ "text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
+ },
+ "throat": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
+ "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="
+ },
+ "thunky": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
+ "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA=="
+ },
+ "timsort": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
+ "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
+ },
+ "tmpl": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
+ "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
+ },
+ "to-fast-properties": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
+ "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
+ },
+ "to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "requires": {
+ "is-number": "^7.0.0"
+ }
+ },
+ "toidentifier": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA=="
+ },
+ "tough-cookie": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
+ "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
+ "requires": {
+ "psl": "^1.1.33",
+ "punycode": "^2.1.1",
+ "universalify": "^0.1.2"
+ },
+ "dependencies": {
+ "universalify": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
+ "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
+ }
+ }
+ },
+ "tr46": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
+ "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
+ "requires": {
+ "punycode": "^2.1.1"
+ }
+ },
+ "tryer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
+ "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA=="
+ },
+ "tsconfig-paths": {
+ "version": "3.12.0",
+ "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz",
+ "integrity": "sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==",
+ "requires": {
+ "@types/json5": "^0.0.29",
+ "json5": "^1.0.1",
+ "minimist": "^1.2.0",
+ "strip-bom": "^3.0.0"
+ },
+ "dependencies": {
+ "json5": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
+ "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
+ "requires": {
+ "minimist": "^1.2.0"
+ }
+ },
+ "strip-bom": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM="
+ }
+ }
+ },
+ "tslib": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
+ "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
+ },
+ "tsutils": {
+ "version": "3.21.0",
+ "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
+ "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
+ "requires": {
+ "tslib": "^1.8.1"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "1.14.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
+ }
+ }
+ },
+ "type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "requires": {
+ "prelude-ls": "^1.2.1"
+ }
+ },
+ "type-detect": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
+ "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="
+ },
+ "type-fest": {
+ "version": "0.21.3",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
+ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
+ },
+ "type-is": {
+ "version": "1.6.18",
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
+ "requires": {
+ "media-typer": "0.3.0",
+ "mime-types": "~2.1.24"
+ }
+ },
+ "typedarray-to-buffer": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
+ "requires": {
+ "is-typedarray": "^1.0.0"
+ }
+ },
+ "typescript": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
+ "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg=="
+ },
+ "unbox-primitive": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
+ "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
+ "requires": {
+ "function-bind": "^1.1.1",
+ "has-bigints": "^1.0.1",
+ "has-symbols": "^1.0.2",
+ "which-boxed-primitive": "^1.0.2"
+ }
+ },
+ "unicode-canonical-property-names-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ=="
+ },
+ "unicode-match-property-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
+ "requires": {
+ "unicode-canonical-property-names-ecmascript": "^2.0.0",
+ "unicode-property-aliases-ecmascript": "^2.0.0"
+ }
+ },
+ "unicode-match-property-value-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw=="
+ },
+ "unicode-property-aliases-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ=="
+ },
+ "unique-string": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
+ "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
+ "requires": {
+ "crypto-random-string": "^2.0.0"
+ }
+ },
+ "universalify": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
+ "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
+ },
+ "unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
+ },
+ "unquote": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
+ "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ="
+ },
+ "upath": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
+ "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg=="
+ },
+ "uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "requires": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
+ },
+ "util.promisify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
+ "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
+ "requires": {
+ "define-properties": "^1.1.3",
+ "es-abstract": "^1.17.2",
+ "has-symbols": "^1.0.1",
+ "object.getownpropertydescriptors": "^2.1.0"
+ }
+ },
+ "utila": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
+ "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw="
+ },
+ "utils-merge": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
+ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
+ },
+ "uuid": {
+ "version": "8.3.2",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
+ },
+ "v8-compile-cache": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
+ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="
+ },
+ "v8-to-istanbul": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz",
+ "integrity": "sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==",
+ "requires": {
+ "@types/istanbul-lib-coverage": "^2.0.1",
+ "convert-source-map": "^1.6.0",
+ "source-map": "^0.7.3"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ }
+ }
+ },
+ "vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
+ },
+ "w3c-hr-time": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
+ "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
+ "requires": {
+ "browser-process-hrtime": "^1.0.0"
+ }
+ },
+ "w3c-xmlserializer": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
+ "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
+ "requires": {
+ "xml-name-validator": "^3.0.0"
+ }
+ },
+ "walker": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
+ "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
+ "requires": {
+ "makeerror": "1.0.12"
+ }
+ },
+ "watchpack": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz",
+ "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==",
+ "requires": {
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.1.2"
+ }
+ },
+ "wbuf": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz",
+ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
+ "requires": {
+ "minimalistic-assert": "^1.0.0"
+ }
+ },
+ "web-vitals": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.2.tgz",
+ "integrity": "sha512-nZnEH8dj+vJFqCRYdvYv0a59iLXsb8jJkt+xvXfwgnkyPdsSLtKNlYmtTDiHmTNGXeSXtpjTTUcNvFtrAk6VMQ=="
+ },
+ "webidl-conversions": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
+ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w=="
+ },
+ "webpack": {
+ "version": "5.65.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.65.0.tgz",
+ "integrity": "sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw==",
+ "requires": {
+ "@types/eslint-scope": "^3.7.0",
+ "@types/estree": "^0.0.50",
+ "@webassemblyjs/ast": "1.11.1",
+ "@webassemblyjs/wasm-edit": "1.11.1",
+ "@webassemblyjs/wasm-parser": "1.11.1",
+ "acorn": "^8.4.1",
+ "acorn-import-assertions": "^1.7.6",
+ "browserslist": "^4.14.5",
+ "chrome-trace-event": "^1.0.2",
+ "enhanced-resolve": "^5.8.3",
+ "es-module-lexer": "^0.9.0",
+ "eslint-scope": "5.1.1",
+ "events": "^3.2.0",
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.2.4",
+ "json-parse-better-errors": "^1.0.2",
+ "loader-runner": "^4.2.0",
+ "mime-types": "^2.1.27",
+ "neo-async": "^2.6.2",
+ "schema-utils": "^3.1.0",
+ "tapable": "^2.1.1",
+ "terser-webpack-plugin": "^5.1.3",
+ "watchpack": "^2.3.1",
+ "webpack-sources": "^3.2.2"
+ },
+ "dependencies": {
+ "eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "requires": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ }
+ },
+ "estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
+ }
+ }
+ },
+ "webpack-dev-middleware": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.0.tgz",
+ "integrity": "sha512-MouJz+rXAm9B1OTOYaJnn6rtD/lWZPy2ufQCH3BPs8Rloh/Du6Jze4p7AeLYHkVi0giJnYLaSGDC7S+GM9arhg==",
+ "requires": {
+ "colorette": "^2.0.10",
+ "memfs": "^3.2.2",
+ "mime-types": "^2.1.31",
+ "range-parser": "^1.2.1",
+ "schema-utils": "^4.0.0"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "requires": {
+ "fast-deep-equal": "^3.1.3"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "schema-utils": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
+ "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.8.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.0.0"
+ }
+ }
+ }
+ },
+ "webpack-dev-server": {
+ "version": "4.7.2",
+ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.7.2.tgz",
+ "integrity": "sha512-s6yEOSfPpB6g1T2+C5ZOUt5cQOMhjI98IVmmvMNb5cdiqHoxSUfACISHqU/wZy+q4ar/A9jW0pbNj7sa50XRVA==",
+ "requires": {
+ "@types/bonjour": "^3.5.9",
+ "@types/connect-history-api-fallback": "^1.3.5",
+ "@types/serve-index": "^1.9.1",
+ "@types/sockjs": "^0.3.33",
+ "@types/ws": "^8.2.2",
+ "ansi-html-community": "^0.0.8",
+ "bonjour": "^3.5.0",
+ "chokidar": "^3.5.2",
+ "colorette": "^2.0.10",
+ "compression": "^1.7.4",
+ "connect-history-api-fallback": "^1.6.0",
+ "default-gateway": "^6.0.3",
+ "del": "^6.0.0",
+ "express": "^4.17.1",
+ "graceful-fs": "^4.2.6",
+ "html-entities": "^2.3.2",
+ "http-proxy-middleware": "^2.0.0",
+ "ipaddr.js": "^2.0.1",
+ "open": "^8.0.9",
+ "p-retry": "^4.5.0",
+ "portfinder": "^1.0.28",
+ "schema-utils": "^4.0.0",
+ "selfsigned": "^1.10.11",
+ "serve-index": "^1.9.1",
+ "sockjs": "^0.3.21",
+ "spdy": "^4.0.2",
+ "strip-ansi": "^7.0.0",
+ "webpack-dev-middleware": "^5.3.0",
+ "ws": "^8.1.0"
+ },
+ "dependencies": {
+ "ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "requires": {
+ "fast-deep-equal": "^3.1.3"
+ }
+ },
+ "ansi-regex": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA=="
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "schema-utils": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz",
+ "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==",
+ "requires": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.8.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.0.0"
+ }
+ },
+ "strip-ansi": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
+ "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
+ "requires": {
+ "ansi-regex": "^6.0.1"
+ }
+ },
+ "ws": {
+ "version": "8.4.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.4.0.tgz",
+ "integrity": "sha512-IHVsKe2pjajSUIl4KYMQOdlyliovpEPquKkqbwswulszzI7r0SfQrxnXdWAEqOlDCLrVSJzo+O1hAwdog2sKSQ==",
+ "requires": {}
+ }
+ }
+ },
+ "webpack-manifest-plugin": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.0.2.tgz",
+ "integrity": "sha512-Ld6j05pRblXAVoX8xdXFDsc/s97cFnR1FOmQawhTSlp6F6aeU1Jia5aqTmDpkueaAz8g9sXpgSOqmEgVAR61Xw==",
+ "requires": {
+ "tapable": "^2.0.0",
+ "webpack-sources": "^2.2.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ },
+ "webpack-sources": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz",
+ "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==",
+ "requires": {
+ "source-list-map": "^2.0.1",
+ "source-map": "^0.6.1"
+ }
+ }
+ }
+ },
+ "webpack-sources": {
+ "version": "3.2.2",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.2.tgz",
+ "integrity": "sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw=="
+ },
+ "websocket-driver": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
+ "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
+ "requires": {
+ "http-parser-js": ">=0.5.1",
+ "safe-buffer": ">=5.1.0",
+ "websocket-extensions": ">=0.1.1"
+ }
+ },
+ "websocket-extensions": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
+ },
+ "whatwg-encoding": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
+ "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
+ "requires": {
+ "iconv-lite": "0.4.24"
+ },
+ "dependencies": {
+ "iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "requires": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ }
+ }
+ }
+ },
+ "whatwg-fetch": {
+ "version": "3.6.2",
+ "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
+ "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
+ },
+ "whatwg-mimetype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
+ "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
+ },
+ "whatwg-url": {
+ "version": "8.7.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
+ "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
+ "requires": {
+ "lodash": "^4.7.0",
+ "tr46": "^2.1.0",
+ "webidl-conversions": "^6.1.0"
+ }
+ },
+ "which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ },
+ "which-boxed-primitive": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
+ "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
+ "requires": {
+ "is-bigint": "^1.0.1",
+ "is-boolean-object": "^1.1.0",
+ "is-number-object": "^1.0.4",
+ "is-string": "^1.0.5",
+ "is-symbol": "^1.0.3"
+ }
+ },
+ "word-wrap": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
+ "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="
+ },
+ "workbox-background-sync": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.4.2.tgz",
+ "integrity": "sha512-P7c8uG5X2k+DMICH9xeSA9eUlCOjHHYoB42Rq+RtUpuwBxUOflAXR1zdsMWj81LopE4gjKXlTw7BFd1BDAHo7g==",
+ "requires": {
+ "idb": "^6.1.4",
+ "workbox-core": "6.4.2"
+ }
+ },
+ "workbox-broadcast-update": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.4.2.tgz",
+ "integrity": "sha512-qnBwQyE0+PWFFc/n4ISXINE49m44gbEreJUYt2ldGH3+CNrLmJ1egJOOyUqqu9R4Eb7QrXcmB34ClXG7S37LbA==",
+ "requires": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "workbox-build": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.4.2.tgz",
+ "integrity": "sha512-WMdYLhDIsuzViOTXDH+tJ1GijkFp5khSYolnxR/11zmfhNDtuo7jof72xPGFy+KRpsz6tug39RhivCj77qqO0w==",
+ "requires": {
+ "@apideck/better-ajv-errors": "^0.3.1",
+ "@babel/core": "^7.11.1",
+ "@babel/preset-env": "^7.11.0",
+ "@babel/runtime": "^7.11.2",
+ "@rollup/plugin-babel": "^5.2.0",
+ "@rollup/plugin-node-resolve": "^11.2.1",
+ "@rollup/plugin-replace": "^2.4.1",
+ "@surma/rollup-plugin-off-main-thread": "^2.2.3",
+ "ajv": "^8.6.0",
+ "common-tags": "^1.8.0",
+ "fast-json-stable-stringify": "^2.1.0",
+ "fs-extra": "^9.0.1",
+ "glob": "^7.1.6",
+ "lodash": "^4.17.20",
+ "pretty-bytes": "^5.3.0",
+ "rollup": "^2.43.1",
+ "rollup-plugin-terser": "^7.0.0",
+ "source-map": "^0.8.0-beta.0",
+ "source-map-url": "^0.4.0",
+ "stringify-object": "^3.3.0",
+ "strip-comments": "^2.0.1",
+ "tempy": "^0.6.0",
+ "upath": "^1.2.0",
+ "workbox-background-sync": "6.4.2",
+ "workbox-broadcast-update": "6.4.2",
+ "workbox-cacheable-response": "6.4.2",
+ "workbox-core": "6.4.2",
+ "workbox-expiration": "6.4.2",
+ "workbox-google-analytics": "6.4.2",
+ "workbox-navigation-preload": "6.4.2",
+ "workbox-precaching": "6.4.2",
+ "workbox-range-requests": "6.4.2",
+ "workbox-recipes": "6.4.2",
+ "workbox-routing": "6.4.2",
+ "workbox-strategies": "6.4.2",
+ "workbox-streams": "6.4.2",
+ "workbox-sw": "6.4.2",
+ "workbox-window": "6.4.2"
+ },
+ "dependencies": {
+ "@apideck/better-ajv-errors": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.2.tgz",
+ "integrity": "sha512-JdEazx7qiVqTBzzBl5rolRwl5cmhihjfIcpqRzIZjtT6b18liVmDn/VlWpqW4C/qP2hrFFMLRV1wlex8ZVBPTg==",
+ "requires": {
+ "json-schema": "^0.4.0",
+ "jsonpointer": "^5.0.0",
+ "leven": "^3.1.0"
+ }
+ },
+ "ajv": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.8.2.tgz",
+ "integrity": "sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==",
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "fs-extra": {
+ "version": "9.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
+ "requires": {
+ "at-least-node": "^1.0.0",
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ }
+ },
+ "json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
+ },
+ "source-map": {
+ "version": "0.8.0-beta.0",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
+ "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
+ "requires": {
+ "whatwg-url": "^7.0.0"
+ }
+ },
+ "tr46": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
+ "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=",
+ "requires": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "webidl-conversions": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
+ "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
+ },
+ "whatwg-url": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
+ "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
+ "requires": {
+ "lodash.sortby": "^4.7.0",
+ "tr46": "^1.0.1",
+ "webidl-conversions": "^4.0.2"
+ }
+ }
+ }
+ },
+ "workbox-cacheable-response": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.4.2.tgz",
+ "integrity": "sha512-9FE1W/cKffk1AJzImxgEN0ceWpyz1tqNjZVtA3/LAvYL3AC5SbIkhc7ZCO82WmO9IjTfu8Vut2X/C7ViMSF7TA==",
+ "requires": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "workbox-core": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.4.2.tgz",
+ "integrity": "sha512-1U6cdEYPcajRXiboSlpJx6U7TvhIKbxRRerfepAJu2hniKwJ3DHILjpU/zx3yvzSBCWcNJDoFalf7Vgd7ey/rw=="
+ },
+ "workbox-expiration": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.4.2.tgz",
+ "integrity": "sha512-0hbpBj0tDnW+DZOUmwZqntB/8xrXOgO34i7s00Si/VlFJvvpRKg1leXdHHU8ykoSBd6+F2KDcMP3swoCi5guLw==",
+ "requires": {
+ "idb": "^6.1.4",
+ "workbox-core": "6.4.2"
+ }
+ },
+ "workbox-google-analytics": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.4.2.tgz",
+ "integrity": "sha512-u+gxs3jXovPb1oul4CTBOb+T9fS1oZG+ZE6AzS7l40vnyfJV79DaLBvlpEZfXGv3CjMdV1sT/ltdOrKzo7HcGw==",
+ "requires": {
+ "workbox-background-sync": "6.4.2",
+ "workbox-core": "6.4.2",
+ "workbox-routing": "6.4.2",
+ "workbox-strategies": "6.4.2"
+ }
+ },
+ "workbox-navigation-preload": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.4.2.tgz",
+ "integrity": "sha512-viyejlCtlKsbJCBHwhSBbWc57MwPXvUrc8P7d+87AxBGPU+JuWkT6nvBANgVgFz6FUhCvRC8aYt+B1helo166g==",
+ "requires": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "workbox-precaching": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.4.2.tgz",
+ "integrity": "sha512-CZ6uwFN/2wb4noHVlALL7UqPFbLfez/9S2GAzGAb0Sk876ul9ukRKPJJ6gtsxfE2HSTwqwuyNVa6xWyeyJ1XSA==",
+ "requires": {
+ "workbox-core": "6.4.2",
+ "workbox-routing": "6.4.2",
+ "workbox-strategies": "6.4.2"
+ }
+ },
+ "workbox-range-requests": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.4.2.tgz",
+ "integrity": "sha512-SowF3z69hr3Po/w7+xarWfzxJX/3Fo0uSG72Zg4g5FWWnHpq2zPvgbWerBZIa81zpJVUdYpMa3akJJsv+LaO1Q==",
+ "requires": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "workbox-recipes": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.4.2.tgz",
+ "integrity": "sha512-/oVxlZFpAjFVbY+3PoGEXe8qyvtmqMrTdWhbOfbwokNFtUZ/JCtanDKgwDv9x3AebqGAoJRvQNSru0F4nG+gWA==",
+ "requires": {
+ "workbox-cacheable-response": "6.4.2",
+ "workbox-core": "6.4.2",
+ "workbox-expiration": "6.4.2",
+ "workbox-precaching": "6.4.2",
+ "workbox-routing": "6.4.2",
+ "workbox-strategies": "6.4.2"
+ }
+ },
+ "workbox-routing": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.4.2.tgz",
+ "integrity": "sha512-0ss/n9PAcHjTy4Ad7l2puuod4WtsnRYu9BrmHcu6Dk4PgWeJo1t5VnGufPxNtcuyPGQ3OdnMdlmhMJ57sSrrSw==",
+ "requires": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "workbox-strategies": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.4.2.tgz",
+ "integrity": "sha512-YXh9E9dZGEO1EiPC3jPe2CbztO5WT8Ruj8wiYZM56XqEJp5YlGTtqRjghV+JovWOqkWdR+amJpV31KPWQUvn1Q==",
+ "requires": {
+ "workbox-core": "6.4.2"
+ }
+ },
+ "workbox-streams": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.4.2.tgz",
+ "integrity": "sha512-ROEGlZHGVEgpa5bOZefiJEVsi5PsFjJG9Xd+wnDbApsCO9xq9rYFopF+IRq9tChyYzhBnyk2hJxbQVWphz3sog==",
+ "requires": {
+ "workbox-core": "6.4.2",
+ "workbox-routing": "6.4.2"
+ }
+ },
+ "workbox-sw": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.4.2.tgz",
+ "integrity": "sha512-A2qdu9TLktfIM5NE/8+yYwfWu+JgDaCkbo5ikrky2c7r9v2X6DcJ+zSLphNHHLwM/0eVk5XVf1mC5HGhYpMhhg=="
+ },
+ "workbox-webpack-plugin": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.4.2.tgz",
+ "integrity": "sha512-CiEwM6kaJRkx1cP5xHksn13abTzUqMHiMMlp5Eh/v4wRcedgDTyv6Uo8+Hg9MurRbHDosO5suaPyF9uwVr4/CQ==",
+ "requires": {
+ "fast-json-stable-stringify": "^2.1.0",
+ "pretty-bytes": "^5.4.1",
+ "source-map-url": "^0.4.0",
+ "upath": "^1.2.0",
+ "webpack-sources": "^1.4.3",
+ "workbox-build": "6.4.2"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ },
+ "webpack-sources": {
+ "version": "1.4.3",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz",
+ "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
+ "requires": {
+ "source-list-map": "^2.0.0",
+ "source-map": "~0.6.1"
+ }
+ }
+ }
+ },
+ "workbox-window": {
+ "version": "6.4.2",
+ "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.4.2.tgz",
+ "integrity": "sha512-KVyRKmrJg7iB+uym/B/CnEUEFG9CvnTU1Bq5xpXHbtgD9l+ShDekSl1wYpqw/O0JfeeQVOFb8CiNfvnwWwqnWQ==",
+ "requires": {
+ "@types/trusted-types": "^2.0.2",
+ "workbox-core": "6.4.2"
+ }
+ },
+ "wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "requires": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ }
+ }
+ },
+ "wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
+ },
+ "write-file-atomic": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
+ "requires": {
+ "imurmurhash": "^0.1.4",
+ "is-typedarray": "^1.0.0",
+ "signal-exit": "^3.0.2",
+ "typedarray-to-buffer": "^3.1.5"
+ }
+ },
+ "ws": {
+ "version": "7.5.6",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz",
+ "integrity": "sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==",
+ "requires": {}
+ },
+ "xml-name-validator": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
+ "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
+ },
+ "xmlchars": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
+ },
+ "xtend": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
+ },
+ "y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="
+ },
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "yaml": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
+ },
+ "yargs": {
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "requires": {
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ }
+ },
+ "yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="
+ },
+ "yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
+ }
+ }
+}
diff --git a/package.json b/package.json
index fb173efa..08a5e464 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,49 @@
{
- "dependencies": {
- "del": "*",
- "gulp-rename": "*",
- "gulp-swig": "*",
- "gulp-data": "*"
- },
- "devDependencies": {
- "gulp-jsonlint": "^1.1.0"
- }
+ "name": "justdelete.me",
+ "version": "0.1.0",
+ "author": "Arnd Issler
",
+ "private": true,
+ "dependencies": {
+ "@testing-library/jest-dom": "^5.16.1",
+ "@testing-library/react": "^12.1.2",
+ "@testing-library/user-event": "^13.5.0",
+ "@types/jest": "^27.4.0",
+ "@types/node": "^16.11.19",
+ "@types/react": "^17.0.38",
+ "@types/react-dom": "^17.0.11",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
+ "react-scripts": "5.0.0",
+ "styled-components": "^5.3.3",
+ "typescript": "^4.5.4",
+ "web-vitals": "^2.1.2"
+ },
+ "devDependencies": {
+ "@types/styled-components": "^5.1.19",
+ "prettier": "^2.5.1"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
}
diff --git a/docs/assets/icons/favicon.ico b/public/favicon.ico
similarity index 100%
rename from docs/assets/icons/favicon.ico
rename to public/favicon.ico
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 00000000..5e21fad8
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ React App
+
+
+ You need to enable JavaScript to run this app.
+
+
+
+
diff --git a/public/logo192.png b/public/logo192.png
new file mode 100644
index 00000000..fc44b0a3
Binary files /dev/null and b/public/logo192.png differ
diff --git a/public/logo512.png b/public/logo512.png
new file mode 100644
index 00000000..a4e47a65
Binary files /dev/null and b/public/logo512.png differ
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 00000000..080d6c77
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,25 @@
+{
+ "short_name": "React App",
+ "name": "Create React App Sample",
+ "icons": [
+ {
+ "src": "favicon.ico",
+ "sizes": "64x64 32x32 24x24 16x16",
+ "type": "image/x-icon"
+ },
+ {
+ "src": "logo192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "logo512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ],
+ "start_url": ".",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#ffffff"
+}
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 00000000..e9e57dc4
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,3 @@
+# https://www.robotstxt.org/robotstxt.html
+User-agent: *
+Disallow:
diff --git a/site/.gitignore b/site/.gitignore
deleted file mode 100644
index 2d19fc76..00000000
--- a/site/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.html
diff --git a/site/_partials/footer.html b/site/_partials/footer.html
deleted file mode 100644
index 76e591fc..00000000
--- a/site/_partials/footer.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- {{ i18n.footer|safe }}
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/site/_partials/header.html b/site/_partials/header.html
deleted file mode 100644
index 3d7ea279..00000000
--- a/site/_partials/header.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
- {{ i18n.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ trans.name }}
-
- About
- Fake Identity Generator
-
-
-
\ No newline at end of file
diff --git a/site/assets/css/libs/jquery.dropdown.css b/site/assets/css/libs/jquery.dropdown.css
deleted file mode 100755
index 7c17fb88..00000000
--- a/site/assets/css/libs/jquery.dropdown.css
+++ /dev/null
@@ -1,113 +0,0 @@
-.dropdown {
- position: absolute;
- z-index: 9999999;
- display: none;
-}
-
-.dropdown .dropdown-menu,
-.dropdown .dropdown-panel {
- min-width: 160px;
- max-width: 360px;
- list-style: none;
- background: #D4D8DC;
- border: solid 1px #DDD;
- border: solid 1px rgba(0, 0, 0, .2);
- /*border-radius: 6px;*/
- box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
- overflow: visible;
- padding: 4px 0;
- margin: 0;
-}
-
-.dropdown .dropdown-panel {
- padding: 10px;
-}
-
-.dropdown.dropdown-tip {
- margin-top: 8px;
-}
-
-.dropdown.dropdown-tip:before {
- position: absolute;
- top: -6px;
- left: 9px;
- content: '';
- border-left: 7px solid transparent;
- border-right: 7px solid transparent;
- border-bottom: 7px solid #CCC;
- border-bottom-color: rgba(0, 0, 0, 0.2);
- display: inline-block;
-}
-
-.dropdown.dropdown-tip.dropdown-anchor-right:before {
- left: auto;
- right: 9px;
-}
-
-.dropdown.dropdown-tip:after {
- position: absolute;
- top: -5px;
- left: 10px;
- content: '';
- border-left: 6px solid transparent;
- border-right: 6px solid transparent;
- border-bottom: 6px solid #D4D8DC;
- display: inline-block;
-}
-
-.dropdown.dropdown-tip.dropdown-anchor-right:after {
- left: auto;
- right: 10px;
-}
-
-
-.dropdown.dropdown-scroll .dropdown-menu,
-.dropdown.dropdown-scroll .dropdown-panel {
- max-height: 358px;
- overflow: auto;
-}
-
-.dropdown .dropdown-menu LI {
- list-style: none;
- padding: 0 0;
- margin: 0;
- line-height: 18px;
-}
-
-.dropdown .dropdown-menu LI > A,
-.dropdown .dropdown-menu LABEL {
- display: block;
- color: #555;
- text-decoration: none;
- line-height: 18px;
- padding: 3px 15px;
- white-space: nowrap;
-}
-
-.dropdown .dropdown-menu LI > A:hover,
-.dropdown .dropdown-menu LABEL:hover {
- background-color: #798287;
- color: #FFF;
- cursor: pointer;
-}
-
-.dropdown .dropdown-menu .dropdown-divider {
- font-size: 1px;
- border-top: solid 1px #E5E5E5;
- padding: 0;
- margin: 5px 0;
-}
-
-/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
-.dropdown.has-icons LI > A {
- padding-left: 30px;
- background-position: 8px center;
- background-repeat: no-repeat;
-}
-
-.dropdown .undo A { background-image: url(icons/arrow-curve-180-left.png); }
-.dropdown .redo A { background-image: url(icons/arrow-curve.png); }
-.dropdown .cut A { background-image: url(icons/scissors.png); }
-.dropdown .copy A { background-image: url(icons/document-copy.png); }
-.dropdown .paste A { background-image: url(icons/clipboard.png); }
-.dropdown .delete A { background-image: url(icons/cross-script.png); }
\ No newline at end of file
diff --git a/site/assets/css/style.css b/site/assets/css/style.css
deleted file mode 100644
index e3f1bc03..00000000
--- a/site/assets/css/style.css
+++ /dev/null
@@ -1,853 +0,0 @@
-*,
-*:before,
-*:after {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-
-/* For RTL languages, English parts need to be LTR */
-.ltr{
- direction: ltr;
-}
-
-body {
- font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
- margin: 0;
- padding: 0;
- background-color:#D4D8DC;
-}
-
-nav {
- position: fixed;
- padding: 15px 0;
- text-align: center;
- background-color: #d04343;
- top: 0;
- z-index: 1;
- margin: 0 auto;
- width: 100%;
- color: #000;
- font-weight: normal;
- direction: ltr;
- opacity: 0.9;
-}
-
-nav a {
- color: #000;
- font-weight: normal;
- text-decoration: none;
- padding: 8px 10px;
-}
-
- nav a:hover, .language-switch:hover, .current {
- border-bottom: 1px solid #000;
- }
-
-.language-switch {
- padding-left: 29px;
- padding-top: 8px;
- padding-bottom: 8px;
- padding-right: 10px;
- cursor: pointer;
-}
-
-header {
- position: relative;
- background-color: #293840;
- color: #E8E8E8;
- text-align: center;
- padding: 40px 0;
- border-bottom: 5px solid #d04343;
- margin-top: 47px;
-}
-
-.js-on header {
- border: none;
-}
-
-header h1 {
- margin: 0;
- font-weight: 200;
- padding-bottom: 10px;
- font-size: 300%;
- font-weight: lighter;
-}
-
-header h1 span {
- color: #d04343;
-}
-
-.tagline {
- color: #9fb3be;
- font-size: 16px;
- margin: 0;
-}
-
-.button {
- background: #d04343;
- padding: 10px 20px;
- border-radius: 5px;
- color: white;
- text-decoration: none;
- display: inline-block;
- margin-top: 10px;
- transition: all 0.3s ease 0s;
- font-weight: lighter;
- letter-spacing: 1px;
-}
-
-.button:hover {
- background: #ac4949;
- cursor: pointer;
-}
-
-.search {
- background-color: #d04343;
- padding: 10px 0;
- display: none;
-}
-
-#search{
- direction: ltr;
-}
-
-button {
- background-color: #FFF;
- border: none;
- padding: 10px 15px;
- border-radius: 5px;
- font-weight: bold;
- text-transform: uppercase;
- cursor:pointer;
- font-size: 70%;
- font-weight: lighter;
- transition: all 0.3s ease 0s;
-}
-
- button.reset { color: #d04343;}
-
- button:hover {
- background-color: #FFECEC;
- }
-
-.js-on .search {
- display: block;
-}
-
-.search .search-container {
- max-width: 500px;
- margin: 0 auto;
- position: relative;
- padding: 0 30px 0 0;
-}
-
-.search .search-container a {
- position: absolute;
- right: 0;
- top: 11px;
- text-indent: -9999px;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAAAsTAAALEwEAmpwYAAA512lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTMtMDgtMTdUMTQ6NTU6MDErMDE6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxMy0wOC0xN1QxNDo1NTozMCswMTowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTMtMDgtMTdUMTQ6NTU6MzArMDE6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6NTVlNzQzMmUtZDA3OS00ZTQ2LTk2YTYtMDNkMDM0NmJjZDNlPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjg1OWQxY2RiLTQ5MmUtNDM3OC1iZDM4LTk5ZWYzMzVjZTcyNDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjg1OWQxY2RiLTQ5MmUtNDM3OC1iZDM4LTk5ZWYzMzVjZTcyNDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo4NTlkMWNkYi00OTJlLTQzNzgtYmQzOC05OWVmMzM1Y2U3MjQ8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTMtMDgtMTdUMTQ6NTU6MDErMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NTVlNzQzMmUtZDA3OS00ZTQ2LTk2YTYtMDNkMDM0NmJjZDNlPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDEzLTA4LTE3VDE0OjU1OjMwKzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjI1NjwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4yNTY8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PtdG8uYAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAIXlJREFUeNrsnXe0XFX1xz8zeUkIaSSQkEJNCAlVEKkiHUVAiogKKogNfyAoRSMKYsOfFEEQpQsIUgREiuhSadIFpYhITyAkpPES0tub8Y+9z5qTy7wy82buOffO/q41Ky/vvWTu3Hv25+y9zz77FMrlMiaTqTVVtFtgMhkATCaTAcBkMhkATCaTAcBkMhkATCaTAcBkMhkATCaTAcBkMhkATCZThtVmt6DXKnivEtBZbXVfoJ/e8zWBQfqne/UH+ujPB+ify4FlQAewSr9eoq/F+loGrARW6O91BvqCXlu5i2s0tdrgtb0AdRs8nRhTH2AgMBhYGxgDjAfGAqOBEcBw/flANf6BCgD/PfDeA4XLMs/wFwMLgHeAWcAM4E1giv59HrBIYdGZ52cwMADY86/R6EuJn60BjNTXOGCSGvzGwCb6/T4pXusy4C3gNeB14FXgBWAaMAeYm/gMBQVCyWBgADC91/CLVVzrscCGwObA1vqaCKzTw7Cq3M33Cj34flffS2op8Dbwb+A5fb2iHsO8KqAzz8AA0PKzfdIINgS2BHYCtteZfsMaDLwWg61V5Rrfa6l6CM8DjwP/AF4C2qv8WxsgBoCWMfzkgF9PjX0nYDud6Uf00vjSUi0QehV4BnhSgfA0sNBgYABoRaPvD+wA7AXsqoY/zPt5KfFvCxn7zOXE14XEZ5gKPAE8CDwA/LcHoYnJAJB5wx8GfAQ4GNgRSeJVM/pCzu6FvzRY9D7fUs0T3AvcDjzCe5OHBgIDQOYNfxPgEGB/4H3IEp1TR8Io8i4/7+EXib2hocHtwF8tV2AAyKLhFxIz2ETgCODj+nW/Fpjta4VBidWXMOcDTwHXA3clQFDkvUukJgNAcCUH5iTgKOATOvsXvNm+gJVHdwYC3xNaDPwTuBa4AylGMm/AABC1uz8G+DTwZYWAH9+3+mzfUyXv1XLg78AlGhos8qBrtQQGgChm/eEa3x8L7OLN8Gb4jQPBQuBO4DLgMWTfgoUFBoDgs/6uwMnAx6hU6JUTv2vqXXjg38fZwNUKgikGAQNAqFl/A+AY4IvA+mb4TYdA8r4+BvxS8wOLLDdgAEjL+AvAQcDXgT3N8IOCYClwA/AL4FnzBgwAzXL53QcYBRwPHEdlLb9shh8EBK6oCGTj0XkKgw6DgAGgGS7/7sC3kGQftF4BT+wgWABcBVyAbEtOwttkAKjL+PsBX0ESfa50t4St5cekDirFRPcBPwbut5DAANBbl38kcDqyvNcPW9aLWT6UpyoErjIIGADqNf4PAD9IuPx97HFmJiRYjKwSnI2UE9sqgQGgx/H+gcA5wGbm8mfeG7gF+A7Sj8DyAgaALo2/AHwW+AnSqMOW9/IBgfuAU5EmJAYBA0BV4++ng+TbSDddi/fzERK45/c8sorzJ8sLGACSxj8A+B7wTY3zzeXPFwTcrD8NWc251SBgAHAPfwiSMf4alf38Zvz5g4BLDs5S0F9nEEjP0GI1/rWQLPEJZvz5noSotF5fFzgf2cOBPfPW8wCc8Q9V4z/WBkJLyS3nzlNPwGoFWsgDcA95DeBMM/6WzIT3UQgMA36KrPq4MWAJ3xx7AM74+wPfRzL+bTk0/p7c7EKd/zZPBuI8gZlI/uc27zPaEmHOAFD0DP10JOOfl2x/OUUjLecMCO75T1Vv8C8GgfwBwH+YXwAuRpb9smz8LqvdXZ3CSo1125GmGYuRPfQr9Gcl9YLcseLuJOGhyKnDQ3tgQJDtegk3Dp5DGrk+awDIDwD8B3kw0lhydEaNvyujX6lGPh05j+9lpPR1JtJme74a/3J1fctVjLeoXtEApBBqmL7WBzYFJiDnFI7RnxdzAgO/TuCv6glMwZKCuQLAzkh76QkZNP6SF8b48et8HaiPIu2zX1ZXdoHO8KsaeA391UsYgbQ5n0TlLMOxwKAq15wlEPgVgzchTV/azRPINgAcwcciRR97kq3a/qThl4C5yPHbDyNn6j2nICh1AcB6P2+5k7jfqS/SIWlnYA8FwibqHWQRBG5iKAP/D3zX8gHZBYB7aGsAFyINPZKkz4rhL0QOz7wfuFtj1IWdfOZCD4231nvp/1nq5HdGIy3RD1AYTKCyfTor3ZMcBBYgKwPXmflmOwQ4VWmeheW+ZJ+72ere3wb8TeP5zoyzUcZeKxSqvW8R2Bxpk34QsI2COCsgcOPkNeBo5MBSywdkCADuYX0UqfKKPemXNPwZyGm5tyFJqSURGHy9MNhAQXCoegcDEkYWOwT+grR+n2EQyAYA3EPaQN233SIfbP61tSM97n+nAFgZsdHXCoSR6g0cobmYQuT5GD9UPBeY7H3P8gGRAsA9nH5Ii+gTIo77/cG/Atmj/hvgHmCZB7Osn32XPDF5feAwda23idwbcNfVjrSBv9kAkA0AfA74FbI0FePg8oH0CnARcCOV02/zeOhlEgRbIonZo5Ht2LGC2pUL/xPZM/CihQJxAsBt8Jikrv8HiK+Jpz/rdyCHWFwEPOV9hlLOZxgfbv01LDgJWUp0s25sy4YOTBcjSeXl5gnU/tCbPbt0IOvSX1HjL0do/G5gT0EKTY73jN/tVc/7oHKAK6oh3aIz60X692LEuY5jkCVOU2QAcPoI8PlIB72b0R5Ut/cyZC2/mHCNW0Ul77O/rjPricBbHihjWuUoIfskTkBKoctY74goAOBcyjHAN5Da9Zj2dbuBvkqN/nPAQ961593l76k3sBK4XOH4cMLwYoEASMXjl1m9i7QpEAD8AfJJYO/Ew4rF+BcBZyigpvHehFirK9m++2hkKdSHZAwAcKA+VsNMUwQAANmp9qVErB3LoJ6BJLl+iizv5THD38gwyYUExwOXevcxJliO1vG2BnYydDAA+A08jwa2iHBGm6ox45WRzWaxyq+InKvg/ImGBzHcO98L+ARyWjQG87A5gB2oJP5ioLEz/leRzSS/jzCezUpIsAw5m/HHSLFUTAAdhhQHDY4s7GwJADgStyEJmTGRDdzXgK8Df6wyc5hqu5erkM1cZ0UCAR/k+yBnSMYUeraUB7A9suHHjyFDD9hpwClISa8Zf2Pu6UqFwDmR5ARcHmdNpDZgkD2q9ADgG9RRSEKGSIx/HtJE4g4z/qZA4CwkMegbYch8BcCO3iRkzzpFDyCW2d+PV39IpYGEGX9z7vGZVJYIQ95jB6AhSG3HQMsFNB8A/gP/DNKgMuRN96vBLgZ+EcnslGcIzEVO+H2oymwcygvYWfMBppQ8gHHAXvp1RyAA+IPubuSIsQ5sqa/ZECgAbyDnOrwZiRewDtLwxF2LeQFNBsBBSPFPs8KLWjyS5zTun2vGn6oeQJYHlwb2uNz77o40nzE1CQCOrusChyBbSUPO/gWkceQPFQIhXdFWkj/DXoPsrwiZD3DXshG2U7DpAADYl0onmULgAXgFcHvgAdiqEHArAxcgjVNDeoEd+vVuwHhsp2DDAeCX/e6GHFcVutPPY0jir4Ql/UJ6Am8iPfsWBoSwG4dbAh+yR9McAABsjfSbD+Vuu0G3TGeeqeb6RxEK3IN0fybQ8/D7BXyIyrmTlgxsYAjgXKwtGvx/1qPfUinztdk/nJz3tUJzAf+KIBT7ILBVBGM0NwBwdB2ss79rnZU2Xd2MM0Vj/yVY1j8WCBSQZp1XevF3CC8AYCJSHWieYQMBALAZsG3ie2kav9M1wBP2gKOSGw93IgephAwDQKpUh1gY0NgQYDuk428oABSAp4Fb9Xt9DADRhQLTNTwLXRuwHXJIKgaA3gHAUXUosGvC5Uvb+EGO6npBv+6wxxql7kEOUSVAeObGyeYKAfMSewkA9+/Gezc01Oz/LHBXAz0aU3O8gLlIbcbSAF6aHwbsguStrDS4FwbjHt6mSKUVgYwfNf7nsM4+McuNlz9RydOE8gK2pdKopmgAqJ+mfZD1//4BaOre7yVkw4/FdPEDwOUC7kIqBUPlasZ7eYCSAaB+ko4E3h/4+h8BnrSYLlNewB+p5GtCGOAgKvUALR8G9AYAY70bGSKmnI8sLVnJb7b0EpU9Aml7Ae693o80D8UAUJ8Bom7UugFnkueRrac2+2fHA3DG9mcqJy6n9ex8Q38fsLYBoD4AuMM9J5H+IZ/+waKPAjMNAJnUQ8B/A77/WGADywPUnwUdTKXxR5pxlDP0OVRaT1nyL3uaBzzujcG0AT6QSvFaS+cB6gXAcMKe+PMasu3XlL0wwPcC2gN6cJsiK1gtrXoBMApZTkl78LjrfcyLIU3ZUsEL4d4I9N4AE7COwXUDYEPv5qU9eyzw3EeL/7OrucBTAcIA9z6bIKXs5gHUqD5Kz1CajawAWPyffT0OLE8Z5O59xlJZxSobAHquNahUUoVw36Ygx1SbspsHcM/yBSQhGGIcDfDGccsmAusBQH8qx36lNQv7D+hFpPWXKfuaAswI5M0VNZS1OoAaNZhKFVXabttyZO+/KR+ah6zoOACk7YqPQU6yNgDUoGFUqqjS1jLglYADxtRYrSRsQdC6VArLLASoAQDDA8Vtc5EiIFN+8gEvk241nm/owzUXYB5ADRqOnL8eQm8pBEzZN3xniNOQJiFpv7+bzIamHM5mHgDrBBws7wCLzH5ypflUKgLT1mDzAGrXqIDx0hys519e5MbQAtKv6nSz/UADQH0ACKVZBoDcaYHnAaQ9saxpAKhdIwl3+Oc8LPOfN60EFgd67zYq+SzLAdQQN4VQCXjX7CV3KrF6XiftbsEtvSOwHgD0C3StHVgCME8qewBYHPA6+hoAatOAgCHAikAzham5z3VloPcuJCa0ggGge/UPdMNCDhRTfgFgHkAD3DiTqTdjyMZRhgCwPFCs2PK0zvEYDPVcW96rrAcAy0g/U+uutaXjtZwqGYenrZbOK2XBA/CvdaDZS64M3z3XUHtLysAq8wBq06KA17qW2U0ux+CggABYZgCoTXMCuUoFBYC5/vlSm+fZpd2aq4PKTkTrB9BDzQx4vSNJ/zQiU3Pld5hKW0tIfyty5gEwi3DJknUMALmRG0NDSb/DVMELZw0AdQAg7YflBssILBGYN4UAAB4AlhgAatO8gNQcS/oNSUzNhfp6pL8l13kA84GFBoDaAZB2L3ffAzAA5AsEm6Yc1vnha7vnAVgSsIdqJ1wLJ/9QkpY+1TUnaqNySm8IzaZSB2D9AHqohQEAUPAAsK3ZTW40LDDQp9PiHabqAcAKVj/NpZwSANz7bEbY0lFT47Sx5gBCzMAlYCrptiTPBQCWIUc6pS03QDbSlym7cb97lhMJVwOwjMoZky17yEw9AFgFvBTwmkcBW7Vy3JYj7aRhHQHc/xlUitpaNpdUbz+AqaS/FOge0hBghyrfN2Uv/t/ec8cLKY+j15BlwJZWvQCYFSAMKHgDZRcqJ7qYsiXnte0YIJTzPcZXqPQiLBsAatM7wPMBr3sCsLPZUibjf6c9qFQAhvDiXsaOma8bAAv1BrqHV055AI0EdrU8QGY1RD2AQsruv9MS4MUA4zcXAChQSQSmfeMKyLptQQEQcgYx1a9dkOXcUHobyWP1ZhJsWQAUvRgqxFHdzti3AHY3W8pk/L8fsG5AeD9PpZitbACo7yFOD5QHKOo1rAPsbQ8xc/H/OPUA8Ly5tODj3utfVPazGADqBMBM4KnAM8kewPvNlcsUAPanUscR4pktBZ7xcg8GgDpJuko9gFUBbqQbTJvrgDIvIH7jLyG7OT+GFP+kOfv7el3DV5s0enED3L97kTBlwS4ZiA6oiQoA8wLinv33o7J8m/azchPEM0gS0CaNXjwEt4HiNb2hIW6mu/YdgAPtgUY/+w8DDkF6AKY9+/uTwyNIBWCBFt8I1BsAuDCgHXjY+7/KAQYWwOFIcZB5AXHP/vsGdr1fBp5MXJcBoJcP9kkqRUEh6gLKSFHJoZ53Yg83nvFVQgq3jtDZP8TzcePyn8Cr5i02BgBlLw/wXGAAABwDbG10j0ru2RwIfDTQsyknJqv5WPa/YQAoIuupj+r3+gTKBZSR1lLHIhnmkoUCUYytMtLx50tI+69SQAC8CjweOATJFQB8PQS8EIFr9TlgH3Pxooj7S2r0X0Iy/6F6OLpx8ITnqZbsETUGAO7mPgv8I/CAK2uMeRIwGksIxqC9gS8knlPaxt8HKf55ENn+m3ayOvcAKCJnrD+A7BIsBibsXsDxhNtpZmNKxsVoYDJS/BNq9nfj8D/qpZqaEAI4mt4L/Dug++0ndv4P+Ig93mCufx/ga8CekYzvR6hs/zX3vwkAKABvAXcjpcF9AkNgOHAmcuiEnR+Q3r13+pR6YQSe/d24/GMDx7sBoAvdTqXOOjRpdwK+r3kBg0B6MfcHFL5DI7nvD2t4GsozbSkAvOjd7JBeQMmbiU4OPBO1Wtz/I/W8QsotA8/XSWkltvbfVAD4xnUj0isgJHGL3iA4GfiiQaDp93oocBZS8hvLvX4C+LM9ovQ8AJCioHsTM0PIgTkE+AFwUCfxqqn33lYbkvE/JhF/h5z9l+hktMDc/3QA4G5wB3A1MDeCG+8gMBY4F1kiLBsEGmb8Zc/L+kbCAENeF0hdyl32rNP1AAqeF/CXCLwA//03BX4OfMgg0LB7WgROBM4ABkRg/M7zWA5cT7hTrFsWAM6wVgCXIgeIxKIy0orqEqRCrWw5gV55VW068/8IGBSB8fuVn/cDtyY8FVNKOQBnUI8BN0TyEAreINkCuJjVG4ra+nBtxt9Pjf/7kRi/r4UK+XftcYUBgN8z8Goq+69jiFnd9U1SD+XwSOLWLMT7zvjXAn6or4GR3Dvfk7sD+JvN/uEA4OvfwJURPQwfApsoBE7QGc0NZAsJqt8zl0z9OZLx7x8hOOcAlyErAGb8AQHgu9U3U+kXUI5oQLuS4bM1jh1JpYDIIFAZHy5XsiNwBXB0ZF6TP/tfpaGnKQIPwGVkpwLnI+uxxYgg4NawBwDfAi4HtvMGfCuHBL7L3wYcqeHcRyPOmzymgOrAtvxGEwI4Mt+NLMsQ2YPxB8rBwLXA51s8JHD3pISU9p6FJNU2I76VE3cty4GfIT3/Q29HNwAkvICiPqArkX3ZsT2ggjew3QrBBchZAyVvkOUdBL5XBHLgytXqHQ3xPLpCpON4QmShSTYeerlcTtPIvgxcqG53jGvwHcgmJpBjzy5Xz2VplfxBXow++XnGAV9F2quNyoBRuXG0GPgJ8FPves0TiAwAawAXKQhircbzZ7rFyF7yy4D7ujGcrBv+YODTSA+/Harci5jlILAUqU0418tTGAQiAADew5gIXAdsn5hxYxtQfqJrBrKt9FoqB0skY+ZyRgw/eSLOIGQH3+eRDj5rZtSVdte7GKlROM88gbgA4HsCh+msunbkAy05A04D7gR+AzyN7DNP5lNig0EhkedwGoqc1HM0sJvG+Vma9buCwBLgxxoOmCcQIQBAtuiezup792MfWE5vA/cgNQ7usAkigoFvwP7A74MU8+yFLO3trB5ANa8nq/I9gTORJWiDQCQA8CEwBFleOjIRx8UcZyYNZCHSdOJuZAPKVCr7z30YJGfgcoPvZ9K9LyfefwRylPp+yFr+RGSpk4y6+z2FwCINB86nUh9gEAgMAB8CE5As+w5kK+FUbaachhSj3KtewZvIdtRyJ/mQZCKuXKOxU8XYnfojVY4Tke3PewLbInX8yc+R1yVOBwGXGDzHu/cGgcAA8PVhpIJrg4zNRF2tYkxFDqJ8Vl9vALMVCMubcC2DdJZfF9njsA1yTuL2CaNPgibvtQ1uPC0EvocsQVs4EAkA/HzAkcjy4Npk0x3tCgYr1Tt4AZiC9EucimxcWaghw2KdqZYhuyg7qPTX7wP0RWonBiDLdUP0z7EKzvXUm9pMQUALG31XOYHTkc1M5glE4gH4EDgRydoOILsxabkTlz2ppWr885HWaQs0Xl2MNFNZRaUOv01d+kH6GgasowAYrHCo9zpaDQILkOTzBeYJxBMCuIfQVxM23/YGcdYHbrkTL6HQ4Peodq9sR2N1CCxBWpidb55AHADwH4JrLX18jiDQEyjQzfeSBl0wQ+91TuB0DTtbGgKxACAJgbOBY3MMAVM84UBLewIxAcB/CCOQjO0RBgFTEyGwSD2BC1sVAsVIH8wc4FRWbypqyzamRk80g5C80wmJ8WcACAyBArIB5ySkzVNLx2mmpkJgCJJ3+kYrQiC2EGC1a1PXfxiyz/srZGPfgCmb4cC7wHeBX7bShBMzAHwIDNJY7QRku6pBwNQsCJwB/KJVIBA7AHwItAHHISWda5PtbaumeCGwUD2BloBAFgCQfAhHInu9N8bO+DM1BwLzFQK/yjsEihl7MCArA18E/k71DjcmU28nmrWQvFPuVwey4gEkwwGA8RoOHOU9JAsJTI0OByYjfSty6QlkDQC+u19WUn8VWS4c6X3fIGBqFATaNRy4NI8QyCIAquUFDgBOAz7oQcByA2GVBxD7OYEzkDMjcgWBLAMg+SA2RlYJjmP1zrYWFqRv+HmCr79EeHreIJB1ACRDgjakt/2pwPu877f6WX9pG0vegOB7AqflKRzIAwCqeQMTkAzuZ5DeeOYNNN9A/Hv7NPBnDc22zhkE2pGeFVfkAQJ5AkDyYbQB+wAnI22w3QEkrjusgaAx7r7vXb2LLNNeBLyINCO9BGlOmicIzEMSg5lfHcgbAJIhAUj7rKOQs+628X4v1lOJsmL4Je/+LUXaol+GnJewyvvdfZCquknkKzHYjiwRXpllCOQRAD4I/A83ATn37lAqJ8nmvTV2sw1/BfAP5KSkm6mciZAs0Nob2WQzkXwU1bjPMFdzApmFQJ4B0BkItlOP4ACkmMgf2BYa9MzwVyFnH9yihj+jk/vtf70PUlo7ISf5GD8cmJzVnEArAKBaWACwC/AJ5KScSYkHax5B9Rh/JXL4yR3IYalTugBtte/vj3Tf2SRnOYG5SGIwc70rWgUAXYFgR+TIrH2Rs/KKVX6n0EIGX+0ztwMPIpn9v3qG39Nj0n0I7Ks5gYk58wQyGQ60GgB8JR/QeHVTP4ZUFK7VQ+PIi8FX+1xTgfuAPwCPKAhqMfzOILCfhgN52dHpIPAO8E3g6m68IgNARB5B8uDOUUgR0R7IsWXb0HlxSxaB0N21zwce19n+CeB5pHkm3n0o9eJ+u/c/QMOB8TmDwGwNBzIBgVYHQNIj8EHQBmyEnK+3qwJhU/1+Z7EyEbq0yYNDql3bIuQsw/uBR4HngFnez/vQ+UGkvYHAh5HS2gk5gICfL0nmBKKFgAGgOgiSs9wAYLTCYC9kJWFT5GguugFCclAXmjT4OpvdO3u/WTq7P46caPxfpBtzRxdQbKTn5ScGfwVsmDNPYI6GA9fGnBMwAHQ9SItVZr4BSHnxOORY850VBusjvQvbejBAuhvohS5c9mr5iGI3cFiBLFdNUaN/BDm1eBpSvbeqGwA26/62QjgwGbgmVggYAGrLFVR7eGsgvQjGKQi2BTZHDjcZplDoT/VDPBs96FboawGSsJsOPKMu/esKgHkJg+8sF5LWffUTgxcrBPK2OjAZ+HWMEDAA1A+DzoyloAY/Ejm6e319jQXG6J/DFRx9vVcblUKkogcc5zGU1HBXeq/F6spPR4pxpuus7l7vJFz6GIy+Owi41YG8VQxGCQEDQHNhkFR/fQ1R72Cofr0W0sPAB0LRM/hVwHIkWfeu92pXCCyvMqt3da1ElpTyr+tADQfG5QwCs4FTgOtjgoABoPEDmW7i9xDXEZvBdweB/ZEdheNzBoGZwLeA62KBgAEgnEH2xjAb/f/FCIEDkIrBPIYDJ3sQCLpEaAAwxQyBA9UTcBDIS2JwpoYDN4SGgLXJMsUmv2jpbqSz05ScjFXn8o8CzkV6VCQ/s3kAJlNiVjwI6SewHvlqKhLcEzAPwJQFT+BO4OvAG8SxdNlIT+A84IhQnoABwJQVCPxew4E3qG83YqwQGA38DPhsCAhYCGDKWjhwKFIxOCYH4YC/gehtZHXgpjTDAfMATFnzBG4HvuZ5Alnuy++XmI/WcODT3mduun2aB2DKqidwMFInsD7ZrxNIegKnADcmQgXzAEzmCXiewB1qKNPJ/gk9hURO4BzgcP1ZqZlhjgHAlGUI3EIlMZiHs/rcZ1gPuCARDjQFAhYCmPIQDnwcqRgcS77Kht8GTgRurfKZzQMwmSegX/8eORDWhQNZn9X8cOA8pH19UzwBA4ApLxC4CSkWeovsrw74ENiwmeGAhQCmPIYDF5KPsmF/dWA6kvS8uZHhgHkApjyGAyerwUTfl78HYHOewFikYrCh4YB5AKa8egKHqScwlny1HH9TQ50/NMITMA/AlFdP4DY1lBk58QTcZ9hAwXZIIzwB8wBMefcEPgmcTz6WCH1P4CXkuPuHewM48wBMefcEfgecpJ5AHioG3QrHROBspAV93fsGDACmVoDALUhicGaOIFBGjrg/HekqXZd3YwAwtQoEbkY68s7KCQScDqeyMlDzvgEDgKmVIHBdzsKBEnKgzInAllXgYAAwmRIQuBE5tHN2TiBQBrZCVgVqroA0AJhaEQI3KARcOFDOMAD8UGCc5QBMpp5B4DdIYvBt8tFodGvkbEUDgMlUgycwGTlENevFQiCnKa1tADCZeg6B69QTyGo44INrG2AjA4DJVF84MItsbyUeAWxrADCZ6gsHTiHbqwNFYFcDgMlUHwR+y+qrA1mBgL8asJUBwGTqXTiQRQg4EGxc0z+w3YAm02oG5AziKKQf3wiytYtwFdDXPACTqTGeQNZyAjXN6AYAk6lzCFyrEJiTEQiUkZoGA4DJ1EBPYDIwN2IIlL0/XzMAmEyNhcDV6gnEDAGnJ2r55TZ7ziZTtxAoA9fo985Dym1jbDm+AnjIPACTqTmewDXAacC7xFkxOBX4jwHAZGoeBK7QcOCdSMIB/9oeQs5DMACYTE2GwGSgPaKcwFLkyPQlBgCTqfkQuAppyDk/MATcCsBdwCO1/mMDgMlUPwQuodJPIAQEXIViO/BrhZH1BDSZUoTA5UhiMO1wwD8L4FLg3nr+EwOAydSYnMBprF4nUG7yezvdCfwS2QNQc0MTA4DJ1DhP4CRkKa5YxVAbbfwF5Fiw79CLNucGAJOpcRC4Hvgq8C9WP8arUSAoef/vA8h5AP+hFzUJth3YZGqM/K3EWyPdhT4F9K/iDfQ0UVeu8h4g3Yt+ALxML5uZGgBMpsZCwBnuYOAw4Dhg+06Mu7ty4uTPpmi8/2tgHg1IOhoATKbGyzfM8cBeyMEduwP96vj/XgduA27S8AIatOJgADCZmg8BgHWBnYF9kPbd44B1vFm+4HkES4E31cW/H1niexlY2UjjNwCYTOmDoD8wHFgfGAVsoHDoi5TxvoHU87+J9CV8N/F/NfQEIwOAydTidDKZTAYAk8lkADCZTAYAk8lkADCZTAYAk8lkADCZTAYAk8lkADCZTBnX/wYA/M0obRWdNK0AAAAASUVORK5CYII=);
- width: 20px;
- height: 20px;
- background-size: 20px 20px;
-}
-
-.search .search-container input {
- background-color: #d04343; /* RGBA FALLBACK BITCHES */
- background-color: rgba(#d04343, 0);
- border: none;
- padding: 10px;
- display: block;
- width: 100%;
- border-bottom: 1px solid white;
- color: white;
- font-size: 16px;
-}
-
-.sort-container {
- max-width: 500px;
- margin: 0 auto;
- position: relative;
- padding: 10px 0;
- text-align: center;
-}
- .sort-container a { text-decoration: none; }
-
-
-.search .search-container input:focus {
- outline: none;
-}
-
-.main {
- max-width: 1000px;
- margin: 0 auto;
-}
-
-.adsense {
- margin: 0 auto;
- margin-top: 27px;
- max-width: 800px;
-}
-
-.sites {
- padding: 30px 0;
- min-height: 143px;
-}
-
- .sites a {
- color: #d15a58;
- text-decoration: none;
- }
-
- .sites a:hover {
- color: #283840;
- text-decoration: underline;
- }
-
-.site {
- display: inline-block;
- width: 25%;
- padding: 10px 5px;
-}
-
-.meta {
- display: none;
-}
-
-.content {
- max-width: 800px;
- margin: 0 auto;
- padding: 20px 0;
- overflow: auto;
-}
-
- .generate {
- text-align: center;
- margin-bottom: 10px;
- }
- .generate button {
- padding: 20px;
- border: 1px solid #d04343;
- }
- .tweet-button {
- margin: 0 auto;
- text-align: center;
- }
-
-
-/* #########################################################
-
- REDESIGN BLOCK /start
-
- ######################################################### */
-
-.ribbon {
- position: absolute;
- top: 0;
- right: 0;
- border: 0;
- z-index: 1;
- width: 15%;
- max-width: 149px;
-}
-
- .ribbon img {
- float: right;
- width: 100%;
- }
-
-/*.banner {
- display: block;
- text-align: center;
- background-color: #7BAC7B;
- font-weight: bold;
- color: #293840;
- padding: 20px;
- text-decoration: none;
- color: white;
-}
-
-.banner span {
-
-}
-
-.banner:hover {
- background-color: #5D895D;
-}*/
-
-.banner-block {
- background-color: #7BAC7B;
-}
-
-.banner-content {
- max-width: 1000px;
- margin: 0 auto;
- padding: 20px 0;
- color: white;
-}
-
-.banner-block .banner-block-half {
- display: inline-block;
- width: 50%;
- padding: 0 20px;
- vertical-align: top;
-}
-
-.banner-block .banner-block-half h2 {
- font-weight: 200;
-}
-
-.banner-block .banner-block-half p {
- margin: 0;
- font-size: 14px;
- line-height: 1.5;
- margin-bottom: 10px;
-}
-
-.banner-block .banner-block-half a {
- color: #2B2B2B;
- font-weight: bold;
- text-decoration: none;
-}
-
-.banner-block .banner-block-half ul {
- padding: 0;
-}
-
-.banner-block .banner-block-half li {
- font-size: 14px;
- list-style: none;
- padding: 5px;
-}
-
-.banner-block .banner-block-half li .dot-wrapper {
- width: 20px;
- height: 20px;
- display: inline-block;
- border-radius: 3px;
- border: 1px solid #BFC6CC;
- background-color: #EAEBED;
- padding: 4px 4px;
- vertical-align: middle;
-}
-.banner-block .banner-block-half li .dot {
- width: 10px;
- height: 10px;
- display: block;
- border-radius: 5px;
-}
-.banner-block .banner-block-half li .dot.easy {
- border: 1px solid #5D895D;
- background-color: #7BAC7B;
-}
-.banner-block .banner-block-half li .dot.medium {
- border: 1px solid #C5A65C;
- background-color: #E8C674;
-}
-.banner-block .banner-block-half li .dot.hard {
- border: 1px solid #AC4949;
- background-color: #d04343;
-}
-.banner-block .banner-block-half li .dot.impossible {
- border: 1px solid #000000;
- background-color: #2B2B2B;
-}
-
-.banner-block .banner-block-half a:hover {
- color: #d04343;
-}
-
-@media only screen and (max-width: 560px) {
- .banner-block .banner-block-half {
- width: 100%;
- }
-}
-
-.banner-block .banner-block-extension {
- max-width: 540px;
- margin: 0 auto;
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAACWCAYAAABNY6LIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJCNUM3MDc5MDUzOTExRTNCMDAwOUFDNUI5QzVDODkxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJCNUM3MDdBMDUzOTExRTNCMDAwOUFDNUI5QzVDODkxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkI1QzcwNzcwNTM5MTFFM0IwMDA5QUM1QjlDNUM4OTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkI1QzcwNzgwNTM5MTFFM0IwMDA5QUM1QjlDNUM4OTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5wy4/2AAAEk0lEQVR42uzby2oTYRiA4S9mmlNNU4KxaFqrJUI3LtsuXfQC9Aa8EL0nQS/AhTtbQdda8LQottEqTbEmWiMTieBCiqI5Pg9kkUWYj//Pv3iZmeTO3dsB42Dr3nbXKjBoGzfXM1bBecd5H1dXaiuxWF2Mufxc7/tR5yh2P+zGzt7zU39bK5+P1YurUSlUet9b7VY8ff0kDo8PnXWcdfhPEksAADCZXjZf9D5/o9naj+azfYsIMEBnLAEAAAAIdAAAAECgAwAAgEAHAAAABDoAAAAIdAAAAECgAwAAgEAHAAAABDoAAAAIdAAAAECgAwAAgEAHAAAABDoAAAAIdAAAAECgAwAAgEAHAAAABDoAAAAIdAAAAECgAwAAgEAHAAAABDoAAAAIdAAAAECgAwAAgEAHAAAA/lBiCQAAJs9SqRH14nKUc/NDuX6r8zFefdqJt8dvbAaAQAcAmD7ZTBJr1etDC/O+9PrXcmtxuXQ1Hh88jJPuV5sDINABAKZHP85nkmwsnKtGIZ+PfG5moDO0O1/ic7sde+8OohzzvZkevX9gcwBO4R10AIAJsTTb+BnnK5fqUSmfHXicp9JrptdOZ0hnSWe6UFy2QQACHQBgOtQLPyJ4oVaNJJsd+jzpDOksqeVSwwYBCHQAgOnQf+98tlgcmZkKufwvswEg0AEApsYo3D3vG8Yj9gACHQAAABDoAAAAMM4ym7c2u5YBAAAAhssddAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAwL+QjNIwGzfWs7YEAACAQdm6v30i0H8nE9/8RQAAAJg2HnEHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAAgQ4AAAAIdAAAABDoAAAAgEAHAAAABDoAAAAIdAAAAECgAwAAgEAHAAAABDoAAAAIdAAAAECgAwAAgEAHAAAABDoAAAAIdAAAAECgAwAAgEAHAAAABDoAAACMsu8CDACmO1MQJjnNFAAAAABJRU5ErkJggg==);
- background-size: 100%;
- background-position: center bottom;
- height: 100px;
- background-repeat: no-repeat;
-}
-
-.banner a {
- color: white;
- text-decoration: none;
-}
-
-.site-block {
- width: 24%;
- display: inline-block;
- padding: 10px 5px;
- vertical-align: top;
-}
-
-.site-block .site-header {
- display: block;
- font-size: 16px;
- font-weight: bold;
- color: white;
- padding: 10px;
- line-height: 1;
- direction: ltr;
-}
-
-.site-block.easy .site-header {
- background-color: #7BAC7B;
- border: 1px solid #5d895d;
-}
-.site-block.medium .site-header {
- background-color: #E8C674;
- border: 1px solid #c5a65c;
-}
-.site-block.hard .site-header {
- background-color: #d04343;
- border: 1px solid #ac4949;
-}
-.site-block.impossible .site-header {
- background-color: #2b2b2b;
- border: 1px solid black;
-}
-
-.site-block.easy .site-header:hover {
- background-color: #5d895d;
- color: white;
- text-decoration: none;
-}
-.site-block.medium .site-header:hover {
- background-color: #c5a65c;
- color: white;
- text-decoration: none;
-}
-.site-block.hard .site-header:hover {
- background-color: #ac4949;
- color: white;
- text-decoration: none;
-}
-.site-block.impossible .site-header:hover {
- background-color: black;
- color: white;
- text-decoration: none;
-}
-
-.site-block .site-difficulty {
- background-color: #EAEBED;
- border: 1px solid #BFC6CC;
- border-top: 0;
- line-height: 0;
- padding: 15px 10px;
- text-transform: uppercase;
- font-weight: bold;
- font-size: 12px;
- margin: 0;
- color: #293840;
-}
-.site-block .tooltip-content {
- background-color: #EAEBED;
- border: 1px solid #BFC6CC;
- border-top: 0;
- padding: 10px;
- line-height: 1.5;
- font-size: 12px;
- margin: 0;
- color: #293840;
- display: none;
-}
-
-.site-block .tooltip-toggle {
- background-color: #EAEBED;
- border: 1px solid #BFC6CC;
- display: block;
- border-top: 0;
- line-height: 0;
- padding: 15px 10px;
- text-transform: uppercase;
- font-weight: bold;
- font-size: 12px;
- margin: 0;
- color: #878787;
- font-size: 10px;
-}
-
-.site-block .tooltip-toggle.contains-info {
- color: #293840;
-}
-
-.site-block.easy .tooltip-toggle.contains-info:hover { color: #7BAC7B; }
-.site-block.medium .tooltip-toggle.contains-info:hover { color: #E8C674; }
-.site-block.hard .tooltip-toggle.contains-info:hover { color: #d04343; }
-.site-block.impossible .tooltip-toggle.contains-info:hover { color: #2b2b2b; }
-
-.info-block-half {
- display: inline-block;
- width: 50%;
- padding: 0 20px;
- vertical-align: top;
-}
-
-.share-buttons {
- float: right;
-}
-
-.share-buttons-rtl{
- float: left;
-}
-
-@media only screen and (max-width: 1000px) {
- .site-block {
- width: 33%;
- }
-}
-
-@media only screen and (max-width: 560px) {
- .info-block-half {
- width: 100%;
- }
- .share-buttons {
- float: none;
- margin-top: 10px;
- }
- .site-block {
- width: 50%;
- }
-}
-
-@media only screen and (max-width: 480px) {
- .site-block {
- width: 100%;
- }
-}
-
-/* #########################################################
-
- REDESIGN BLOCK /end
-
- ######################################################### */
-
-
-
-
-@media only screen and (max-width: 560px) {
- header {
- padding: 40px 20px;
- }
- .search {
- padding: 10px 20px;
- }
- .site {
- width: 50%;
- }
-}
-
-@media only screen and (max-width: 1000px) {
- .info-block {
- padding: 0 20px;
- }
-}
-
-.site a {
- display: block;
- font-size: 20px;
- text-decoration: none;
- color: #293840;
- font-size: 14px;
- font-weight: bold;
- /*color: white;*/
- padding: 20px 10px;
- text-align: center;
- /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
- background-color: #EAEBED;
-}
-
-.site a:hover {
- background-color: white;
-}
-
-.tooltip {
- display: none;
- z-index: 1;
- position: absolute;
- width: 25%;
- margin-left: -3%;
- margin-top: 10px;
- background-color: #EAEBED;
- padding: 0 5px 0 5px;
- color: #273840;
- border-bottom: 3px solid #2c383f;
- box-shadow: 1px 1px 10px #283840;
- font-size: 14px;
- line-height: 1.5;
-}
-
-.site.easy a {border-bottom: 6px solid #7bac7b;}
-.site.medium a {border-bottom: 6px solid #E8C674;}
-.site.hard a {border-bottom: 6px solid #cc1919;}
-.site.impossible a {border-bottom: 6px solid #000;}
-
-.no-results {
- display: none;
- text-align: center;
- font-weight: bold;
-}
-
-.info-block {
- background-color: #293840;
- border-top: 4px solid #d04343;
-}
-
-#about {
- padding-top: 40px;
- visibility: hidden;
-}
-
-.info-container {
- max-width: 1000px;
- margin: 0 auto;
- padding: 20px 0;
-}
-
-.info-container h2 {
- margin: 0;
- color: white;
- font-weight: 200;
- padding-bottom: 10px;
-}
-
-.info-container p {
- color: #9fb3be;
- margin: 0;
- font-size: 14px;
- line-height: 1.5;
- margin-bottom: 10px;
-}
-
-.info-container li {
- color: #9fb3be;
- font-size: 14px;
- margin: 5px 0;
-}
-
-.green, .yellow, .red, .black { font-weight: bold; }
-
-.info-container ul {
- padding: 0;
-}
-
-.info-container li .green {
- background-color: #7bac7b;
- border: 1px solid #5D895D;
- padding: 6px 12px;
- line-height: 1;
- color: white;
- display: inline-block;
-}
-.info-container li .yellow {
- background-color: #E8C674;
- border: 1px solid #C5A65C;
- padding: 6px 12px;
- line-height: 1;
- color: white;
- display: inline-block;
-}
-.info-container li .red {
- background-color: #d04343;
- border: 1px solid #AC4949;
- padding: 6px 12px;
- line-height: 1;
- color: white;
- display: inline-block;
-}
-.info-container li .black {
- background-color: #2B2B2B;
- border: 1px solid #000000;
- padding: 6px 12px;
- line-height: 1;
- color: white;
- display: inline-block;
-}
-
-footer {
- border-top: 1px solid #9fb3be;
- color: #9fb3be;
- font-size: 12px;
- padding: 10px 0 20px 0;
- margin-top: 30px;
-}
-
-footer a, .info-container a {
- color: white;
- text-decoration: none;
-}
-
-footer a:hover, .info-container a:hover {
- color: #d04343;
-}
-
-.beta {
- font-size: 50%;
- color: #d04343;
-}
-
-.clearfix {
- clear: both;
-}
-
-.info-block.contributors {
- border-top: none;
-}
-
-.contributors.translate {
- list-style-type: none;
- direction: ltr;
-}
-.contributors.translate LI > A {
- padding-left: 30px;
- background-position: 8px center;
- background-repeat: no-repeat;
-}
-
-.dropdown .help A { background-image: url(../icons/github16.png); }
-.dropdown .it A, .it A { background-image: url(../icons/flags/it16.png); }
-.dropdown .en A, .en A { background-image: url(../icons/flags/en16.png); }
-.dropdown .fr A, .fr A { background-image: url(../icons/flags/fr16.png); }
-.dropdown .de A, .de A { background-image: url(../icons/flags/de16.png); }
-.dropdown .es A, .es A { background-image: url(../icons/flags/es16.png); }
-.dropdown .ru A, .ru A { background-image: url(../icons/flags/ru16.png); }
-.dropdown .pt_br A, .pt_br A { background-image: url(../icons/flags/pt_br16.png); }
-.dropdown .cat A, .cat A { background-image: url(../icons/flags/cat16.png); }
-.dropdown .vi A, .vi A { background-image: url(../icons/flags/vi16.png); }
-.dropdown .tr A, .tr A { background-image: url(../icons/flags/tr16.png); }
-.dropdown .ar A, .ar A { background-image: url(../icons/flags/ar16.png); }
-.dropdown .nl A, .nl A { background-image: url(../icons/flags/nl16.png); }
-.dropdown .fa A, .fa A { background-image: url(../icons/flags/fa16.png); }
-.dropdown .zh-cn A, .zh-cn A { background-image: url(../icons/flags/cn16.png); }
-.dropdown .id A, .id A { background-image: url(../icons/flags/id16.png); }
-.dropdown .ro A, .ro A { background-image: url(../icons/flags/ro16.png); }
-.dropdown .pl A, .pl A { background-image: url(../icons/flags/pl16.png); }
-.dropdown .zh-tw A, .zh-tw A { background-image: url(../icons/flags/tw16.png); }
-.dropdown .sk A, .sk A { background-image: url(../icons/flags/sk16.png); }
-.dropdown .sr A, .sr A { background-image: url(../icons/flags/sr16.png); }
-
-#en {
- background-image: url(../icons/flags/en24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#fr {
- background-image: url(../icons/flags/fr24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#de {
- background-image: url(../icons/flags/de24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#it {
- background-image: url(../icons/flags/it24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#es {
- background-image: url(../icons/flags/es24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#ru {
- background-image: url(../icons/flags/ru24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#pt_br {
- background-image: url(../icons/flags/pt_br24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#cat {
- background-image: url(../icons/flags/cat24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#vi {
- background-image: url(../icons/flags/vi24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#tr {
- background-image: url(../icons/flags/tr24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#ar {
- background-image: url(../icons/flags/ar24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#nl {
- background-image: url(../icons/flags/nl24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#fa {
- background-image: url(../icons/flags/fa24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#zh-cn {
- background-image: url(../icons/flags/cn24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#zh-tw {
- background-image: url(../icons/flags/tw24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#id {
- background-image: url(../icons/flags/id24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#ro {
- background-image: url(../icons/flags/ro24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#pl {
- background-image: url(../icons/flags/pl24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#sk {
- background-image: url(../icons/flags/sk24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
-
-#sr {
- background-image: url(../icons/flags/sr24.png);
- background-repeat:no-repeat;
- background-position: left center;
-}
\ No newline at end of file
diff --git a/site/assets/icons/apple-touch-icon-120x120-precomposed.png b/site/assets/icons/apple-touch-icon-120x120-precomposed.png
deleted file mode 100644
index 50d07c9c..00000000
Binary files a/site/assets/icons/apple-touch-icon-120x120-precomposed.png and /dev/null differ
diff --git a/site/assets/icons/apple-touch-icon-144x144-precomposed.png b/site/assets/icons/apple-touch-icon-144x144-precomposed.png
deleted file mode 100644
index b6d71b0b..00000000
Binary files a/site/assets/icons/apple-touch-icon-144x144-precomposed.png and /dev/null differ
diff --git a/site/assets/icons/apple-touch-icon-72x72-precomposed.png b/site/assets/icons/apple-touch-icon-72x72-precomposed.png
deleted file mode 100644
index ce6c6a71..00000000
Binary files a/site/assets/icons/apple-touch-icon-72x72-precomposed.png and /dev/null differ
diff --git a/site/assets/icons/apple-touch-icon-precomposed.png b/site/assets/icons/apple-touch-icon-precomposed.png
deleted file mode 100644
index b6d71b0b..00000000
Binary files a/site/assets/icons/apple-touch-icon-precomposed.png and /dev/null differ
diff --git a/site/assets/icons/favicon.ico b/site/assets/icons/favicon.ico
deleted file mode 100644
index 009a8578..00000000
Binary files a/site/assets/icons/favicon.ico and /dev/null differ
diff --git a/site/assets/icons/flags/ar16.png b/site/assets/icons/flags/ar16.png
deleted file mode 100644
index 67fe4326..00000000
Binary files a/site/assets/icons/flags/ar16.png and /dev/null differ
diff --git a/site/assets/icons/flags/ar24.png b/site/assets/icons/flags/ar24.png
deleted file mode 100644
index 055948e1..00000000
Binary files a/site/assets/icons/flags/ar24.png and /dev/null differ
diff --git a/site/assets/icons/flags/cat16.png b/site/assets/icons/flags/cat16.png
deleted file mode 100644
index db85b212..00000000
Binary files a/site/assets/icons/flags/cat16.png and /dev/null differ
diff --git a/site/assets/icons/flags/cat24.png b/site/assets/icons/flags/cat24.png
deleted file mode 100644
index 023c243e..00000000
Binary files a/site/assets/icons/flags/cat24.png and /dev/null differ
diff --git a/site/assets/icons/flags/cn16.png b/site/assets/icons/flags/cn16.png
deleted file mode 100644
index edd5f1de..00000000
Binary files a/site/assets/icons/flags/cn16.png and /dev/null differ
diff --git a/site/assets/icons/flags/cn24.png b/site/assets/icons/flags/cn24.png
deleted file mode 100644
index 17cd5d01..00000000
Binary files a/site/assets/icons/flags/cn24.png and /dev/null differ
diff --git a/site/assets/icons/flags/de16.png b/site/assets/icons/flags/de16.png
deleted file mode 100644
index d2829896..00000000
Binary files a/site/assets/icons/flags/de16.png and /dev/null differ
diff --git a/site/assets/icons/flags/de24.png b/site/assets/icons/flags/de24.png
deleted file mode 100644
index 0c229c32..00000000
Binary files a/site/assets/icons/flags/de24.png and /dev/null differ
diff --git a/site/assets/icons/flags/en16.png b/site/assets/icons/flags/en16.png
deleted file mode 100644
index a1d267e8..00000000
Binary files a/site/assets/icons/flags/en16.png and /dev/null differ
diff --git a/site/assets/icons/flags/en24.png b/site/assets/icons/flags/en24.png
deleted file mode 100644
index 02fa2a15..00000000
Binary files a/site/assets/icons/flags/en24.png and /dev/null differ
diff --git a/site/assets/icons/flags/es16.png b/site/assets/icons/flags/es16.png
deleted file mode 100644
index df2315f2..00000000
Binary files a/site/assets/icons/flags/es16.png and /dev/null differ
diff --git a/site/assets/icons/flags/es24.png b/site/assets/icons/flags/es24.png
deleted file mode 100644
index 39d0c76c..00000000
Binary files a/site/assets/icons/flags/es24.png and /dev/null differ
diff --git a/site/assets/icons/flags/fa16.png b/site/assets/icons/flags/fa16.png
deleted file mode 100644
index 354a3ac5..00000000
Binary files a/site/assets/icons/flags/fa16.png and /dev/null differ
diff --git a/site/assets/icons/flags/fa24.png b/site/assets/icons/flags/fa24.png
deleted file mode 100644
index eca434ca..00000000
Binary files a/site/assets/icons/flags/fa24.png and /dev/null differ
diff --git a/site/assets/icons/flags/fr16.png b/site/assets/icons/flags/fr16.png
deleted file mode 100644
index b18c5ff8..00000000
Binary files a/site/assets/icons/flags/fr16.png and /dev/null differ
diff --git a/site/assets/icons/flags/fr24.png b/site/assets/icons/flags/fr24.png
deleted file mode 100644
index f27f4114..00000000
Binary files a/site/assets/icons/flags/fr24.png and /dev/null differ
diff --git a/site/assets/icons/flags/id16.png b/site/assets/icons/flags/id16.png
deleted file mode 100644
index a14683d7..00000000
Binary files a/site/assets/icons/flags/id16.png and /dev/null differ
diff --git a/site/assets/icons/flags/id24.png b/site/assets/icons/flags/id24.png
deleted file mode 100644
index e938f433..00000000
Binary files a/site/assets/icons/flags/id24.png and /dev/null differ
diff --git a/site/assets/icons/flags/it16.png b/site/assets/icons/flags/it16.png
deleted file mode 100644
index 42d16778..00000000
Binary files a/site/assets/icons/flags/it16.png and /dev/null differ
diff --git a/site/assets/icons/flags/it24.png b/site/assets/icons/flags/it24.png
deleted file mode 100644
index 53ec7025..00000000
Binary files a/site/assets/icons/flags/it24.png and /dev/null differ
diff --git a/site/assets/icons/flags/nl16.png b/site/assets/icons/flags/nl16.png
deleted file mode 100644
index 036658e7..00000000
Binary files a/site/assets/icons/flags/nl16.png and /dev/null differ
diff --git a/site/assets/icons/flags/nl24.png b/site/assets/icons/flags/nl24.png
deleted file mode 100644
index 0f98743c..00000000
Binary files a/site/assets/icons/flags/nl24.png and /dev/null differ
diff --git a/site/assets/icons/flags/pl16.png b/site/assets/icons/flags/pl16.png
deleted file mode 100644
index 4d0fc51f..00000000
Binary files a/site/assets/icons/flags/pl16.png and /dev/null differ
diff --git a/site/assets/icons/flags/pl24.png b/site/assets/icons/flags/pl24.png
deleted file mode 100644
index b9807dcc..00000000
Binary files a/site/assets/icons/flags/pl24.png and /dev/null differ
diff --git a/site/assets/icons/flags/pt_br16.png b/site/assets/icons/flags/pt_br16.png
deleted file mode 100644
index 42e1849e..00000000
Binary files a/site/assets/icons/flags/pt_br16.png and /dev/null differ
diff --git a/site/assets/icons/flags/pt_br24.png b/site/assets/icons/flags/pt_br24.png
deleted file mode 100644
index e660338c..00000000
Binary files a/site/assets/icons/flags/pt_br24.png and /dev/null differ
diff --git a/site/assets/icons/flags/ro16.png b/site/assets/icons/flags/ro16.png
deleted file mode 100644
index 3d9c2a3e..00000000
Binary files a/site/assets/icons/flags/ro16.png and /dev/null differ
diff --git a/site/assets/icons/flags/ro24.png b/site/assets/icons/flags/ro24.png
deleted file mode 100644
index cc2494d2..00000000
Binary files a/site/assets/icons/flags/ro24.png and /dev/null differ
diff --git a/site/assets/icons/flags/ru16.png b/site/assets/icons/flags/ru16.png
deleted file mode 100644
index 0d74832b..00000000
Binary files a/site/assets/icons/flags/ru16.png and /dev/null differ
diff --git a/site/assets/icons/flags/ru24.png b/site/assets/icons/flags/ru24.png
deleted file mode 100644
index d9624ca1..00000000
Binary files a/site/assets/icons/flags/ru24.png and /dev/null differ
diff --git a/site/assets/icons/flags/sk16.png b/site/assets/icons/flags/sk16.png
deleted file mode 100644
index d622ef05..00000000
Binary files a/site/assets/icons/flags/sk16.png and /dev/null differ
diff --git a/site/assets/icons/flags/sk24.png b/site/assets/icons/flags/sk24.png
deleted file mode 100644
index 8d9d1d76..00000000
Binary files a/site/assets/icons/flags/sk24.png and /dev/null differ
diff --git a/site/assets/icons/flags/sr16.png b/site/assets/icons/flags/sr16.png
deleted file mode 100644
index d95bcdfc..00000000
Binary files a/site/assets/icons/flags/sr16.png and /dev/null differ
diff --git a/site/assets/icons/flags/sr24.png b/site/assets/icons/flags/sr24.png
deleted file mode 100644
index 8dca3540..00000000
Binary files a/site/assets/icons/flags/sr24.png and /dev/null differ
diff --git a/site/assets/icons/flags/tr16.png b/site/assets/icons/flags/tr16.png
deleted file mode 100644
index d5a384a6..00000000
Binary files a/site/assets/icons/flags/tr16.png and /dev/null differ
diff --git a/site/assets/icons/flags/tr24.png b/site/assets/icons/flags/tr24.png
deleted file mode 100644
index 786d7364..00000000
Binary files a/site/assets/icons/flags/tr24.png and /dev/null differ
diff --git a/site/assets/icons/flags/tw16.png b/site/assets/icons/flags/tw16.png
deleted file mode 100644
index 30f98a15..00000000
Binary files a/site/assets/icons/flags/tw16.png and /dev/null differ
diff --git a/site/assets/icons/flags/tw24.png b/site/assets/icons/flags/tw24.png
deleted file mode 100644
index 0bd41256..00000000
Binary files a/site/assets/icons/flags/tw24.png and /dev/null differ
diff --git a/site/assets/icons/flags/vi16.png b/site/assets/icons/flags/vi16.png
deleted file mode 100644
index 06b9498e..00000000
Binary files a/site/assets/icons/flags/vi16.png and /dev/null differ
diff --git a/site/assets/icons/flags/vi24.png b/site/assets/icons/flags/vi24.png
deleted file mode 100644
index 33385c12..00000000
Binary files a/site/assets/icons/flags/vi24.png and /dev/null differ
diff --git a/site/assets/icons/github16.png b/site/assets/icons/github16.png
deleted file mode 100644
index 0d954e5c..00000000
Binary files a/site/assets/icons/github16.png and /dev/null differ
diff --git a/site/assets/js/gen/generate.js b/site/assets/js/gen/generate.js
deleted file mode 100644
index 5dee0881..00000000
--- a/site/assets/js/gen/generate.js
+++ /dev/null
@@ -1,76 +0,0 @@
-$(function(){
-
-var mNames = ["Jacob","Michael","Ethan","Joshua","Daniel","Alexander","Anthony","William","Christopher","Matthew","Jayden","Andrew","Joseph","David","Noa","Aiden","James","Ryan","Logan","John","Nathan","Elijah","Christia","Gabriel","Benjami","Jonathan","Tyler","Samuel","Nicholas","Gavin","Dylan","Jackson","Brandon","Caleb","Mason","Angel","Isaac","Evan","Jack","Kevin","Jose","Isaiah","Luke","Landon","Justin","Lucas","Zachary","Jordan","Robert","Aaron","Brayden","Thomas","Cameron","Hunter","Austin","Adrian","Connor","Owen","Aidan","Jason","Julian","Wyatt","Charles","Luis","Carter","Juan","Chase","Diego","Jeremiah","Brody","Xavier","Adam","Carlos","Sebastian","Liam","Hayden","Nathaniel","Henry","Jesus","Ian","Tristan","Bryan","Sean","Cole","Alex","Eric","Brian","Jaden","Carson","Blake","Ayden","Cooper","Dominic","Brady","Caden","Josiah","Kyle","Colton","Kaden","Eli","Miguel","Antonio","Parker","Steven","Alejandro","Riley","Richard","Timothy","Devin","Jesse","Victor","Jake","Joel","Colin","Kaleb","Bryce","Levi","Oliver","Oscar","Vincent","Ashton","Cody","Micah","Preston","Marcus","Max","Patrick","Seth","Jeremy","Peyton","Nolan","Ivan","Damian","Maxwell","Alan","Kenneth","Jonah","Jorge","Mark","Giovanni","Eduardo","Grant","Collin","Gage","Omar","Emmanuel","Trevor","Edward","Ricardo","Cristian","Nicolas","Kayden","George","Jaxon","Paul","Braden","Elias","Andres","Derek","Garrett","Tanner","Malachi","Conner","Fernando","Cesar","Javier","Miles","Jaiden","Alexis","Leonardo","Santiago","Francisco","Cayden","Shane","Edwin","Hudson","Travis","Bryson","Erick","Jace","Hector","Josue","Peter","Jaylen","Mario","Manuel","Abraham","Grayson","Damien","Kaiden","Spencer","Stephen","Edgar","Wesley","Shawn","Trenton","Jared","Jeffrey","Landen","Johnathan","Bradley","Braxton","Ryder","Camden","Roman","Asher","Brendan","Maddox","Sergio","Israel","Andy","Lincoln","Erik","Donovan","Raymond","Avery","Rylan","Dalton","Harrison","Andre","Martin","Keegan","Marco","Jude","Sawyer","Dakota","Leo","Calvin","Kai","Drake","Troy","Zion","Clayton","Roberto","Zane","Gregory","Tucker","Rafael","Kingston","Dominick","Ezekiel","Griffin","Devon","Drew","Lukas","Johnny","Ty","Pedro","Tyson","Caide","Mateo","Braylon","Cash","Aden","Chance","Taylor","Marcos","Maximus","Ruben","Emanuel","Simon","Corbin","Brennan","Dillon","Skyler","Myles","Xander","Jaxson","Dawson","Kameron","Kyler","Axel","Colby","Jonas","Joaquin","Payton","Brock","Frank","Enrique","Quinn","Emilio","Malik","Grady","Angelo","Julio","Derrick","Raul","Fabian","Corey","Gerardo","Dante","Ezra","Armando","Allen","Theodore","Gael","Amir","Zander","Adan","Maximilian","Randy","Easton","Dustin","Luca","Phillip","Julius","Charlie","Ronald","Jakob","Cade","Brett","Trent","Silas","Keith","Emiliano","Trey","Jalen","Darius","Lane","Jerry","Jaime","Scott","Graham","Weston","Braydon","Anderson","Rodrigo","Pablo","Saul","Danny","Donald","Elliot","Brayan","Dallas","Lorenzo","Casey","Mitchell","Alberto","Tristen","Rowan","Jayson","Gustavo","Aaden","Amari","Dean","Braeden","Declan","Chris","Ismael","Dane","Louis","Arturo","Brenden","Felix","Jimmy","Cohen","Tony","Holden","Reid","Abel","Bennett","Zackary","Arthur","Nehemiah","Ricky","Esteban","Cruz","Finn","Mauricio","Dennis","Keaton","Albert","Marvin","Mathew","Larry","Moises","Issac","Philip","Quentin","Curtis","Greyson","Jameson","Everett","Jayce","Darren","Elliott","Uriel","Alfredo","Hugo","Alec","Jamari","Marshall","Walter","Judah","Jay","Lance","Beau","Ali","Landyn","Yahir","Phoenix","Nickolas","Kobe","Bryant","Maurice","Russell","Leland","Colten","Reed","Davis","Joe","Ernesto","Desmond","Kade","Reece","Morgan","Ramon","Rocco","Orlando","Ryker","Brodie","Paxton","Jacoby","Douglas","Kristopher","Gary","Lawrence","Izaiah","Solomon","Nikolas","Mekhi","Justice","Tate","Jaydon","Salvador","Shaun","Alvin","Eddie","Kane","Davion","Zachariah","Dorian","Titus","Kellen","Camron","Isiah","Javon","Nasir","Milo","Johan","Byron","Jasper","Jonathon","Chad","Marc","Kelvin","Chandler","Sam","Cory","Deandre","River","Reese","Roger","Quinton","Talon","Romeo","Franklin","Noel","Alijah","Guillermo","Gunner","Damon","Jadon","Emerson","Micheal","Bruce","Terry","Kolton","Melvin","Beckett","Porter","August","Brycen","Dayton","Jamarion","Leonel","Karson","Zayden","Keagan","Carl","Khalil","Cristopher","Nelson","Braiden","Moses","Isaias","Roy","Triston","Walker","Kale","Jermaine","Leon","Rodney","Kristian","Mohamed","Ronan","Pierce","Trace","Warren","Jeffery","Maverick","Cyrus","Quincy","Nathanael","Skylar","Tommy","Conor","Noe","Ezequiel","Demetrius","Jaylin","Kendrick","Frederick","Terrance","Bobby","Jamison","Jon","Rohan","Jett","Kieran","Tobias","Ari","Colt","Gideon","Felipe","Kenny","Wilson","Orion","Kamari","Gunnar","Jessie","Alonzo","Gianni","Omari","Waylon","Malcolm","Emmett","Abram","Julien","London","Tomas","Allan","Terrell","Matteo","Tristin","Jairo","Reginald","Brent","Ahmad","Yandel","Rene","Willie","Boston","Billy","Marlon","Trevon","Aydan","Jamal","Aldo","Ariel","Cason","Braylen","Javion","Joey","Rogelio","Ahmed","Dominik","Brendon","Toby","Kody","Marquis","Ulises","Armani","Adriel","Alfonso","Branden","Will","Craig","Ibrahim","Osvaldo","Wade","Harley","Steve","Davin","Deshawn","Kason","Damion","Jaylon","Jefferson","Aron","Brooks","Darian","Gerald","Rolando","Terrence","Enzo","Kian","Ryland","Barrett","Jaeden","Ben","Bradyn","Giovani","Blaine","Madden","Jerome","Muhammad","Ronnie","Layne","Kolby","Leonard","Vicente","Cale","Alessandro","Zachery","Gavyn","Aydin","Xzavier","Malakai","Raphael","Cannon","Rudy","Asa","Darrell","Giancarlo","Elisha","Junior","Zackery","Alvaro","Lewis","Valentin","Deacon","Jase","Harry","Kendall","Rashad","Finnegan","Mohammed","Ramiro","Cedric","Brennen","Santino","Stanley","Tyrone","Chace","Francis","Johnathon","Teagan","Zechariah","Alonso","Kaeden","Kamden","Gilberto","Ray","Karter","Luciano","Nico","Kole","Aryan","Draven","Jamie","Misael","Lee","Alexzander","Camren","Giovanny","Amare","Rhett","Rhys","Rodolfo","Nash","Markus","Deven","Mohammad","Moshe","Quintin","Dwayne","Memphis","Atticus","Davian","Eugene","Jax","Antoine","Wayne","Randall","Semaj","Uriah","Clark","Aidyn","Jorden","Maxim","Aditya","Lawson","Messiah","Korbin","Sullivan","Freddy","Demarcus","Neil","Brice","King","Davon","Elvis","Ace","Dexter","Heath","Duncan","Jamar","Sincere","Irvin","Remington","Kadin","Soren","Tyree","Damarion","Talan","Adrien","Gilbert","Keenan","Darnell","Adolfo","Tristian","Derick","Isai","Rylee","Gauge","Harold","Kareem","Deangelo","Agustin","Coleman","Zavier","Lamar","Emery","Jaydin","Devan","Jordyn","Mathias","Prince","Sage","Seamus","Jasiah","Efrain","Darryl","Arjun","Mike","Roland","Conrad","Kamron","Hamza","Santos","Frankie","Dominique","Marley","Vance","Dax","Jamir","Kylan","Todd","Maximo","Jabari","Matthias","Haiden","Luka","Marcelo","Keon","Layton","Tyrell","Kash","Raiden","Cullen","Donte","Jovani","Cordell","Kasen","Rory","Alfred","Darwin","Ernest","Bailey","Gaige","Hassan","Jamarcus","Killian","Augustus","Trevin","Zain","Ellis","Rex","Yusuf","Bruno","Jaidyn","Justus","Ronin","Humberto","Jaquan","Josh","Kasey","Winston","Dashawn","Lucian","Matias","Sidney","Ignacio","Nigel","Van","Elian","Finley","Jaron","Addison","Aedan","Braedon","Jadyn","Konner","Zayne","Franco","Niko","Savion","Cristofer","Deon","Krish","Anton","Brogan","Cael","Coby","Kymani","Marcel","Yair","Dale","Bo","Jordon","Samir","Darien","Zaire","Ross","Vaughn","Devyn","Kenyon","Clay","Dario","Ishaan","Jair","Kael","Adonis","Jovanny","Clinton","Rey","Chaim","German","Harper","Nathen","Rigoberto","Sonny","Glenn","Octavio","Blaze","Keshawn","Ralph","Ean","Nikhil","Rayan","Sterling","Branson","Jadiel","Dillan","Jeramiah","Koen","Konnor","Antwan","Houston","Tyrese","Dereon","Leonidas","Zack","Fisher","Jaydan","Quinten","Nick","Urijah","Darion","Jovan","Salvatore","Beckham","Jarrett","Antony","Eden","Makai","Zaiden","Broderick","Camryn","Malaki","Nikolai","Howard","Immanuel","Demarion","Valentino","Jovanni","Ayaan","Ethen","Leandro","Royce","Yael","Yosef","Jean","Marquise","Alden","Leroy","Gaven","Jovany","Tyshawn","Aarav","Kadyn","Milton","Zaid","Kelton","Tripp","Kamren","Slade","Hezekiah","Jakobe","Nathanial","Rishi","Shamar","Geovanni","Pranav","Roderick","Bentley","Clarence","Lyric","Bernard","Carmelo","Denzel","Maximillian","Reynaldo","Cassius","Gordon","Reuben","Samson","Yadiel","Jayvon","Reilly","Sheldon","Abdullah","Jagger","Thaddeus","Case","Kyson","Lamont","Chaz","Makhi","Jan","Marques","Oswaldo","Donavan","Keyon","Kyan","Simeon","Trystan","Andreas","Dangelo","Landin","Reagan","Turner","Arnav","Brenton","Callum","Jayvion","Bridger","Sammy","Deegan","Jaylan","Lennon","Odin","Abdiel","Jerimiah","Eliezer","Bronson","Cornelius","Pierre","Cortez","Baron","Carlo","Carsen","Fletcher","Izayah","Kolten","Damari","Hugh","Jensen","Yurem"];
-var fNames = ["Kira","Crystal","Mallory","Esmeralda","Alejandra","Eleanor","Angelica","Jayda","Abby","Kara","Veronica","Carmen","Jamie","Ryleigh","Valentina","Allyson","Dakota","Kamryn","Courtney","Cecilia","Madeleine","Aniya","Alison","Esther","Heaven","Aubree","Lindsey","Leilani","Nina","Melody","Macy","Ashlynn","Joanna","Cassandra","Alayna","Kaydence","Madilyn","Aurora","Heidi","Emerson","Kimora","Madalyn","Erica","Josie","Katelynn","Guadalupe","Harper","Ivy","Lexi","Camille","Savanna","Dulce","Daniella","Lucia","Emely","Joselyn","Kiley","Kailey","Miriam","Cynthia","Rihanna","Georgia","Rylie","Harmony","Kiera","Kyleigh","Monica","Bethany","Kaylie","Cameron","Teagan","Cora","Brynn","Ciara","Genevieve","Alice","Maddison","Eliza","Tatiana","Jaelyn","Erika","Ximena","April","Marely","Julie","Danica","Presley","Brielle","Julissa","Angie","Iris","Brenda","Hazel","Rose","Malia","Shayla","Fiona","Phoebe","Nayeli","Paola","Kaelyn","Selena","Audrina","Rebekah","Carolina","Janiyah","Michaela","Penelope","Janiya","Anastasia","Adeline","Ruth","Sasha","Denise","Holly","Madisyn","Hanna","Tatum","Marlee","Nataly","Helen","Janelle","Lizbeth","Serena","Anya","Jaslene","Kaylin","Jazlyn","Nancy","Lindsay","Desiree","Hayley","Itzel","Imani","Madelynn","Asia","Kadence","Madyson","Talia","Jane","Kayden","Annie","Amari","Bridget","Raegan","Jadyn","Celeste","Jimena","Luna","Yasmin","Emilia","Annika","Estrella","Sarai","Lacey","Ayla","Alessandra","Willow","Nyla","Dayana","Lilah","Lilliana","Natasha","Hadley","Harley","Priscilla","Claudia","Allisson","Baylee","Brenna","Brittany","Skyler","Fernanda","Danna","Melany","Cali","Lia","Macie","Lyric","Logan","Gloria","Lana","Mylee","Cindy","Lilian","Amira","Anahi","Alissa","Anaya","Lena","Ainsley","Sandra","Noelle","Marisol","Meredith","Kailyn","Lesly","Johanna","Diamond","Evangeline","Juliet","Kathleen","Meghan","Paisley","Athena","Hailee","Rosa","Wendy","Emilee","Sage","Alanna","Elaina","Cara","Nia","Paris","Casey","Dana","Emery","Rowan","Aubrie","Kaitlin","Jaden","Kenzie","Kiana","Viviana","Norah","Lauryn","Perla","Amiyah","Alyson","Rachael","Shannon","Aileen","Miracle","Lillie","Danika","Heather","Kassidy","Taryn","Tori","Francesca","Kristen","Amya","Elle","Kristina","Cheyanne","Haylie","Patricia","Anne","Samara","Kira","Crystal","Mallory","Esmeralda","Alejandra","Eleanor","Angelica","Jayda","Abby","Kara","Veronica","Carmen","Jamie","Ryleigh","Valentina","Allyson","Dakota","Kamryn","Courtney","Cecilia","Madeleine","Aniya","Alison","Esther","Heaven","Aubree","Lindsey","Leilani","Nina","Melody","Macy","Ashlynn","Joanna","Cassandra","Alayna","Kaydence","Madilyn","Aurora","Heidi","Emerson","Kimora","Madalyn","Erica","Josie","Katelynn","Guadalupe","Harper","Ivy","Lexi","Camille","Savanna","Dulce","Daniella","Lucia","Emely","Joselyn","Kiley","Kailey","Miriam","Cynthia","Rihanna","Georgia","Rylie","Harmony","Kiera","Kyleigh","Monica","Bethany","Kaylie","Cameron","Teagan","Cora","Brynn","Ciara","Genevieve","Alice","Maddison","Eliza","Tatiana","Jaelyn","Erika","Ximena","April","Marely","Julie","Danica","Presley","Brielle","Julissa","Angie","Iris","Brenda","Hazel","Rose","Malia","Shayla","Fiona","Phoebe","Nayeli","Paola","Kaelyn","Selena","Audrina","Rebekah","Carolina","Janiyah","Michaela","Penelope","Janiya","Anastasia","Adeline","Ruth","Sasha","Denise","Holly","Madisyn","Hanna","Tatum","Marlee","Nataly","Helen","Janelle","Lizbeth","Serena","Anya","Jaslene","Kaylin","Jazlyn","Nancy","Lindsay","Desiree","Hayley","Itzel","Imani","Madelynn","Asia","Kadence","Madyson","Talia","Jane","Kayden","Annie","Amari","Bridget","Raegan","Jadyn","Celeste","Jimena","Luna","Yasmin","Emilia","Annika","Estrella","Sarai","Lacey","Ayla","Alessandra","Willow","Nyla","Dayana","Lilah","Lilliana","Natasha","Hadley","Harley","Priscilla","Claudia","Allisson","Baylee","Brenna","Brittany","Skyler","Fernanda","Danna","Melany","Cali","Lia","Macie","Lyric","Logan","Gloria","Lana","Mylee","Cindy","Lilian","Amira","Anahi","Alissa","Anaya","Lena","Ainsley","Sandra","Noelle","Marisol","Meredith","Kailyn","Lesly","Johanna","Diamond","Evangeline","Juliet","Kathleen","Meghan","Paisley","Athena","Hailee","Rosa","Wendy","Emilee","Sage","Alanna","Elaina","Cara","Nia","Paris","Casey","Dana","Emery","Rowan","Aubrie","Kaitlin","Jaden","Kenzie","Kiana","Viviana","Norah","Lauryn","Perla","Amiyah","Alyson","Rachael","Shannon","Aileen","Miracle","Lillie","Danika","Heather","Kassidy","Taryn","Tori","Francesca","Kristen","Amya","Elle","Kristina","Cheyanne","Haylie","Patricia","Anne","Samara","Skye","Kali","America","Lexie","Parker","Halle","Londyn","Abbigail","Linda","Hallie","Saniya","Bryanna","Bailee","Jaylynn","Mckayla","Quinn","Jaelynn","Jaida","Caylee","Jaiden","Melina","Abril","Sidney","Kassandra","Elisabeth","Adalyn","Kaylynn","Mercedes","Yesenia","Elliana","Brylee","Dylan","Isabela","Ryan","Ashlee","Daphne","Kenya","Marina","Christine","Mikaela","Kaitlynn","Justice","Saniyah","Jaliyah","Ingrid","Marie","Natalee","Joy","Juliette","Simone","Adelaide","Krystal","Kennedi","Mila","Tamia","Addisyn","Aylin","Dayanara","Sylvia","Clarissa","Maritza","Virginia","Braelyn","Jolie","Jaidyn","Kinsley","Kirsten","Laney","Marilyn","Whitney","Janessa","Raquel","Anika","Kamila","Aria","Rubi","Adelyn","Amara","Ayanna","Teresa","Zariah","Kaleigh","Amani","Carla","Yareli","Gwendolyn","Paulina","Nathalie","Annabella","Jaylin","Tabitha","Deanna","Madalynn","Journey","Aiyana","Skyla","Yaretzi","Ada","Liana","Karlee","Jenny","Myla","Cristina","Myah","Lisa","Tania","Isis","Jayleen","Jordin","Arely","Azul","Helena","Aryanna","Jaqueline","Lucille","Destinee","Martha","Zoie","Arielle","Liberty","Marlene","Elisa","Isla","Noemi","Raven","Jessie","Aleah","Kailee","Kaliyah","Lilyana","Haven","Tara","Giana","Camilla","Maliyah","Irene","Carley","Maeve","Lea","Macey","Sharon","Alisha","Marisa","Jaylene","Kaya","Scarlet","Siena","Adyson","Maia","Shiloh","Tiana","Jaycee","Gisselle","Yazmin","Eve","Shyanne","Arabella","Sherlyn","Sariah","Amiya","Kiersten","Madilynn","Shania","Aleena","Finley","Kinley","Kaia","Aliya","Taliyah","Pamela","Yoselin","Ellen","Carlie","Monserrat","Jakayla","Reyna","Yaritza","Carolyn","Clare","Lorelei","Paula","Zaria","Gracelyn","Kasey","Regan","Alena","Angelique","Regina","Britney","Emilie","Mariam","Jaylee","Julianne","Greta","Elyse","Lainey","Kallie","Felicity","Zion","Aspen","Carlee","Annalise","Iliana","Larissa","Akira","Sonia","Catalina","Phoenix","Joslyn","Anabelle","Mollie","Susan","Judith","Destiney","Hillary","Janet","Katrina","Mareli","Ansley","Kaylyn","Alexus","Gia","Maci","Elsa","Stacy","Kaylen","Carissa","Haleigh","Lorena","Jazlynn","Milagros","Luz","Leanna","Renee","Shaniya","Charlie","Abbie","Cailyn","Cherish","Elsie","Jazmyn","Elaine","Emmalee","Luciana","Dahlia","Jamya","Belinda","Mariyah","Chaya","Dayami","Rhianna","Yadira","Aryana","Rosemary","Armani","Cecelia","Celia","Barbara","Cristal","Eileen","Rayna","Campbell","Amina","Aisha","Amirah","Ally","Araceli","Averie","Mayra","Sanaa","Patience","Leyla","Selah","Zara","Chanel","Kaiya","Keyla","Miah","Aimee","Giovanna","Amelie","Kelsie","Alisson","Angeline","Dominique","Adrienne","Brisa","Cierra","Paloma","Isabell","Precious","Alma","Charity","Jacquelyn","Janae","Frances","Shyla","Janiah","Kierra","Karlie","Annabel","Jacey","Karissa","Jaylah","Xiomara","Edith","Marianna","Damaris","Deborah","Jaylyn","Evelin","Mara","Olive","Ayana","India","Kendal","Kayley","Tamara","Briley","Charlee","Nylah","Abbey","Moriah","Saige","Savanah","Giada","Hana","Lizeth","Matilda","Ann","Jazlene","Gillian","Beatrice","Ireland","Karly","Mylie","Yasmine","Ashly","Kenna","Maleah","Corinne","Keely","Tanya","Tianna","Adalynn","Ryann","Salma","Areli","Karma","Shyann","Kaley","Theresa","Evie","Gina","Roselyn","Kaila","Jaylen","Natalya","Meadow","Rayne","Aliza","Yuliana","June","Lilianna","Nathaly","Ali","Alisa","Aracely","Belen","Tess","Jocelynn","Litzy","Makena","Abagail","Giuliana","Joyce","Libby","Lillianna","Thalia","Tia","Sarahi","Zaniyah","Kristin","Lorelai","Mattie","Taniya","Jaslyn","Gemma","Valery","Lailah","Mckinley","Micah","Deja","Frida","Brynlee","Jewel","Krista","Mira","Yamilet","Adison","Carina","Karli","Magdalena","Stephany","Charlize","Raelynn","Aliana","Cassie","Mina","Karley","Shirley","Marlie","Alani","Taniyah","Cloe","Sanai","Lina","Nola","Anabella","Dalia","Raina","Mariela","Ariella","Bria","Kamari","Monique","Ashleigh","Reina","Alia","Ashanti","Lara","Lilia","Justine","Leia","Maribel","Abigayle","Tiara","Alannah","Princess","Sydnee","Kamora","Paityn","Payten","Naima","Gretchen","Heidy","Nyasia","Livia","Marin","Shaylee","Maryjane","Laci","Nathalia","Azaria","Anabel","Chasity","Emmy","Izabelle","Denisse","Emelia","Mireya","Shea","Amiah","Dixie","Maren","Averi","Esperanza","Micaela","Selina","Alyvia","Chana","Avah","Donna","Kaylah","Ashtyn","Karsyn","Makaila","Shayna","Essence","Leticia","Miya","Rory","Desirae","Kianna","Laurel","Neveah","Amaris","Hadassah","Dania","Hailie","Jamiya","Kathy","Laylah","Riya","Diya","Carleigh","Iyana","Kenley","Sloane","Elianna"];
-var surnames = ["Brock","Poole","Frank","Logan","Owen","Bass","Marsh","Drake","Wong","Jefferson","Park","Morton","Abbott","Sparks","Patrick","Norton","Huff","Clayton","Massey","Lloyd","Figueroa","Carson","Bowers","Roberson","Barton","Tran","Lamb","Harrington","Casey","Boone","Cortez","Clarke","Mathis","Singleton","Wilkins","Cain","Bryan","Underwood","Hogan","Mckenzie","Collier","Luna","Phelps","Mcguire","Allison","Bridges","Wilkerson","Nash","Summers","Atkins","Wilcox","Pitts","Conley","Marquez","Burnett","Richard","Cochran","Chase","Davenport","Hood","Gates","Clay","Ayala","Sawyer","Roman","Vazquez","Dickerson","Hodge","Acosta","Flynn","Espinoza","Nicholson","Monroe","Wolf","Morrow","Kirk","Randall","Anthony","Whitaker","Oconnor","Skinner","Ware","Molina","Kirby","Huffman","Bradford","Charles","Gilmore","Dominguez","Oneal","Bruce","Lang","Combs","Kramer","Heath","Hancock","Gallagher","Gaines","Shaffer","Short","Wiggins","Mathews","Mcclain","Fischer","Wall","Small","Melton","Hensley","Bond","Dyer","Cameron","Grimes","Contreras","Christian","Wyatt","Baxter","Snow","Mosley","Shepherd","Larsen","Hoover","Beasley","Glenn","Petersen","Whitehead","Meyers","Keith","Garrison","Vincent","Shields","Horn","Savage","Olsen","Schroeder","Hartman","Woodard","Mueller","Kemp","Deleon","Booth","Patel","Calhoun","Wiley","Eaton","Cline","Navarro","Harrell","Lester","Humphrey","Parrish","Duran","Hutchinson","Hess","Dorsey","Bullock","Robles","Beard","Dalton","Avila","Vance","Rich","Blackwell","York","Johns","Blankenship","Trevino","Salinas","Campos","Pruitt","Moses","Callahan","Golden","Montoya","Hardin","Guerra","Mcdowell","Carey","Stafford","Gallegos","Henson","Wilkinson","Booker","Merritt","Miranda","Atkinson","Orr","Decker","Hobbs","Preston","Tanner","Knox","Pacheco","Stephenson","Glass","Rojas","Serrano","Marks","Hickman","English","Sweeney","Strong","Prince","Mcclure","Conway","Walter","Roth","Maynard","Farrell","Lowery","Hurst","Nixon","Weiss","Trujillo","Ellison","Sloan","Juarez","Winters","Mclean","Randolph","Leon","Boyer","Villarreal","Mccall","Gentry","Carrillo","Kent","Ayers","Lara","Shannon","Sexton","Pace","Hull","Leblanc","Browning","Velasquez","Leach","Chang","House","Sellers","Herring","Noble","Foley","Bartlett","Mercado","Landry","Durham","Walls","Barr","Mckee","Bauer","Rivers","Everett","Bradshaw","Pugh","Velez","Rush","Estes","Dodson","Morse","Sheppard","Weeks","Camacho","Bean","Barron","Livingston","Middleton","Spears","Branch","Blevins","Chen","Kerr","Mcconnell","Hatfield","Harding","Ashley","Solis","Herman","Frost","Giles","Blackburn","William","Pennington","Woodward","Finley","Mcintosh","Koch","Best","Solomon","Mccullough","Dudley","Nolan","Blanchard","Rivas","Brennan","Mejia","Kane","Benton","Joyce","Buckley","Haley","Valentine","Maddox","Russo","Mcknight","Buck","Moon","Mcmillan","Crosby","Berg","Dotson","Mays","Roach","Church","Chan","Richmond","Meadows","Faulkner","Oneill","Knapp","Kline","Barry","Ochoa","Jacobson","Gay","Avery","Hendricks","Horne","Shepard","Hebert","Cherry","Cardenas","Mcintyre","Whitney","Waller","Holman","Donaldson","Cantu","Terrell","Morin","Gillespie","Fuentes","Tillman","Sanford","Bentley","Peck","Key","Salas","Rollins","Gamble","Dickson","Battle","Santana","Cabrera","Cervantes","Howe","Hinton","Hurley","Spence","Zamora","Yang","Mcneil","Suarez","Case","Petty","Gould","Mcfarland","Sampson","Carver","Bray","Rosario","Macdonald","Stout","Hester","Melendez","Dillon","Farley","Hopper","Galloway","Potts","Bernard","Joyner","Stein","Aguirre","Osborn","Mercer","Bender","Franco","Rowland","Sykes","Benjamin","Travis","Pickett","Crane","Sears","Mayo","Dunlap","Hayden","Wilder","Mckay","Coffey","Mccarty","Ewing","Cooley","Vaughan","Bonner","Cotton","Holder","Stark","Ferrell","Cantrell","Fulton","Lynn","Lott","Calderon","Rosa","Pollard","Hooper","Burch","Mullen","Fry","Riddle","Levy","David","Duke","Odonnell","Guy","Michael","Britt","Frederick","Daugherty","Berger","Dillard","Alston","Jarvis","Frye","Riggs","Chaney","Odom","Duffy","Fitzpatrick","Valenzuela","Merrill","Mayer","Alford","Mcpherson","Acevedo","Donovan","Barrera","Albert","Cote","Reilly","Compton","Raymond","Mooney","Mcgowan","Craft","Cleveland","Clemons","Wynn","Nielsen","Baird","Stanton","Snider","Rosales","Bright","Witt","Stuart","Hays","Holden","Rutledge","Kinney","Clements","Castaneda","Slater","Hahn","Emerson","Conrad","Burks","Delaney","Pate","Lancaster","Sweet","Justice","Tyson","Sharpe","Whitfield","Talley","Macias","Irwin","Burris","Ratliff","Mccray","Madden","Kaufman","Beach","Goff","Cash","Bolton","Mcfadden","Levine"];
-var streetNames = ["Adult","Aeroplane","Air","Carrier","Airforce","Airport","Album","Alphabet","Apple","Arm","Army","Baby","Baby","Backpack","Balloon","Banana","Bank","Barbecue","Bathroom","Bathtub","Bed","Bee","Bible","Bible","Bird","Bomb","Book","Boss","Bottle","Bowl","Box","Boy","Brain","Bridge","Butterfly","Button","Cappuccino","Car","Race","Carpet","Carrot","Cave","Chair","Chess","Chief","Child","Chisel","Chocolates","Church","Church","Circle","Circus","Circus","Clock","Clown","Coffee","Shop","Comet","Compact","Compass","Computer","Crystal","Cup","Cycle","Data Base","Desk","Diamond","Dress","Drill","Drink","Drum","Dung","Ears","Earth","Egg","Electricity","Elephant","Eraser","Explosive","Eyes","Family","Fan","Feather","Festival","Film","Finger","Fire","Floodlight","Flower","Foot","Fork","Freeway","Fruit","Fungus","Game","Garden","Gas","Gate","Gemstone","Girl","Gloves","God","Grapes","Guitar","Hammer","Hat","Hieroglyph","Highway","Horoscope","Horse","Hose","Ice","Ice-cream","Insect","Jet fighter","Junk","Kaleidoscope","Kitchen","Knife","Leather","Leg","Library","Liquid","Magnet","Man","Map","Maze","Meat","Meteor","Microscope","Milk","Milkshake","Mist","Money $$$$","Monster","Mosquito","Mouth","Nail","Navy","Necklace","Needle","Onion","PaintBrush","Pants","Parachute","Passport","Pebble","Pendulum","Pepper","Perfume","Pillow","Plane","Planet","Pocket","Post-office","Potato","Printer","Prison","Pyramid","Radar","Rainbow","Record","Restaurant","Rifle","Ring","Robot","Rock","Rocket","Roof","Room","Rope","Saddle","Salt","Sandpaper","Sandwich","Satellite","School","Ship","Shoes","Shopper","Shower","Signature","Skeleton","Slave","Snail","Software","Solid","Shuttle","Spectrum","Sphere","Spice","Spiral","Spoon","Sports","Spotlight","Square","Staircase","Star","Stomach","Sun","Sunglasses","Surveyor","Swimming","Sword","Table","Tapestry","Teeth","Telescope","Television","Tennis","Thermometer","Tiger","Toilet","Tongue","Torch","Torpedo","Train","Treadmill","Triangle","Tunnel","Typewriter","Umbrella","Vacuum","Vampire","Videotape","Vulture","Water","Weapon","Web","Wheelchair","Window","Woman","Worm"];
-var streetTypes = ["Street", "Road", "Avenue", "Parade", "Drive", "Terrace", "Alley", "Court", "Lane"];
-var locations = ["Nizhni Novgorod, Russia","Phnom Penh, Cambodia","Quito, Ecuador","Leeds/Bradford, UK","Goiania, Brazil","Donetsk, Ukraine","Stockholm, Sweden","Virginia Beach, USA","Sacramento, USA","Kansas City, USA","Marseille, France","Turin, Italy","Lyon, France","San Antonio, USA","Rotterdam, Netherlands","Las Vegas, USA","Milwaukee, USA","Stuttgart, Germany","Indianapolis, USA","Glasgow, UK","Lumumbashi, Congo","Perth, Australia","Providence, USA","Orlando, USA","Columbus, USA","Dublin, Ireland","Auckland, New Zealand","Lille, France","Porto, Portugal","New Orleans, USA","Adelaide, Australia","Helsinki, Finland","Buffalo, USA","Memphis, USA","Antwerp, Belgium","Austin, USA","Port Elizabeth, South Africa","Bridgeport//Stamford, USA","Nice, France","Salt Lake City, USA","Jacksonville, USA","Calgary, Canada","Louisville, USA","Hartford, USA","Ottawa/Hull, Canada","Richmond, USA","Edmonton, Canada","Toulouse, France","Charlotte, USA","Bordeaux, France","Nashville, USA","Oklahoma City, USA","Tucson, USA","Honolulu, USA","Dayton, USA","Rochester, USA","El Paso, USA","Birmingham, USA","Quebec, Canada","Omaha, USA","Winnipeg, Canada","Vereeniging, South Africa","Albuquerque, USA","Aachen, Germany","Allentown/Bethlehem, USA","Springfield, USA","Akron, USA","Albany, USA","Sarasota//Bradenton, USA","Tulsa, USA","Concord, USA","Abu Dhabi, UAE","Nantes, France","Raleigh, USA","Grand Rapids, USA","New Haven, USA","McAllen, USA","Toulon, France","Douai/Lens, France","Toledo, USA","Baton Rouge, USA","Colorado Springs, USA","Worcester, USA","Charleston, USA","Gold Coast, Australia","Wichita, USA","Columbia, USA","Knoxville, USA","Ogden, USA","Youngstown, USA","Syracuse, USA","Palm Bay, USA","Scranton, USA","Flint, USA","Harrisburg, USA","Little Rock, USA","Valenciennes, France","Poughkeepsie, USA","Chattanooga, USA","Augusta, USA","Spokane, USA","Cape Coral, USA","Lancaster, USA","Pensacola, USA","Mobile, USA","Greenville, USA","St Catharines, Canada","Aguadilla, Puerto Rico","Winston/Salem, USA","Tours, France","Jackson, USA","Durham, USA","Fayetteville, USA","South Bend, USA","Shreveport, USA","Port St Lucie, USA","Canton, USA","Bethune, France","Avignon, France","Barnstable Town, USA","Asheville, USA","Bonita Springs / Naples, USA","Huntsville, USA","Hickory, USA","Pau, France","Tokyo/Yokohama, Japan","New York Metro, USA","Sao Paulo, Brazil","Seoul/Incheon, South Korea","Mexico City, Mexico","Osaka/Kobe/Kyoto, Japan","Manila, Philippines","Mumbai, India","Delhi, India","Jakarta, Indonesia","Lagos, Nigeria","Kolkata, India","Cairo, Egypt","Los Angeles, USA","Buenos Aires, Argentina","Rio de Janeiro, Brazil","Moscow, Russia","Shanghai, China","Karachi, Pakistan","Paris, France","Istanbul, Turkey","Nagoya, Japan","Beijing, China","Chicago, USA","London, UK","Shenzhen, China","Essen/Düsseldorf, Germany","Tehran, Iran","Bogota, Colombia","Lima, Peru","Bangkok, Thailand","Johannesburg/East Rand, South Africa","Chennai, India","Taipei, Taiwan","Baghdad, Iraq","Santiago, Chile","Bangalore, India","Hyderabad, India","St Petersburg, Russia","Philadelphia, USA","Lahore, Pakistan","Kinshasa, Congo","Miami, USA","Ho Chi Minh City, Vietnam","Madrid, Spain","Tianjin, China","Kuala Lumpur, Malaysia","Toronto, Canada","Milan, Italy","Shenyang, China","Dallas/Fort Worth, USA","Boston, USA","Belo Horizonte, Brazil","Khartoum, Sudan","Riyadh, Saudi Arabia","Singapore, Singapore","Washington, USA","Detroit, USA","Barcelona, Spain","Houston, USA","Athens, Greece","Berlin, Germany","Sydney, Australia","Atlanta, USA","Guadalajara, Mexico","San Francisco/Oakland , USA","Montreal., Canada","Monterey, Mexico","Melbourne, Australia","Ankara, Turkey","Recife, Brazil","Phoenix/Mesa, USA","Durban, South Africa","Porto Alegre, Brazil","Dalian, China","Jeddah, Saudi Arabia","Seattle, USA","Cape Town, South Africa","San Diego, USA","Fortaleza, Brazil","Curitiba, Brazil","Rome, Italy","Naples, Italy","Minneapolis/St. Paul, USA","Tel Aviv, Israel","Birmingham, UK","Frankfurt, Germany","Lisbon, Portugal","Manchester, UK","San Juan, Puerto Rico","Katowice, Poland","Tashkent, Uzbekistan","Fukuoka, Japan","Baku/Sumqayit, Azerbaijan","St. Louis, USA","Baltimore, USA","Sapporo, Japan","Tampa/St. Petersburg, USA","Taichung, Taiwan","Warsaw, Poland","Denver, USA","Cologne/Bonn, Germany","Hamburg, Germany","Dubai, UAE","Pretoria, South Africa","Vancouver, Canada","Beirut, Lebanon","Budapest, Hungary","Cleveland, USA","Pittsburgh, USA","Campinas, Brazil","Harare, Zimbabwe","Brasilia, Brazil","Kuwait, Kuwait","Munich, Germany","Portland, USA","Brussels, Belgium","Vienna, Austria","San Jose, USA","Saudi Arabia","Copenhagen, Denmark","Brisbane, Australia","Riverside/San Bernardino, USA","Cincinnati, USA","Accra, Ghana"];
-var months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
-
-var names, name, location, day, month, year, dob, identity = [];
-
-function generateID() {
- firstNames = $("#male").prop("checked") === true ? mNames : fNames;
- firstName = randomNumber(firstNames.length) - 1;
- surname = randomNumber(surnames.length) -1;
- identity.name = firstNames[firstName] + " " + surnames[surname];
-
- // Get address
- houseNumber = randomNumber(1000);
- streetName = randomNumber(streetNames.length) - 1;
- streetType = randomNumber(streetTypes.length) - 1;
- address = randomNumber(locations.length) - 1;
- identity.address = houseNumber + " " + streetNames[streetName] + " " + streetTypes[streetType] + ", " + locations[address];
-
- // Get DOB
- day = randomNumber(31);
- month = randomNumber(12) - 1;
- year = randomNumber(2000 - 1913) + 1913;
- identity.dob = day + " " + months[month] + " " + year;
-
- // Username/password
- var userOne = randomNumber(firstNames.length) - 1;
- var userTwo = randomNumber(9999);
- identity.username = firstNames[userOne] + userTwo;
- identity.password = generatePassword();
-
- var markov = new Markov({ // Input text from http://chrisvalleskey.com/fillerama/
- inputText: "Now that the, uh, garbage ball is in space, Doctor, perhaps you can help me with my inhibitions? Oh sure! Blame the wizards! You guys realize you live in a sewer, right? I guess because my parents keep telling me to be more ladylike. As though! This is the worst kind of discrimination: the kind against me! And remember, don't do anything that affects anything, unless it turns out you were supposed to, in which case, for the love of God, don't not do it! Now Fry, it's been a few years since medical school, so remind me. Disemboweling in your species: fatal or non-fatal? I wish! It's a nickel. Whoa a real live robot; or is that some kind of cheesy New Year's costume? Ven ve voke up, ve had zese wodies. Then throw her in the laundry room, which will hereafter be referred to as 'the brig'. The key to victory is discipline, and that means a well made bed. You will practice until you can make your bed in your sleep.Yes, I saw. You were doing well, until everyone died. Good news, everyone! There's a report on TV with some very bad news! I videotape every customer that comes in here, so that I may blackmail them later. Ok, we'll go deliver this crate like professionals, and then we'll go ride the bumper cars.Professor, make a woman out of me. Look, everyone wants to be like Germany, but do we really have the pure strength of 'will'? I barely knew Philip, but as a clergyman I have no problem telling his most intimate friends all about him."
- });
-
- markov.options.endWithCompleteSentence = true;
-
- var complete_para = document.getElementById('identity');
-
- identity.bio = markov.generate(30);
-
- identityOutput = document.getElementById("identity");
- identityOutput.innerHTML = "Name : " + identity.name + "
Location : " + identity.address + "
Date of birth : " + identity.dob + "
Bio : " + identity.bio + "
Username : " + identity.username + "
Password : " + identity.password + "
";
-}
-
-function randomNumber(length) {
- return Math.ceil( Math.random() * length);
-}
-
-function generatePassword()
-{
- var partOne = "";
- var possible = "abcdefghijklmnopqrstuvwxyz#@£$%&";
-
- for( var i=0; i < 14; i++ ) {
- partOne += possible.charAt(Math.floor(Math.random() * possible.length));
- }
-
- var partTwo = Math.ceil( Math.random() * (99999) );
- var password = partOne + partTwo;
- return password;
-}
-
-$('button.generate').click(function(e) {
- generateID();
-});
-
-generateID();
-
-});
\ No newline at end of file
diff --git a/site/assets/js/gen/markov.min.js b/site/assets/js/gen/markov.min.js
deleted file mode 100644
index 20759e34..00000000
--- a/site/assets/js/gen/markov.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! markov.js
-Munaf Assaf (http://github.com/munaf)
-Built 2013-10-15 */
-(function(){var a="<>",b=function(a){return this.options={inputText:a.inputText,numWords:a.numWords||100,endWithCompleteSentence:!1},this.dictionary={},this._setup(),this};b.prototype={_setup:function(){this.dictionary[a]=[],this.dictionary["."]=[a],this.options.inputText&&this.addCorpus(this.options.inputText)},_randomNextWord:function(a){var b=this.dictionary[a];return b[Math.floor(Math.random()*b.length)]},_endsSentence:function(a){var b=a.slice(-1);return"."===b||"?"===b||"!"===b},_cleanText:function(a){return a=a.replace(/^\s+|\s+$/g,""),a.replace(/[^a-zA-Z\s.,!?:;]/g,"").replace(/\s{2,}/g," ")},_endsWithPunctuation:function(a){var b=a.slice(-1);return".,?!;:".indexOf(b)>-1},_capitalizeWord:function(a){return a.charAt(0).toUpperCase()+a.slice(1)},_addWord:function(a,b){this.dictionary.hasOwnProperty(b)?a&&this.dictionary[b].push(a):this.dictionary[b]=a?[a]:[]},generate:function(b){for(var c,d="",e=a,f=0;b>f||this.options.endWithCompleteSentence===!0&&e!==a;)c=this._randomNextWord(e),this._endsWithPunctuation(c)?d+=c:e===a?(d+=" "+this._capitalizeWord(c),f++):c!==a&&(d+=" "+c,f++),e=c;return d},addCorpus:function(b){b=this._cleanText(b);for(var c,d=this,e=b.split(" "),f=[],g=a,h=0;h0?f[b-1]:g;d._addWord(a,c)}),g=f[f.length-1],f=[]}},window.Markov=b}).call(this);
\ No newline at end of file
diff --git a/site/assets/js/libs/jquery.dropdown.js b/site/assets/js/libs/jquery.dropdown.js
deleted file mode 100755
index 20edbf1e..00000000
--- a/site/assets/js/libs/jquery.dropdown.js
+++ /dev/null
@@ -1,137 +0,0 @@
-/*
- * jQuery dropdown: A simple dropdown plugin
- *
- * Inspired by Bootstrap: http://twitter.github.com/bootstrap/javascript.html#dropdowns
- *
- * Copyright 2013 Cory LaViska for A Beautiful Site, LLC. (http://abeautifulsite.net/)
- *
- * Dual licensed under the MIT / GPL Version 2 licenses
- *
-*/
-if (jQuery) (function ($) {
-
- $.extend($.fn, {
- dropdown: function (method, data) {
-
- switch (method) {
- case 'show':
- show(null, $(this));
- return $(this);
- case 'hide':
- hide();
- return $(this);
- case 'attach':
- return $(this).attr('data-dropdown', data);
- case 'detach':
- hide();
- return $(this).removeAttr('data-dropdown');
- case 'disable':
- return $(this).addClass('dropdown-disabled');
- case 'enable':
- hide();
- return $(this).removeClass('dropdown-disabled');
- }
-
- }
- });
-
- function show(event, object) {
-
- var trigger = event ? $(this) : object,
- dropdown = $(trigger.attr('data-dropdown')),
- isOpen = trigger.hasClass('dropdown-open');
-
- // In some cases we don't want to show it
- if (event) {
- if ($(event.target).hasClass('dropdown-ignore')) return;
-
- event.preventDefault();
- event.stopPropagation();
- } else {
- if (trigger !== object.target && $(object.target).hasClass('dropdown-ignore')) return;
- }
- hide();
-
- if (isOpen || trigger.hasClass('dropdown-disabled')) return;
-
- // Show it
- trigger.addClass('dropdown-open');
- dropdown
- .data('dropdown-trigger', trigger)
- .show();
-
- // Position it
- position();
-
- // Trigger the show callback
- dropdown
- .trigger('show', {
- dropdown: dropdown,
- trigger: trigger
- });
-
- }
-
- function hide(event) {
-
- // In some cases we don't hide them
- var targetGroup = event ? $(event.target).parents().addBack() : null;
-
- // Are we clicking anywhere in a dropdown?
- if (targetGroup && targetGroup.is('.dropdown')) {
- // Is it a dropdown menu?
- if (targetGroup.is('.dropdown-menu')) {
- // Did we click on an option? If so close it.
- if (!targetGroup.is('A')) return;
- } else {
- // Nope, it's a panel. Leave it open.
- return;
- }
- }
-
- // Hide any dropdown that may be showing
- $(document).find('.dropdown:visible').each(function () {
- var dropdown = $(this);
- dropdown
- .hide()
- .removeData('dropdown-trigger')
- .trigger('hide', { dropdown: dropdown });
- });
-
- // Remove all dropdown-open classes
- $(document).find('.dropdown-open').removeClass('dropdown-open');
-
- }
-
- function position() {
-
- var dropdown = $('.dropdown:visible').eq(0),
- trigger = dropdown.data('dropdown-trigger'),
- hOffset = trigger ? parseInt(trigger.attr('data-horizontal-offset') || 0, 10) : null,
- vOffset = trigger ? parseInt(trigger.attr('data-vertical-offset') || 0, 10) : null;
-
- if (dropdown.length === 0 || !trigger) return;
-
- // Position the dropdown relative-to-parent...
- if (dropdown.hasClass('dropdown-relative')) {
- dropdown.css({
- left: dropdown.hasClass('dropdown-anchor-right') ?
- trigger.position().left - (dropdown.outerWidth(true) - trigger.outerWidth(true)) - parseInt(trigger.css('margin-right')) + hOffset :
- trigger.position().left + parseInt(trigger.css('margin-left')) + hOffset,
- top: trigger.position().top + trigger.outerHeight(true) - parseInt(trigger.css('margin-top')) + vOffset
- });
- } else {
- // ...or relative to document
- dropdown.css({
- left: dropdown.hasClass('dropdown-anchor-right') ?
- trigger.offset().left - (dropdown.outerWidth() - trigger.outerWidth()) + hOffset : trigger.offset().left + hOffset,
- top: trigger.offset().top + trigger.outerHeight() + vOffset
- });
- }
- }
-
- $(document).on('click.dropdown', '[data-dropdown]', show);
- $(document).on('click.dropdown', hide);
- $(window).on('resize', position);
-
-})(jQuery);
diff --git a/site/assets/js/libs/jquery.js b/site/assets/js/libs/jquery.js
deleted file mode 100644
index 76d21a46..00000000
--- a/site/assets/js/libs/jquery.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license
-//@ sourceMappingURL=jquery-1.10.2.min.map
-*/
-(function(e,t){var n,r,i=typeof t,o=e.location,a=e.document,s=a.documentElement,l=e.jQuery,u=e.$,c={},p=[],f="1.10.2",d=p.concat,h=p.push,g=p.slice,m=p.indexOf,y=c.toString,v=c.hasOwnProperty,b=f.trim,x=function(e,t){return new x.fn.init(e,t,r)},w=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=/\S+/g,C=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,k=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,E=/^[\],:{}\s]*$/,S=/(?:^|:|,)(?:\s*\[)+/g,A=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,j=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,D=/^-ms-/,L=/-([\da-z])/gi,H=function(e,t){return t.toUpperCase()},q=function(e){(a.addEventListener||"load"===e.type||"complete"===a.readyState)&&(_(),x.ready())},_=function(){a.addEventListener?(a.removeEventListener("DOMContentLoaded",q,!1),e.removeEventListener("load",q,!1)):(a.detachEvent("onreadystatechange",q),e.detachEvent("onload",q))};x.fn=x.prototype={jquery:f,constructor:x,init:function(e,n,r){var i,o;if(!e)return this;if("string"==typeof e){if(i="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:N.exec(e),!i||!i[1]&&n)return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e);if(i[1]){if(n=n instanceof x?n[0]:n,x.merge(this,x.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:a,!0)),k.test(i[1])&&x.isPlainObject(n))for(i in n)x.isFunction(this[i])?this[i](n[i]):this.attr(i,n[i]);return this}if(o=a.getElementById(i[2]),o&&o.parentNode){if(o.id!==i[2])return r.find(e);this.length=1,this[0]=o}return this.context=a,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):x.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),x.makeArray(e,this))},selector:"",length:0,toArray:function(){return g.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return x.each(this,e,t)},ready:function(e){return x.ready.promise().done(e),this},slice:function(){return this.pushStack(g.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(x.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:h,sort:[].sort,splice:[].splice},x.fn.init.prototype=x.fn,x.extend=x.fn.extend=function(){var e,n,r,i,o,a,s=arguments[0]||{},l=1,u=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[1]||{},l=2),"object"==typeof s||x.isFunction(s)||(s={}),u===l&&(s=this,--l);u>l;l++)if(null!=(o=arguments[l]))for(i in o)e=s[i],r=o[i],s!==r&&(c&&r&&(x.isPlainObject(r)||(n=x.isArray(r)))?(n?(n=!1,a=e&&x.isArray(e)?e:[]):a=e&&x.isPlainObject(e)?e:{},s[i]=x.extend(c,a,r)):r!==t&&(s[i]=r));return s},x.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),noConflict:function(t){return e.$===x&&(e.$=u),t&&e.jQuery===x&&(e.jQuery=l),x},isReady:!1,readyWait:1,holdReady:function(e){e?x.readyWait++:x.ready(!0)},ready:function(e){if(e===!0?!--x.readyWait:!x.isReady){if(!a.body)return setTimeout(x.ready);x.isReady=!0,e!==!0&&--x.readyWait>0||(n.resolveWith(a,[x]),x.fn.trigger&&x(a).trigger("ready").off("ready"))}},isFunction:function(e){return"function"===x.type(e)},isArray:Array.isArray||function(e){return"array"===x.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?c[y.call(e)]||"object":typeof e},isPlainObject:function(e){var n;if(!e||"object"!==x.type(e)||e.nodeType||x.isWindow(e))return!1;try{if(e.constructor&&!v.call(e,"constructor")&&!v.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(r){return!1}if(x.support.ownLast)for(n in e)return v.call(e,n);for(n in e);return n===t||v.call(e,n)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||a;var r=k.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=x.buildFragment([e],t,i),i&&x(i).remove(),x.merge([],r.childNodes))},parseJSON:function(n){return e.JSON&&e.JSON.parse?e.JSON.parse(n):null===n?n:"string"==typeof n&&(n=x.trim(n),n&&E.test(n.replace(A,"@").replace(j,"]").replace(S,"")))?Function("return "+n)():(x.error("Invalid JSON: "+n),t)},parseXML:function(n){var r,i;if(!n||"string"!=typeof n)return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(o){r=t}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||x.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&x.trim(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(D,"ms-").replace(L,H)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,a=M(e);if(n){if(a){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(a){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:b&&!b.call("\ufeff\u00a0")?function(e){return null==e?"":b.call(e)}:function(e){return null==e?"":(e+"").replace(C,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(M(Object(e))?x.merge(n,"string"==typeof e?[e]:e):h.call(n,e)),n},inArray:function(e,t,n){var r;if(t){if(m)return m.call(t,e,n);for(r=t.length,n=n?0>n?Math.max(0,r+n):n:0;r>n;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,o=0;if("number"==typeof r)for(;r>o;o++)e[i++]=n[o];else while(n[o]!==t)e[i++]=n[o++];return e.length=i,e},grep:function(e,t,n){var r,i=[],o=0,a=e.length;for(n=!!n;a>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,a=M(e),s=[];if(a)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(s[s.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(s[s.length]=r);return d.apply([],s)},guid:1,proxy:function(e,n){var r,i,o;return"string"==typeof n&&(o=e[n],n=e,e=o),x.isFunction(e)?(r=g.call(arguments,2),i=function(){return e.apply(n||this,r.concat(g.call(arguments)))},i.guid=e.guid=e.guid||x.guid++,i):t},access:function(e,n,r,i,o,a,s){var l=0,u=e.length,c=null==r;if("object"===x.type(r)){o=!0;for(l in r)x.access(e,n,l,r[l],!0,a,s)}else if(i!==t&&(o=!0,x.isFunction(i)||(s=!0),c&&(s?(n.call(e,i),n=null):(c=n,n=function(e,t,n){return c.call(x(e),n)})),n))for(;u>l;l++)n(e[l],r,s?i:i.call(e[l],l,n(e[l],r)));return o?e:c?n.call(e):u?n(e[0],r):a},now:function(){return(new Date).getTime()},swap:function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=a[o];return i}}),x.ready.promise=function(t){if(!n)if(n=x.Deferred(),"complete"===a.readyState)setTimeout(x.ready);else if(a.addEventListener)a.addEventListener("DOMContentLoaded",q,!1),e.addEventListener("load",q,!1);else{a.attachEvent("onreadystatechange",q),e.attachEvent("onload",q);var r=!1;try{r=null==e.frameElement&&a.documentElement}catch(i){}r&&r.doScroll&&function o(){if(!x.isReady){try{r.doScroll("left")}catch(e){return setTimeout(o,50)}_(),x.ready()}}()}return n.promise(t)},x.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){c["[object "+t+"]"]=t.toLowerCase()});function M(e){var t=e.length,n=x.type(e);return x.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}r=x(a),function(e,t){var n,r,i,o,a,s,l,u,c,p,f,d,h,g,m,y,v,b="sizzle"+-new Date,w=e.document,T=0,C=0,N=st(),k=st(),E=st(),S=!1,A=function(e,t){return e===t?(S=!0,0):0},j=typeof t,D=1<<31,L={}.hasOwnProperty,H=[],q=H.pop,_=H.push,M=H.push,O=H.slice,F=H.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},B="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",P="[\\x20\\t\\r\\n\\f]",R="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",W=R.replace("w","w#"),$="\\["+P+"*("+R+")"+P+"*(?:([*^$|!~]?=)"+P+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+W+")|)|)"+P+"*\\]",I=":("+R+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+$.replace(3,8)+")*)|.*)\\)|)",z=RegExp("^"+P+"+|((?:^|[^\\\\])(?:\\\\.)*)"+P+"+$","g"),X=RegExp("^"+P+"*,"+P+"*"),U=RegExp("^"+P+"*([>+~]|"+P+")"+P+"*"),V=RegExp(P+"*[+~]"),Y=RegExp("="+P+"*([^\\]'\"]*)"+P+"*\\]","g"),J=RegExp(I),G=RegExp("^"+W+"$"),Q={ID:RegExp("^#("+R+")"),CLASS:RegExp("^\\.("+R+")"),TAG:RegExp("^("+R.replace("w","w*")+")"),ATTR:RegExp("^"+$),PSEUDO:RegExp("^"+I),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+P+"*(even|odd|(([+-]|)(\\d*)n|)"+P+"*(?:([+-]|)"+P+"*(\\d+)|))"+P+"*\\)|)","i"),bool:RegExp("^(?:"+B+")$","i"),needsContext:RegExp("^"+P+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+P+"*((?:-\\d)?\\d*)"+P+"*\\)|)(?=[^-]|$)","i")},K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,et=/^(?:input|select|textarea|button)$/i,tt=/^h\d$/i,nt=/'|\\/g,rt=RegExp("\\\\([\\da-f]{1,6}"+P+"?|("+P+")|.)","ig"),it=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:0>r?String.fromCharCode(r+65536):String.fromCharCode(55296|r>>10,56320|1023&r)};try{M.apply(H=O.call(w.childNodes),w.childNodes),H[w.childNodes.length].nodeType}catch(ot){M={apply:H.length?function(e,t){_.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function at(e,t,n,i){var o,a,s,l,u,c,d,m,y,x;if((t?t.ownerDocument||t:w)!==f&&p(t),t=t||f,n=n||[],!e||"string"!=typeof e)return n;if(1!==(l=t.nodeType)&&9!==l)return[];if(h&&!i){if(o=Z.exec(e))if(s=o[1]){if(9===l){if(a=t.getElementById(s),!a||!a.parentNode)return n;if(a.id===s)return n.push(a),n}else if(t.ownerDocument&&(a=t.ownerDocument.getElementById(s))&&v(t,a)&&a.id===s)return n.push(a),n}else{if(o[2])return M.apply(n,t.getElementsByTagName(e)),n;if((s=o[3])&&r.getElementsByClassName&&t.getElementsByClassName)return M.apply(n,t.getElementsByClassName(s)),n}if(r.qsa&&(!g||!g.test(e))){if(m=d=b,y=t,x=9===l&&e,1===l&&"object"!==t.nodeName.toLowerCase()){c=mt(e),(d=t.getAttribute("id"))?m=d.replace(nt,"\\$&"):t.setAttribute("id",m),m="[id='"+m+"'] ",u=c.length;while(u--)c[u]=m+yt(c[u]);y=V.test(e)&&t.parentNode||t,x=c.join(",")}if(x)try{return M.apply(n,y.querySelectorAll(x)),n}catch(T){}finally{d||t.removeAttribute("id")}}}return kt(e.replace(z,"$1"),t,n,i)}function st(){var e=[];function t(n,r){return e.push(n+=" ")>o.cacheLength&&delete t[e.shift()],t[n]=r}return t}function lt(e){return e[b]=!0,e}function ut(e){var t=f.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ct(e,t){var n=e.split("|"),r=e.length;while(r--)o.attrHandle[n[r]]=t}function pt(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||D)-(~e.sourceIndex||D);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function ft(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function dt(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ht(e){return lt(function(t){return t=+t,lt(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}s=at.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},r=at.support={},p=at.setDocument=function(e){var n=e?e.ownerDocument||e:w,i=n.defaultView;return n!==f&&9===n.nodeType&&n.documentElement?(f=n,d=n.documentElement,h=!s(n),i&&i.attachEvent&&i!==i.top&&i.attachEvent("onbeforeunload",function(){p()}),r.attributes=ut(function(e){return e.className="i",!e.getAttribute("className")}),r.getElementsByTagName=ut(function(e){return e.appendChild(n.createComment("")),!e.getElementsByTagName("*").length}),r.getElementsByClassName=ut(function(e){return e.innerHTML="
",e.firstChild.className="i",2===e.getElementsByClassName("i").length}),r.getById=ut(function(e){return d.appendChild(e).id=b,!n.getElementsByName||!n.getElementsByName(b).length}),r.getById?(o.find.ID=function(e,t){if(typeof t.getElementById!==j&&h){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},o.filter.ID=function(e){var t=e.replace(rt,it);return function(e){return e.getAttribute("id")===t}}):(delete o.find.ID,o.filter.ID=function(e){var t=e.replace(rt,it);return function(e){var n=typeof e.getAttributeNode!==j&&e.getAttributeNode("id");return n&&n.value===t}}),o.find.TAG=r.getElementsByTagName?function(e,n){return typeof n.getElementsByTagName!==j?n.getElementsByTagName(e):t}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},o.find.CLASS=r.getElementsByClassName&&function(e,n){return typeof n.getElementsByClassName!==j&&h?n.getElementsByClassName(e):t},m=[],g=[],(r.qsa=K.test(n.querySelectorAll))&&(ut(function(e){e.innerHTML=" ",e.querySelectorAll("[selected]").length||g.push("\\["+P+"*(?:value|"+B+")"),e.querySelectorAll(":checked").length||g.push(":checked")}),ut(function(e){var t=n.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("t",""),e.querySelectorAll("[t^='']").length&&g.push("[*^$]="+P+"*(?:''|\"\")"),e.querySelectorAll(":enabled").length||g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")})),(r.matchesSelector=K.test(y=d.webkitMatchesSelector||d.mozMatchesSelector||d.oMatchesSelector||d.msMatchesSelector))&&ut(function(e){r.disconnectedMatch=y.call(e,"div"),y.call(e,"[s!='']:x"),m.push("!=",I)}),g=g.length&&RegExp(g.join("|")),m=m.length&&RegExp(m.join("|")),v=K.test(d.contains)||d.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},A=d.compareDocumentPosition?function(e,t){if(e===t)return S=!0,0;var i=t.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(t);return i?1&i||!r.sortDetached&&t.compareDocumentPosition(e)===i?e===n||v(w,e)?-1:t===n||v(w,t)?1:c?F.call(c,e)-F.call(c,t):0:4&i?-1:1:e.compareDocumentPosition?-1:1}:function(e,t){var r,i=0,o=e.parentNode,a=t.parentNode,s=[e],l=[t];if(e===t)return S=!0,0;if(!o||!a)return e===n?-1:t===n?1:o?-1:a?1:c?F.call(c,e)-F.call(c,t):0;if(o===a)return pt(e,t);r=e;while(r=r.parentNode)s.unshift(r);r=t;while(r=r.parentNode)l.unshift(r);while(s[i]===l[i])i++;return i?pt(s[i],l[i]):s[i]===w?-1:l[i]===w?1:0},n):f},at.matches=function(e,t){return at(e,null,null,t)},at.matchesSelector=function(e,t){if((e.ownerDocument||e)!==f&&p(e),t=t.replace(Y,"='$1']"),!(!r.matchesSelector||!h||m&&m.test(t)||g&&g.test(t)))try{var n=y.call(e,t);if(n||r.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(i){}return at(t,f,null,[e]).length>0},at.contains=function(e,t){return(e.ownerDocument||e)!==f&&p(e),v(e,t)},at.attr=function(e,n){(e.ownerDocument||e)!==f&&p(e);var i=o.attrHandle[n.toLowerCase()],a=i&&L.call(o.attrHandle,n.toLowerCase())?i(e,n,!h):t;return a===t?r.attributes||!h?e.getAttribute(n):(a=e.getAttributeNode(n))&&a.specified?a.value:null:a},at.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},at.uniqueSort=function(e){var t,n=[],i=0,o=0;if(S=!r.detectDuplicates,c=!r.sortStable&&e.slice(0),e.sort(A),S){while(t=e[o++])t===e[o]&&(i=n.push(o));while(i--)e.splice(n[i],1)}return e},a=at.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=a(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r];r++)n+=a(t);return n},o=at.selectors={cacheLength:50,createPseudo:lt,match:Q,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(rt,it),e[3]=(e[4]||e[5]||"").replace(rt,it),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||at.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&at.error(e[0]),e},PSEUDO:function(e){var n,r=!e[5]&&e[2];return Q.CHILD.test(e[0])?null:(e[3]&&e[4]!==t?e[2]=e[4]:r&&J.test(r)&&(n=mt(r,!0))&&(n=r.indexOf(")",r.length-n)-r.length)&&(e[0]=e[0].slice(0,n),e[2]=r.slice(0,n)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(rt,it).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=N[e+" "];return t||(t=RegExp("(^|"+P+")"+e+"("+P+"|$)"))&&N(e,function(e){return t.test("string"==typeof e.className&&e.className||typeof e.getAttribute!==j&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=at.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,l){var u,c,p,f,d,h,g=o!==a?"nextSibling":"previousSibling",m=t.parentNode,y=s&&t.nodeName.toLowerCase(),v=!l&&!s;if(m){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?m.firstChild:m.lastChild],a&&v){c=m[b]||(m[b]={}),u=c[e]||[],d=u[0]===T&&u[1],f=u[0]===T&&u[2],p=d&&m.childNodes[d];while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if(1===p.nodeType&&++f&&p===t){c[e]=[T,d,f];break}}else if(v&&(u=(t[b]||(t[b]={}))[e])&&u[0]===T)f=u[1];else while(p=++d&&p&&p[g]||(f=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===y:1===p.nodeType)&&++f&&(v&&((p[b]||(p[b]={}))[e]=[T,f]),p===t))break;return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t){var n,r=o.pseudos[e]||o.setFilters[e.toLowerCase()]||at.error("unsupported pseudo: "+e);return r[b]?r(t):r.length>1?(n=[e,e,"",t],o.setFilters.hasOwnProperty(e.toLowerCase())?lt(function(e,n){var i,o=r(e,t),a=o.length;while(a--)i=F.call(e,o[a]),e[i]=!(n[i]=o[a])}):function(e){return r(e,0,n)}):r}},pseudos:{not:lt(function(e){var t=[],n=[],r=l(e.replace(z,"$1"));return r[b]?lt(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:lt(function(e){return function(t){return at(e,t).length>0}}),contains:lt(function(e){return function(t){return(t.textContent||t.innerText||a(t)).indexOf(e)>-1}}),lang:lt(function(e){return G.test(e||"")||at.error("unsupported lang: "+e),e=e.replace(rt,it).toLowerCase(),function(t){var n;do if(n=h?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===d},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!o.pseudos.empty(e)},header:function(e){return tt.test(e.nodeName)},input:function(e){return et.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:ht(function(){return[0]}),last:ht(function(e,t){return[t-1]}),eq:ht(function(e,t,n){return[0>n?n+t:n]}),even:ht(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:ht(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:ht(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:ht(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}},o.pseudos.nth=o.pseudos.eq;for(n in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})o.pseudos[n]=ft(n);for(n in{submit:!0,reset:!0})o.pseudos[n]=dt(n);function gt(){}gt.prototype=o.filters=o.pseudos,o.setFilters=new gt;function mt(e,t){var n,r,i,a,s,l,u,c=k[e+" "];if(c)return t?0:c.slice(0);s=e,l=[],u=o.preFilter;while(s){(!n||(r=X.exec(s)))&&(r&&(s=s.slice(r[0].length)||s),l.push(i=[])),n=!1,(r=U.exec(s))&&(n=r.shift(),i.push({value:n,type:r[0].replace(z," ")}),s=s.slice(n.length));for(a in o.filter)!(r=Q[a].exec(s))||u[a]&&!(r=u[a](r))||(n=r.shift(),i.push({value:n,type:a,matches:r}),s=s.slice(n.length));if(!n)break}return t?s.length:s?at.error(e):k(e,l).slice(0)}function yt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function vt(e,t,n){var r=t.dir,o=n&&"parentNode"===r,a=C++;return t.first?function(t,n,i){while(t=t[r])if(1===t.nodeType||o)return e(t,n,i)}:function(t,n,s){var l,u,c,p=T+" "+a;if(s){while(t=t[r])if((1===t.nodeType||o)&&e(t,n,s))return!0}else while(t=t[r])if(1===t.nodeType||o)if(c=t[b]||(t[b]={}),(u=c[r])&&u[0]===p){if((l=u[1])===!0||l===i)return l===!0}else if(u=c[r]=[p],u[1]=e(t,n,s)||i,u[1]===!0)return!0}}function bt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function xt(e,t,n,r,i){var o,a=[],s=0,l=e.length,u=null!=t;for(;l>s;s++)(o=e[s])&&(!n||n(o,r,i))&&(a.push(o),u&&t.push(s));return a}function wt(e,t,n,r,i,o){return r&&!r[b]&&(r=wt(r)),i&&!i[b]&&(i=wt(i,o)),lt(function(o,a,s,l){var u,c,p,f=[],d=[],h=a.length,g=o||Nt(t||"*",s.nodeType?[s]:s,[]),m=!e||!o&&t?g:xt(g,f,e,s,l),y=n?i||(o?e:h||r)?[]:a:m;if(n&&n(m,y,s,l),r){u=xt(y,d),r(u,[],s,l),c=u.length;while(c--)(p=u[c])&&(y[d[c]]=!(m[d[c]]=p))}if(o){if(i||e){if(i){u=[],c=y.length;while(c--)(p=y[c])&&u.push(m[c]=p);i(null,y=[],u,l)}c=y.length;while(c--)(p=y[c])&&(u=i?F.call(o,p):f[c])>-1&&(o[u]=!(a[u]=p))}}else y=xt(y===a?y.splice(h,y.length):y),i?i(null,a,y,l):M.apply(a,y)})}function Tt(e){var t,n,r,i=e.length,a=o.relative[e[0].type],s=a||o.relative[" "],l=a?1:0,c=vt(function(e){return e===t},s,!0),p=vt(function(e){return F.call(t,e)>-1},s,!0),f=[function(e,n,r){return!a&&(r||n!==u)||((t=n).nodeType?c(e,n,r):p(e,n,r))}];for(;i>l;l++)if(n=o.relative[e[l].type])f=[vt(bt(f),n)];else{if(n=o.filter[e[l].type].apply(null,e[l].matches),n[b]){for(r=++l;i>r;r++)if(o.relative[e[r].type])break;return wt(l>1&&bt(f),l>1&&yt(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(z,"$1"),n,r>l&&Tt(e.slice(l,r)),i>r&&Tt(e=e.slice(r)),i>r&&yt(e))}f.push(n)}return bt(f)}function Ct(e,t){var n=0,r=t.length>0,a=e.length>0,s=function(s,l,c,p,d){var h,g,m,y=[],v=0,b="0",x=s&&[],w=null!=d,C=u,N=s||a&&o.find.TAG("*",d&&l.parentNode||l),k=T+=null==C?1:Math.random()||.1;for(w&&(u=l!==f&&l,i=n);null!=(h=N[b]);b++){if(a&&h){g=0;while(m=e[g++])if(m(h,l,c)){p.push(h);break}w&&(T=k,i=++n)}r&&((h=!m&&h)&&v--,s&&x.push(h))}if(v+=b,r&&b!==v){g=0;while(m=t[g++])m(x,y,l,c);if(s){if(v>0)while(b--)x[b]||y[b]||(y[b]=q.call(p));y=xt(y)}M.apply(p,y),w&&!s&&y.length>0&&v+t.length>1&&at.uniqueSort(p)}return w&&(T=k,u=C),x};return r?lt(s):s}l=at.compile=function(e,t){var n,r=[],i=[],o=E[e+" "];if(!o){t||(t=mt(e)),n=t.length;while(n--)o=Tt(t[n]),o[b]?r.push(o):i.push(o);o=E(e,Ct(i,r))}return o};function Nt(e,t,n){var r=0,i=t.length;for(;i>r;r++)at(e,t[r],n);return n}function kt(e,t,n,i){var a,s,u,c,p,f=mt(e);if(!i&&1===f.length){if(s=f[0]=f[0].slice(0),s.length>2&&"ID"===(u=s[0]).type&&r.getById&&9===t.nodeType&&h&&o.relative[s[1].type]){if(t=(o.find.ID(u.matches[0].replace(rt,it),t)||[])[0],!t)return n;e=e.slice(s.shift().value.length)}a=Q.needsContext.test(e)?0:s.length;while(a--){if(u=s[a],o.relative[c=u.type])break;if((p=o.find[c])&&(i=p(u.matches[0].replace(rt,it),V.test(s[0].type)&&t.parentNode||t))){if(s.splice(a,1),e=i.length&&yt(s),!e)return M.apply(n,i),n;break}}}return l(e,f)(i,t,!h,n,V.test(e)),n}r.sortStable=b.split("").sort(A).join("")===b,r.detectDuplicates=S,p(),r.sortDetached=ut(function(e){return 1&e.compareDocumentPosition(f.createElement("div"))}),ut(function(e){return e.innerHTML=" ","#"===e.firstChild.getAttribute("href")})||ct("type|href|height|width",function(e,n,r){return r?t:e.getAttribute(n,"type"===n.toLowerCase()?1:2)}),r.attributes&&ut(function(e){return e.innerHTML=" ",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||ct("value",function(e,n,r){return r||"input"!==e.nodeName.toLowerCase()?t:e.defaultValue}),ut(function(e){return null==e.getAttribute("disabled")})||ct(B,function(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&i.specified?i.value:e[n]===!0?n.toLowerCase():null}),x.find=at,x.expr=at.selectors,x.expr[":"]=x.expr.pseudos,x.unique=at.uniqueSort,x.text=at.getText,x.isXMLDoc=at.isXML,x.contains=at.contains}(e);var O={};function F(e){var t=O[e]={};return x.each(e.match(T)||[],function(e,n){t[n]=!0}),t}x.Callbacks=function(e){e="string"==typeof e?O[e]||F(e):x.extend({},e);var n,r,i,o,a,s,l=[],u=!e.once&&[],c=function(t){for(r=e.memory&&t,i=!0,a=s||0,s=0,o=l.length,n=!0;l&&o>a;a++)if(l[a].apply(t[0],t[1])===!1&&e.stopOnFalse){r=!1;break}n=!1,l&&(u?u.length&&c(u.shift()):r?l=[]:p.disable())},p={add:function(){if(l){var t=l.length;(function i(t){x.each(t,function(t,n){var r=x.type(n);"function"===r?e.unique&&p.has(n)||l.push(n):n&&n.length&&"string"!==r&&i(n)})})(arguments),n?o=l.length:r&&(s=t,c(r))}return this},remove:function(){return l&&x.each(arguments,function(e,t){var r;while((r=x.inArray(t,l,r))>-1)l.splice(r,1),n&&(o>=r&&o--,a>=r&&a--)}),this},has:function(e){return e?x.inArray(e,l)>-1:!(!l||!l.length)},empty:function(){return l=[],o=0,this},disable:function(){return l=u=r=t,this},disabled:function(){return!l},lock:function(){return u=t,r||p.disable(),this},locked:function(){return!u},fireWith:function(e,t){return!l||i&&!u||(t=t||[],t=[e,t.slice?t.slice():t],n?u.push(t):c(t)),this},fire:function(){return p.fireWith(this,arguments),this},fired:function(){return!!i}};return p},x.extend({Deferred:function(e){var t=[["resolve","done",x.Callbacks("once memory"),"resolved"],["reject","fail",x.Callbacks("once memory"),"rejected"],["notify","progress",x.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return x.Deferred(function(n){x.each(t,function(t,o){var a=o[0],s=x.isFunction(e[t])&&e[t];i[o[1]](function(){var e=s&&s.apply(this,arguments);e&&x.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[a+"With"](this===r?n.promise():this,s?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?x.extend(e,r):r}},i={};return r.pipe=r.then,x.each(t,function(e,o){var a=o[2],s=o[3];r[o[1]]=a.add,s&&a.add(function(){n=s},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=a.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=g.call(arguments),r=n.length,i=1!==r||e&&x.isFunction(e.promise)?r:0,o=1===i?e:x.Deferred(),a=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?g.call(arguments):r,n===s?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},s,l,u;if(r>1)for(s=Array(r),l=Array(r),u=Array(r);r>t;t++)n[t]&&x.isFunction(n[t].promise)?n[t].promise().done(a(t,u,n)).fail(o.reject).progress(a(t,l,s)):--i;return i||o.resolveWith(u,n),o.promise()}}),x.support=function(t){var n,r,o,s,l,u,c,p,f,d=a.createElement("div");if(d.setAttribute("className","t"),d.innerHTML=" a ",n=d.getElementsByTagName("*")||[],r=d.getElementsByTagName("a")[0],!r||!r.style||!n.length)return t;s=a.createElement("select"),u=s.appendChild(a.createElement("option")),o=d.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t.getSetAttribute="t"!==d.className,t.leadingWhitespace=3===d.firstChild.nodeType,t.tbody=!d.getElementsByTagName("tbody").length,t.htmlSerialize=!!d.getElementsByTagName("link").length,t.style=/top/.test(r.getAttribute("style")),t.hrefNormalized="/a"===r.getAttribute("href"),t.opacity=/^0.5/.test(r.style.opacity),t.cssFloat=!!r.style.cssFloat,t.checkOn=!!o.value,t.optSelected=u.selected,t.enctype=!!a.createElement("form").enctype,t.html5Clone="<:nav>"!==a.createElement("nav").cloneNode(!0).outerHTML,t.inlineBlockNeedsLayout=!1,t.shrinkWrapBlocks=!1,t.pixelPosition=!1,t.deleteExpando=!0,t.noCloneEvent=!0,t.reliableMarginRight=!0,t.boxSizingReliable=!0,o.checked=!0,t.noCloneChecked=o.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!u.disabled;try{delete d.test}catch(h){t.deleteExpando=!1}o=a.createElement("input"),o.setAttribute("value",""),t.input=""===o.getAttribute("value"),o.value="t",o.setAttribute("type","radio"),t.radioValue="t"===o.value,o.setAttribute("checked","t"),o.setAttribute("name","t"),l=a.createDocumentFragment(),l.appendChild(o),t.appendChecked=o.checked,t.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,d.attachEvent&&(d.attachEvent("onclick",function(){t.noCloneEvent=!1}),d.cloneNode(!0).click());for(f in{submit:!0,change:!0,focusin:!0})d.setAttribute(c="on"+f,"t"),t[f+"Bubbles"]=c in e||d.attributes[c].expando===!1;d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===d.style.backgroundClip;for(f in x(t))break;return t.ownLast="0"!==f,x(function(){var n,r,o,s="padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;",l=a.getElementsByTagName("body")[0];l&&(n=a.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",l.appendChild(n).appendChild(d),d.innerHTML="",o=d.getElementsByTagName("td"),o[0].style.cssText="padding:0;margin:0;border:0;display:none",p=0===o[0].offsetHeight,o[0].style.display="",o[1].style.display="none",t.reliableHiddenOffsets=p&&0===o[0].offsetHeight,d.innerHTML="",d.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",x.swap(l,null!=l.style.zoom?{zoom:1}:{},function(){t.boxSizing=4===d.offsetWidth}),e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(d,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(d,null)||{width:"4px"}).width,r=d.appendChild(a.createElement("div")),r.style.cssText=d.style.cssText=s,r.style.marginRight=r.style.width="0",d.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),typeof d.style.zoom!==i&&(d.innerHTML="",d.style.cssText=s+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=3===d.offsetWidth,d.style.display="block",d.innerHTML="
",d.firstChild.style.width="5px",t.shrinkWrapBlocks=3!==d.offsetWidth,t.inlineBlockNeedsLayout&&(l.style.zoom=1)),l.removeChild(n),n=d=o=r=null)}),n=s=l=u=r=o=null,t
-}({});var B=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;function R(e,n,r,i){if(x.acceptData(e)){var o,a,s=x.expando,l=e.nodeType,u=l?x.cache:e,c=l?e[s]:e[s]&&s;if(c&&u[c]&&(i||u[c].data)||r!==t||"string"!=typeof n)return c||(c=l?e[s]=p.pop()||x.guid++:s),u[c]||(u[c]=l?{}:{toJSON:x.noop}),("object"==typeof n||"function"==typeof n)&&(i?u[c]=x.extend(u[c],n):u[c].data=x.extend(u[c].data,n)),a=u[c],i||(a.data||(a.data={}),a=a.data),r!==t&&(a[x.camelCase(n)]=r),"string"==typeof n?(o=a[n],null==o&&(o=a[x.camelCase(n)])):o=a,o}}function W(e,t,n){if(x.acceptData(e)){var r,i,o=e.nodeType,a=o?x.cache:e,s=o?e[x.expando]:x.expando;if(a[s]){if(t&&(r=n?a[s]:a[s].data)){x.isArray(t)?t=t.concat(x.map(t,x.camelCase)):t in r?t=[t]:(t=x.camelCase(t),t=t in r?[t]:t.split(" ")),i=t.length;while(i--)delete r[t[i]];if(n?!I(r):!x.isEmptyObject(r))return}(n||(delete a[s].data,I(a[s])))&&(o?x.cleanData([e],!0):x.support.deleteExpando||a!=a.window?delete a[s]:a[s]=null)}}}x.extend({cache:{},noData:{applet:!0,embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(e){return e=e.nodeType?x.cache[e[x.expando]]:e[x.expando],!!e&&!I(e)},data:function(e,t,n){return R(e,t,n)},removeData:function(e,t){return W(e,t)},_data:function(e,t,n){return R(e,t,n,!0)},_removeData:function(e,t){return W(e,t,!0)},acceptData:function(e){if(e.nodeType&&1!==e.nodeType&&9!==e.nodeType)return!1;var t=e.nodeName&&x.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),x.fn.extend({data:function(e,n){var r,i,o=null,a=0,s=this[0];if(e===t){if(this.length&&(o=x.data(s),1===s.nodeType&&!x._data(s,"parsedAttrs"))){for(r=s.attributes;r.length>a;a++)i=r[a].name,0===i.indexOf("data-")&&(i=x.camelCase(i.slice(5)),$(s,i,o[i]));x._data(s,"parsedAttrs",!0)}return o}return"object"==typeof e?this.each(function(){x.data(this,e)}):arguments.length>1?this.each(function(){x.data(this,e,n)}):s?$(s,e,x.data(s,e)):null},removeData:function(e){return this.each(function(){x.removeData(this,e)})}});function $(e,n,r){if(r===t&&1===e.nodeType){var i="data-"+n.replace(P,"-$1").toLowerCase();if(r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:B.test(r)?x.parseJSON(r):r}catch(o){}x.data(e,n,r)}else r=t}return r}function I(e){var t;for(t in e)if(("data"!==t||!x.isEmptyObject(e[t]))&&"toJSON"!==t)return!1;return!0}x.extend({queue:function(e,n,r){var i;return e?(n=(n||"fx")+"queue",i=x._data(e,n),r&&(!i||x.isArray(r)?i=x._data(e,n,x.makeArray(r)):i.push(r)),i||[]):t},dequeue:function(e,t){t=t||"fx";var n=x.queue(e,t),r=n.length,i=n.shift(),o=x._queueHooks(e,t),a=function(){x.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return x._data(e,n)||x._data(e,n,{empty:x.Callbacks("once memory").add(function(){x._removeData(e,t+"queue"),x._removeData(e,n)})})}}),x.fn.extend({queue:function(e,n){var r=2;return"string"!=typeof e&&(n=e,e="fx",r--),r>arguments.length?x.queue(this[0],e):n===t?this:this.each(function(){var t=x.queue(this,e,n);x._queueHooks(this,e),"fx"===e&&"inprogress"!==t[0]&&x.dequeue(this,e)})},dequeue:function(e){return this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,o=x.Deferred(),a=this,s=this.length,l=function(){--i||o.resolveWith(a,[a])};"string"!=typeof e&&(n=e,e=t),e=e||"fx";while(s--)r=x._data(a[s],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(l));return l(),o.promise(n)}});var z,X,U=/[\t\r\n\f]/g,V=/\r/g,Y=/^(?:input|select|textarea|button|object)$/i,J=/^(?:a|area)$/i,G=/^(?:checked|selected)$/i,Q=x.support.getSetAttribute,K=x.support.input;x.fn.extend({attr:function(e,t){return x.access(this,x.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){x.removeAttr(this,e)})},prop:function(e,t){return x.access(this,x.prop,e,t,arguments.length>1)},removeProp:function(e){return e=x.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,o,a=0,s=this.length,l="string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).addClass(e.call(this,t,this.className))});if(l)for(t=(e||"").match(T)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(U," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=x.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,a=0,s=this.length,l=0===arguments.length||"string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).removeClass(e.call(this,t,this.className))});if(l)for(t=(e||"").match(T)||[];s>a;a++)if(n=this[a],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(U," "):"")){o=0;while(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.className=e?x.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):x.isFunction(e)?this.each(function(n){x(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if("string"===n){var t,r=0,o=x(this),a=e.match(T)||[];while(t=a[r++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else(n===i||"boolean"===n)&&(this.className&&x._data(this,"__className__",this.className),this.className=this.className||e===!1?"":x._data(this,"__className__")||"")})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(U," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,o=this[0];{if(arguments.length)return i=x.isFunction(e),this.each(function(n){var o;1===this.nodeType&&(o=i?e.call(this,n,x(this).val()):e,null==o?o="":"number"==typeof o?o+="":x.isArray(o)&&(o=x.map(o,function(e){return null==e?"":e+""})),r=x.valHooks[this.type]||x.valHooks[this.nodeName.toLowerCase()],r&&"set"in r&&r.set(this,o,"value")!==t||(this.value=o))});if(o)return r=x.valHooks[o.type]||x.valHooks[o.nodeName.toLowerCase()],r&&"get"in r&&(n=r.get(o,"value"))!==t?n:(n=o.value,"string"==typeof n?n.replace(V,""):null==n?"":n)}}}),x.extend({valHooks:{option:{get:function(e){var t=x.find.attr(e,"value");return null!=t?t:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,a=o?null:[],s=o?i+1:r.length,l=0>i?s:o?i:0;for(;s>l;l++)if(n=r[l],!(!n.selected&&l!==i||(x.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&x.nodeName(n.parentNode,"optgroup"))){if(t=x(n).val(),o)return t;a.push(t)}return a},set:function(e,t){var n,r,i=e.options,o=x.makeArray(t),a=i.length;while(a--)r=i[a],(r.selected=x.inArray(x(r).val(),o)>=0)&&(n=!0);return n||(e.selectedIndex=-1),o}}},attr:function(e,n,r){var o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return typeof e.getAttribute===i?x.prop(e,n,r):(1===s&&x.isXMLDoc(e)||(n=n.toLowerCase(),o=x.attrHooks[n]||(x.expr.match.bool.test(n)?X:z)),r===t?o&&"get"in o&&null!==(a=o.get(e,n))?a:(a=x.find.attr(e,n),null==a?t:a):null!==r?o&&"set"in o&&(a=o.set(e,r,n))!==t?a:(e.setAttribute(n,r+""),r):(x.removeAttr(e,n),t))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(T);if(o&&1===e.nodeType)while(n=o[i++])r=x.propFix[n]||n,x.expr.match.bool.test(n)?K&&Q||!G.test(n)?e[r]=!1:e[x.camelCase("default-"+n)]=e[r]=!1:x.attr(e,n,""),e.removeAttribute(Q?n:r)},attrHooks:{type:{set:function(e,t){if(!x.support.radioValue&&"radio"===t&&x.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{"for":"htmlFor","class":"className"},prop:function(e,n,r){var i,o,a,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return a=1!==s||!x.isXMLDoc(e),a&&(n=x.propFix[n]||n,o=x.propHooks[n]),r!==t?o&&"set"in o&&(i=o.set(e,r,n))!==t?i:e[n]=r:o&&"get"in o&&null!==(i=o.get(e,n))?i:e[n]},propHooks:{tabIndex:{get:function(e){var t=x.find.attr(e,"tabindex");return t?parseInt(t,10):Y.test(e.nodeName)||J.test(e.nodeName)&&e.href?0:-1}}}}),X={set:function(e,t,n){return t===!1?x.removeAttr(e,n):K&&Q||!G.test(n)?e.setAttribute(!Q&&x.propFix[n]||n,n):e[x.camelCase("default-"+n)]=e[n]=!0,n}},x.each(x.expr.match.bool.source.match(/\w+/g),function(e,n){var r=x.expr.attrHandle[n]||x.find.attr;x.expr.attrHandle[n]=K&&Q||!G.test(n)?function(e,n,i){var o=x.expr.attrHandle[n],a=i?t:(x.expr.attrHandle[n]=t)!=r(e,n,i)?n.toLowerCase():null;return x.expr.attrHandle[n]=o,a}:function(e,n,r){return r?t:e[x.camelCase("default-"+n)]?n.toLowerCase():null}}),K&&Q||(x.attrHooks.value={set:function(e,n,r){return x.nodeName(e,"input")?(e.defaultValue=n,t):z&&z.set(e,n,r)}}),Q||(z={set:function(e,n,r){var i=e.getAttributeNode(r);return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r)),i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}},x.expr.attrHandle.id=x.expr.attrHandle.name=x.expr.attrHandle.coords=function(e,n,r){var i;return r?t:(i=e.getAttributeNode(n))&&""!==i.value?i.value:null},x.valHooks.button={get:function(e,n){var r=e.getAttributeNode(n);return r&&r.specified?r.value:t},set:z.set},x.attrHooks.contenteditable={set:function(e,t,n){z.set(e,""===t?!1:t,n)}},x.each(["width","height"],function(e,n){x.attrHooks[n]={set:function(e,r){return""===r?(e.setAttribute(n,"auto"),r):t}}})),x.support.hrefNormalized||x.each(["href","src"],function(e,t){x.propHooks[t]={get:function(e){return e.getAttribute(t,4)}}}),x.support.style||(x.attrHooks.style={get:function(e){return e.style.cssText||t},set:function(e,t){return e.style.cssText=t+""}}),x.support.optSelected||(x.propHooks.selected={get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}}),x.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){x.propFix[this.toLowerCase()]=this}),x.support.enctype||(x.propFix.enctype="encoding"),x.each(["radio","checkbox"],function(){x.valHooks[this]={set:function(e,n){return x.isArray(n)?e.checked=x.inArray(x(e).val(),n)>=0:t}},x.support.checkOn||(x.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Z=/^(?:input|select|textarea)$/i,et=/^key/,tt=/^(?:mouse|contextmenu)|click/,nt=/^(?:focusinfocus|focusoutblur)$/,rt=/^([^.]*)(?:\.(.+)|)$/;function it(){return!0}function ot(){return!1}function at(){try{return a.activeElement}catch(e){}}x.event={global:{},add:function(e,n,r,o,a){var s,l,u,c,p,f,d,h,g,m,y,v=x._data(e);if(v){r.handler&&(c=r,r=c.handler,a=c.selector),r.guid||(r.guid=x.guid++),(l=v.events)||(l=v.events={}),(f=v.handle)||(f=v.handle=function(e){return typeof x===i||e&&x.event.triggered===e.type?t:x.event.dispatch.apply(f.elem,arguments)},f.elem=e),n=(n||"").match(T)||[""],u=n.length;while(u--)s=rt.exec(n[u])||[],g=y=s[1],m=(s[2]||"").split(".").sort(),g&&(p=x.event.special[g]||{},g=(a?p.delegateType:p.bindType)||g,p=x.event.special[g]||{},d=x.extend({type:g,origType:y,data:o,handler:r,guid:r.guid,selector:a,needsContext:a&&x.expr.match.needsContext.test(a),namespace:m.join(".")},c),(h=l[g])||(h=l[g]=[],h.delegateCount=0,p.setup&&p.setup.call(e,o,m,f)!==!1||(e.addEventListener?e.addEventListener(g,f,!1):e.attachEvent&&e.attachEvent("on"+g,f))),p.add&&(p.add.call(e,d),d.handler.guid||(d.handler.guid=r.guid)),a?h.splice(h.delegateCount++,0,d):h.push(d),x.event.global[g]=!0);e=null}},remove:function(e,t,n,r,i){var o,a,s,l,u,c,p,f,d,h,g,m=x.hasData(e)&&x._data(e);if(m&&(c=m.events)){t=(t||"").match(T)||[""],u=t.length;while(u--)if(s=rt.exec(t[u])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){p=x.event.special[d]||{},d=(r?p.delegateType:p.bindType)||d,f=c[d]||[],s=s[2]&&RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),l=o=f.length;while(o--)a=f[o],!i&&g!==a.origType||n&&n.guid!==a.guid||s&&!s.test(a.namespace)||r&&r!==a.selector&&("**"!==r||!a.selector)||(f.splice(o,1),a.selector&&f.delegateCount--,p.remove&&p.remove.call(e,a));l&&!f.length&&(p.teardown&&p.teardown.call(e,h,m.handle)!==!1||x.removeEvent(e,d,m.handle),delete c[d])}else for(d in c)x.event.remove(e,d+t[u],n,r,!0);x.isEmptyObject(c)&&(delete m.handle,x._removeData(e,"events"))}},trigger:function(n,r,i,o){var s,l,u,c,p,f,d,h=[i||a],g=v.call(n,"type")?n.type:n,m=v.call(n,"namespace")?n.namespace.split("."):[];if(u=f=i=i||a,3!==i.nodeType&&8!==i.nodeType&&!nt.test(g+x.event.triggered)&&(g.indexOf(".")>=0&&(m=g.split("."),g=m.shift(),m.sort()),l=0>g.indexOf(":")&&"on"+g,n=n[x.expando]?n:new x.Event(g,"object"==typeof n&&n),n.isTrigger=o?2:3,n.namespace=m.join("."),n.namespace_re=n.namespace?RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,n.result=t,n.target||(n.target=i),r=null==r?[n]:x.makeArray(r,[n]),p=x.event.special[g]||{},o||!p.trigger||p.trigger.apply(i,r)!==!1)){if(!o&&!p.noBubble&&!x.isWindow(i)){for(c=p.delegateType||g,nt.test(c+g)||(u=u.parentNode);u;u=u.parentNode)h.push(u),f=u;f===(i.ownerDocument||a)&&h.push(f.defaultView||f.parentWindow||e)}d=0;while((u=h[d++])&&!n.isPropagationStopped())n.type=d>1?c:p.bindType||g,s=(x._data(u,"events")||{})[n.type]&&x._data(u,"handle"),s&&s.apply(u,r),s=l&&u[l],s&&x.acceptData(u)&&s.apply&&s.apply(u,r)===!1&&n.preventDefault();if(n.type=g,!o&&!n.isDefaultPrevented()&&(!p._default||p._default.apply(h.pop(),r)===!1)&&x.acceptData(i)&&l&&i[g]&&!x.isWindow(i)){f=i[l],f&&(i[l]=null),x.event.triggered=g;try{i[g]()}catch(y){}x.event.triggered=t,f&&(i[l]=f)}return n.result}},dispatch:function(e){e=x.event.fix(e);var n,r,i,o,a,s=[],l=g.call(arguments),u=(x._data(this,"events")||{})[e.type]||[],c=x.event.special[e.type]||{};if(l[0]=e,e.delegateTarget=this,!c.preDispatch||c.preDispatch.call(this,e)!==!1){s=x.event.handlers.call(this,e,u),n=0;while((o=s[n++])&&!e.isPropagationStopped()){e.currentTarget=o.elem,a=0;while((i=o.handlers[a++])&&!e.isImmediatePropagationStopped())(!e.namespace_re||e.namespace_re.test(i.namespace))&&(e.handleObj=i,e.data=i.data,r=((x.event.special[i.origType]||{}).handle||i.handler).apply(o.elem,l),r!==t&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,n){var r,i,o,a,s=[],l=n.delegateCount,u=e.target;if(l&&u.nodeType&&(!e.button||"click"!==e.type))for(;u!=this;u=u.parentNode||this)if(1===u.nodeType&&(u.disabled!==!0||"click"!==e.type)){for(o=[],a=0;l>a;a++)i=n[a],r=i.selector+" ",o[r]===t&&(o[r]=i.needsContext?x(r,this).index(u)>=0:x.find(r,this,null,[u]).length),o[r]&&o.push(i);o.length&&s.push({elem:u,handlers:o})}return n.length>l&&s.push({elem:this,handlers:n.slice(l)}),s},fix:function(e){if(e[x.expando])return e;var t,n,r,i=e.type,o=e,s=this.fixHooks[i];s||(this.fixHooks[i]=s=tt.test(i)?this.mouseHooks:et.test(i)?this.keyHooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new x.Event(o),t=r.length;while(t--)n=r[t],e[n]=o[n];return e.target||(e.target=o.srcElement||a),3===e.target.nodeType&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,o):e},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,i,o,s=n.button,l=n.fromElement;return null==e.pageX&&null!=n.clientX&&(i=e.target.ownerDocument||a,o=i.documentElement,r=i.body,e.pageX=n.clientX+(o&&o.scrollLeft||r&&r.scrollLeft||0)-(o&&o.clientLeft||r&&r.clientLeft||0),e.pageY=n.clientY+(o&&o.scrollTop||r&&r.scrollTop||0)-(o&&o.clientTop||r&&r.clientTop||0)),!e.relatedTarget&&l&&(e.relatedTarget=l===e.target?n.toElement:l),e.which||s===t||(e.which=1&s?1:2&s?3:4&s?2:0),e}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==at()&&this.focus)try{return this.focus(),!1}catch(e){}},delegateType:"focusin"},blur:{trigger:function(){return this===at()&&this.blur?(this.blur(),!1):t},delegateType:"focusout"},click:{trigger:function(){return x.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):t},_default:function(e){return x.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){e.result!==t&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=x.extend(new x.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?x.event.trigger(i,null,t):x.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},x.removeEvent=a.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]===i&&(e[r]=null),e.detachEvent(r,n))},x.Event=function(e,n){return this instanceof x.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?it:ot):this.type=e,n&&x.extend(this,n),this.timeStamp=e&&e.timeStamp||x.now(),this[x.expando]=!0,t):new x.Event(e,n)},x.Event.prototype={isDefaultPrevented:ot,isPropagationStopped:ot,isImmediatePropagationStopped:ot,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=it,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=it,e&&(e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=it,this.stopPropagation()}},x.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){x.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return(!i||i!==r&&!x.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),x.support.submitBubbles||(x.event.special.submit={setup:function(){return x.nodeName(this,"form")?!1:(x.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=x.nodeName(n,"input")||x.nodeName(n,"button")?n.form:t;r&&!x._data(r,"submitBubbles")&&(x.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),x._data(r,"submitBubbles",!0))}),t)},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&x.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){return x.nodeName(this,"form")?!1:(x.event.remove(this,"._submit"),t)}}),x.support.changeBubbles||(x.event.special.change={setup:function(){return Z.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(x.event.add(this,"propertychange._change",function(e){"checked"===e.originalEvent.propertyName&&(this._just_changed=!0)}),x.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),x.event.simulate("change",this,e,!0)})),!1):(x.event.add(this,"beforeactivate._change",function(e){var t=e.target;Z.test(t.nodeName)&&!x._data(t,"changeBubbles")&&(x.event.add(t,"change._change",function(e){!this.parentNode||e.isSimulated||e.isTrigger||x.event.simulate("change",this.parentNode,e,!0)}),x._data(t,"changeBubbles",!0))}),t)},handle:function(e){var n=e.target;return this!==n||e.isSimulated||e.isTrigger||"radio"!==n.type&&"checkbox"!==n.type?e.handleObj.handler.apply(this,arguments):t},teardown:function(){return x.event.remove(this,"._change"),!Z.test(this.nodeName)}}),x.support.focusinBubbles||x.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){x.event.simulate(t,e.target,x.event.fix(e),!0)};x.event.special[t]={setup:function(){0===n++&&a.addEventListener(e,r,!0)},teardown:function(){0===--n&&a.removeEventListener(e,r,!0)}}}),x.fn.extend({on:function(e,n,r,i,o){var a,s;if("object"==typeof e){"string"!=typeof n&&(r=r||n,n=t);for(a in e)this.on(a,n,r,e[a],o);return this}if(null==r&&null==i?(i=n,r=n=t):null==i&&("string"==typeof n?(i=r,r=t):(i=r,r=n,n=t)),i===!1)i=ot;else if(!i)return this;return 1===o&&(s=i,i=function(e){return x().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=x.guid++)),this.each(function(){x.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,o;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,x(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof e){for(o in e)this.off(o,n,e[o]);return this}return(n===!1||"function"==typeof n)&&(r=n,n=t),r===!1&&(r=ot),this.each(function(){x.event.remove(this,e,r,n)})},trigger:function(e,t){return this.each(function(){x.event.trigger(e,t,this)})},triggerHandler:function(e,n){var r=this[0];return r?x.event.trigger(e,n,r,!0):t}});var st=/^.[^:#\[\.,]*$/,lt=/^(?:parents|prev(?:Until|All))/,ut=x.expr.match.needsContext,ct={children:!0,contents:!0,next:!0,prev:!0};x.fn.extend({find:function(e){var t,n=[],r=this,i=r.length;if("string"!=typeof e)return this.pushStack(x(e).filter(function(){for(t=0;i>t;t++)if(x.contains(r[t],this))return!0}));for(t=0;i>t;t++)x.find(e,r[t],n);return n=this.pushStack(i>1?x.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},has:function(e){var t,n=x(e,this),r=n.length;return this.filter(function(){for(t=0;r>t;t++)if(x.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e||[],!0))},filter:function(e){return this.pushStack(ft(this,e||[],!1))},is:function(e){return!!ft(this,"string"==typeof e&&ut.test(e)?x(e):e||[],!1).length},closest:function(e,t){var n,r=0,i=this.length,o=[],a=ut.test(e)||"string"!=typeof e?x(e,t||this.context):0;for(;i>r;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(11>n.nodeType&&(a?a.index(n)>-1:1===n.nodeType&&x.find.matchesSelector(n,e))){n=o.push(n);break}return this.pushStack(o.length>1?x.unique(o):o)},index:function(e){return e?"string"==typeof e?x.inArray(this[0],x(e)):x.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?x(e,t):x.makeArray(e&&e.nodeType?[e]:e),r=x.merge(this.get(),n);return this.pushStack(x.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function pt(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return x.dir(e,"parentNode")},parentsUntil:function(e,t,n){return x.dir(e,"parentNode",n)},next:function(e){return pt(e,"nextSibling")},prev:function(e){return pt(e,"previousSibling")},nextAll:function(e){return x.dir(e,"nextSibling")},prevAll:function(e){return x.dir(e,"previousSibling")},nextUntil:function(e,t,n){return x.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return x.dir(e,"previousSibling",n)},siblings:function(e){return x.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return x.sibling(e.firstChild)},contents:function(e){return x.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:x.merge([],e.childNodes)}},function(e,t){x.fn[e]=function(n,r){var i=x.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=x.filter(r,i)),this.length>1&&(ct[e]||(i=x.unique(i)),lt.test(e)&&(i=i.reverse())),this.pushStack(i)}}),x.extend({filter:function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?x.find.matchesSelector(r,e)?[r]:[]:x.find.matches(e,x.grep(t,function(e){return 1===e.nodeType}))},dir:function(e,n,r){var i=[],o=e[n];while(o&&9!==o.nodeType&&(r===t||1!==o.nodeType||!x(o).is(r)))1===o.nodeType&&i.push(o),o=o[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});function ft(e,t,n){if(x.isFunction(t))return x.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return x.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(st.test(t))return x.filter(t,e,n);t=x.filter(t,e)}return x.grep(e,function(e){return x.inArray(e,t)>=0!==n})}function dt(e){var t=ht.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}var ht="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",gt=/ jQuery\d+="(?:null|\d+)"/g,mt=RegExp("<(?:"+ht+")[\\s/>]","i"),yt=/^\s+/,vt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bt=/<([\w:]+)/,xt=/\s*$/g,At={option:[1,""," "],legend:[1,""," "],area:[1,""," "],param:[1,""," "],thead:[1,""],tr:[2,""],col:[2,""],td:[3,""],_default:x.support.htmlSerialize?[0,"",""]:[1,"X","
"]},jt=dt(a),Dt=jt.appendChild(a.createElement("div"));At.optgroup=At.option,At.tbody=At.tfoot=At.colgroup=At.caption=At.thead,At.th=At.td,x.fn.extend({text:function(e){return x.access(this,function(e){return e===t?x.text(this):this.empty().append((this[0]&&this[0].ownerDocument||a).createTextNode(e))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Lt(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Lt(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=e?x.filter(e,this):this,i=0;for(;null!=(n=r[i]);i++)t||1!==n.nodeType||x.cleanData(Ft(n)),n.parentNode&&(t&&x.contains(n.ownerDocument,n)&&_t(Ft(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++){1===e.nodeType&&x.cleanData(Ft(e,!1));while(e.firstChild)e.removeChild(e.firstChild);e.options&&x.nodeName(e,"select")&&(e.options.length=0)}return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return x.clone(this,e,t)})},html:function(e){return x.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return 1===n.nodeType?n.innerHTML.replace(gt,""):t;if(!("string"!=typeof e||Tt.test(e)||!x.support.htmlSerialize&&mt.test(e)||!x.support.leadingWhitespace&&yt.test(e)||At[(bt.exec(e)||["",""])[1].toLowerCase()])){e=e.replace(vt,"<$1>$2>");try{for(;i>r;r++)n=this[r]||{},1===n.nodeType&&(x.cleanData(Ft(n,!1)),n.innerHTML=e);n=0}catch(o){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=x.map(this,function(e){return[e.nextSibling,e.parentNode]}),t=0;return this.domManip(arguments,function(n){var r=e[t++],i=e[t++];i&&(r&&r.parentNode!==i&&(r=this.nextSibling),x(this).remove(),i.insertBefore(n,r))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t,n){e=d.apply([],e);var r,i,o,a,s,l,u=0,c=this.length,p=this,f=c-1,h=e[0],g=x.isFunction(h);if(g||!(1>=c||"string"!=typeof h||x.support.checkClone)&&Nt.test(h))return this.each(function(r){var i=p.eq(r);g&&(e[0]=h.call(this,r,i.html())),i.domManip(e,t,n)});if(c&&(l=x.buildFragment(e,this[0].ownerDocument,!1,!n&&this),r=l.firstChild,1===l.childNodes.length&&(l=r),r)){for(a=x.map(Ft(l,"script"),Ht),o=a.length;c>u;u++)i=l,u!==f&&(i=x.clone(i,!0,!0),o&&x.merge(a,Ft(i,"script"))),t.call(this[u],i,u);if(o)for(s=a[a.length-1].ownerDocument,x.map(a,qt),u=0;o>u;u++)i=a[u],kt.test(i.type||"")&&!x._data(i,"globalEval")&&x.contains(s,i)&&(i.src?x._evalUrl(i.src):x.globalEval((i.text||i.textContent||i.innerHTML||"").replace(St,"")));l=r=null}return this}});function Lt(e,t){return x.nodeName(e,"table")&&x.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function Ht(e){return e.type=(null!==x.find.attr(e,"type"))+"/"+e.type,e}function qt(e){var t=Et.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function _t(e,t){var n,r=0;for(;null!=(n=e[r]);r++)x._data(n,"globalEval",!t||x._data(t[r],"globalEval"))}function Mt(e,t){if(1===t.nodeType&&x.hasData(e)){var n,r,i,o=x._data(e),a=x._data(t,o),s=o.events;if(s){delete a.handle,a.events={};for(n in s)for(r=0,i=s[n].length;i>r;r++)x.event.add(t,n,s[n][r])}a.data&&(a.data=x.extend({},a.data))}}function Ot(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase(),!x.support.noCloneEvent&&t[x.expando]){i=x._data(t);for(r in i.events)x.removeEvent(t,r,i.handle);t.removeAttribute(x.expando)}"script"===n&&t.text!==e.text?(Ht(t).text=e.text,qt(t)):"object"===n?(t.parentNode&&(t.outerHTML=e.outerHTML),x.support.html5Clone&&e.innerHTML&&!x.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):"input"===n&&Ct.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):"option"===n?t.defaultSelected=t.selected=e.defaultSelected:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}}x.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){x.fn[e]=function(e){var n,r=0,i=[],o=x(e),a=o.length-1;for(;a>=r;r++)n=r===a?this:this.clone(!0),x(o[r])[t](n),h.apply(i,n.get());return this.pushStack(i)}});function Ft(e,n){var r,o,a=0,s=typeof e.getElementsByTagName!==i?e.getElementsByTagName(n||"*"):typeof e.querySelectorAll!==i?e.querySelectorAll(n||"*"):t;if(!s)for(s=[],r=e.childNodes||e;null!=(o=r[a]);a++)!n||x.nodeName(o,n)?s.push(o):x.merge(s,Ft(o,n));return n===t||n&&x.nodeName(e,n)?x.merge([e],s):s}function Bt(e){Ct.test(e.type)&&(e.defaultChecked=e.checked)}x.extend({clone:function(e,t,n){var r,i,o,a,s,l=x.contains(e.ownerDocument,e);if(x.support.html5Clone||x.isXMLDoc(e)||!mt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(Dt.innerHTML=e.outerHTML,Dt.removeChild(o=Dt.firstChild)),!(x.support.noCloneEvent&&x.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||x.isXMLDoc(e)))for(r=Ft(o),s=Ft(e),a=0;null!=(i=s[a]);++a)r[a]&&Ot(i,r[a]);if(t)if(n)for(s=s||Ft(e),r=r||Ft(o),a=0;null!=(i=s[a]);a++)Mt(i,r[a]);else Mt(e,o);return r=Ft(o,"script"),r.length>0&&_t(r,!l&&Ft(e,"script")),r=s=i=null,o},buildFragment:function(e,t,n,r){var i,o,a,s,l,u,c,p=e.length,f=dt(t),d=[],h=0;for(;p>h;h++)if(o=e[h],o||0===o)if("object"===x.type(o))x.merge(d,o.nodeType?[o]:o);else if(wt.test(o)){s=s||f.appendChild(t.createElement("div")),l=(bt.exec(o)||["",""])[1].toLowerCase(),c=At[l]||At._default,s.innerHTML=c[1]+o.replace(vt,"<$1>$2>")+c[2],i=c[0];while(i--)s=s.lastChild;if(!x.support.leadingWhitespace&&yt.test(o)&&d.push(t.createTextNode(yt.exec(o)[0])),!x.support.tbody){o="table"!==l||xt.test(o)?""!==c[1]||xt.test(o)?0:s:s.firstChild,i=o&&o.childNodes.length;while(i--)x.nodeName(u=o.childNodes[i],"tbody")&&!u.childNodes.length&&o.removeChild(u)}x.merge(d,s.childNodes),s.textContent="";while(s.firstChild)s.removeChild(s.firstChild);s=f.lastChild}else d.push(t.createTextNode(o));s&&f.removeChild(s),x.support.appendChecked||x.grep(Ft(d,"input"),Bt),h=0;while(o=d[h++])if((!r||-1===x.inArray(o,r))&&(a=x.contains(o.ownerDocument,o),s=Ft(f.appendChild(o),"script"),a&&_t(s),n)){i=0;while(o=s[i++])kt.test(o.type||"")&&n.push(o)}return s=null,f},cleanData:function(e,t){var n,r,o,a,s=0,l=x.expando,u=x.cache,c=x.support.deleteExpando,f=x.event.special;for(;null!=(n=e[s]);s++)if((t||x.acceptData(n))&&(o=n[l],a=o&&u[o])){if(a.events)for(r in a.events)f[r]?x.event.remove(n,r):x.removeEvent(n,r,a.handle);
-u[o]&&(delete u[o],c?delete n[l]:typeof n.removeAttribute!==i?n.removeAttribute(l):n[l]=null,p.push(o))}},_evalUrl:function(e){return x.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})}}),x.fn.extend({wrapAll:function(e){if(x.isFunction(e))return this.each(function(t){x(this).wrapAll(e.call(this,t))});if(this[0]){var t=x(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&1===e.firstChild.nodeType)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return x.isFunction(e)?this.each(function(t){x(this).wrapInner(e.call(this,t))}):this.each(function(){var t=x(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=x.isFunction(e);return this.each(function(n){x(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){x.nodeName(this,"body")||x(this).replaceWith(this.childNodes)}).end()}});var Pt,Rt,Wt,$t=/alpha\([^)]*\)/i,It=/opacity\s*=\s*([^)]*)/,zt=/^(top|right|bottom|left)$/,Xt=/^(none|table(?!-c[ea]).+)/,Ut=/^margin/,Vt=RegExp("^("+w+")(.*)$","i"),Yt=RegExp("^("+w+")(?!px)[a-z%]+$","i"),Jt=RegExp("^([+-])=("+w+")","i"),Gt={BODY:"block"},Qt={position:"absolute",visibility:"hidden",display:"block"},Kt={letterSpacing:0,fontWeight:400},Zt=["Top","Right","Bottom","Left"],en=["Webkit","O","Moz","ms"];function tn(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=en.length;while(i--)if(t=en[i]+n,t in e)return t;return r}function nn(e,t){return e=t||e,"none"===x.css(e,"display")||!x.contains(e.ownerDocument,e)}function rn(e,t){var n,r,i,o=[],a=0,s=e.length;for(;s>a;a++)r=e[a],r.style&&(o[a]=x._data(r,"olddisplay"),n=r.style.display,t?(o[a]||"none"!==n||(r.style.display=""),""===r.style.display&&nn(r)&&(o[a]=x._data(r,"olddisplay",ln(r.nodeName)))):o[a]||(i=nn(r),(n&&"none"!==n||!i)&&x._data(r,"olddisplay",i?n:x.css(r,"display"))));for(a=0;s>a;a++)r=e[a],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[a]||"":"none"));return e}x.fn.extend({css:function(e,n){return x.access(this,function(e,n,r){var i,o,a={},s=0;if(x.isArray(n)){for(o=Rt(e),i=n.length;i>s;s++)a[n[s]]=x.css(e,n[s],!1,o);return a}return r!==t?x.style(e,n,r):x.css(e,n)},e,n,arguments.length>1)},show:function(){return rn(this,!0)},hide:function(){return rn(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){nn(this)?x(this).show():x(this).hide()})}}),x.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Wt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":x.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,a,s,l=x.camelCase(n),u=e.style;if(n=x.cssProps[l]||(x.cssProps[l]=tn(u,l)),s=x.cssHooks[n]||x.cssHooks[l],r===t)return s&&"get"in s&&(o=s.get(e,!1,i))!==t?o:u[n];if(a=typeof r,"string"===a&&(o=Jt.exec(r))&&(r=(o[1]+1)*o[2]+parseFloat(x.css(e,n)),a="number"),!(null==r||"number"===a&&isNaN(r)||("number"!==a||x.cssNumber[l]||(r+="px"),x.support.clearCloneStyle||""!==r||0!==n.indexOf("background")||(u[n]="inherit"),s&&"set"in s&&(r=s.set(e,r,i))===t)))try{u[n]=r}catch(c){}}},css:function(e,n,r,i){var o,a,s,l=x.camelCase(n);return n=x.cssProps[l]||(x.cssProps[l]=tn(e.style,l)),s=x.cssHooks[n]||x.cssHooks[l],s&&"get"in s&&(a=s.get(e,!0,r)),a===t&&(a=Wt(e,n,i)),"normal"===a&&n in Kt&&(a=Kt[n]),""===r||r?(o=parseFloat(a),r===!0||x.isNumeric(o)?o||0:a):a}}),e.getComputedStyle?(Rt=function(t){return e.getComputedStyle(t,null)},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),l=s?s.getPropertyValue(n)||s[n]:t,u=e.style;return s&&(""!==l||x.contains(e.ownerDocument,e)||(l=x.style(e,n)),Yt.test(l)&&Ut.test(n)&&(i=u.width,o=u.minWidth,a=u.maxWidth,u.minWidth=u.maxWidth=u.width=l,l=s.width,u.width=i,u.minWidth=o,u.maxWidth=a)),l}):a.documentElement.currentStyle&&(Rt=function(e){return e.currentStyle},Wt=function(e,n,r){var i,o,a,s=r||Rt(e),l=s?s[n]:t,u=e.style;return null==l&&u&&u[n]&&(l=u[n]),Yt.test(l)&&!zt.test(n)&&(i=u.left,o=e.runtimeStyle,a=o&&o.left,a&&(o.left=e.currentStyle.left),u.left="fontSize"===n?"1em":l,l=u.pixelLeft+"px",u.left=i,a&&(o.left=a)),""===l?"auto":l});function on(e,t,n){var r=Vt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function an(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,a=0;for(;4>o;o+=2)"margin"===n&&(a+=x.css(e,n+Zt[o],!0,i)),r?("content"===n&&(a-=x.css(e,"padding"+Zt[o],!0,i)),"margin"!==n&&(a-=x.css(e,"border"+Zt[o]+"Width",!0,i))):(a+=x.css(e,"padding"+Zt[o],!0,i),"padding"!==n&&(a+=x.css(e,"border"+Zt[o]+"Width",!0,i)));return a}function sn(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=Rt(e),a=x.support.boxSizing&&"border-box"===x.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=Wt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Yt.test(i))return i;r=a&&(x.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+an(e,t,n||(a?"border":"content"),r,o)+"px"}function ln(e){var t=a,n=Gt[e];return n||(n=un(e,t),"none"!==n&&n||(Pt=(Pt||x("").css("cssText","display:block !important")).appendTo(t.documentElement),t=(Pt[0].contentWindow||Pt[0].contentDocument).document,t.write(""),t.close(),n=un(e,t),Pt.detach()),Gt[e]=n),n}function un(e,t){var n=x(t.createElement(e)).appendTo(t.body),r=x.css(n[0],"display");return n.remove(),r}x.each(["height","width"],function(e,n){x.cssHooks[n]={get:function(e,r,i){return r?0===e.offsetWidth&&Xt.test(x.css(e,"display"))?x.swap(e,Qt,function(){return sn(e,n,i)}):sn(e,n,i):t},set:function(e,t,r){var i=r&&Rt(e);return on(e,t,r?an(e,n,r,x.support.boxSizing&&"border-box"===x.css(e,"boxSizing",!1,i),i):0)}}}),x.support.opacity||(x.cssHooks.opacity={get:function(e,t){return It.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=x.isNumeric(t)?"alpha(opacity="+100*t+")":"",o=r&&r.filter||n.filter||"";n.zoom=1,(t>=1||""===t)&&""===x.trim(o.replace($t,""))&&n.removeAttribute&&(n.removeAttribute("filter"),""===t||r&&!r.filter)||(n.filter=$t.test(o)?o.replace($t,i):o+" "+i)}}),x(function(){x.support.reliableMarginRight||(x.cssHooks.marginRight={get:function(e,n){return n?x.swap(e,{display:"inline-block"},Wt,[e,"marginRight"]):t}}),!x.support.pixelPosition&&x.fn.position&&x.each(["top","left"],function(e,n){x.cssHooks[n]={get:function(e,r){return r?(r=Wt(e,n),Yt.test(r)?x(e).position()[n]+"px":r):t}}})}),x.expr&&x.expr.filters&&(x.expr.filters.hidden=function(e){return 0>=e.offsetWidth&&0>=e.offsetHeight||!x.support.reliableHiddenOffsets&&"none"===(e.style&&e.style.display||x.css(e,"display"))},x.expr.filters.visible=function(e){return!x.expr.filters.hidden(e)}),x.each({margin:"",padding:"",border:"Width"},function(e,t){x.cssHooks[e+t]={expand:function(n){var r=0,i={},o="string"==typeof n?n.split(" "):[n];for(;4>r;r++)i[e+Zt[r]+t]=o[r]||o[r-2]||o[0];return i}},Ut.test(e)||(x.cssHooks[e+t].set=on)});var cn=/%20/g,pn=/\[\]$/,fn=/\r?\n/g,dn=/^(?:submit|button|image|reset|file)$/i,hn=/^(?:input|select|textarea|keygen)/i;x.fn.extend({serialize:function(){return x.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=x.prop(this,"elements");return e?x.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!x(this).is(":disabled")&&hn.test(this.nodeName)&&!dn.test(e)&&(this.checked||!Ct.test(e))}).map(function(e,t){var n=x(this).val();return null==n?null:x.isArray(n)?x.map(n,function(e){return{name:t.name,value:e.replace(fn,"\r\n")}}):{name:t.name,value:n.replace(fn,"\r\n")}}).get()}}),x.param=function(e,n){var r,i=[],o=function(e,t){t=x.isFunction(t)?t():null==t?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(n===t&&(n=x.ajaxSettings&&x.ajaxSettings.traditional),x.isArray(e)||e.jquery&&!x.isPlainObject(e))x.each(e,function(){o(this.name,this.value)});else for(r in e)gn(r,e[r],n,o);return i.join("&").replace(cn,"+")};function gn(e,t,n,r){var i;if(x.isArray(t))x.each(t,function(t,i){n||pn.test(e)?r(e,i):gn(e+"["+("object"==typeof i?t:"")+"]",i,n,r)});else if(n||"object"!==x.type(t))r(e,t);else for(i in t)gn(e+"["+i+"]",t[i],n,r)}x.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){x.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),x.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var mn,yn,vn=x.now(),bn=/\?/,xn=/#.*$/,wn=/([?&])_=[^&]*/,Tn=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Cn=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Nn=/^(?:GET|HEAD)$/,kn=/^\/\//,En=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,Sn=x.fn.load,An={},jn={},Dn="*/".concat("*");try{yn=o.href}catch(Ln){yn=a.createElement("a"),yn.href="",yn=yn.href}mn=En.exec(yn.toLowerCase())||[];function Hn(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(T)||[];if(x.isFunction(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function qn(e,n,r,i){var o={},a=e===jn;function s(l){var u;return o[l]=!0,x.each(e[l]||[],function(e,l){var c=l(n,r,i);return"string"!=typeof c||a||o[c]?a?!(u=c):t:(n.dataTypes.unshift(c),s(c),!1)}),u}return s(n.dataTypes[0])||!o["*"]&&s("*")}function _n(e,n){var r,i,o=x.ajaxSettings.flatOptions||{};for(i in n)n[i]!==t&&((o[i]?e:r||(r={}))[i]=n[i]);return r&&x.extend(!0,e,r),e}x.fn.load=function(e,n,r){if("string"!=typeof e&&Sn)return Sn.apply(this,arguments);var i,o,a,s=this,l=e.indexOf(" ");return l>=0&&(i=e.slice(l,e.length),e=e.slice(0,l)),x.isFunction(n)?(r=n,n=t):n&&"object"==typeof n&&(a="POST"),s.length>0&&x.ajax({url:e,type:a,dataType:"html",data:n}).done(function(e){o=arguments,s.html(i?x("").append(x.parseHTML(e)).find(i):e)}).complete(r&&function(e,t){s.each(r,o||[e.responseText,t,e])}),this},x.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){x.fn[t]=function(e){return this.on(t,e)}}),x.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:yn,type:"GET",isLocal:Cn.test(mn[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Dn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":x.parseJSON,"text xml":x.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?_n(_n(e,x.ajaxSettings),t):_n(x.ajaxSettings,e)},ajaxPrefilter:Hn(An),ajaxTransport:Hn(jn),ajax:function(e,n){"object"==typeof e&&(n=e,e=t),n=n||{};var r,i,o,a,s,l,u,c,p=x.ajaxSetup({},n),f=p.context||p,d=p.context&&(f.nodeType||f.jquery)?x(f):x.event,h=x.Deferred(),g=x.Callbacks("once memory"),m=p.statusCode||{},y={},v={},b=0,w="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(2===b){if(!c){c={};while(t=Tn.exec(a))c[t[1].toLowerCase()]=t[2]}t=c[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===b?a:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return b||(e=v[n]=v[n]||e,y[e]=t),this},overrideMimeType:function(e){return b||(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>b)for(t in e)m[t]=[m[t],e[t]];else C.always(e[C.status]);return this},abort:function(e){var t=e||w;return u&&u.abort(t),k(0,t),this}};if(h.promise(C).complete=g.add,C.success=C.done,C.error=C.fail,p.url=((e||p.url||yn)+"").replace(xn,"").replace(kn,mn[1]+"//"),p.type=n.method||n.type||p.method||p.type,p.dataTypes=x.trim(p.dataType||"*").toLowerCase().match(T)||[""],null==p.crossDomain&&(r=En.exec(p.url.toLowerCase()),p.crossDomain=!(!r||r[1]===mn[1]&&r[2]===mn[2]&&(r[3]||("http:"===r[1]?"80":"443"))===(mn[3]||("http:"===mn[1]?"80":"443")))),p.data&&p.processData&&"string"!=typeof p.data&&(p.data=x.param(p.data,p.traditional)),qn(An,p,n,C),2===b)return C;l=p.global,l&&0===x.active++&&x.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Nn.test(p.type),o=p.url,p.hasContent||(p.data&&(o=p.url+=(bn.test(o)?"&":"?")+p.data,delete p.data),p.cache===!1&&(p.url=wn.test(o)?o.replace(wn,"$1_="+vn++):o+(bn.test(o)?"&":"?")+"_="+vn++)),p.ifModified&&(x.lastModified[o]&&C.setRequestHeader("If-Modified-Since",x.lastModified[o]),x.etag[o]&&C.setRequestHeader("If-None-Match",x.etag[o])),(p.data&&p.hasContent&&p.contentType!==!1||n.contentType)&&C.setRequestHeader("Content-Type",p.contentType),C.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Dn+"; q=0.01":""):p.accepts["*"]);for(i in p.headers)C.setRequestHeader(i,p.headers[i]);if(p.beforeSend&&(p.beforeSend.call(f,C,p)===!1||2===b))return C.abort();w="abort";for(i in{success:1,error:1,complete:1})C[i](p[i]);if(u=qn(jn,p,n,C)){C.readyState=1,l&&d.trigger("ajaxSend",[C,p]),p.async&&p.timeout>0&&(s=setTimeout(function(){C.abort("timeout")},p.timeout));try{b=1,u.send(y,k)}catch(N){if(!(2>b))throw N;k(-1,N)}}else k(-1,"No Transport");function k(e,n,r,i){var c,y,v,w,T,N=n;2!==b&&(b=2,s&&clearTimeout(s),u=t,a=i||"",C.readyState=e>0?4:0,c=e>=200&&300>e||304===e,r&&(w=Mn(p,C,r)),w=On(p,w,C,c),c?(p.ifModified&&(T=C.getResponseHeader("Last-Modified"),T&&(x.lastModified[o]=T),T=C.getResponseHeader("etag"),T&&(x.etag[o]=T)),204===e||"HEAD"===p.type?N="nocontent":304===e?N="notmodified":(N=w.state,y=w.data,v=w.error,c=!v)):(v=N,(e||!N)&&(N="error",0>e&&(e=0))),C.status=e,C.statusText=(n||N)+"",c?h.resolveWith(f,[y,N,C]):h.rejectWith(f,[C,N,v]),C.statusCode(m),m=t,l&&d.trigger(c?"ajaxSuccess":"ajaxError",[C,p,c?y:v]),g.fireWith(f,[C,N]),l&&(d.trigger("ajaxComplete",[C,p]),--x.active||x.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return x.get(e,t,n,"json")},getScript:function(e,n){return x.get(e,t,n,"script")}}),x.each(["get","post"],function(e,n){x[n]=function(e,r,i,o){return x.isFunction(r)&&(o=o||i,i=r,r=t),x.ajax({url:e,type:n,dataType:o,data:r,success:i})}});function Mn(e,n,r){var i,o,a,s,l=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),o===t&&(o=e.mimeType||n.getResponseHeader("Content-Type"));if(o)for(s in l)if(l[s]&&l[s].test(o)){u.unshift(s);break}if(u[0]in r)a=u[0];else{for(s in r){if(!u[0]||e.converters[s+" "+u[0]]){a=s;break}i||(i=s)}a=a||i}return a?(a!==u[0]&&u.unshift(a),r[a]):t}function On(e,t,n,r){var i,o,a,s,l,u={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)u[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=c.shift())if("*"===o)o=l;else if("*"!==l&&l!==o){if(a=u[l+" "+o]||u["* "+o],!a)for(i in u)if(s=i.split(" "),s[1]===o&&(a=u[l+" "+s[0]]||u["* "+s[0]])){a===!0?a=u[i]:u[i]!==!0&&(o=s[0],c.unshift(s[1]));break}if(a!==!0)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(p){return{state:"parsererror",error:a?p:"No conversion from "+l+" to "+o}}}return{state:"success",data:t}}x.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return x.globalEval(e),e}}}),x.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),x.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=a.head||x("head")[0]||a.documentElement;return{send:function(t,i){n=a.createElement("script"),n.async=!0,e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,t){(t||!n.readyState||/loaded|complete/.test(n.readyState))&&(n.onload=n.onreadystatechange=null,n.parentNode&&n.parentNode.removeChild(n),n=null,t||i(200,"success"))},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(t,!0)}}}});var Fn=[],Bn=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Fn.pop()||x.expando+"_"+vn++;return this[e]=!0,e}}),x.ajaxPrefilter("json jsonp",function(n,r,i){var o,a,s,l=n.jsonp!==!1&&(Bn.test(n.url)?"url":"string"==typeof n.data&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Bn.test(n.data)&&"data");return l||"jsonp"===n.dataTypes[0]?(o=n.jsonpCallback=x.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,l?n[l]=n[l].replace(Bn,"$1"+o):n.jsonp!==!1&&(n.url+=(bn.test(n.url)?"&":"?")+n.jsonp+"="+o),n.converters["script json"]=function(){return s||x.error(o+" was not called"),s[0]},n.dataTypes[0]="json",a=e[o],e[o]=function(){s=arguments},i.always(function(){e[o]=a,n[o]&&(n.jsonpCallback=r.jsonpCallback,Fn.push(o)),s&&x.isFunction(a)&&a(s[0]),s=a=t}),"script"):t});var Pn,Rn,Wn=0,$n=e.ActiveXObject&&function(){var e;for(e in Pn)Pn[e](t,!0)};function In(){try{return new e.XMLHttpRequest}catch(t){}}function zn(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}x.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&In()||zn()}:In,Rn=x.ajaxSettings.xhr(),x.support.cors=!!Rn&&"withCredentials"in Rn,Rn=x.support.ajax=!!Rn,Rn&&x.ajaxTransport(function(n){if(!n.crossDomain||x.support.cors){var r;return{send:function(i,o){var a,s,l=n.xhr();if(n.username?l.open(n.type,n.url,n.async,n.username,n.password):l.open(n.type,n.url,n.async),n.xhrFields)for(s in n.xhrFields)l[s]=n.xhrFields[s];n.mimeType&&l.overrideMimeType&&l.overrideMimeType(n.mimeType),n.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");try{for(s in i)l.setRequestHeader(s,i[s])}catch(u){}l.send(n.hasContent&&n.data||null),r=function(e,i){var s,u,c,p;try{if(r&&(i||4===l.readyState))if(r=t,a&&(l.onreadystatechange=x.noop,$n&&delete Pn[a]),i)4!==l.readyState&&l.abort();else{p={},s=l.status,u=l.getAllResponseHeaders(),"string"==typeof l.responseText&&(p.text=l.responseText);try{c=l.statusText}catch(f){c=""}s||!n.isLocal||n.crossDomain?1223===s&&(s=204):s=p.text?200:404}}catch(d){i||o(-1,d)}p&&o(s,c,p,u)},n.async?4===l.readyState?setTimeout(r):(a=++Wn,$n&&(Pn||(Pn={},x(e).unload($n)),Pn[a]=r),l.onreadystatechange=r):r()},abort:function(){r&&r(t,!0)}}}});var Xn,Un,Vn=/^(?:toggle|show|hide)$/,Yn=RegExp("^(?:([+-])=|)("+w+")([a-z%]*)$","i"),Jn=/queueHooks$/,Gn=[nr],Qn={"*":[function(e,t){var n=this.createTween(e,t),r=n.cur(),i=Yn.exec(t),o=i&&i[3]||(x.cssNumber[e]?"":"px"),a=(x.cssNumber[e]||"px"!==o&&+r)&&Yn.exec(x.css(n.elem,e)),s=1,l=20;if(a&&a[3]!==o){o=o||a[3],i=i||[],a=+r||1;do s=s||".5",a/=s,x.style(n.elem,e,a+o);while(s!==(s=n.cur()/r)&&1!==s&&--l)}return i&&(a=n.start=+a||+r||0,n.unit=o,n.end=i[1]?a+(i[1]+1)*i[2]:+i[2]),n}]};function Kn(){return setTimeout(function(){Xn=t}),Xn=x.now()}function Zn(e,t,n){var r,i=(Qn[t]||[]).concat(Qn["*"]),o=0,a=i.length;for(;a>o;o++)if(r=i[o].call(n,t,e))return r}function er(e,t,n){var r,i,o=0,a=Gn.length,s=x.Deferred().always(function(){delete l.elem}),l=function(){if(i)return!1;var t=Xn||Kn(),n=Math.max(0,u.startTime+u.duration-t),r=n/u.duration||0,o=1-r,a=0,l=u.tweens.length;for(;l>a;a++)u.tweens[a].run(o);return s.notifyWith(e,[u,o,n]),1>o&&l?n:(s.resolveWith(e,[u]),!1)},u=s.promise({elem:e,props:x.extend({},t),opts:x.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:Xn||Kn(),duration:n.duration,tweens:[],createTween:function(t,n){var r=x.Tween(e,u.opts,t,n,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(r),r},stop:function(t){var n=0,r=t?u.tweens.length:0;if(i)return this;for(i=!0;r>n;n++)u.tweens[n].run(1);return t?s.resolveWith(e,[u,t]):s.rejectWith(e,[u,t]),this}}),c=u.props;for(tr(c,u.opts.specialEasing);a>o;o++)if(r=Gn[o].call(u,e,c,u.opts))return r;return x.map(c,Zn,u),x.isFunction(u.opts.start)&&u.opts.start.call(e,u),x.fx.timer(x.extend(l,{elem:e,anim:u,queue:u.opts.queue})),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always)}function tr(e,t){var n,r,i,o,a;for(n in e)if(r=x.camelCase(n),i=t[r],o=e[n],x.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),a=x.cssHooks[r],a&&"expand"in a){o=a.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}x.Animation=x.extend(er,{tweener:function(e,t){x.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;i>r;r++)n=e[r],Qn[n]=Qn[n]||[],Qn[n].unshift(t)},prefilter:function(e,t){t?Gn.unshift(e):Gn.push(e)}});function nr(e,t,n){var r,i,o,a,s,l,u=this,c={},p=e.style,f=e.nodeType&&nn(e),d=x._data(e,"fxshow");n.queue||(s=x._queueHooks(e,"fx"),null==s.unqueued&&(s.unqueued=0,l=s.empty.fire,s.empty.fire=function(){s.unqueued||l()}),s.unqueued++,u.always(function(){u.always(function(){s.unqueued--,x.queue(e,"fx").length||s.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],"inline"===x.css(e,"display")&&"none"===x.css(e,"float")&&(x.support.inlineBlockNeedsLayout&&"inline"!==ln(e.nodeName)?p.zoom=1:p.display="inline-block")),n.overflow&&(p.overflow="hidden",x.support.shrinkWrapBlocks||u.always(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t)if(i=t[r],Vn.exec(i)){if(delete t[r],o=o||"toggle"===i,i===(f?"hide":"show"))continue;c[r]=d&&d[r]||x.style(e,r)}if(!x.isEmptyObject(c)){d?"hidden"in d&&(f=d.hidden):d=x._data(e,"fxshow",{}),o&&(d.hidden=!f),f?x(e).show():u.done(function(){x(e).hide()}),u.done(function(){var t;x._removeData(e,"fxshow");for(t in c)x.style(e,t,c[t])});for(r in c)a=Zn(f?d[r]:0,r,u),r in d||(d[r]=a.start,f&&(a.end=a.start,a.start="width"===r||"height"===r?1:0))}}function rr(e,t,n,r,i){return new rr.prototype.init(e,t,n,r,i)}x.Tween=rr,rr.prototype={constructor:rr,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(x.cssNumber[n]?"":"px")},cur:function(){var e=rr.propHooks[this.prop];return e&&e.get?e.get(this):rr.propHooks._default.get(this)},run:function(e){var t,n=rr.propHooks[this.prop];return this.pos=t=this.options.duration?x.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):rr.propHooks._default.set(this),this}},rr.prototype.init.prototype=rr.prototype,rr.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=x.css(e.elem,e.prop,""),t&&"auto"!==t?t:0):e.elem[e.prop]},set:function(e){x.fx.step[e.prop]?x.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[x.cssProps[e.prop]]||x.cssHooks[e.prop])?x.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},rr.propHooks.scrollTop=rr.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},x.each(["toggle","show","hide"],function(e,t){var n=x.fn[t];x.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(ir(t,!0),e,r,i)}}),x.fn.extend({fadeTo:function(e,t,n,r){return this.filter(nn).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=x.isEmptyObject(e),o=x.speed(t,n,r),a=function(){var t=er(this,x.extend({},e),o);(i||x._data(this,"finish"))&&t.stop(!0)};return a.finish=a,i||o.queue===!1?this.each(a):this.queue(o.queue,a)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return"string"!=typeof e&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=null!=e&&e+"queueHooks",o=x.timers,a=x._data(this);if(n)a[n]&&a[n].stop&&i(a[n]);else for(n in a)a[n]&&a[n].stop&&Jn.test(n)&&i(a[n]);for(n=o.length;n--;)o[n].elem!==this||null!=e&&o[n].queue!==e||(o[n].anim.stop(r),t=!1,o.splice(n,1));(t||!r)&&x.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=x._data(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=x.timers,a=r?r.length:0;for(n.finish=!0,x.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;a>t;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}});function ir(e,t){var n,r={height:e},i=0;for(t=t?1:0;4>i;i+=2-t)n=Zt[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}x.each({slideDown:ir("show"),slideUp:ir("hide"),slideToggle:ir("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){x.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),x.speed=function(e,t,n){var r=e&&"object"==typeof e?x.extend({},e):{complete:n||!n&&t||x.isFunction(e)&&e,duration:e,easing:n&&t||t&&!x.isFunction(t)&&t};return r.duration=x.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in x.fx.speeds?x.fx.speeds[r.duration]:x.fx.speeds._default,(null==r.queue||r.queue===!0)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){x.isFunction(r.old)&&r.old.call(this),r.queue&&x.dequeue(this,r.queue)},r},x.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},x.timers=[],x.fx=rr.prototype.init,x.fx.tick=function(){var e,n=x.timers,r=0;for(Xn=x.now();n.length>r;r++)e=n[r],e()||n[r]!==e||n.splice(r--,1);n.length||x.fx.stop(),Xn=t},x.fx.timer=function(e){e()&&x.timers.push(e)&&x.fx.start()},x.fx.interval=13,x.fx.start=function(){Un||(Un=setInterval(x.fx.tick,x.fx.interval))},x.fx.stop=function(){clearInterval(Un),Un=null},x.fx.speeds={slow:600,fast:200,_default:400},x.fx.step={},x.expr&&x.expr.filters&&(x.expr.filters.animated=function(e){return x.grep(x.timers,function(t){return e===t.elem}).length}),x.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){x.offset.setOffset(this,e,t)});var n,r,o={top:0,left:0},a=this[0],s=a&&a.ownerDocument;if(s)return n=s.documentElement,x.contains(n,a)?(typeof a.getBoundingClientRect!==i&&(o=a.getBoundingClientRect()),r=or(s),{top:o.top+(r.pageYOffset||n.scrollTop)-(n.clientTop||0),left:o.left+(r.pageXOffset||n.scrollLeft)-(n.clientLeft||0)}):o},x.offset={setOffset:function(e,t,n){var r=x.css(e,"position");"static"===r&&(e.style.position="relative");var i=x(e),o=i.offset(),a=x.css(e,"top"),s=x.css(e,"left"),l=("absolute"===r||"fixed"===r)&&x.inArray("auto",[a,s])>-1,u={},c={},p,f;l?(c=i.position(),p=c.top,f=c.left):(p=parseFloat(a)||0,f=parseFloat(s)||0),x.isFunction(t)&&(t=t.call(e,n,o)),null!=t.top&&(u.top=t.top-o.top+p),null!=t.left&&(u.left=t.left-o.left+f),"using"in t?t.using.call(e,u):i.css(u)}},x.fn.extend({position:function(){if(this[0]){var e,t,n={top:0,left:0},r=this[0];return"fixed"===x.css(r,"position")?t=r.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),x.nodeName(e[0],"html")||(n=e.offset()),n.top+=x.css(e[0],"borderTopWidth",!0),n.left+=x.css(e[0],"borderLeftWidth",!0)),{top:t.top-n.top-x.css(r,"marginTop",!0),left:t.left-n.left-x.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||s;while(e&&!x.nodeName(e,"html")&&"static"===x.css(e,"position"))e=e.offsetParent;return e||s})}}),x.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);x.fn[e]=function(i){return x.access(this,function(e,i,o){var a=or(e);return o===t?a?n in a?a[n]:a.document.documentElement[i]:e[i]:(a?a.scrollTo(r?x(a).scrollLeft():o,r?o:x(a).scrollTop()):e[i]=o,t)},e,i,arguments.length,null)}});function or(e){return x.isWindow(e)?e:9===e.nodeType?e.defaultView||e.parentWindow:!1}x.each({Height:"height",Width:"width"},function(e,n){x.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){x.fn[i]=function(i,o){var a=arguments.length&&(r||"boolean"!=typeof i),s=r||(i===!0||o===!0?"margin":"border");return x.access(this,function(n,r,i){var o;return x.isWindow(n)?n.document.documentElement["client"+e]:9===n.nodeType?(o=n.documentElement,Math.max(n.body["scroll"+e],o["scroll"+e],n.body["offset"+e],o["offset"+e],o["client"+e])):i===t?x.css(n,r,s):x.style(n,r,i,s)},n,a?i:t,a,null)}})}),x.fn.size=function(){return this.length},x.fn.andSelf=x.fn.addBack,"object"==typeof module&&module&&"object"==typeof module.exports?module.exports=x:(e.jQuery=e.$=x,"function"==typeof define&&define.amd&&define("jquery",[],function(){return x}))})(window);
\ No newline at end of file
diff --git a/site/assets/js/scripts.js b/site/assets/js/scripts.js
deleted file mode 100644
index cefca80a..00000000
--- a/site/assets/js/scripts.js
+++ /dev/null
@@ -1,174 +0,0 @@
-$(function(){
- $('body').addClass('js-on');
-
- // A - Z Sorting
- $('.alpha-sort a').click(function(e){
- e.preventDefault();
- var term = $(this).text();
- var $sites = $('.sites section');
-
- $sites.show().filter(function() {
- var text = $(this).find('.site-header').text().replace(/\s+/g, ' ').toLowerCase().substr(1,1);
- return !~text.indexOf(term);
- }).hide();
-
- if ( ! $('.site-block').is(':visible')) {
- $('.no-results').show();
- }
- });
-
- // Difficulty sorting
- $('.diff-sort a').click(function(e){
- e.preventDefault();
- var term = $(this).text().toLowerCase();
- var $sites = $('.sites section');
-
- $sites.show().filter(function() {
- var text = $(this).find('.site-difficulty').text().replace(/\s+/g, ' ').toLowerCase();
- return !~text.indexOf(term);
- }).hide();
-
- if ( ! $('.site-block').is(':visible')) {
- $('.no-results').show();
- }
- });
-
- // Popular sorting
- $('button.popular').click(function(e){
- e.preventDefault();
- var term = "popular";
- var $sites = $('.sites section');
-
- $sites.show().filter(function() {
- var text = $(this).find('.meta').text().replace(/\s+/g, ' ').toLowerCase();
- return !~text.indexOf(term);
- }).hide();
-
- if ( ! $('.site-block').is(':visible')) {
- $('.no-results').show();
- }
- });
-
- // Clear search and sorting
- $('button.reset').click(function(e){
- var $sites = $('.sites section');
- $sites.show();
- $('.no-results').hide();
- $('input').val('');
- });
-
- // When the search field changes, update the hash
- $('input').keyup(function(){
- window.location.hash = $(this).val();
- });
-
- // Call updateSearch when hash changes
- $(window).on('hashchange', function() {
- updateSearch();
- });
-
- // Search function
- function updateSearch() {
- if ($('.no-results').is(':visible')) {
- $('.no-results').hide();
- }
-
- var hash = document.location.hash.toLowerCase();
- var term = hash.substr(1);
-
- var $sites = $('.sites section');
-
- $sites.show().filter(function() {
- var text = $(this).find('.site-header').text().replace(/\s+/g, ' ').toLowerCase();
- return !~text.indexOf(term);
- }).hide();
-
- if ( ! $('.site-block').is(':visible')) {
- $('.no-results').show();
- }
-
- // Insert the term into the field
- // (sometimes this is missed if the hash is changed directly)
- $('#search').val(window.location.hash.substr(1));
- }
-
- // Update search results on page load (if there is a hash)
- if (window.location.hash !== "" && window.location.hash !== "#") {
- // Insert the term into the field
- $('#search').val(window.location.hash.substr(1));
-
- // Update the results
- updateSearch();
- }
-
- $('.site a').prop('title', '');
-
- // jQuery ScrollTo plugin from http://lions-mark.com/jquery/scrollTo/
-
- $.fn.scrollTo = function( target, options, callback ){
- if(typeof options == 'function' && arguments.length == 2){ callback = options; options = target; }
- var settings = $.extend({
- scrollTarget : target,
- offsetTop : 50,
- duration : 500,
- easing : 'swing'
- }, options);
- return this.each(function(){
- var scrollPane = $(this);
- var scrollTarget = (typeof settings.scrollTarget == "number") ? settings.scrollTarget : $(settings.scrollTarget);
- var scrollY = (typeof scrollTarget == "number") ? scrollTarget : scrollTarget.offset().top + scrollPane.scrollTop() - parseInt(settings.offsetTop);
- scrollPane.animate({scrollTop : scrollY }, parseInt(settings.duration), settings.easing, function(){
- if (typeof callback == 'function') { callback.call(this); }
- });
- });
- }
-
- // Banner scroll to bottom
-
- $('.banner').click(function(e) {
- e.preventDefault();
- $('body').scrollTo('.banner-block');
- });
-
- $('.info').click(function(e) {
- e.preventDefault();
- $('body').scrollTo('.about');
- });
-
- // create the keys and konami variables
- var keys = [],
- konami = "38,38,40,40,37,39,37,39,66,65";
-
- $(document).keydown(function(e){
- keys.push(e.keyCode);
-
- // and check to see if the user has entered the Konami code
- if (keys.toString().indexOf(konami) >= 0) {
-
- // do something such as:
- (function(){
- $('.site-block:first').after('
Difficulty: impossible
No Info Available
'
- +'
Difficulty: impossible
No Info Available
');
- })();
-
- // and finally clean up the keys array
- keys = [];
- }
- });
-});
-
-// Load Facebook after page load
-window.onload = function() {
-
- $('#search').focus();
-
- (function(d, s, id) {
- var js, fjs = d.getElementsByTagName(s)[0];
- if (d.getElementById(id)) return;
- js = d.createElement(s); js.id = id;
- js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
- fjs.parentNode.insertBefore(js, fjs);
- }(document, 'script', 'facebook-jssdk'));
-
- console.log('Welcome to justdelete.me. We currently have ' + $('.site-block').length + ' services listed.');
-};
diff --git a/site/fake-identity-generator/index.html b/site/fake-identity-generator/index.html
deleted file mode 100644
index 8ce36b03..00000000
--- a/site/fake-identity-generator/index.html
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-
-
-
Just Delete Me | A directory of direct links to delete your account from web services.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- English
-
- About
- Fake Identity Generator
-
-
-
-
-
-
-
-
-
-
Fake Identity Generator
-
Generate a fake name, address, date of birth, username, password and biography.
-
Generate fake identity
-
Male
Female
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/App.test.tsx b/src/App.test.tsx
new file mode 100644
index 00000000..2a68616d
--- /dev/null
+++ b/src/App.test.tsx
@@ -0,0 +1,9 @@
+import React from 'react';
+import { render, screen } from '@testing-library/react';
+import App from './App';
+
+test('renders learn react link', () => {
+ render(
);
+ const linkElement = screen.getByText(/learn react/i);
+ expect(linkElement).toBeInTheDocument();
+});
diff --git a/src/App.tsx b/src/App.tsx
new file mode 100644
index 00000000..11c0a5a9
--- /dev/null
+++ b/src/App.tsx
@@ -0,0 +1,165 @@
+import { useState } from 'react';
+import styled from 'styled-components';
+
+import sites from './sites.json';
+
+import Content from './content';
+import { StyledTileDifficultyTag } from './tile';
+
+const StyledAppHeader = styled.header`
+ background-color: white;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: flex-start;
+ font-size: calc(10px + 2vmin);
+ color: #404040;
+ position: fixed;
+ width: 100vw;
+ top: 0;
+ gap: 2em;
+ border: 1px solid silver;
+ padding: 0.25em;
+`;
+
+const StyledAppIntro = styled.div`
+ margin-top: 7em;
+ margin-left: 2em;
+ margin-right: 2em;
+
+ @media screen and (max-width: 640px) {
+ margin-top: 5em;
+ }
+`;
+
+const StyledAppName = styled.h1`
+ font-weight: 300;
+ font-size: 1em;
+ flex-shrink: 0;
+`;
+
+const StyledSearchContainer = styled.div`
+ display: flex;
+ flex-direction: row;
+ gap: 0.5em;
+`;
+
+const StyledSearchField = styled.input`
+ border-radius: 2px;
+ height: 32px;
+ padding-right: 8px;
+ padding-left: 8px;
+ border-color: #737373;
+ border-width: 1px;
+ width: 132px;
+`;
+
+const StyledButton = styled.button`
+ border-radius: 2px;
+ border-color: white;
+ border-width: 1px;
+ height: 32px;
+ padding-right: 8px;
+ padding-left: 8px;
+ font-size: 13px;
+ font-weiht: 400;
+ background-color: #0060df;
+ color: white;
+`;
+
+const StyledDescriptionList = styled.dl`
+ display: grid;
+ grid-template-columns: min-content auto;
+ row-gap: 1em;
+`;
+
+const StyledDescriptionTerm = styled.dt`
+ align-self: center;
+`;
+
+const App = () => {
+ const [filter, setFilter] = useState('');
+
+ return (
+
+
+ Just Delete Me
+
+ setFilter(e.target.value)}
+ />
+ Search
+
+
+
+
+ Use the filter and enter at least three characters {' '}
+ to check how hard it is to delete your account on a specific
+ service.{' '}
+
+
+ There are four levels how hard it is to delete your account:
+
+
+
+
+ easy
+
+
+ Easy to delete your account.
+
+
+
+ medium
+
+
+ Some extra steps are involved.
+
+
+
+ hard
+
+
+
+ Cannot be fully deleted without contacting customer
+ services.
+
+
+
+
+ impossible
+
+
+ Cannot be deleted.
+
+
+
+ {
+ const sanitizedFilter = (filter || '')
+ .trim()
+ .toLocaleLowerCase();
+
+ return (
+ sanitizedFilter.length <= 2 ||
+ name
+ .toLocaleLowerCase()
+ .indexOf(sanitizedFilter) >= 0
+ );
+ })
+ .map(({ name, url, domains, difficulty, notes }) => ({
+ name,
+ difficulty,
+ domains,
+ notes,
+ url,
+ }))}
+ />
+
+
+ );
+};
+
+export default App;
diff --git a/src/content/index.tsx b/src/content/index.tsx
new file mode 100644
index 00000000..f412157f
--- /dev/null
+++ b/src/content/index.tsx
@@ -0,0 +1,36 @@
+import { Tile, TileData } from '../tile';
+import styled from 'styled-components';
+
+export type ContentItems = {
+ readonly items: Partial
[];
+};
+
+const StyledContentContainer = styled.div``;
+
+const Content = ({ items }: ContentItems) => (
+
+ {items.map(
+ (
+ {
+ name = '',
+ notes = '',
+ url = '',
+ difficulty = '',
+ domains = [],
+ },
+ index
+ ) => (
+
+ )
+ )}
+
+);
+
+export default Content;
diff --git a/src/footer/index.tsx b/src/footer/index.tsx
new file mode 100644
index 00000000..c93b9aad
--- /dev/null
+++ b/src/footer/index.tsx
@@ -0,0 +1,46 @@
+import styled from 'styled-components';
+
+const StyledFooter = styled.div`
+ color: white;
+ background-color: #737373;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+ gap: 2em;
+`;
+
+const StyledFooterColumn = styled.div`
+ padding-top: 2em;
+ padding-right: 1em;
+ padding-left: 1em;
+ padding-bottom: 2.75em;
+`;
+
+export const Footer = () => (
+
+
+ JustDeleteMe
+
+ Many companies use{' '}
+
+ dark pattern
+ {' '}
+ techniques to make it difficult to find how to delete your
+ account. This list aims to be a directory of urls to enable you
+ to easily delete your account from web services.
+
+
+
+ Fork me on GitHub
+
+
+
+ Foo
+
+
+);
diff --git a/src/index.css b/src/index.css
new file mode 100644
index 00000000..b00c6ad6
--- /dev/null
+++ b/src/index.css
@@ -0,0 +1,8 @@
+body {
+ margin: 0;
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
+ Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
+ Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
diff --git a/src/index.tsx b/src/index.tsx
new file mode 100644
index 00000000..ca1338a0
--- /dev/null
+++ b/src/index.tsx
@@ -0,0 +1,19 @@
+import React from 'react';
+import ReactDOM from 'react-dom';
+import './index.css';
+import App from './App';
+import { Footer } from './footer';
+import reportWebVitals from './reportWebVitals';
+
+ReactDOM.render(
+
+
+
+ ,
+ document.getElementById('root')
+);
+
+// If you want to start measuring performance in your app, pass a function
+// to log results (for example: reportWebVitals(console.log))
+// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
+reportWebVitals();
diff --git a/src/react-app-env.d.ts b/src/react-app-env.d.ts
new file mode 100644
index 00000000..6431bc5f
--- /dev/null
+++ b/src/react-app-env.d.ts
@@ -0,0 +1 @@
+///
diff --git a/src/reportWebVitals.ts b/src/reportWebVitals.ts
new file mode 100644
index 00000000..49a2a16e
--- /dev/null
+++ b/src/reportWebVitals.ts
@@ -0,0 +1,15 @@
+import { ReportHandler } from 'web-vitals';
+
+const reportWebVitals = (onPerfEntry?: ReportHandler) => {
+ if (onPerfEntry && onPerfEntry instanceof Function) {
+ import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
+ getCLS(onPerfEntry);
+ getFID(onPerfEntry);
+ getFCP(onPerfEntry);
+ getLCP(onPerfEntry);
+ getTTFB(onPerfEntry);
+ });
+ }
+};
+
+export default reportWebVitals;
diff --git a/src/setupTests.ts b/src/setupTests.ts
new file mode 100644
index 00000000..8f2609b7
--- /dev/null
+++ b/src/setupTests.ts
@@ -0,0 +1,5 @@
+// jest-dom adds custom jest matchers for asserting on DOM nodes.
+// allows you to do things like:
+// expect(element).toHaveTextContent(/react/i)
+// learn more: https://github.com/testing-library/jest-dom
+import '@testing-library/jest-dom';
diff --git a/sites.json b/src/sites.json
similarity index 99%
rename from sites.json
rename to src/sites.json
index 76aa9d52..a1236f0f 100644
--- a/sites.json
+++ b/src/sites.json
@@ -4698,12 +4698,10 @@
{
"name": "Startnext",
- "url": "http://faq.startnext.de/Nutzerprofil/id/Wie+kann+ich+mein+Startnext-Profil+loeschen+-26/modul/Nutzerprofil+%26+Registrierung/aid/18",
- "difficulty": "hard",
- "notes": "You have to write an Email to the Support. Your activites will be anonymized.",
- "notes_fr": "Vous devez écrire un e-mail au support.",
- "notes_de": "Es ist erforderlich, eine Email an den Support zu schreiben. Alle Aktivitäten werden anonymisiert.",
- "email": "support@startnext.de",
+ "url": "https://www.startnext.com/help/FAQ/for-all~dbbd-ntbj9#q-51",
+ "difficulty": "easy",
+ "notes": "Follow the instructions at https://www.startnext.com/help/FAQ/for-all~dbbd-ntbj9#q-51. Your data and activites will be anonymized.",
+ "notes_de": "Folge den Schritten auf dieser Seite: https://www.startnext.com/hilfe/FAQ/fr-alle~db8-ntbj9#q-14. Alle Daten und Aktivitäten werden anonymisiert.",
"domains": [
"faq.startnext.de",
"startnext.de"
diff --git a/src/tile/index.tsx b/src/tile/index.tsx
new file mode 100644
index 00000000..437cc5fe
--- /dev/null
+++ b/src/tile/index.tsx
@@ -0,0 +1,127 @@
+import styled from 'styled-components';
+
+export type TileData = {
+ readonly name: string;
+ readonly url: string;
+ readonly difficulty: string;
+ readonly domains: string[] | string;
+ readonly notes: string;
+};
+
+const findDifficultyColors = (
+ difficulty: string
+): { foreground: string; background: string } => {
+ switch (difficulty) {
+ case 'easy':
+ return { background: '#84cc16', foreground: 'black' };
+ case 'medium':
+ return { background: '#facc15', foreground: 'black' };
+ case 'hard':
+ return { background: '#dc2626', foreground: 'white' };
+ case 'impossible':
+ return { background: '#404040', foreground: 'white' };
+ default:
+ return { background: 'rgb(250,250,250)', foreground: 'gray' };
+ }
+};
+
+const StyledTileContainer = styled.div`
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ margin: 2em;
+ border-radius: 1em;
+ padding: 2em;
+ overflow: hidden;
+ box-shadow: 0 2px 24px rgb(0, 0, 0, 0.1);
+`;
+
+const StyledTileHeader = styled.div`
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ align-items: center;
+`;
+
+const StyledTileTitle = styled.h2`
+ font-weight: 300;
+ margin-right: 1em;
+ margin-top: 1em;
+ margin-bottom: 0.8em;
+`;
+
+const StyledTileCopy = styled.span`
+ font-weight: 400;
+`;
+
+const StyledTileDifficulty = styled.div<{ difficulty: string }>`
+ margin-left: -2em;
+ margin-top: -2em;
+ margin-bottom: -2em;
+ padding: 1em;
+
+ ${(props) =>
+ `background-color: ${
+ findDifficultyColors(props.difficulty).background
+ }`};
+`;
+
+export const StyledTileDifficultyTag = styled.span<{ difficulty: string }>`
+ border-radius: 3px;
+ padding: 0.5em;
+ font-weight: bold;
+ font-size: 0.8em;
+ margin-top: 1em;
+ margin-bottom: 0.8em;
+
+ ${(props) => {
+ const { background, foreground } = findDifficultyColors(
+ props.difficulty
+ );
+ return `
+ background-color: ${background};
+ color: ${foreground};
+ `;
+ }}
+`;
+
+const StyledTileContent = styled.div`
+ margin-top: -1em;
+ padding-top: 0em;
+ padding-bottom: 1em;
+ padding-left: 2em;
+ padding-right: 1em;
+ flex-shrink: 1;
+ flex-grow: 1;
+ text-align: left;
+ word-break: break-word;
+`;
+
+const StyledTileLink = styled.a`
+ padding-top: 0.5em;
+ display: block;
+`;
+
+export const Tile = ({ name, notes, url, difficulty }: TileData) => (
+
+
+
+
+ {name}
+
+ {difficulty.toLocaleUpperCase()}
+
+
+ {notes}
+
+ {url}
+
+
+
+);
+
+export default Tile;
diff --git a/template.html b/template.html
deleted file mode 100644
index adc8b376..00000000
--- a/template.html
+++ /dev/null
@@ -1,242 +0,0 @@
-{% include "site/_partials/header.html" %}
-
-
-
-
-
- {{ i18n.popular }}
- A - Z
- {{ i18n.difficulty }}
- reset
-
-
-
-
-
-
-
-
-
- Can't find what you're looking for? Help make justdelete.me better .
-
- {% for site in sites %}
-
-
-
-
- {% if site.difficulty == 'easy' %}
- {{ i18n.difficulty_easy }}
- {% elseif site.difficulty == 'medium' %}
- {{ i18n.difficulty_medium }}
- {% elseif site.difficulty == 'hard' %}
- {{ i18n.difficulty_hard }}
- {% elseif site.difficulty == 'impossible' %}
- {{ i18n.difficulty_impossible }}
- {% endif %}
-
-
- {% if site.notes %}
-
- {{ i18n.showinfo }}
- {% else %}
- {{ i18n.noinfo }}
- {% endif %}
-
- {% if site.meta %}
- {{ site.meta }}
- {% endif %}
-
- {% endfor %}
-
-
-
-
-
- about anchor
-
-
-
-
-
-
-
-
{{ i18n.whatisthis }}
-
-
{{ i18n.whatisthis1|safe}}
-
{{ i18n.whatisthis2|safe }}
-
-
-
-
-
{{ i18n.guide }}
-
{{ i18n.guideexplanations }}
-
- {{ i18n.guideeasy|safe }}
- {{ i18n.guidemedium|safe }}
- {{ i18n.guidehard|safe }}
- {{ i18n.guideimpossible|safe }}
-
-
-
{{ i18n.donate }}
-
-
-
-
-
-
-
-
-
{{ i18n.extension|safe }}
-
{{ i18n.extensionp1|safe }}
-
{{ i18n.extensionp2|safe }}
-
{{ i18n.extensionp3|safe }}
-
-
{{ i18n.extensionguide|safe }}
-
- {{ i18n.extensionl1|safe }}
- {{ i18n.extensionl2|safe }}
- {{ i18n.extensionl3|safe }}
- {{ i18n.extensionl4|safe }}
-
-
-
-
-
-
- {% include "site/_partials/footer.html" %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 00000000..cf722c24
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,26 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "lib": [
+ "dom",
+ "dom.iterable",
+ "esnext"
+ ],
+ "allowJs": true,
+ "skipLibCheck": true,
+ "esModuleInterop": true,
+ "allowSyntheticDefaultImports": true,
+ "strict": true,
+ "forceConsistentCasingInFileNames": true,
+ "noFallthroughCasesInSwitch": true,
+ "module": "esnext",
+ "moduleResolution": "node",
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "noEmit": true,
+ "jsx": "react-jsx",
+ },
+ "include": [
+ "src"
+ ]
+}