0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
vendor
/
jquery
/
minicart
/
dist
/
[
Home
]
File: minicart.min.js
/*! * minicart * * Improve your PayPal integration by creating an overlay which appears as a user adds products to their cart. * * @version 2.5.0 - 2013-10-06 * @author Jeff Harrell <https://github.com/jeffharrell/> * @url * @license MIT <https://github.com/jeffharrell/MiniCart/raw/master/LICENSE> */if("undefined"==typeof PAYPAL||!PAYPAL)var PAYPAL={};PAYPAL.apps=PAYPAL.apps||{},function(){"use strict";var a={parent:document.body,displayEdge:"right",edgeDistance:"50px",formTarget:null,cookiePath:"/",cartDuration:30,strings:{button:"Checkout",subtotal:"Subtotal: ",discount:"Discount: ",shipping:"does not include shipping & tax",processing:"Processing..."},name:"PPMiniCart",peekEnabled:!0,paypalURL:"https://www.paypal.com/cgi-bin/webscr",assetURL:"http://www.minicartjs.com/build/",resetCartOnSuccess:!0,events:{onRender:null,afterRender:null,onHide:null,afterHide:null,onShow:null,afterShow:null,onAddToCart:null,afterAddToCart:null,onRemoveFromCart:null,afterRemoveFromCart:null,onCheckout:null,onReset:null,afterReset:null}};if(!PAYPAL.apps.MiniCart){PAYPAL.apps.MiniCart=function(){var d={},e=!1,f=!1,g={_cart:!0,_xclick:!0},h="MiniCart_AddToCart_WPS_US",i=/^(?:business|currency_code|lc|paymentaction|no_shipping|cn|no_note|invoice|handling_cart|weight_cart|weight_unit|tax_cart|page_style|image_url|cpp_|cs|cbt|return|cancel_return|notify_url|rm|custom|charset)/,j=function(){var b,c,d=a.name,e=[];e.push("#"+d+" form { position:fixed; float:none; top:-250px; "+a.displayEdge+":"+a.edgeDistance+"; width:265px; margin:0; padding:50px 10px 0; min-height:170px; background:#fff url("+a.assetURL+"images/minicart_sprite.png) no-repeat -125px -60px; border:1px solid #999; border-top:0; font:13px/normal arial, helvetica; color:#333; text-align:left; -moz-border-radius:0 0 8px 8px; -webkit-border-radius:0 0 8px 8px; border-radius:0 0 8px 8px; -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1); box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1); } "),e.push("#"+d+" ul { position:relative; overflow-x:hidden; overflow-y:auto; height:130px; margin:0 0 7px; padding:0; list-style-type:none; border-top:1px solid #ccc; border-bottom:1px solid #ccc; } "),e.push("#"+d+" li { position:relative; margin:-1px 0 0; padding:6px 5px 6px 0; border-top:1px solid #f2f2f2; } "),e.push("#"+d+" li a { display: block; width: 155px; color:#333; text-decoration:none; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } "),e.push("#"+d+" li a span { display:block; color:#999; font-size:10px; } "),e.push("#"+d+" li .quantity { position:absolute; top:.5em; right:78px; width:22px; padding:1px; border:1px solid #83a8cc; text-align:right; } "),e.push("#"+d+" li .price { position:absolute; top:.5em; right:4px; } "),e.push("#"+d+" li .remove { position:absolute; top:9px; right:60px; width:14px; height:14px; background:url("+a.assetURL+"images/minicart_sprite.png) no-repeat -134px -4px; border:0; cursor:pointer; } "),e.push("#"+d+" p { margin:0; padding:0 0 0 20px; background:url("+a.assetURL+"images/minicart_sprite.png) no-repeat; font-size:13px; font-weight:bold; } "),e.push("#"+d+" p:hover { cursor:pointer; } "),e.push("#"+d+" p input { float:right; margin:4px 0 0; padding:1px 4px; text-decoration:none; font-weight:normal; color:#333; background:#ffa822 url("+a.assetURL+"images/minicart_sprite.png) repeat-x left center; border:1px solid #d5bd98; border-right-color:#935e0d; border-bottom-color:#935e0d; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; } "),e.push("#"+d+" p .shipping { display:block; font-size:10px; font-weight:normal; color:#999; } "),b=document.createElement("style"),b.type="text/css",b.styleSheet?b.styleSheet.cssText=e.join(""):b.appendChild(document.createTextNode(e.join(""))),c=document.getElementsByTagName("head")[0],c.appendChild(b)},k=function(){var b,e,f,g,i,j=d.UI;j.wrapper=document.createElement("div"),j.wrapper.id=a.name,b=document.createElement("input"),b.type="hidden",b.name="cmd",b.value="_cart",e=b.cloneNode(!1),e.name="upload",e.value="1",f=b.cloneNode(!1),f.name="bn",f.value=h,j.cart=document.createElement("form"),j.cart.method="post",j.cart.action=a.paypalURL,a.formTarget&&(j.cart.target=a.formTarget),j.cart.appendChild(b),j.cart.appendChild(e),j.cart.appendChild(f),j.wrapper.appendChild(j.cart),j.itemList=document.createElement("ul"),j.cart.appendChild(j.itemList),j.summary=document.createElement("p"),j.cart.appendChild(j.summary),j.button=document.createElement("input"),j.button.type="submit",j.button.value=a.strings.button,j.summary.appendChild(j.button),j.subtotal=document.createElement("span"),c.util.setText(j.subtotal,a.strings.subtotal),j.subtotalAmount=document.createElement("span"),c.util.setText(j.subtotalAmount,"0.00"),j.subtotal.appendChild(j.subtotalAmount),j.summary.appendChild(j.subtotal),j.shipping=document.createElement("span"),j.shipping.className="shipping",c.util.setText(j.shipping,a.strings.shipping),j.summary.appendChild(j.shipping),window.attachEvent&&!window.opera&&(i=navigator.userAgent.match(/MSIE\s([^;]*)/),i&&(i=parseFloat(i[1]),(7>i||i>=7&&"BackCompat"===document.compatMode)&&(j.cart.style.position="absolute",j.wrapper.style[a.displayEdge]="0",j.wrapper.style.setExpression("top","x = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop")))),g="string"==typeof a.parent?document.getElementById(a.parent):a.parent,g.appendChild(j.wrapper)},l=function(){var a,b,f,h=d.UI;for(a=document.getElementsByTagName("form"),f=0;f<a.length;f++)b=a[f],b.cmd&&g[b.cmd.value]&&d.bindForm(b);c.event.add(document,"click",function(a){if(e){var b=a.target,c=h.cart;if(!/input|button|select|option/i.test(b.tagName)){for(;1===b.nodeType;){if(b===c)return;b=b.parentNode}d.hide(null)}}}),c.event.add(h.cart,"submit",function(a){t(a)}),c.event.add(h.summary,"click",function(a){var b=a.target;b!==h.button&&d.toggle(a)}),c.event.add(window,"pageshow",function(a){a.persisted&&(q(!0),d.hide())})},m=function(b){var c;for(c in b)void 0!==typeof a[c]&&(a[c]=b[c])},n=function(){var a,b,d;if(a=c.storage.load())for(b=a.length,d=0;b>d;d++)r(a[d])&&(e=!0)},o=function(a){var b,d,e,f,g=a.elements,h={};for(e=0,f=g.length;f>e;e++)b=g[e],(d=c.util.getInputValue(b))&&(h[b.name]=d);return h},p=function(b){var c,e,f,g,h,j,k,l={},m={};for(f in b)i.test(f)?m[f]=b[f]:l[f]=b[f];for(j=0,g=d.products.length;g>j;j++)if(c=d.products[j].product,l.item_name===c.item_name&&l.item_number===c.item_number){for(h=!0,k=0;c["os"+k];){if(l["os"+k]!==c["os"+k]){h=!1;break}k++}if(h){l.offset=c.offset;break}}for(l.href=l.href||window.location.href,l.quantity=l.quantity||1,l.amount=l.amount||0,a.resetCartOnSuccess&&m["return"]&&-1===m["return"].indexOf("#")&&(m["return"]+="#"+a.name+"=reset"),e=l.option_index?l.option_index:0;l["os"+e];){for(j=0;"undefined"!=typeof l["option_select"+j];){if(l["option_select"+j]===l["os"+e]){l.amount=l.amount+parseFloat(l["option_amount"+j]);break}j++}e++}return{product:l,settings:m}},q=function(b){d.products=[],c.util.setText(d.UI.itemList,""),c.util.setText(d.UI.subtotalAmount,""),d.UI.button.value=a.strings.button,n(),d.updateSubtotal(b)},r=function(a){var e,f,g,h=d.UI,i=h.cart,j=new b(a,d.UI.itemList.children.length+1),k=a.product.offset;d.products[k]=j;for(g in a.settings)i.elements[g]?i.elements[g].value?i.elements[g].value=a.settings[g]:i.elements[g]=a.settings[g]:(f=document.createElement("input"),f.type="hidden",f.name=g,f.value=a.settings[g],i.appendChild(f));if(j.isPlaceholder)return!1;c.event.add(j.removeInput,"click",function(){s(j,k)});var l=j.quantityInput.value;return c.event.add(j.quantityInput,"keyup",function(){var a=this;e=setTimeout(function(){var b=parseInt(a.value,10);isNaN(b)||b===l||(l=b,j.setQuantity(b),j.getQuantity()||s(j,k),d.updateSubtotal(),c.storage.save(d.products))},250)}),h.itemList.insertBefore(j.liNode,h.itemList.firstChild),c.util.animate(j.liNode,"opacity",{from:0,to:1}),!0},s=function(b,e){var f=a.events,g=f.onRemoveFromCart,h=f.afterRemoveFromCart;("function"!=typeof g||g.call(d,b)!==!1)&&(b.setQuantity(0),b.quantityInput.style.display="none",c.util.animate(b.liNode,"opacity",{from:1,to:0},function(){c.util.animate(b.liNode,"height",{from:18,to:0},function(){try{b.liNode.parentNode.removeChild(b.liNode)}catch(a){}var c,e,f,g,i,j,k=d.UI.cart.getElementsByTagName("li"),l=k.length,m=1;for(i=0;l>i;i++){for(c=k[i].getElementsByTagName("input"),e=c.length,j=0;e>j;j++)f=c[j],g=/(.+)_[0-9]+$/.exec(f.name),g&&g[1]&&(f.name=g[1]+"_"+m);m++}"function"==typeof h&&h.call(d,b)})}),d.products[e].product.item_name="",d.products[e].product.item_number="",d.updateSubtotal(),c.storage.save(d.products,a.cartDuration))},t=function(b){var c=a.events.onCheckout;return"function"==typeof c&&c.call(d,b)===!1?(b.preventDefault(),void 0):(d.UI.button.value=a.strings.processing,void 0)};return d.products=[],d.UI={},d.render=function(b){var g,h,i,n,o;m(b),g=a.events,h=g.onRender,i=g.afterRender,("function"!=typeof h||h.call(d)!==!1)&&(f||(j(),k(),l(),n=location.hash.substring(1),0===n.indexOf(a.name+"=")&&(o=n.split("=")[1],"reset"===o&&(d.reset(),location.hash=""))),q(!0),f||(e?setTimeout(function(){d.hide(null)},500):c.storage.remove()),f=!0,"function"==typeof i&&i.call(d))},d.bindForm=function(a){if(a.add)c.event.add(a,"submit",function(a){a.preventDefault(a);var b=o(a.target);d.addToCart(b)});else{if(!a.display)return!1;c.event.add(a,"submit",function(a){a.preventDefault(),d.show(a)})}return!0},d.addToCart=function(b){var e,f,g=a.events,h=g.onAddToCart,i=g.afterAddToCart,j=!1;return b=p(b),f=b.product.offset,"function"!=typeof h||h.call(d,b.product)!==!1?((e=this.getProductAtOffset(f))?(e.product.quantity+=parseInt(b.product.quantity||1,10),e.setPrice(b.product.amount*e.product.quantity),e.setQuantity(e.product.quantity),j=!0):(b.product.offset=d.products.length,j=r(b)),d.updateSubtotal(),d.show(null),c.storage.save(d.products,a.cartDuration),"function"==typeof i&&i.call(d,b),j):void 0},d.getProductAtOffset=function(a){return"undefined"!=typeof a&&this.products[a]},d.calculateSubtotal=function(){var a,b,c,e,f,g,h=0,i=d.products;for(g=0,f=i.length;f>g;g++)b=i[g],(a=b.product)&&a.quantity&&a.amount&&(c=a.amount,e=b.getDiscount(),h+=parseFloat(c*a.quantity-e));return h.toFixed(2)},d.updateSubtotal=function(a){var b,e,f,g,h,i=d.UI,j=i.cart.elements,k=i.subtotalAmount,l=d.calculateSubtotal(),m=1;if(b="",e="",j.currency_code)b=j.currency_code.value||j.currency_code;else for(h=0,g=j.length;g>h;h++)if("currency_code"===j[h].name){b=j[h].value||j[h];break}c.util.setText(k,c.util.formatCurrency(l,b)),a||!function n(){return f=m.toString(16),m++,k.style.backgroundColor="#ff"+f,m>=15?(k.style.backgroundColor="transparent","0.00"===l&&d.reset(),void 0):(setTimeout(n,30),void 0)}()},d.show=function(b){var f=parseInt(d.UI.cart.offsetTop,10),g=0,h=a.events,i=h.onShow,j=h.afterShow;b&&b.preventDefault&&b.preventDefault(),("function"!=typeof i||i.call(d,b)!==!1)&&(c.util.animate(d.UI.cart,"top",{from:f,to:g},function(){"function"==typeof j&&j.call(d,b)}),d.UI.summary.style.backgroundPosition="-195px 2px",e=!0)},d.hide=function(b,f){var g,h=d.UI,i=h.cart,j=h.summary,k=i.offsetHeight?i.offsetHeight:document.defaultView.getComputedStyle(i,"").getPropertyValue("height"),l=j.offsetHeight?j.offsetHeight:document.defaultView.getComputedStyle(j,"").getPropertyValue("height"),m=parseInt(i.offsetTop,10),n=a.events,o=n.onHide,p=n.afterHide;g=f||0===d.products.length||!a.peekEnabled?-1*k:-1*(k-l-8),b&&b.preventDefault&&b.preventDefault(),("function"!=typeof o||o.call(d,b)!==!1)&&(c.util.animate(i,"top",{from:m,to:g},function(){"function"==typeof p&&p.call(d,b)}),j.style.backgroundPosition="-195px -32px",e=!1)},d.toggle=function(a){e?d.hide(a):d.show(a)},d.reset=function(){var b=d.UI,f=a.events,g=f.onReset,h=f.afterReset;("function"!=typeof g||g.call(d)!==!1)&&(d.products=[],e&&(c.util.setText(b.itemList,""),c.util.setText(b.subtotalAmount,""),d.hide(null,!0)),c.storage.remove(),"function"==typeof h&&h.call(d))},d}();var b=function(a,b){this._view(a,b)};b.prototype={_view:function(a,b){var d,e,f,g,h,i,j;if(this.product=a.product,this.settings=a.settings,this.liNode=document.createElement("li"),this.nameNode=document.createElement("a"),this.metaNode=document.createElement("span"),this.discountNode=document.createElement("span"),this.discountInput=document.createElement("input"),this.priceNode=document.createElement("span"),this.quantityInput=document.createElement("input"),this.removeInput=document.createElement("input"),!this.product||!this.product.item_name&&!this.product.item_number)return this.isPlaceholder=!0,void 0;this.product.item_name&&(d=this.product.item_name),c.util.setText(this.nameNode,d),this.nameNode.href=this.product.href,this.nameNode.appendChild(this.metaNode),this.product.item_number&&c.util.setText(this.metaNode,this.product.item_number,null,"<br>"),h=this.getOptions();for(j in h)c.util.setText(this.metaNode,j+": "+h[j],this.metaNode.innerHTML,"<br>");g=this.getDiscount(),g>=0&&(this.discountInput.type="hidden",this.discountInput.name="discount_amount_"+b,this.discountInput.value=g,this.metaNode.appendChild(this.discountInput)),e=this.getPrice(),this.priceNode.className="price",f=this.getQuantity(),this.quantityInput.name="quantity_"+b,this.quantityInput.className="quantity",this.quantityInput.setAttribute("autocomplete","off"),this.setQuantity(f),this.removeInput.type="button",this.removeInput.className="remove",this.liNode.appendChild(this.nameNode),this.liNode.appendChild(this.quantityInput),g&&this.liNode.appendChild(this.discountInput),this.liNode.appendChild(this.removeInput),this.liNode.appendChild(this.priceNode);for(j in this.product)"quantity"!==j&&-1===j.indexOf("discount_")&&(i=document.createElement("input"),i.type="hidden",i.name=j+"_"+b,i.value=this.product[j],this.liNode.appendChild(i))},getDiscount:function(){var a,b=0,c=this.product.discount_num||-1;return this.product.discount_amount>=0?(b=parseFloat(this.product.discount_amount),this.product.discount_amount2&&(a=this.getQuantity(),a>1&&(b+=Math.min(a-1,c)*parseFloat(this.product.discount_amount2)))):this.product.discount_rate>=0&&(b=this.product.amount*parseFloat(this.product.discount_rate)/100,this.product.discount_rate2&&(a=this.getQuantity(),a>1&&(b+=Math.min(a-1,c)*this.product.amount*parseFloat(this.product.discount_amount2)/100))),b&&b.toFixed(2)},getOptions:function(){for(var a={},b=0;"undefined"!=typeof this.product["on"+b];)a[this.product["on"+b]]=this.product["os"+b],b++;return a},setQuantity:function(b){var d;b=parseInt(b,10),this.product.quantity=b,this.quantityInput.value!==b&&(this.quantityInput.value=b,(d=this.getDiscount())&&(this.discountInput.value=d,this.discountNode.innerHTML||this.metaNode.appendChild(this.discountNode),c.util.setText(this.discountNode,this.discountNode.innerHTML+a.strings.discount+c.util.formatCurrency(d,this.settings.currency_code)))),this.setPrice(this.product.amount*b)},getQuantity:function(){return void 0!==typeof this.product.quantity?this.product.quantity:1},setPrice:function(a){a=parseFloat(a,10),c.util.setText(this.priceNode,c.util.formatCurrency(a.toFixed(2),this.settings.currency_code))},getPrice:function(){return(this.product.amount*this.getQuantity()).toFixed(2)}};var c={};c.storage=function(){var b=a.name;return window.localStorage?{load:function(){var a,d,e=localStorage.getItem(b);return e&&(e=JSON.parse(decodeURIComponent(e))),e&&e.expires&&(a=new Date,d=new Date(e.expires),a>d)?(c.storage.remove(),void 0):e&&e.value?e.value:e},save:function(a,c){var d,e,f,g,h=new Date,i=[];if(a){for(g=0,f=a.length;f>g;g++)e=a[g],i.push({product:e.product,settings:e.settings});h.setTime(h.getTime()+1e3*60*60*24*c),d={value:i,expires:h.toGMTString()},localStorage.setItem(b,encodeURIComponent(JSON.stringify(d)))}},remove:function(){localStorage.removeItem(b)}}:{load:function(){var a,c,d,e,f,g=b+"=";try{for(c=document.cookie.split(";"),f=0;f<c.length;f++){for(d=c[f];" "===d.charAt(0);)d=d.substring(1,d.length);0===d.indexOf(g)&&(e=d.substring(g.length,d.length),a=JSON.parse(decodeURIComponent(e)))}}catch(h){}return a},save:function(b,c){var d,e,f,g=new Date,h=[];if(b){for(f=0,e=b.length;e>f;f++)d=b[f],h.push({product:d.product,settings:d.settings});g.setTime(g.getTime()+1e3*60*60*24*c),document.cookie=a.name+"="+encodeURIComponent(JSON.stringify(h))+"; expires="+g.toGMTString()+"; path="+a.cookiePath}},remove:function(){this.save(null,-1)}}}(),c.event=function(){var a=[];return document.addEventListener?{add:function(b,c,d,e){e=e||b;var f=function(a){d.call(e,a)};b.addEventListener(c,f,!1),a.push([b,c,d,f])},remove:function(b,c,d){var e,f,g,h=a.length;for(g=0;h>g;g++)f=a[g],f[0]===b&&f[1]===c&&f[2]===d&&(e=f[3],e&&(b.removeEventListener(c,e,!1),delete a[g]))}}:document.attachEvent?{add:function(b,c,d,e){e=e||b;var f=function(){var a=window.event;a.target=a.target||a.srcElement,a.preventDefault=function(){a.returnValue=!1},d.call(e,a)};b.attachEvent("on"+c,f),a.push([b,c,d,f])},remove:function(b,c,d){var e,f,g,h=a.length;for(g=0;h>g;g++)f=a[g],f[0]===b&&f[1]===c&&f[2]===d&&(e=f[3],e&&(b.detachEvent("on"+c,e),delete a[g]))}}:void 0}(),c.util={animate:function(a,b,c,d){c=c||{},c.from=c.from||0,c.to=c.to||0,c.duration=c.duration||10,c.unit=/top|bottom|left|right|width|height/.test(b)?"px":"";var e=(c.to-c.from)/20,f=c.from;!function g(){return a.style[b]=f+c.unit,f+=e,e>0&&f>c.to||0>e&&f<c.to||0===e?(a.style[b]=c.to+c.unit,"function"==typeof d&&d(),void 0):(setTimeout(g,c.duration),void 0)}()},getInputValue:function(a){var b=a.tagName.toLowerCase();return"select"===b?a.options[a.selectedIndex].value:"textarea"===b?a.innerText:"radio"===a.type?a.checked?a.value:null:"checkbox"===a.type?a.checked?a.value:null:a.value},setText:function(a,b,c,d){var e=c||"";e+=b=b.replace("<","<").replace(">",">"),e+=d||"",a.innerHTML=e},formatCurrency:function(a,b){var c={AED:{before:"ج"},ANG:{before:"ƒ"},ARS:{before:"$"},AUD:{before:"$"},AWG:{before:"ƒ"},BBD:{before:"$"},BGN:{before:"лв"},BMD:{before:"$"},BND:{before:"$"},BRL:{before:"R$"},BSD:{before:"$"},CAD:{before:"$"},CHF:{before:""},CLP:{before:"$"},CNY:{before:"¥"},COP:{before:"$"},CRC:{before:"₡"},CZK:{before:"Kc"},DKK:{before:"kr"},DOP:{before:"$"},EEK:{before:"kr"},EUR:{before:"€"},GBP:{before:"£"},GTQ:{before:"Q"},HKD:{before:"$"},HRK:{before:"kn"},HUF:{before:"Ft"},IDR:{before:"Rp"},ILS:{before:"₪"},INR:{before:"Rs."},ISK:{before:"kr"},JMD:{before:"J$"},JPY:{before:"¥"},KRW:{before:"₩"},KYD:{before:"$"},LTL:{before:"Lt"},LVL:{before:"Ls"},MXN:{before:"$"},MYR:{before:"RM"},NOK:{before:"kr"},NZD:{before:"$"},PEN:{before:"S/"},PHP:{before:"Php"},PLN:{before:"z"},QAR:{before:"﷼"},RON:{before:"lei"},RUB:{before:"руб"},SAR:{before:"﷼"},SEK:{before:"kr"},SGD:{before:"$"},THB:{before:"฿"},TRY:{before:"TL"},TTD:{before:"TT$"},TWD:{before:"NT$"},UAH:{before:"₴"},USD:{before:"$"},UYU:{before:"$U"},VEF:{before:"Bs"},VND:{before:"₫"},XCD:{before:"$"},ZAR:{before:"R"}},d=c[b]||{},e=d.before||"",f=d.after||"";return e+a+f}}}}(),"object"!=typeof JSON&&(JSON={}),function(){"use strict";function f(a){return 10>a?"0"+a:a}function quote(a){return escapable.lastIndex=0,escapable.test(a)?'"'+a.replace(escapable,function(a){var b=meta[a];return"string"==typeof b?b:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+a+'"'}function str(a,b){var c,d,e,f,g,h=gap,i=b[a];switch(i&&"object"==typeof i&&"function"==typeof i.toJSON&&(i=i.toJSON(a)),"function"==typeof rep&&(i=rep.call(b,a,i)),typeof i){case"string":return quote(i);case"number":return isFinite(i)?String(i):"null";case"boolean":case"null":return String(i);case"object":if(!i)return"null";if(gap+=indent,g=[],"[object Array]"===Object.prototype.toString.apply(i)){for(f=i.length,c=0;f>c;c+=1)g[c]=str(c,i)||"null";return e=0===g.length?"[]":gap?"[\n"+gap+g.join(",\n"+gap)+"\n"+h+"]":"["+g.join(",")+"]",gap=h,e}if(rep&&"object"==typeof rep)for(f=rep.length,c=0;f>c;c+=1)"string"==typeof rep[c]&&(d=rep[c],e=str(d,i),e&&g.push(quote(d)+(gap?": ":":")+e));else for(d in i)Object.prototype.hasOwnProperty.call(i,d)&&(e=str(d,i),e&&g.push(quote(d)+(gap?": ":":")+e));return e=0===g.length?"{}":gap?"{\n"+gap+g.join(",\n"+gap)+"\n"+h+"}":"{"+g.join(",")+"}",gap=h,e}}"function"!=typeof Date.prototype.toJSON&&(Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;"function"!=typeof JSON.stringify&&(JSON.stringify=function(a,b,c){var d;if(gap="",indent="","number"==typeof c)for(d=0;c>d;d+=1)indent+=" ";else"string"==typeof c&&(indent=c);if(rep=b,b&&"function"!=typeof b&&("object"!=typeof b||"number"!=typeof b.length))throw new Error("JSON.stringify");return str("",{"":a})}),"function"!=typeof JSON.parse&&(JSON.parse=function(text,reviver){function walk(a,b){var c,d,e=a[b];if(e&&"object"==typeof e)for(c in e)Object.prototype.hasOwnProperty.call(e,c)&&(d=walk(e,c),void 0!==d?e[c]=d:delete e[c]);return reviver.call(a,b,e)}var j;if(text=String(text),cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})),/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return j=eval("("+text+")"),"function"==typeof reviver?walk({"":j},""):j;throw new SyntaxError("JSON.parse")})}();