npm.hash.js.71123c5e8899e513b343.0.1.0.js 16 KB

1
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([["npm.hash.js"],{"07f2":function(t,i,h){"use strict";var n=h("c3c0"),e=h("6eed");function r(){if(!(this instanceof r))return new r;e.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}n.inherits(r,e),t.exports=r,r.blockSize=512,r.outSize=224,r.hmacStrength=192,r.padLength=64,r.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h.slice(0,7),"big"):n.split32(this.h.slice(0,7),"big")}},"13e2":function(t,i,h){"use strict";var n=h("c3c0"),e=h("edc9"),r=h("aa56"),s=n.rotl32,o=n.sum32,u=n.sum32_5,c=r.ft_1,a=e.BlockHash,f=[1518500249,1859775393,2400959708,3395469782];function l(){if(!(this instanceof l))return new l;a.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}n.inherits(l,a),t.exports=l,l.blockSize=512,l.outSize=160,l.hmacStrength=80,l.padLength=64,l.prototype._update=function(t,i){for(var h=this.W,n=0;n<16;n++)h[n]=t[i+n];for(;n<h.length;n++)h[n]=s(h[n-3]^h[n-8]^h[n-14]^h[n-16],1);var e=this.h[0],r=this.h[1],a=this.h[2],l=this.h[3],g=this.h[4];for(n=0;n<h.length;n++){var p=~~(n/20),d=u(s(e,5),c(p,r,a,l),g,h[n],f[p]);g=l,l=a,a=s(r,30),r=e,e=d}this.h[0]=o(this.h[0],e),this.h[1]=o(this.h[1],r),this.h[2]=o(this.h[2],a),this.h[3]=o(this.h[3],l),this.h[4]=o(this.h[4],g)},l.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},2137:function(t,i,h){"use strict";var n=h("c3c0"),e=h("da3e");function r(t,i,h){if(!(this instanceof r))return new r(t,i,h);this.Hash=t,this.blockSize=t.blockSize/8,this.outSize=t.outSize/8,this.inner=null,this.outer=null,this._init(n.toArray(i,h))}t.exports=r,r.prototype._init=function(t){t.length>this.blockSize&&(t=(new this.Hash).update(t).digest()),e(t.length<=this.blockSize);for(var i=t.length;i<this.blockSize;i++)t.push(0);for(i=0;i<t.length;i++)t[i]^=54;for(this.inner=(new this.Hash).update(t),i=0;i<t.length;i++)t[i]^=106;this.outer=(new this.Hash).update(t)},r.prototype.update=function(t,i){return this.inner.update(t,i),this},r.prototype.digest=function(t){return this.outer.update(this.inner.digest()),this.outer.digest(t)}},5919:function(t,i,h){"use strict";i.sha1=h("13e2"),i.sha224=h("07f2"),i.sha256=h("6eed"),i.sha384=h("8b95"),i.sha512=h("b525")},"6eed":function(t,i,h){"use strict";var n=h("c3c0"),e=h("edc9"),r=h("aa56"),s=h("da3e"),o=n.sum32,u=n.sum32_4,c=n.sum32_5,a=r.ch32,f=r.maj32,l=r.s0_256,g=r.s1_256,p=r.g0_256,d=r.g1_256,_=e.BlockHash,v=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function m(){if(!(this instanceof m))return new m;_.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=v,this.W=new Array(64)}n.inherits(m,_),t.exports=m,m.blockSize=512,m.outSize=256,m.hmacStrength=192,m.padLength=64,m.prototype._update=function(t,i){for(var h=this.W,n=0;n<16;n++)h[n]=t[i+n];for(;n<h.length;n++)h[n]=u(d(h[n-2]),h[n-7],p(h[n-15]),h[n-16]);var e=this.h[0],r=this.h[1],_=this.h[2],v=this.h[3],m=this.h[4],b=this.h[5],S=this.h[6],k=this.h[7];for(s(this.k.length===h.length),n=0;n<h.length;n++){var y=c(k,g(m),a(m,b,S),this.k[n],h[n]),z=o(l(e),f(e,r,_));k=S,S=b,b=m,m=o(v,y),v=_,_=r,r=e,e=o(y,z)}this.h[0]=o(this.h[0],e),this.h[1]=o(this.h[1],r),this.h[2]=o(this.h[2],_),this.h[3]=o(this.h[3],v),this.h[4]=o(this.h[4],m),this.h[5]=o(this.h[5],b),this.h[6]=o(this.h[6],S),this.h[7]=o(this.h[7],k)},m.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},"7d92":function(t,i,h){var n=i;n.utils=h("c3c0"),n.common=h("edc9"),n.sha=h("5919"),n.ripemd=h("bb44"),n.hmac=h("2137"),n.sha1=n.sha.sha1,n.sha256=n.sha.sha256,n.sha224=n.sha.sha224,n.sha384=n.sha.sha384,n.sha512=n.sha.sha512,n.ripemd160=n.ripemd.ripemd160},"8b95":function(t,i,h){"use strict";var n=h("c3c0"),e=h("b525");function r(){if(!(this instanceof r))return new r;e.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}n.inherits(r,e),t.exports=r,r.blockSize=1024,r.outSize=384,r.hmacStrength=192,r.padLength=128,r.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h.slice(0,12),"big"):n.split32(this.h.slice(0,12),"big")}},aa56:function(t,i,h){"use strict";var n=h("c3c0").rotr32;function e(t,i,h){return t&i^~t&h}function r(t,i,h){return t&i^t&h^i&h}function s(t,i,h){return t^i^h}i.ft_1=function(t,i,h,n){return 0===t?e(i,h,n):1===t||3===t?s(i,h,n):2===t?r(i,h,n):void 0},i.ch32=e,i.maj32=r,i.p32=s,i.s0_256=function(t){return n(t,2)^n(t,13)^n(t,22)},i.s1_256=function(t){return n(t,6)^n(t,11)^n(t,25)},i.g0_256=function(t){return n(t,7)^n(t,18)^t>>>3},i.g1_256=function(t){return n(t,17)^n(t,19)^t>>>10}},b525:function(t,i,h){"use strict";var n=h("c3c0"),e=h("edc9"),r=h("da3e"),s=n.rotr64_hi,o=n.rotr64_lo,u=n.shr64_hi,c=n.shr64_lo,a=n.sum64,f=n.sum64_hi,l=n.sum64_lo,g=n.sum64_4_hi,p=n.sum64_4_lo,d=n.sum64_5_hi,_=n.sum64_5_lo,v=e.BlockHash,m=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function b(){if(!(this instanceof b))return new b;v.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=m,this.W=new Array(160)}function S(t,i,h,n,e){var r=t&h^~t&e;return r<0&&(r+=4294967296),r}function k(t,i,h,n,e,r){var s=i&n^~i&r;return s<0&&(s+=4294967296),s}function y(t,i,h,n,e){var r=t&h^t&e^h&e;return r<0&&(r+=4294967296),r}function z(t,i,h,n,e,r){var s=i&n^i&r^n&r;return s<0&&(s+=4294967296),s}function w(t,i){var h=s(t,i,28)^s(i,t,2)^s(i,t,7);return h<0&&(h+=4294967296),h}function x(t,i){var h=o(t,i,28)^o(i,t,2)^o(i,t,7);return h<0&&(h+=4294967296),h}function H(t,i){var h=s(t,i,14)^s(t,i,18)^s(i,t,9);return h<0&&(h+=4294967296),h}function A(t,i){var h=o(t,i,14)^o(t,i,18)^o(i,t,9);return h<0&&(h+=4294967296),h}function L(t,i){var h=s(t,i,1)^s(t,i,8)^u(t,i,7);return h<0&&(h+=4294967296),h}function B(t,i){var h=o(t,i,1)^o(t,i,8)^c(t,i,7);return h<0&&(h+=4294967296),h}function W(t,i){var h=s(t,i,19)^s(i,t,29)^u(t,i,6);return h<0&&(h+=4294967296),h}function j(t,i){var h=o(t,i,19)^o(i,t,29)^c(t,i,6);return h<0&&(h+=4294967296),h}n.inherits(b,v),t.exports=b,b.blockSize=1024,b.outSize=512,b.hmacStrength=192,b.padLength=128,b.prototype._prepareBlock=function(t,i){for(var h=this.W,n=0;n<32;n++)h[n]=t[i+n];for(;n<h.length;n+=2){var e=W(h[n-4],h[n-3]),r=j(h[n-4],h[n-3]),s=h[n-14],o=h[n-13],u=L(h[n-30],h[n-29]),c=B(h[n-30],h[n-29]),a=h[n-32],f=h[n-31];h[n]=g(e,r,s,o,u,c,a,f),h[n+1]=p(e,r,s,o,u,c,a,f)}},b.prototype._update=function(t,i){this._prepareBlock(t,i);var h=this.W,n=this.h[0],e=this.h[1],s=this.h[2],o=this.h[3],u=this.h[4],c=this.h[5],g=this.h[6],p=this.h[7],v=this.h[8],m=this.h[9],b=this.h[10],L=this.h[11],B=this.h[12],W=this.h[13],j=this.h[14],C=this.h[15];r(this.k.length===h.length);for(var T=0;T<h.length;T+=2){var J=j,I=C,q=H(v,m),D=A(v,m),E=S(v,0,b,0,B),F=k(0,m,0,L,0,W),G=this.k[T],K=this.k[T+1],M=h[T],N=h[T+1],O=d(J,I,q,D,E,F,G,K,M,N),P=_(J,I,q,D,E,F,G,K,M,N);J=w(n,e),I=x(n,e),q=y(n,0,s,0,u),D=z(0,e,0,o,0,c);var Q=f(J,I,q,D),R=l(J,I,q,D);j=B,C=W,B=b,W=L,b=v,L=m,v=f(g,p,O,P),m=l(p,p,O,P),g=u,p=c,u=s,c=o,s=n,o=e,n=f(O,P,Q,R),e=l(O,P,Q,R)}a(this.h,0,n,e),a(this.h,2,s,o),a(this.h,4,u,c),a(this.h,6,g,p),a(this.h,8,v,m),a(this.h,10,b,L),a(this.h,12,B,W),a(this.h,14,j,C)},b.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},bb44:function(t,i,h){"use strict";var n=h("c3c0"),e=h("edc9"),r=n.rotl32,s=n.sum32,o=n.sum32_3,u=n.sum32_4,c=e.BlockHash;function a(){if(!(this instanceof a))return new a;c.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function f(t,i,h,n){return t<=15?i^h^n:t<=31?i&h|~i&n:t<=47?(i|~h)^n:t<=63?i&n|h&~n:i^(h|~n)}function l(t){return t<=15?0:t<=31?1518500249:t<=47?1859775393:t<=63?2400959708:2840853838}function g(t){return t<=15?1352829926:t<=31?1548603684:t<=47?1836072691:t<=63?2053994217:0}n.inherits(a,c),i.ripemd160=a,a.blockSize=512,a.outSize=160,a.hmacStrength=192,a.padLength=64,a.prototype._update=function(t,i){for(var h=this.h[0],n=this.h[1],e=this.h[2],c=this.h[3],a=this.h[4],m=h,b=n,S=e,k=c,y=a,z=0;z<80;z++){var w=s(r(u(h,f(z,n,e,c),t[p[z]+i],l(z)),_[z]),a);h=a,a=c,c=r(e,10),e=n,n=w,w=s(r(u(m,f(79-z,b,S,k),t[d[z]+i],g(z)),v[z]),y),m=y,y=k,k=r(S,10),S=b,b=w}w=o(this.h[1],e,k),this.h[1]=o(this.h[2],c,y),this.h[2]=o(this.h[3],a,m),this.h[3]=o(this.h[4],h,b),this.h[4]=o(this.h[0],n,S),this.h[0]=w},a.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h,"little"):n.split32(this.h,"little")};var p=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],d=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],_=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],v=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},c3c0:function(t,i,h){"use strict";var n=h("da3e"),e=h("3fb5");function r(t,i){return 55296==(64512&t.charCodeAt(i))&&!(i<0||i+1>=t.length)&&56320==(64512&t.charCodeAt(i+1))}function s(t){return(t>>>24|t>>>8&65280|t<<8&16711680|(255&t)<<24)>>>0}function o(t){return 1===t.length?"0"+t:t}function u(t){return 7===t.length?"0"+t:6===t.length?"00"+t:5===t.length?"000"+t:4===t.length?"0000"+t:3===t.length?"00000"+t:2===t.length?"000000"+t:1===t.length?"0000000"+t:t}i.inherits=e,i.toArray=function(t,i){if(Array.isArray(t))return t.slice();if(!t)return[];var h=[];if("string"==typeof t)if(i){if("hex"===i)for((t=t.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(t="0"+t),e=0;e<t.length;e+=2)h.push(parseInt(t[e]+t[e+1],16))}else for(var n=0,e=0;e<t.length;e++){var s=t.charCodeAt(e);s<128?h[n++]=s:s<2048?(h[n++]=s>>6|192,h[n++]=63&s|128):r(t,e)?(s=65536+((1023&s)<<10)+(1023&t.charCodeAt(++e)),h[n++]=s>>18|240,h[n++]=s>>12&63|128,h[n++]=s>>6&63|128,h[n++]=63&s|128):(h[n++]=s>>12|224,h[n++]=s>>6&63|128,h[n++]=63&s|128)}else for(e=0;e<t.length;e++)h[e]=0|t[e];return h},i.toHex=function(t){for(var i="",h=0;h<t.length;h++)i+=o(t[h].toString(16));return i},i.htonl=s,i.toHex32=function(t,i){for(var h="",n=0;n<t.length;n++){var e=t[n];"little"===i&&(e=s(e)),h+=u(e.toString(16))}return h},i.zero2=o,i.zero8=u,i.join32=function(t,i,h,e){var r=h-i;n(r%4==0);for(var s=new Array(r/4),o=0,u=i;o<s.length;o++,u+=4){var c;c="big"===e?t[u]<<24|t[u+1]<<16|t[u+2]<<8|t[u+3]:t[u+3]<<24|t[u+2]<<16|t[u+1]<<8|t[u],s[o]=c>>>0}return s},i.split32=function(t,i){for(var h=new Array(4*t.length),n=0,e=0;n<t.length;n++,e+=4){var r=t[n];"big"===i?(h[e]=r>>>24,h[e+1]=r>>>16&255,h[e+2]=r>>>8&255,h[e+3]=255&r):(h[e+3]=r>>>24,h[e+2]=r>>>16&255,h[e+1]=r>>>8&255,h[e]=255&r)}return h},i.rotr32=function(t,i){return t>>>i|t<<32-i},i.rotl32=function(t,i){return t<<i|t>>>32-i},i.sum32=function(t,i){return t+i>>>0},i.sum32_3=function(t,i,h){return t+i+h>>>0},i.sum32_4=function(t,i,h,n){return t+i+h+n>>>0},i.sum32_5=function(t,i,h,n,e){return t+i+h+n+e>>>0},i.sum64=function(t,i,h,n){var e=t[i],r=n+t[i+1]>>>0,s=(r<n?1:0)+h+e;t[i]=s>>>0,t[i+1]=r},i.sum64_hi=function(t,i,h,n){return(i+n>>>0<i?1:0)+t+h>>>0},i.sum64_lo=function(t,i,h,n){return i+n>>>0},i.sum64_4_hi=function(t,i,h,n,e,r,s,o){var u=0,c=i;return u+=(c=c+n>>>0)<i?1:0,u+=(c=c+r>>>0)<r?1:0,t+h+e+s+(u+=(c=c+o>>>0)<o?1:0)>>>0},i.sum64_4_lo=function(t,i,h,n,e,r,s,o){return i+n+r+o>>>0},i.sum64_5_hi=function(t,i,h,n,e,r,s,o,u,c){var a=0,f=i;return a+=(f=f+n>>>0)<i?1:0,a+=(f=f+r>>>0)<r?1:0,a+=(f=f+o>>>0)<o?1:0,t+h+e+s+u+(a+=(f=f+c>>>0)<c?1:0)>>>0},i.sum64_5_lo=function(t,i,h,n,e,r,s,o,u,c){return i+n+r+o+c>>>0},i.rotr64_hi=function(t,i,h){return(i<<32-h|t>>>h)>>>0},i.rotr64_lo=function(t,i,h){return(t<<32-h|i>>>h)>>>0},i.shr64_hi=function(t,i,h){return t>>>h},i.shr64_lo=function(t,i,h){return(t<<32-h|i>>>h)>>>0}},edc9:function(t,i,h){"use strict";var n=h("c3c0"),e=h("da3e");function r(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}i.BlockHash=r,r.prototype.update=function(t,i){if(t=n.toArray(t,i),this.pending?this.pending=this.pending.concat(t):this.pending=t,this.pendingTotal+=t.length,this.pending.length>=this._delta8){var h=(t=this.pending).length%this._delta8;this.pending=t.slice(t.length-h,t.length),0===this.pending.length&&(this.pending=null),t=n.join32(t,0,t.length-h,this.endian);for(var e=0;e<t.length;e+=this._delta32)this._update(t,e,e+this._delta32)}return this},r.prototype.digest=function(t){return this.update(this._pad()),e(null===this.pending),this._digest(t)},r.prototype._pad=function(){var t=this.pendingTotal,i=this._delta8,h=i-(t+this.padLength)%i,n=new Array(h+this.padLength);n[0]=128;for(var e=1;e<h;e++)n[e]=0;if(t<<=3,"big"===this.endian){for(var r=8;r<this.padLength;r++)n[e++]=0;n[e++]=0,n[e++]=0,n[e++]=0,n[e++]=0,n[e++]=t>>>24&255,n[e++]=t>>>16&255,n[e++]=t>>>8&255,n[e++]=255&t}else for(n[e++]=255&t,n[e++]=t>>>8&255,n[e++]=t>>>16&255,n[e++]=t>>>24&255,n[e++]=0,n[e++]=0,n[e++]=0,n[e++]=0,r=8;r<this.padLength;r++)n[e++]=0;return n}}}]);