Created
January 19, 2017 19:54
-
-
Save warthurton/e711f50f610be57a7d2aa916ed25d025 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){!function t(e,n,r){function o(a,u){if(!n[a]){if(!e[a]){var s="function"==typeof require&&require;if(!u&&s)return s(a,!0);if(i)return i(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var f=n[a]={exports:{}};e[a][0].call(f.exports,function(t){var n=e[a][1][t];return o(n?n:t)},f,f.exports,t,e,n,r)}return n[a].exports}for(var i="function"==typeof require&&require,a=0;a<r.length;a++)o(r[a]);return o}({1:[function(t,e,n){"use strict";e.exports={readLater:!1,appUrl:void 0,quoteSelection:!0,tagKeywords:{javascript:"javascript",js:"javascript",python:"python",functional:"functional",testing:"testing",youtube:"video",vimeo:"video",video:"video",books:"books",book:"books",github:"github",brooklyn:"brooklyn",motorcycles:"motorcycles",motorcycle:"motorcycles"},titleTweaks:{"github.com":".entry-title .js-current-repository"},descriptionTweaks:{"en.wikipedia.org":"#mw-content-text p"},textLengthLimit:2e3}},{}],2:[function(t,e,n){"use strict";var r=t("strip-utm"),o=t("./lib/get-title"),i=t("./lib/get-description"),a=t("./lib/get-meta-description"),u=t("./lib/get-tags"),s=t("./config").textLengthLimit,c=t("./config").readLater,f=r(window.location.href),h=o(),l=a(),p=i(l),d=u(document.title+" "+p+" "+l),v="http://pinboard.in/add?",y="toolbar=no,width=610,height=350",m=void 0,b=void 0,g=p.indexOf(h);0===g?p=p.substring(h.length).trim():g===p.length-h.length&&(p=p.substring(0,g).trim()),s>0&&(h=h.substring(0,s),p=p.substring(0,s)),m=["url=",encodeURIComponent(f),"&title=",encodeURIComponent(h),"&description=",encodeURIComponent(p),"&tags=",encodeURIComponent(d.join(" "))],c&&(m=m.concat(["&later=","yes","&jump=","close"])),b=window.open(v+m.join(""),"Pinboard",y),c&&b.blur()},{"./config":1,"./lib/get-description":5,"./lib/get-meta-description":6,"./lib/get-tags":7,"./lib/get-title":8,"strip-utm":35}],3:[function(t,e,n){"use strict";function r(t){return"string"!=typeof t?"":t.trim().replace(/\s+/g," ")}e.exports=r},{}],4:[function(t,e,n){"use strict";function r(t){return t?o(t.textContent):""}var o=t("./clean-string");e.exports=r},{"./clean-string":3}],5:[function(t,e,n){"use strict";function r(t){var e=window.location.hostname,n=void 0;if(i){var r=String(document.getSelection());r&&(n=r.trim().split("\n").map(function(t){return"<blockquote>"+t+"</blockquote>"}).join("\n"))}if(e in a){var u=document.querySelector(a[e]);if(n&&u)return o(u)+"\n\n"+n;if(u)return o(u)}return n||(n=t),n}var o=t("./element-text"),i=t("../config").quoteSelection,a=t("../config").descriptionTweaks;e.exports=r},{"../config":1,"./element-text":4}],6:[function(t,e,n){"use strict";function r(){var t=void 0;return(t=document.querySelector(i))?o(t.content):(t=document.querySelector(a),t?o(t.content):"")}var o=t("./clean-string"),i='meta[name="description"]',a='meta[property="og:description"]';e.exports=r},{"./clean-string":3}],7:[function(t,e,n){"use strict";function r(t){var e=i(t),n=[];for(var r in a){var u=o(r);u.test(e)&&n.push(a[r])}return n}function o(t){return t instanceof RegExp?t:new RegExp("\\b"+t+"\\b","i")}var i=t("./normalize"),a=t("../config").tagKeywords;e.exports=r},{"../config":1,"./normalize":10}],8:[function(t,e,n){"use strict";function r(){var t=document.title,e=window.location.hostname,n=["h1","h2","h3","h4","h5","h6"],r=void 0,u=void 0,f=void 0;return e in h?o(h,e):(r=document.querySelector('meta[property="og:title"]'))?s(r.content):(r=document.querySelector(".hentry .entry-title"))?c(r.textContent):(u=i(t),u.length?c(u[0]):(f=a(n,function(t){return document.querySelectorAll(n[t])}),f.length?c(f[0]):t))}function o(t,e){var n=document.querySelector(t[e]);if(n)return c(n)}function i(t){return u(document.querySelectorAll("a"),function(e){var n=window.location.href;if(e.href===n){var r=c(e);return f(t,r)}})}var a=t("lodash.map"),u=t("lodash.filter"),s=t("./clean-string"),c=t("./element-text"),f=t("./is-subtitle"),h=t("../config").titleTweaks;e.exports=r},{"../config":1,"./clean-string":3,"./element-text":4,"./is-subtitle":9,"lodash.filter":20,"lodash.map":25}],9:[function(t,e,n){"use strict";function r(t,e){return!(!t||!e)&&o(t).indexOf(o(e))!==-1}var o=t("./normalize");e.exports=r},{"./normalize":10}],10:[function(t,e,n){"use strict";function r(t){return t.toLowerCase()}e.exports=r},{}],11:[function(t,e,n){"use strict";var r=Object.prototype.toString;e.exports=function(t){var e;return"[object Object]"===r.call(t)&&(e=Object.getPrototypeOf(t),null===e||e===Object.getPrototypeOf({}))}},{}],12:[function(t,e,n){function r(t,e){for(var n=-1,r=t.length,o=-1,i=[];++n<r;){var a=t[n];e(a,n,t)&&(i[++o]=a)}return i}e.exports=r},{}],13:[function(t,e,n){function r(t,e){for(var n=-1,r=t.length,o=Array(r);++n<r;)o[n]=e(t[n],n,t);return o}e.exports=r},{}],14:[function(t,e,n){function r(t){return null==t?"":t+""}function o(t,e,n){var r=typeof t;return"function"==r?void 0===e?t:w(t,e,n):null==t?g:"object"==r?u(t):void 0===e?j(t):s(t,e)}function i(t,e,n){if(null!=t){void 0!==n&&n in v(t)&&(e=[n]);for(var r=0,o=e.length;null!=t&&r<o;)t=t[e[r++]];return r&&r==o?t:void 0}}function a(t,e,n){var r=e.length,o=r,i=!n;if(null==t)return!o;for(t=v(t);r--;){var a=e[r];if(i&&a[2]?a[1]!==t[a[0]]:!(a[0]in t))return!1}for(;++r<o;){a=e[r];var u=a[0],s=t[u],c=a[1];if(i&&a[2]){if(void 0===s&&!(u in t))return!1}else{var f=n?n(s,c,u):void 0;if(!(void 0===f?x(c,s,n,!0):f))return!1}}return!0}function u(t){var e=l(t);if(1==e.length&&e[0][2]){var n=e[0][0],r=e[0][1];return function(t){return null!=t&&(t[n]===r&&(void 0!==r||n in v(t)))}}return function(t){return a(t,e)}}function s(t,e){var n=O(t),r=p(t)&&d(e),o=t+"";return t=y(t),function(a){if(null==a)return!1;var u=o;if(a=v(a),(n||!r)&&!(u in a)){if(a=1==t.length?a:i(a,h(t,0,-1)),null==a)return!1;u=m(t),a=v(a)}return a[u]===e?void 0!==e||u in a:x(e,a[u],void 0,!0)}}function c(t){return function(e){return null==e?void 0:e[t]}}function f(t){var e=t+"";return t=y(t),function(n){return i(n,t,e)}}function h(t,e,n){var r=-1,o=t.length;e=null==e?0:+e||0,e<0&&(e=-e>o?0:o+e),n=void 0===n||n>o?o:+n||0,n<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var i=Array(o);++r<o;)i[r]=t[r+e];return i}function l(t){for(var e=A(t),n=e.length;n--;)e[n][2]=d(e[n][1]);return e}function p(t,e){var n=typeof t;if("string"==n&&C.test(t)||"number"==n)return!0;if(O(t))return!1;var r=!q.test(t);return r||null!=e&&t in v(e)}function d(t){return t===t&&!b(t)}function v(t){return b(t)?t:Object(t)}function y(t){if(O(t))return t;var e=[];return r(t).replace(k,function(t,n,r,o){e.push(r?o.replace(_,"$1"):n||t)}),e}function m(t){var e=t?t.length:0;return e?t[e-1]:void 0}function b(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function g(t){return t}function j(t){return p(t)?c(t):f(t)}var x=t("lodash._baseisequal"),w=t("lodash._bindcallback"),O=t("lodash.isarray"),A=t("lodash.pairs"),q=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,C=/^\w*$/,k=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g,_=/\\(\\)?/g;e.exports=o},{"lodash._baseisequal":17,"lodash._bindcallback":18,"lodash.isarray":22,"lodash.pairs":26}],15:[function(t,e,n){function r(t,e){return p(t,e,f)}function o(t){return function(e){return null==e?void 0:e[t]}}function i(t,e){return function(n,r){var o=n?d(n):0;if(!u(o))return t(n,r);for(var i=e?o:-1,a=s(n);(e?i--:++i<o)&&r(a[i],i,a)!==!1;);return n}}function a(t){return function(e,n,r){for(var o=s(e),i=r(e),a=i.length,u=t?a:-1;t?u--:++u<a;){var c=i[u];if(n(o[c],c,o)===!1)break}return e}}function u(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=h}function s(t){return c(t)?t:Object(t)}function c(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}var f=t("lodash.keys"),h=9007199254740991,l=i(r),p=a(),d=o("length");e.exports=l},{"lodash.keys":24}],16:[function(t,e,n){function r(t,e){var n=[];return o(t,function(t,r,o){e(t,r,o)&&n.push(t)}),n}var o=t("lodash._baseeach");e.exports=r},{"lodash._baseeach":15}],17:[function(t,e,n){function r(t){return!!t&&"object"==typeof t}function o(t,e){for(var n=-1,r=t.length;++n<r;)if(e(t[n],n,t))return!0;return!1}function i(t,e,n,o,u,s){return t===e||(null==t||null==e||!f(t)&&!r(e)?t!==t&&e!==e:a(t,e,i,n,o,u,s))}function a(t,e,n,r,o,i,a){var f=h(t),p=h(e),y=v,m=v;f||(y=q.call(t),y==d?y=j:y!=j&&(f=l(t))),p||(m=q.call(e),m==d?m=j:m!=j&&(p=l(e)));var b=y==j,g=m==j,x=y==m;if(x&&!f&&!b)return s(t,e,y);if(!o){var w=b&&A.call(t,"__wrapped__"),O=g&&A.call(e,"__wrapped__");if(w||O)return n(w?t.value():t,O?e.value():e,r,o,i,a)}if(!x)return!1;i||(i=[]),a||(a=[]);for(var C=i.length;C--;)if(i[C]==t)return a[C]==e;i.push(t),a.push(e);var k=(f?u:c)(t,e,n,r,o,i,a);return i.pop(),a.pop(),k}function u(t,e,n,r,i,a,u){var s=-1,c=t.length,f=e.length;if(c!=f&&!(i&&f>c))return!1;for(;++s<c;){var h=t[s],l=e[s],p=r?r(i?l:h,i?h:l,s):void 0;if(void 0!==p){if(p)continue;return!1}if(i){if(!o(e,function(t){return h===t||n(h,t,r,i,a,u)}))return!1}else if(h!==l&&!n(h,l,r,i,a,u))return!1}return!0}function s(t,e,n){switch(n){case y:case m:return+t==+e;case b:return t.name==e.name&&t.message==e.message;case g:return t!=+t?e!=+e:t==+e;case x:case w:return t==e+""}return!1}function c(t,e,n,r,o,i,a){var u=p(t),s=u.length,c=p(e),f=c.length;if(s!=f&&!o)return!1;for(var h=s;h--;){var l=u[h];if(!(o?l in e:A.call(e,l)))return!1}for(var d=o;++h<s;){l=u[h];var v=t[l],y=e[l],m=r?r(o?y:v,o?v:y,l):void 0;if(!(void 0===m?n(v,y,r,o,i,a):m))return!1;d||(d="constructor"==l)}if(!d){var b=t.constructor,g=e.constructor;if(b!=g&&"constructor"in t&&"constructor"in e&&!("function"==typeof b&&b instanceof b&&"function"==typeof g&&g instanceof g))return!1}return!0}function f(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}var h=t("lodash.isarray"),l=t("lodash.istypedarray"),p=t("lodash.keys"),d="[object Arguments]",v="[object Array]",y="[object Boolean]",m="[object Date]",b="[object Error]",g="[object Number]",j="[object Object]",x="[object RegExp]",w="[object String]",O=Object.prototype,A=O.hasOwnProperty,q=O.toString;e.exports=i},{"lodash.isarray":22,"lodash.istypedarray":23,"lodash.keys":24}],18:[function(t,e,n){function r(t,e,n){if("function"!=typeof t)return o;if(void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 3:return function(n,r,o){return t.call(e,n,r,o)};case 4:return function(n,r,o,i){return t.call(e,n,r,o,i)};case 5:return function(n,r,o,i,a){return t.call(e,n,r,o,i,a)}}return function(){return t.apply(e,arguments)}}function o(t){return t}e.exports=r},{}],19:[function(t,e,n){function r(t){return!!t&&"object"==typeof t}function o(t,e){var n=null==t?void 0:t[e];return u(n)?n:void 0}function i(t){return a(t)&&p.call(t)==s}function a(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function u(t){return null!=t&&(i(t)?d.test(h.call(t)):r(t)&&c.test(t))}var s="[object Function]",c=/^\[object .+?Constructor\]$/,f=Object.prototype,h=Function.prototype.toString,l=f.hasOwnProperty,p=f.toString,d=RegExp("^"+h.call(l).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=o},{}],20:[function(t,e,n){function r(t,e,n){var r=u(t)?o:a;return e=i(e,n,3),r(t,e)}var o=t("lodash._arrayfilter"),i=t("lodash._basecallback"),a=t("lodash._basefilter"),u=t("lodash.isarray");e.exports=r},{"lodash._arrayfilter":12,"lodash._basecallback":14,"lodash._basefilter":16,"lodash.isarray":22}],21:[function(t,e,n){function r(t){return i(t)&&v.call(t,"callee")&&(!m.call(t,"callee")||y.call(t)==h)}function o(t){return null!=t&&u(t.length)&&!a(t)}function i(t){return c(t)&&o(t)}function a(t){var e=s(t)?y.call(t):"";return e==l||e==p}function u(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=f}function s(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function c(t){return!!t&&"object"==typeof t}var f=9007199254740991,h="[object Arguments]",l="[object Function]",p="[object GeneratorFunction]",d=Object.prototype,v=d.hasOwnProperty,y=d.toString,m=d.propertyIsEnumerable;e.exports=r},{}],22:[function(t,e,n){function r(t){return!!t&&"object"==typeof t}function o(t,e){var n=null==t?void 0:t[e];return s(n)?n:void 0}function i(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=b}function a(t){return u(t)&&v.call(t)==f}function u(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function s(t){return null!=t&&(a(t)?y.test(p.call(t)):r(t)&&h.test(t))}var c="[object Array]",f="[object Function]",h=/^\[object .+?Constructor\]$/,l=Object.prototype,p=Function.prototype.toString,d=l.hasOwnProperty,v=l.toString,y=RegExp("^"+p.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),m=o(Array,"isArray"),b=9007199254740991,g=m||function(t){return r(t)&&i(t.length)&&v.call(t)==c};e.exports=g},{}],23:[function(t,e,n){function r(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=a}function o(t){return!!t&&"object"==typeof t}function i(t){return o(t)&&r(t.length)&&!!R[E.call(t)]}var a=9007199254740991,u="[object Arguments]",s="[object Array]",c="[object Boolean]",f="[object Date]",h="[object Error]",l="[object Function]",p="[object Map]",d="[object Number]",v="[object Object]",y="[object RegExp]",m="[object Set]",b="[object String]",g="[object WeakMap]",j="[object ArrayBuffer]",x="[object DataView]",w="[object Float32Array]",O="[object Float64Array]",A="[object Int8Array]",q="[object Int16Array]",C="[object Int32Array]",k="[object Uint8Array]",_="[object Uint8ClampedArray]",I="[object Uint16Array]",U="[object Uint32Array]",R={};R[w]=R[O]=R[A]=R[q]=R[C]=R[k]=R[_]=R[I]=R[U]=!0,R[u]=R[s]=R[j]=R[c]=R[x]=R[f]=R[h]=R[l]=R[p]=R[d]=R[v]=R[y]=R[m]=R[b]=R[g]=!1;var S=Object.prototype,E=S.toString;e.exports=i},{}],24:[function(t,e,n){function r(t){return function(e){return null==e?void 0:e[t]}}function o(t){return null!=t&&a(b(t))}function i(t,e){return t="number"==typeof t||p.test(t)?+t:-1,e=null==e?m:e,t>-1&&t%1==0&&t<e}function a(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=m}function u(t){for(var e=c(t),n=e.length,r=n&&t.length,o=!!r&&a(r)&&(l(t)||h(t)),u=-1,s=[];++u<n;){var f=e[u];(o&&i(f,r)||v.call(t,f))&&s.push(f)}return s}function s(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function c(t){if(null==t)return[];s(t)||(t=Object(t));var e=t.length;e=e&&a(e)&&(l(t)||h(t))&&e||0;for(var n=t.constructor,r=-1,o="function"==typeof n&&n.prototype===t,u=Array(e),c=e>0;++r<e;)u[r]=r+"";for(var f in t)c&&i(f,e)||"constructor"==f&&(o||!v.call(t,f))||u.push(f);return u}var f=t("lodash._getnative"),h=t("lodash.isarguments"),l=t("lodash.isarray"),p=/^\d+$/,d=Object.prototype,v=d.hasOwnProperty,y=f(Object,"keys"),m=9007199254740991,b=r("length"),g=y?function(t){var e=null==t?void 0:t.constructor;return"function"==typeof e&&e.prototype===t||"function"!=typeof t&&o(t)?u(t):s(t)?y(t):[]}:u;e.exports=g},{"lodash._getnative":19,"lodash.isarguments":21,"lodash.isarray":22}],25:[function(t,e,n){function r(t,e){var n=-1,r=i(t)?Array(t.length):[];return f(t,function(t,o,i){r[++n]=e(t,o,i)}),r}function o(t){return function(e){return null==e?void 0:e[t]}}function i(t){return null!=t&&a(p(t))}function a(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=l}function u(t,e,n){var o=h(t)?s:r;return e=c(e,n,3),o(t,e)}var s=t("lodash._arraymap"),c=t("lodash._basecallback"),f=t("lodash._baseeach"),h=t("lodash.isarray"),l=9007199254740991,p=o("length");e.exports=u},{"lodash._arraymap":13,"lodash._basecallback":14,"lodash._baseeach":15,"lodash.isarray":22}],26:[function(t,e,n){function r(t){return o(t)?t:Object(t)}function o(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function i(t){t=r(t);for(var e=-1,n=a(t),o=n.length,i=Array(o);++e<o;){var u=n[e];i[e]=[u,t[u]]}return i}var a=t("lodash.keys");e.exports=i},{"lodash.keys":24}],27:[function(t,e,n){"use strict";var r=t("url"),o=t("punycode"),i=t("query-string"),a=t("prepend-http"),u=t("sort-keys"),s={"http:":80,"https:":443,"ftp:":21};e.exports=function(t){if("string"!=typeof t)throw new TypeError("Expected a string");t=a(t.trim()).replace(/^\/\//,"http://");var e=r.parse(t);delete e.host,delete e.query;var n=s[e.protocol];return Number(e.port)===n&&delete e.port,e.hostname=o.toUnicode(e.hostname).toLowerCase(),e.hostname=e.hostname.replace(/^www\./,""),"?"===e.search&&delete e.search,e.search=i.stringify(u(i.parse(e.search))),e.search=decodeURIComponent(e.search),t=r.format(e),t=t.replace(/\/$/,"")}},{"prepend-http":28,punycode:29,"query-string":30,"sort-keys":34,url:36}],28:[function(t,e,n){"use strict";e.exports=function(t){if("string"!=typeof t)throw new TypeError("Expected a string, got "+typeof t);return t=t.trim(),/^\.*\/|^(?!localhost)\w+:/.test(t)?t:t.replace(/^(?!(?:\w+:)?\/\/)/,"http://")}},{}],29:[function(t,e,n){(function(t){!function(r){function o(t){throw RangeError(E[t])}function i(t,e){for(var n=t.length;n--;)t[n]=e(t[n]);return t}function a(t,e){return i(t.split(S),e).join(".")}function u(t){for(var e,n,r=[],o=0,i=t.length;o<i;)e=t.charCodeAt(o++),e>=55296&&e<=56319&&o<i?(n=t.charCodeAt(o++),56320==(64512&n)?r.push(((1023&e)<<10)+(1023&n)+65536):(r.push(e),o--)):r.push(e);return r}function s(t){return i(t,function(t){var e="";return t>65535&&(t-=65536,e+=P(t>>>10&1023|55296),t=56320|1023&t),e+=P(t)}).join("")}function c(t){return t-48<10?t-22:t-65<26?t-65:t-97<26?t-97:w}function f(t,e){return t+22+75*(t<26)-((0!=e)<<5)}function h(t,e,n){var r=0;for(t=n?F(t/C):t>>1,t+=F(t/e);t>$*A>>1;r+=w)t=F(t/$);return F(r+($+1)*t/(t+q))}function l(t){var e,n,r,i,a,u,f,l,p,d,v=[],y=t.length,m=0,b=_,g=k;for(n=t.lastIndexOf(I),n<0&&(n=0),r=0;r<n;++r)t.charCodeAt(r)>=128&&o("not-basic"),v.push(t.charCodeAt(r));for(i=n>0?n+1:0;i<y;){for(a=m,u=1,f=w;i>=y&&o("invalid-input"),l=c(t.charCodeAt(i++)),(l>=w||l>F((x-m)/u))&&o("overflow"),m+=l*u,p=f<=g?O:f>=g+A?A:f-g,!(l<p);f+=w)d=w-p,u>F(x/d)&&o("overflow"),u*=d;e=v.length+1,g=h(m-a,e,0==a),F(m/e)>x-b&&o("overflow"),b+=F(m/e),m%=e,v.splice(m++,0,b)}return s(v)}function p(t){var e,n,r,i,a,s,c,l,p,d,v,y,m,b,g,j=[];for(t=u(t),y=t.length,e=_,n=0,a=k,s=0;s<y;++s)v=t[s],v<128&&j.push(P(v));for(r=i=j.length,i&&j.push(I);r<y;){for(c=x,s=0;s<y;++s)v=t[s],v>=e&&v<c&&(c=v);for(m=r+1,c-e>F((x-n)/m)&&o("overflow"),n+=(c-e)*m,e=c,s=0;s<y;++s)if(v=t[s],v<e&&++n>x&&o("overflow"),v==e){for(l=n,p=w;d=p<=a?O:p>=a+A?A:p-a,!(l<d);p+=w)g=l-d,b=w-d,j.push(P(f(d+g%b,0))),l=F(g/b);j.push(P(f(l,0))),a=h(n,m,r==i),n=0,++r}++n,++e}return j.join("")}function d(t){return a(t,function(t){return U.test(t)?l(t.slice(4).toLowerCase()):t})}function v(t){return a(t,function(t){return R.test(t)?"xn--"+p(t):t})}var y="object"==typeof n&&n,m="object"==typeof e&&e&&e.exports==y&&e,b="object"==typeof t&&t;b.global!==b&&b.window!==b||(r=b);var g,j,x=2147483647,w=36,O=1,A=26,q=38,C=700,k=72,_=128,I="-",U=/^xn--/,R=/[^ -~]/,S=/\x2E|\u3002|\uFF0E|\uFF61/g,E={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},$=w-O,F=Math.floor,P=String.fromCharCode;if(g={version:"1.2.4",ucs2:{decode:u,encode:s},decode:l,encode:p,toASCII:v,toUnicode:d},"function"==typeof define&&"object"==typeof define.amd&&define.amd)define("punycode",function(){return g});else if(y&&!y.nodeType)if(m)m.exports=g;else for(j in g)g.hasOwnProperty(j)&&(y[j]=g[j]);else r.punycode=g}(this)}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],30:[function(t,e,n){!function(){"use strict";var t={};t.parse=function(t){return"string"!=typeof t?{}:(t=t.trim().replace(/^(\?|#)/,""),t?t.trim().split("&").reduce(function(t,e){var n=e.replace(/\+/g," ").split("="),r=n[0],o=n[1];return r=decodeURIComponent(r),o=void 0===o?null:decodeURIComponent(o),t.hasOwnProperty(r)?Array.isArray(t[r])?t[r].push(o):t[r]=[t[r],o]:t[r]=o,t},{}):{})},t.stringify=function(t){return t?Object.keys(t).map(function(e){var n=t[e];return Array.isArray(n)?n.map(function(t){return encodeURIComponent(e)+"="+encodeURIComponent(t)}).join("&"):encodeURIComponent(e)+"="+encodeURIComponent(n)}).join("&"):""},"function"==typeof define&&define.amd?define(function(){return t}):"undefined"!=typeof e&&e.exports?e.exports=t:self.queryString=t}()},{}],31:[function(t,e,n){"use strict";function r(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.exports=function(t,e,n,i){e=e||"&",n=n||"=";var a={};if("string"!=typeof t||0===t.length)return a;var u=/\+/g;t=t.split(e);var s=1e3;i&&"number"==typeof i.maxKeys&&(s=i.maxKeys);var c=t.length;s>0&&c>s&&(c=s);for(var f=0;f<c;++f){var h,l,p,d,v=t[f].replace(u,"%20"),y=v.indexOf(n);y>=0?(h=v.substr(0,y),l=v.substr(y+1)):(h=v,l=""),p=decodeURIComponent(h),d=decodeURIComponent(l),r(a,p)?o(a[p])?a[p].push(d):a[p]=[a[p],d]:a[p]=d}return a};var o=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)}},{}],32:[function(t,e,n){"use strict";function r(t,e){if(t.map)return t.map(e);for(var n=[],r=0;r<t.length;r++)n.push(e(t[r],r));return n}var o=function(t){switch(typeof t){case"string":return t;case"boolean":return t?"true":"false";case"number":return isFinite(t)?t:"";default:return""}};e.exports=function(t,e,n,u){return e=e||"&",n=n||"=",null===t&&(t=void 0),"object"==typeof t?r(a(t),function(a){var u=encodeURIComponent(o(a))+n;return i(t[a])?r(t[a],function(t){return u+encodeURIComponent(o(t))}).join(e):u+encodeURIComponent(o(t[a]))}).join(e):u?encodeURIComponent(o(u))+n+encodeURIComponent(o(t)):""};var i=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},a=Object.keys||function(t){var e=[];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.push(n);return e}},{}],33:[function(t,e,n){"use strict";n.decode=n.parse=t("./decode"),n.encode=n.stringify=t("./encode")},{"./decode":31,"./encode":32}],34:[function(t,e,n){"use strict";var r=t("is-plain-obj");e.exports=function(t,e){if(!r(t))throw new TypeError("Expected a plain object");e=e||{},"function"==typeof e&&(e={compare:e});var n=e.deep,o=[],i=[],a=function(t){var u=o.indexOf(t);if(u!==-1)return i[u];var s={},c=Object.keys(t).sort(e.compare);o.push(t),i.push(s);for(var f=0;f<c.length;f++){var h=c[f],l=t[h];s[h]=n&&r(l)?a(l):l}return s};return a(t)}},{"is-plain-obj":11}],35:[function(t,e,n){"use strict";function r(t){var e={};return Object.keys(t).filter(function(t){return!/^utm_/i.test(t)}).forEach(function(n){e[n]=t[n]}),e}var o=t("url"),i=t("normalize-url");e.exports=function(t){var e=o.parse(t,!0);e.query=r(e.query),delete e.search;var n=o.format(e);return i(n)}},{"normalize-url":27,url:36}],36:[function(t,e,n){function r(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}function o(t,e,n){if(t&&c(t)&&t instanceof r)return t;var o=new r;return o.parse(t,e,n),o}function i(t){return s(t)&&(t=o(t)),t instanceof r?t.format():r.prototype.format.call(t)}function a(t,e){return o(t,!1,!0).resolve(e)}function u(t,e){return t?o(t,!1,!0).resolveObject(e):e}function s(t){return"string"==typeof t}function c(t){return"object"==typeof t&&null!==t}function f(t){return null===t}function h(t){return null==t}var l=t("punycode");n.parse=o,n.resolve=a,n.resolveObject=u,n.format=i,n.Url=r;var p=/^([a-z0-9.+-]+:)/i,d=/:[0-9]*$/,v=["<",">",'"',"`"," ","\r","\n","\t"],y=["{","}","|","\\","^","`"].concat(v),m=["'"].concat(y),b=["%","/","?",";","#"].concat(m),g=["/","?","#"],j=255,x=/^[a-z0-9A-Z_-]{0,63}$/,w=/^([a-z0-9A-Z_-]{0,63})(.*)$/,O={javascript:!0,"javascript:":!0},A={javascript:!0,"javascript:":!0},q={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},C=t("querystring");r.prototype.parse=function(t,e,n){if(!s(t))throw new TypeError("Parameter 'url' must be a string, not "+typeof t);var r=t;r=r.trim();var o=p.exec(r);if(o){o=o[0];var i=o.toLowerCase();this.protocol=i,r=r.substr(o.length)}if(n||o||r.match(/^\/\/[^@\/]+@[^@\/]+/)){var a="//"===r.substr(0,2);!a||o&&A[o]||(r=r.substr(2),this.slashes=!0)}if(!A[o]&&(a||o&&!q[o])){for(var u=-1,c=0;c<g.length;c++){var f=r.indexOf(g[c]);f!==-1&&(u===-1||f<u)&&(u=f)}var h,d;d=u===-1?r.lastIndexOf("@"):r.lastIndexOf("@",u),d!==-1&&(h=r.slice(0,d),r=r.slice(d+1),this.auth=decodeURIComponent(h)),u=-1;for(var c=0;c<b.length;c++){var f=r.indexOf(b[c]);f!==-1&&(u===-1||f<u)&&(u=f)}u===-1&&(u=r.length),this.host=r.slice(0,u),r=r.slice(u),this.parseHost(),this.hostname=this.hostname||"";var v="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!v)for(var y=this.hostname.split(/\./),c=0,k=y.length;c<k;c++){var _=y[c];if(_&&!_.match(x)){for(var I="",U=0,R=_.length;U<R;U++)I+=_.charCodeAt(U)>127?"x":_[U];if(!I.match(x)){var S=y.slice(0,c),E=y.slice(c+1),$=_.match(w);$&&(S.push($[1]),E.unshift($[2])),E.length&&(r="/"+E.join(".")+r),this.hostname=S.join(".");break}}}if(this.hostname.length>j?this.hostname="":this.hostname=this.hostname.toLowerCase(),!v){for(var F=this.hostname.split("."),P=[],c=0;c<F.length;++c){var L=F[c];P.push(L.match(/[^A-Za-z0-9_-]/)?"xn--"+l.encode(L):L)}this.hostname=P.join(".")}var z=this.port?":"+this.port:"",T=this.hostname||"";this.host=T+z,this.href+=this.host,v&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==r[0]&&(r="/"+r))}if(!O[i])for(var c=0,k=m.length;c<k;c++){var D=m[c],N=encodeURIComponent(D);N===D&&(N=escape(D)),r=r.split(D).join(N)}var K=r.indexOf("#");K!==-1&&(this.hash=r.substr(K),r=r.slice(0,K));var M=r.indexOf("?");if(M!==-1?(this.search=r.substr(M),this.query=r.substr(M+1),e&&(this.query=C.parse(this.query)),r=r.slice(0,M)):e&&(this.search="",this.query={}),r&&(this.pathname=r),q[i]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){var z=this.pathname||"",L=this.search||"";this.path=z+L}return this.href=this.format(),this},r.prototype.format=function(){var t=this.auth||"";t&&(t=encodeURIComponent(t),t=t.replace(/%3A/i,":"),t+="@");var e=this.protocol||"",n=this.pathname||"",r=this.hash||"",o=!1,i="";this.host?o=t+this.host:this.hostname&&(o=t+(this.hostname.indexOf(":")===-1?this.hostname:"["+this.hostname+"]"),this.port&&(o+=":"+this.port)),this.query&&c(this.query)&&Object.keys(this.query).length&&(i=C.stringify(this.query));var a=this.search||i&&"?"+i||"";return e&&":"!==e.substr(-1)&&(e+=":"),this.slashes||(!e||q[e])&&o!==!1?(o="//"+(o||""),n&&"/"!==n.charAt(0)&&(n="/"+n)):o||(o=""),r&&"#"!==r.charAt(0)&&(r="#"+r),a&&"?"!==a.charAt(0)&&(a="?"+a),n=n.replace(/[?#]/g,function(t){return encodeURIComponent(t)}),a=a.replace("#","%23"),e+o+n+a+r},r.prototype.resolve=function(t){return this.resolveObject(o(t,!1,!0)).format()},r.prototype.resolveObject=function(t){if(s(t)){var e=new r;e.parse(t,!1,!0),t=e}var n=new r;if(Object.keys(this).forEach(function(t){n[t]=this[t]},this),n.hash=t.hash,""===t.href)return n.href=n.format(),n;if(t.slashes&&!t.protocol)return Object.keys(t).forEach(function(e){"protocol"!==e&&(n[e]=t[e])}),q[n.protocol]&&n.hostname&&!n.pathname&&(n.path=n.pathname="/"),n.href=n.format(),n;if(t.protocol&&t.protocol!==n.protocol){if(!q[t.protocol])return Object.keys(t).forEach(function(e){n[e]=t[e]}),n.href=n.format(),n;if(n.protocol=t.protocol,t.host||A[t.protocol])n.pathname=t.pathname;else{for(var o=(t.pathname||"").split("/");o.length&&!(t.host=o.shift()););t.host||(t.host=""),t.hostname||(t.hostname=""),""!==o[0]&&o.unshift(""),o.length<2&&o.unshift(""),n.pathname=o.join("/")}if(n.search=t.search,n.query=t.query,n.host=t.host||"",n.auth=t.auth,n.hostname=t.hostname||t.host,n.port=t.port,n.pathname||n.search){var i=n.pathname||"",a=n.search||"";n.path=i+a}return n.slashes=n.slashes||t.slashes,n.href=n.format(),n}var u=n.pathname&&"/"===n.pathname.charAt(0),c=t.host||t.pathname&&"/"===t.pathname.charAt(0),l=c||u||n.host&&t.pathname,p=l,d=n.pathname&&n.pathname.split("/")||[],o=t.pathname&&t.pathname.split("/")||[],v=n.protocol&&!q[n.protocol];if(v&&(n.hostname="",n.port=null,n.host&&(""===d[0]?d[0]=n.host:d.unshift(n.host)),n.host="",t.protocol&&(t.hostname=null,t.port=null,t.host&&(""===o[0]?o[0]=t.host:o.unshift(t.host)),t.host=null),l=l&&(""===o[0]||""===d[0])),c)n.host=t.host||""===t.host?t.host:n.host,n.hostname=t.hostname||""===t.hostname?t.hostname:n.hostname,n.search=t.search,n.query=t.query,d=o;else if(o.length)d||(d=[]),d.pop(),d=d.concat(o),n.search=t.search,n.query=t.query;else if(!h(t.search)){if(v){n.hostname=n.host=d.shift();var y=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@");y&&(n.auth=y.shift(),n.host=n.hostname=y.shift())}return n.search=t.search,n.query=t.query,f(n.pathname)&&f(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n}if(!d.length)return n.pathname=null,n.search?n.path="/"+n.search:n.path=null,n.href=n.format(),n;for(var m=d.slice(-1)[0],b=(n.host||t.host)&&("."===m||".."===m)||""===m,g=0,j=d.length;j>=0;j--)m=d[j],"."==m?d.splice(j,1):".."===m?(d.splice(j,1),g++):g&&(d.splice(j,1),g--);if(!l&&!p)for(;g--;g)d.unshift("..");!l||""===d[0]||d[0]&&"/"===d[0].charAt(0)||d.unshift(""),b&&"/"!==d.join("/").substr(-1)&&d.push("");var x=""===d[0]||d[0]&&"/"===d[0].charAt(0);if(v){n.hostname=n.host=x?"":d.length?d.shift():"";var y=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@");y&&(n.auth=y.shift(),n.host=n.hostname=y.shift())}return l=l||n.host&&d.length,l&&!x&&d.unshift(""),d.length?n.pathname=d.join("/"):(n.pathname=null,n.path=null),f(n.pathname)&&f(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=t.auth||n.auth,n.slashes=n.slashes||t.slashes,n.href=n.format(),n},r.prototype.parseHost=function(){var t=this.host,e=d.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)}},{punycode:29,querystring:33}]},{},[2]);}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment