!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;"undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.WebTorrent=e()}}(function(){return function e(t,n,r){function i(s,a){if(!n[s]){if(!t[s]){var c="function"==typeof require&&require;if(!a&&c)return c(s,!0);if(o)return o(s,!0);var u=new Error("Cannot find module '"+s+"'");throw u.code="MODULE_NOT_FOUND",u}var f=n[s]={exports:{}};t[s][0].call(f.exports,function(e){var n=t[s][1][e];return i(n?n:e)},f,f.exports,e,t,n,r)}return n[s].exports}for(var o="function"==typeof require&&require,s=0;sr;r++){var o=t.torrents[r];if(o.infoHash===n.infoHash)return o}return null},i.prototype.add=i.prototype.download=function(e,t,n){function r(e){o.infoHash===e.infoHash&&(n(o),i.removeListener("torrent",r))}var i=this;s("add %s",e),"function"==typeof t&&(n=t,t={});var o=new _(e,u({client:i},t));return i.torrents.push(o),n&&i.on("torrent",r),o.on("error",function(e){i.emit("error",e,o)}),o.on("listening",function(e){i.emit("listening",e,o)}),o.on("ready",function(){s("torrent"),i.emit("torrent",o)}),o},i.prototype.remove=function(e,t){var n=this,r=n.get(e);if(!r)throw new Error("No torrent with id "+e);s("remove"),n.torrents.splice(n.torrents.indexOf(r),1),r.destroy(t)},i.prototype.seed=function(e,t,n){function i(e){a.infoHash===e.infoHash&&(n(a),s.removeListener("seed",i))}var s=this;"function"==typeof t&&(n=t,t={});var a,c=r.concat(e.map(function(e){return e.buffer}));n&&s.on("seed",i),o(e,t,function(e,n){if(e)return s.emit("error",e);var r=p(n);s.add(n,t,function(e){a=e,g.writeToStorage(a.storage,c,r.pieceLength,function(e){return e?s.emit("error",e):void s.emit("seed",a)})})})},i.prototype.destroy=function(e){var t=this;s("destroy");var n=t.torrents.map(function(e){return function(n){t.remove(e.infoHash,n)}});t.dht&&n.push(function(e){t.dht.destroy(e)}),l(n,e)}}).call(this,e("_process"),e("buffer").Buffer)},{"./lib/storage":4,"./lib/torrent":5,_process:110,"bittorrent-dht/client":102,buffer:103,"create-torrent":8,debug:25,events:107,"extend.js":32,hat:34,inherits:35,"load-ip-set":102,"parse-torrent":36,"run-parallel":46,speedometer:47}],2:[function(e,t){function n(e,t){var i=this;if(!(i instanceof n))return new n(e,t);o.Readable.call(i,t),r("new filestream %s",JSON.stringify(t)),t||(t={}),t.start||(t.start=0),t.end||(t.end=e.length-1),i.length=t.end-t.start+1;var s=t.start+e.offset,a=t.pieceLength;i.startPiece=s/a|0,i.endPiece=(t.end+e.offset)/a|0,i._storage=e.storage,i._piece=i.startPiece,i._missing=i.length,i._reading=!1,i._notifying=!1,i._destroyed=!1,i._criticalLength=Math.min(1048576/a|0,2),i._offset=s-i.startPiece*a}t.exports=n;var r=e("debug")("bittorrent-client:file-stream"),i=e("inherits"),o=e("stream");i(n,o.Readable),n.prototype._read=function(){r("_read");var e=this;e._reading||(e._reading=!0,e.notify())},n.prototype.notify=function(){r("notify");var e=this;if(e._reading&&0!==e._missing){if(!e._storage.bitfield.get(e._piece))return e._storage.emit("critical",e._piece,e._piece+e._criticalLength);if(!e._notifying){e._notifying=!0;var t=e._piece;r("before read %s",t),e._storage.read(e._piece++,function(n,i){if(r("after read %s (buffer.length %s) (err %s)",t,i.length,n&&n.message||n),e._notifying=!1,!e._destroyed){if(n)return e._storage.emit("error",n),e.destroy(n);e._offset&&(i=i.slice(e._offset),e._offset=0),e._missingo&&(n=[i],r=o)}return n.length>0?n[Math.random()*n.length|0]:-1}},{}],4:[function(e,t){(function(n,r){function i(){}function o(e,t,n){var r=this;l.call(r),r.index=e,r.hash=t,"number"==typeof n?(r.buffer=null,r.length=n):(r.buffer=n,r.length=n.length),r._reset()}function s(e,t,n,r){var i=this;l.call(i),i.storage=e,i.name=t.name,i.path=t.path,i.length=t.length,i.offset=t.offset,i.pieces=n,i.pieceLength=r,i.done=!1,i.pieces.forEach(function(e){e.on("done",function(){i._checkDone()})}),i._checkDone()}function a(e,t){var n=this;l.call(n),t=t||{},n.bitfield=new c(e.pieces.length),n.done=!1,n.closed=!1,n.readonly=!0,t.nobuffer||(n.buffer=new r(e.length));var i=e.pieceLength,a=e.lastPieceLength,u=e.pieces.length;n.pieces=e.pieces.map(function(e,t){var r=t*i,s=r+(t===u-1?a:i),c=n.buffer?n.buffer.slice(r,s):s-r,f=new o(t,e,c);return f.on("done",n._onPieceDone.bind(n,f)),f}),n.files=e.files.map(function(e){var t=e.offset,r=t+e.length-1,o=t/i|0,a=r/i|0,c=n.pieces.slice(o,a+1),u=new s(n,e,c,i);return u.on("done",n._onFileDone.bind(n,u)),u})}t.exports=a;var c=e("bitfield"),u=e("block-stream"),f=e("debug")("bittorrent-client:storage"),d=e("dezalgo"),h=e("end-of-stream"),l=e("events").EventEmitter,p=e("extend.js"),m=e("./file-stream"),g=e("inherits"),_=e("git-sha1"),b=e("stream"),v=16384,y=0,w=1,x=2;g(o,l),o.prototype.readBlock=function(e,t,n){var r=this;return n=d(n),r.buffer&&r._verifyOffset(e)?void n(null,r.buffer.slice(e,e+t)):n(new Error("invalid block offset "+e))},o.prototype.writeBlock=function(e,t,n){var r=this;if(n=d(n),!r._verifyOffset(e)||!r._verifyBlock(e,t))return n(new Error("invalid block "+e+":"+t.length));r._lazyAllocBuffer();var i=e/v;return r.blocks[i]===x?n(null):(t.copy(r.buffer,e),r.blocks[i]=x,r.blocksWritten+=1,r.blocksWritten===r.blocks.length&&r.verify(),void n(null))},o.prototype.reserveBlock=function(e){for(var t=this,n=t.blocks.length,r=0;n>r;r++)if((!t.blocks[r]||e)&&t.blocks[r]!==x)return t.blocks[r]=w,{offset:r*v,length:r===n-1?t.length-r*v:v};return null},o.prototype.cancelBlock=function(e){var t=this;if(!t.buffer||!t._verifyOffset(e))return!1;var n=e/v;return t.blocks[n]===w&&(t.blocks[n]=y),!0},o.prototype._reset=function(){var e=this;e.verified=!1,e.blocks=new r(Math.ceil(e.length/v)),e.blocks.fill(0),e.blocksWritten=0},o.prototype.verify=function(e){var t=this;e=e||t.buffer,!t.verified&&e&&(t.verified=_(e)===t.hash,t.verified?t.emit("done"):(t.emit("warning",new Error("piece "+t.index+" failed verification; "+_(e)+" expected "+t.hash)),t._reset()))},o.prototype._verifyOffset=function(e){var t=this;return e%v===0?!0:(t.emit("warning",new Error("piece "+t.index+" invalid offset "+e+" not multiple of "+v+" bytes")),!1)},o.prototype._verifyBlock=function(e,t){var n=this;return t.length===v?!0:t.length===n.length-e&&n.length-e0&&e.storage.emit("select",e.pieces[0].index,e.pieces[e.pieces.length-1].index,!1)},s.prototype.deselect=function(){var e=this;e.pieces.length>0&&e.storage.emit("deselect",e.pieces[0].index,e.pieces[e.pieces.length-1].index,!1)},s.prototype.createReadStream=function(e){var t=this;f("createReadStream"),e=p({pieceLength:t.pieceLength},e);var n=new m(t,e);return t.storage.emit("select",n.startPiece,n.endPiece,!0,n.notify.bind(n)),h(n,function(){t.storage.emit("deselect",n.startPiece,n.endPiece,!0)}),n},s.prototype._checkDone=function(){var e=this;e.done=e.pieces.every(function(e){return e.verified}),e.done&&n.nextTick(function(){e.emit("done")})},g(a,l),a.BLOCK_LENGTH=v,a.writeToStorage=function(e,t,n,r){var i=0,o=new b.Readable;o._read=function(){},o.pipe(new u(n,{nopad:!0})).on("data",function(t){var n=i;i+=1;var r=0,o=new u(v,{nopad:!0});o.on("data",function(t){var i=r*v;r+=1,e.writeBlock(n,i,t)}),o.write(t),o.end()}).on("end",function(){r(null)}).on("error",function(e){r(e)}),o.push(t),o.push(null)},Object.defineProperty(a.prototype,"downloaded",{get:function(){var e=this;return e.pieces.reduce(function(e,t){return e+(t.verified?t.length:t.blocksWritten*v)},0)}}),Object.defineProperty(a.prototype,"numMissing",{get:function(){for(var e=this,t=e.pieces.length,n=0,r=e.pieces.length;r>n;n++)t-=e.bitfield.get(n);return t}}),a.prototype.readBlock=function(e,t,n,r){var i=this;r=d(r);var o=i.pieces[e];return o?void o.readBlock(t,n,r):r(new Error("invalid piece index "+e))},a.prototype.writeBlock=function(e,t,n,r){var o=this;if(r||(r=i),r=d(r),o.readonly)return r(new Error("cannot write to readonly storage"));var s=o.pieces[e];return s?void s.writeBlock(t,n,r):r(new Error("invalid piece index "+e))},a.prototype.read=function(e,t,n,i){function o(){if(0>=u)return n(null,r.concat(f));var t=c,i=Math.min(v,u);c+=i,u-=i,s.readBlock(e,t,i,function(e,t){return e?n(e):(f.push(t),void o())})}var s=this;"function"==typeof t&&(i=n,n=t,t=null),n=d(n);var a=s.pieces[e];if(!a)return n(new Error("invalid piece index "+e));if(!a.verified&&!i)return n(new Error("Storage.read called on incomplete piece "+e));var c=0,u=a.length;if(t&&(c=t.offset||0,u=t.length||u),a.buffer)return n(null,a.buffer.slice(c,c+u));var f=[];o()},a.prototype.reserveBlock=function(e,t){var n=this,r=n.pieces[e];return r?r.reserveBlock(t):null},a.prototype.cancelBlock=function(e,t){var n=this,r=n.pieces[e];return r?r.cancelBlock(t):!1},a.prototype.remove=function(e){e&&d(e)(null)},a.prototype.close=function(e){var t=this;t.closed=!0,e&&d(e)(null)},a.prototype._onPieceDone=function(e){var t=this;t.bitfield.set(e.index),f("piece done "+e.index+" ("+t.numMissing+" still missing)"),t.emit("piece",e)},a.prototype._onFileDone=function(e){var t=this;f("file done "+e.name),t.emit("file",e),t._checkDone()},a.prototype._checkDone=function(){var e=this;!e.done&&e.files.every(function(e){return e.done})&&(e.done=!0,e.emit("done"))}}).call(this,e("_process"),e("buffer").Buffer)},{"./file-stream":2,_process:110,bitfield:6,"block-stream":7,buffer:103,debug:25,dezalgo:28,"end-of-stream":30,events:107,"extend.js":32,"git-sha1":33,inherits:35,stream:123}],5:[function(e,t){(function(n){function r(){}function i(e,t){function r(e){o=m(e),i.infoHash=o.infoHash,o.name&&(i.name=o.name),i.swarm=new v(i.infoHash,i.client.peerId,{handshake:{dht:!!i.client.dht}}),_(i.swarm,i,["warning","error"]),i.swarm.on("wire",i._onWire.bind(i)),i.swarm.on("download",i.client.downloadSpeed.bind(i.client)),i.swarm.on("upload",i.client.uploadSpeed.bind(i.client)),n.browser?i._onSwarmListening(o):i.swarm.listen(i.client.torrentPort,i._onSwarmListening.bind(i,o))}var i=this;f.call(i),c("new torrent"),i.client=t.client,i.hotswapEnabled="hotswap"in t?t.hotswap:!0,i.verify=t.verify,i.storageOpts=t.storageOpts,i.chokeTimeout=t.chokeTimeout||S,i.pieceTimeout=t.pieceTimeout||E,i.strategy=t.strategy||"sequential",i._rechokeNumSlots=t.uploads===!1||0===t.uploads?0:+t.uploads||10,i._rechokeOptimisticWire=null,i._rechokeOptimisticTime=0,i._rechokeIntervalId=null,i.ready=!1,i.files=[],i.metadata=null,i.parsedTorrent=null,i.storage=null,i.numBlockedPeers=0,i._amInterested=!1,i._destroyed=!1,i._selections=[],i._critical=[],i._storageImpl=t.storage||b;var o=m(e);if(o&&o.infoHash)r(o);else if("function"==typeof h.get&&/^https?:/.test(e))h.get(e,function(e){e.pipe(a(function(e){r(e)}))}).on("error",function(e){i.emit("error",new Error("error downloading torrent: "+e.message))});else{if("function"!=typeof d.readFile)throw new Error("invalid torrent id");d.readFile(e,function(e,t){return e?i.emit("error",new Error("invalid torrent id")):void r(t)})}}function o(e){return Math.random()*e|0}function s(e,t){for(var n=e.map(function(e,t){return t}),r=0,i=n.length;i>r;++r){var s=o(i),a=n[r];n[r]=n[s],n[s]=a}n.forEach(function(n){t(e[n],n,e)})}t.exports=i;var a=e("concat-stream"),c=e("debug")("bittorrent-client:torrent"),u=e("torrent-discovery"),f=e("events").EventEmitter,d=e("fs"),h=e("http-https"),l=e("inherits"),p=e("run-parallel"),m=e("parse-torrent"),g=e("./rarity-map"),_=e("re-emitter"),b=e("./storage"),v=e("bittorrent-swarm"),y=e("ut_metadata"),w=e("ut_pex"),x=131072,k=5,E=1e4,S=5e3,j=3*b.BLOCK_LENGTH,I=1e4,L=2;l(i,f),Object.defineProperty(i.prototype,"length",{get:function(){return this.parsedTorrent&&this.parsedTorrent.length||0}}),Object.defineProperty(i.prototype,"timeRemaining",{get:function(){return 0===this.swarm.downloadSpeed()?1/0:(this.length-this.downloaded)/this.swarm.downloadSpeed()*1e3}}),Object.defineProperty(i.prototype,"progress",{get:function(){return this.parsedTorrent&&this.downloaded/this.parsedTorrent.length||0}}),Object.defineProperty(i.prototype,"downloaded",{get:function(){return this.storage&&this.storage.downloaded||0}}),Object.defineProperty(i.prototype,"uploaded",{get:function(){return this.swarm.uploaded}}),Object.defineProperty(i.prototype,"ratio",{get:function(){return this.uploaded&&this.downloaded/this.uploaded||0}}),i.prototype._onSwarmListening=function(e,t){var n=this;n._destroyed||(n.client.torrentPort=t,n.discovery=new u({announce:e.announce,dht:n.client.dht,peerId:n.client.peerId,port:t}),n.discovery.setTorrent(n.infoHash),n.discovery.on("peer",n.addPeer.bind(n)),_(n.discovery,n,["dhtAnnounce","warning","error"]),e.info&&n._onMetadata(e),n.emit("listening",t))},i.prototype._onMetadata=function(e){var t=this;if(!t.metadata&&!t._destroyed){if(c("got metadata"),e&&e.infoHash)t.metadata=m.toBuffer(e),t.parsedTorrent=e;else{t.metadata=e;try{t.parsedTorrent=m(t.metadata)}catch(r){return t.emit("error",r)}}t.name=t.parsedTorrent.name,t.discovery.setTorrent(t.parsedTorrent),t.rarityMap=new g(t.swarm,t.parsedTorrent.pieces.length),t.storage=new t._storageImpl(t.parsedTorrent,t.storageOpts),t.storage.on("piece",t._onStoragePiece.bind(t)),t.storage.on("file",function(e){t.emit("file",e)}),t._reservations=t.storage.pieces.map(function(){return[]}),t.storage.on("done",function(){t.discovery.tracker&&t.discovery.tracker.complete(),c("torrent "+t.infoHash+" done"),t.emit("done")}),t.storage.on("select",t.select.bind(t)),t.storage.on("deselect",t.deselect.bind(t)),t.storage.on("critical",t.critical.bind(t)),t.storage.files.forEach(function(e){t.files.push(e)}),t.swarm.wires.forEach(function(e){e.ut_metadata&&e.ut_metadata.setMetadata(t.metadata),t._onWireWithMetadata(e)}),n.nextTick(t.verify?function(){c("verifying existing torrent data");var e=0,n=0;p(t.storage.pieces.map(function(r){return function(i){t.storage.read(r.index,function(o,s){e+=1,t.emit("verifying",{percentDone:100*e/t.storage.pieces.length,percentVerified:100*n/t.storage.pieces.length}),!o&&s&&(r.verify(s),n+=r.verified,c("piece "+(r.verified?"verified":"invalid")+" "+r.index)),i()},!0)}}),t._onStorage.bind(t))}:t._onStorage.bind(t)),n.nextTick(function(){t.emit("metadata")})}},i.prototype.destroy=function(e){var t=this;c("destroy"),t._destroyed=!0,clearInterval(t._rechokeIntervalId);var n=[];t.swarm&&n.push(function(e){t.swarm.destroy(e)}),t.discovery&&n.push(function(e){t.discovery.stop(e)}),t.storage&&n.push(function(e){t.storage.close(e)}),p(n,e)},i.prototype.addPeer=function(e){var t=this;"string"==typeof e&&t.client.blocked&&t.client.blocked.contains(e.split(":")[0])?(t.numBlockedPeers+=1,t.emit("blocked-peer",e)):(t.emit("peer",e),t.swarm.addPeer(e))},i.prototype.select=function(e,t,n,i){var o=this;if(e>t||0>e||t>=o.storage.pieces.length)throw new Error("invalid selection ",e,":",t);n=Number(n)||0,c("select %s-%s (priority %s)",e,t,n),o._selections.push({from:e,to:t,offset:0,priority:n,notify:i||r}),o._selections.sort(function(e,t){return t.priority-e.priority}),o._updateSelections()},i.prototype.deselect=function(e,t,n){var r=this;n=Number(n)||0,c("deselect %s-%s (priority %s)",e,t,n);for(var i=0;i=r;++r)n._critical[r]=!0;n._updateSelections()},i.prototype._onWire=function(e){var t=this;e.use(y(t.metadata)),t.metadata||(e.ut_metadata.on("metadata",function(e){c("got metadata via ut_metadata"),t._onMetadata(e)}),e.ut_metadata.fetch()),"function"==typeof w&&e.use(w()),e.ut_pex&&e.ut_pex.on("peer",function(e){c("got peer via ut_pex "+e),t.addPeer(e)}),e.ut_pex&&e.ut_pex.on("dropped",function(e){e in t.swarm._peers||t.swarm.removePeer(e)}),e.setKeepAlive(!0),e.peerExtensions.dht&&t.client.dht&&t.client.dht.port&&e.port(t.client.dht.port),e.on("port",function(){c("port message from "+e.remoteAddress)}),e.on("timeout",function(){c("wire timeout from "+e.remoteAddress),e.destroy()}),e.setTimeout(t.pieceTimeout),t.metadata&&t._onWireWithMetadata(e)},i.prototype._onWireWithMetadata=function(e){function t(){r._destroyed||e._destroyed||(r.swarm.numQueued>2*(r.swarm.numConns-r.swarm.numPeers)&&e.amInterested?e.destroy():i=setTimeout(t,o))}function n(){if(e.peerPieces.length===r.storage.pieces.length){for(;sx?(c(e.remoteAddress,"requested invalid block size",i),e.destroy()):void r.storage.readBlock(t,n,i,o)}),e.bitfield(r.storage.bitfield),e.interested(),i=setTimeout(t,o),e.isSeeder=!1,n(),r._updateSelections()},i.prototype._onStorage=function(){var e=this;c("on storage"),e.storage.readonly=!1,e.select(0,e.storage.pieces.length-1,!1),e._rechokeIntervalId=setInterval(e._rechoke.bind(e),I),e._rechokeIntervalId.unref&&e._rechokeIntervalId.unref(),n.nextTick(function(){e.ready=!0,e.emit("ready")})},i.prototype._onStoragePiece=function(e){var t=this;c("piece done %s",e.index),t._reservations[e.index]=null,t.swarm.wires.forEach(function(t){t.have(e.index)}),t._gcSelections()},i.prototype._updateSelections=function(){var e=this;if(e.swarm&&!e._destroyed){if(!e.metadata)return e.once("metadata",e._updateSelections.bind(e));n.nextTick(e._gcSelections.bind(e)),e._updateInterest(),e._update()}},i.prototype._gcSelections=function(){for(var e=this,t=0;t=t&&n>=o&&!(o in r)&&e.peerPieces.get(o)&&(!i||i(o))}}function n(){if(!e.requests.length)for(var n=s._selections.length;n--;){var r,i=s._selections[n];if("rarest"===s.strategy)for(var o=i.from+i.offset,a=i.to,c=a-o+1,u={},f=0,d=t(o,a,u);c>f&&(r=s.rarityMap.getRarestPiece(d),!(0>r));){if(s._request(e,r,!1))return;u[r]=!0,f+=1}else for(r=i.to;r>=i.from+i.offset;--r)if(e.peerPieces.get(r)&&s._request(e,r,!1))return}}function r(){var t=e.downloadSpeed()||1;if(t>j)return function(){return!0};var n=k*b.BLOCK_LENGTH/t,r=10,i=0;return function(e){if(!r||s.storage.bitfield.get(e))return!0;for(var o=s.storage.pieces[e],a=o.blocks.length-o.blocksWritten;iu||t>=u||!c.peerPieces.get(e)||(a-=u*n)>0))return r--,!1}return!0}}function i(e){for(var t=e,n=e;n=k)return!0;for(var o=r(),a=0;ap&&(c=s.rarityMap.getRarestPiece(m),!(0>c));){for(;s._request(e,c,s._critical[c]||n););if(!(e.requests.length0?t._rechokeOptimisticTime-=1:t._rechokeOptimisticWire=null;var n=[];t.swarm.wires.forEach(function(e){e.isSeeder||e===t._rechokeOptimisticWire||n.push({wire:e,downloadSpeed:e.downloadSpeed(),uploadSpeed:e.uploadSpeed(),salt:Math.random(),isChoked:!0})}),n.sort(e);for(var r=0,i=0;i=j||2*u>r||u>a||(o=c,a=u)}}if(!o)return!1;for(s=0;s=k)return!1;var a=0===e.requests.length&&o.storage.numMissing<30,u=o.storage.reserveBlock(t,a);if(!u&&!a&&r&&o._hotswap(e,t)&&(u=o.storage.reserveBlock(t,!1)),!u)return!1;var f=o._reservations[t];f||(f=o._reservations[t]=[]);var d=f.indexOf(null);return-1===d&&(d=f.length),f[d]=e,e.request(t,u.offset,u.length,i),!0}}).call(this,e("_process"))},{"./rarity-map":3,"./storage":4,_process:110,"bittorrent-swarm":82,"concat-stream":102,debug:25,events:107,fs:100,"http-https":102,inherits:35,"parse-torrent":36,"re-emitter":45,"run-parallel":46,"torrent-discovery":48,ut_metadata:75,ut_pex:102}],6:[function(e,t){(function(e){function n(e,t){return this instanceof n?(0===arguments.length&&(e=0),this.grow=t&&(isFinite(t.grow)&&r(t.grow)||t.grow)||0,("number"==typeof e||void 0===e)&&(e=new i(r(e)),e.fill&&e.fill(0)),void(this.buffer=e)):new n(e)}function r(e){var t=e>>3;return e%8!==0&&t++,t}var i="undefined"!=typeof e?e:"undefined"!=typeof Int8Array?Int8Array:function(e){for(var t=new Array(e),n=0;e>n;n++)t[n]=0};n.prototype.get=function(e){var t=e>>3;return t>e%8)},n.prototype.set=function(e,t){var n=e>>3;t||1===arguments.length?(this._grow(n+1),this.buffer[n]|=128>>e%8):n>e%8))},n.prototype._grow=function(e){if(this.buffer.length=this._chunkSize){if(this._paused)return this._needDrain=!0,!1;this._emitChunk()}return!0},i.prototype.pause=function(){this._paused=!0},i.prototype.resume=function(){return this._paused=!1,this._emitChunk()},i.prototype.end=function(e){"function"==typeof e&&(cb=e,e=null),e&&this.write(e),this._ended=!0,this.flush()},i.prototype.flush=function(){this._emitChunk(!0)},i.prototype._emitChunk=function(e){if(e&&this._zeroes){var t=this._bufferLength%this._chunkSize;0!==t&&(t=this._chunkSize-t),t>0&&(this._buffer.push(this._zeroes.slice(0,t)),this._bufferLength+=t)}if(!this._emitting&&!this._paused){this._emitting=!0;for(var n=0;this._bufferLength>=this._chunkSize&&(e||!this._paused);){for(var i,o=0,s=this._chunkSize;s>0&&(e||!this._paused);){var c=this._buffer[n],u=c.length-this._offset;i||s>u?(i=i||new r(this._chunkSize),c.copy(i,o,this._offset,this._offset+Math.min(u,s))):i=c.length===s&&0===this._offset?c:c.slice(this._offset,this._offset+s),u>s?(this._offset+=s,s=0):(s-=u,o+=u,n++,this._offset=0)}this._bufferLength-=this._chunkSize,a(i.length===this._chunkSize),this.emit("data",i),i=null}if(this._buffer=this._buffer.slice(n),this._paused)return this._needsDrain=!0,void(this._emitting=!1);var f=this._buffer.length;if(e&&!this._zeroes&&f){if(1===f)this._offset?this.emit("data",this._buffer[0].slice(this._offset)):this.emit("data",this._buffer[0]);else{for(var s=this._bufferLength,i=new r(s),o=0,d=0;f>d;d++){var c=this._buffer[d],u=c.length-this._offset;c.copy(i,o,this._offset),this._offset=0,o+=u,this._bufferLength-=u}this.emit("data",i)}this._buffer.length=0,this._bufferLength=0,this._offset=0}this._needDrain&&(this._needDrain=!1,this.emit("drain")),0===this._bufferLength&&this._ended&&!this._endEmitted&&(this._endEmitted=!0,this.emit("end")),this._emitting=!1}}}).call(this,e("_process"),e("buffer").Buffer)},{_process:110,assert:101,buffer:103,inherits:35,stream:123}],8:[function(e,t){(function(n){function r(e,t,r){"function"==typeof t&&(r=t,t={});var i;if(f(e)&&(e=[e]),Array.isArray(e)&&e.length>0)t.name=t.name||e[0].name,i=e.map(function(e){if(e){var t={length:e.size,path:[e.name]};if(f(e))t.stream=new m(e);else{if(!n.isBuffer(e.buffer))throw new Error("Array must contain only File objects");t.stream=new x.PassThrough,t.stream.end(e.buffer)}return t}}),c(i,t,r);else{if("string"!=typeof e)throw new Error("invalid input type");t.name=t.name||p.basename(e),s(o,e,function(n,i){if(n)return r(n);i=Array.isArray(i)?g(i):[i];var o=p.normalize(e)+p.sep;i.forEach(function(e){e.stream=_.createReadStream(e.path),e.path=e.path.replace(o,"").split(p.sep)}),c(i,t,r)})}}function i(e,t,n){var r=e.map(function(e){return function(n){t(e,n)}});y(r,n)}function o(e,t){t=v(t),_.stat(e,function(n,r){if(n)return t(n);var i={length:r.size,path:e};t(null,i)})}function s(e,t,n){_.readdir(t,function(r,o){r&&"ENOTDIR"===r.code?e(t,n):r?n(r):i(o,function(n,r){s(e,p.join(t,n),r)},n)})}function a(e,t,r){r=v(r);var i="",o=e.map(function(e){return e.stream});new b(o).pipe(new h(t,{nopad:!0})).on("data",function(e){i+=w(e)}).on("end",function(){r(null,new n(i,"hex"))}).on("error",function(e){console.error(e),r(e)})}function c(e,t,n){var i=void 0!==t.announceList?t.announceList:r.announceList,o={info:{name:t.name},announce:i[0][0],"announce-list":i,"creation date":Number(t.creationDate)||Date.now(),encoding:"UTF-8"};void 0!==t.comment&&(o.info.comment=t.comment),void 0!==t.createdBy&&(o.info["created by"]=t.createdBy),void 0!==t.private&&(o.info.private=Number(t.private)),void 0!==t.urlList&&(o["url-list"]=t.urlList);var s=1===e.length,c=e.reduce(u,0),f=t.pieceLength||l(c);o.info["piece length"]=f,s&&(o.info.length=c),a(e,f,function(t,r){return t?n(t):(o.info.pieces=r,e.forEach(function(e){delete e.stream}),s||(o.info.files=e),void n(null,d.encode(o)))})}function u(e,t){return e+t.length}function f(e){return"undefined"!=typeof Blob&&e instanceof Blob}t.exports=r;var d=e("bencode"),h=e("block-stream"),l=e("piece-length"),p=e("path"),m=e("filestream/read"),g=e("flatten"),_=e("fs"),b=e("multistream"),v=e("once"),y=e("run-parallel"),w=e("git-sha1"),x=e("stream");r.announceList=[["udp://tracker.publicbt.com:80"],["udp://tracker.openbittorrent.com:80"],["udp://tracker.webtorrent.io:80"],["wss://tracker.webtorrent.io"]]}).call(this,e("buffer").Buffer)},{bencode:9,"block-stream":12,buffer:103,"filestream/read":15,flatten:16,fs:100,"git-sha1":17,multistream:19,once:21,path:109,"piece-length":22,"run-parallel":24,stream:123}],9:[function(e,t){t.exports={encode:e("./lib/encode"),decode:e("./lib/decode")}},{"./lib/decode":10,"./lib/encode":11}],10:[function(e,t){(function(e){function n(t,r){return n.position=0,n.encoding=r||null,n.data=e.isBuffer(t)?t:new e(t),n.next()}n.position=0,n.data=null,n.encoding=null,n.next=function(){switch(n.data[n.position]){case 100:return n.dictionary();case 108:return n.list();case 105:return n.integer();default:return n.bytes()}},n.find=function(e){for(var t=n.position,r=n.data.length,i=n.data;r>t;){if(i[t]===e)return t;t++}throw new Error('Invalid data: Missing delimiter "'+String.fromCharCode(e)+'" [0x'+e.toString(16)+"]") },n.dictionary=function(){n.position++;for(var e={};101!==n.data[n.position];)e[n.bytes()]=n.next();return n.position++,e},n.list=function(){n.position++;for(var e=[];101!==n.data[n.position];)e.push(n.next());return n.position++,e},n.integer=function(){var e=n.find(101),t=n.data.toString("ascii",n.position+1,e);return n.position+=e+1-n.position,parseInt(t,10)},n.bytes=function(){var e=n.find(58),t=parseInt(n.data.toString("ascii",n.position,e),10),r=++e+t;return n.position=r,n.encoding?n.data.toString(n.encoding,e,r):n.data.slice(e,r)},t.exports=n}).call(this,e("buffer").Buffer)},{buffer:103}],11:[function(e,t){(function(e){function n(t){var r=[];return n._encode(r,t),e.concat(r)}n._floatConversionDetected=!1,n._encode=function(t,r){if(e.isBuffer(r))return t.push(new e(r.length+":")),void t.push(r);switch(typeof r){case"string":n.bytes(t,r);break;case"number":n.number(t,r);break;case"object":r.constructor===Array?n.list(t,r):n.dict(t,r)}};var r=new e("e"),i=new e("d"),o=new e("l");n.bytes=function(t,n){t.push(new e(e.byteLength(n)+":"+n))},n.number=function(t,r){var i=2147483648,o=r/i<<0,s=r%i<<0,a=o*i+s;t.push(new e("i"+a+"e")),a===r||n._floatConversionDetected||(n._floatConversionDetected=!0,console.warn('WARNING: Possible data corruption detected with value "'+r+'":','Bencoding only defines support for integers, value was converted to "'+a+'"'),console.trace())},n.dict=function(e,t){e.push(i);for(var o,s=0,a=Object.keys(t).sort(),c=a.length;c>s;s++)o=a[s],n.bytes(e,o),n._encode(e,t[o]);e.push(r)},n.list=function(e,t){var i=0,s=t.length;for(e.push(o);s>i;i++)n._encode(e,t[i]);e.push(r)},t.exports=n}).call(this,e("buffer").Buffer)},{buffer:103}],12:[function(e,t){t.exports=e(7)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/block-stream/block-stream.js":7,_process:110,assert:101,buffer:103,inherits:18,stream:123}],13:[function(e,t){t.exports=function(e){for(var t,n=[].slice.call(arguments,1),r=0,i=n.length;i>r;r++){t=n[r];for(var o in t)e[o]=t[o]}return e}},{}],14:[function(e,t){(function(e){t.exports=function(t){return"function"==typeof e._augment&&e.TYPED_ARRAY_SUPPORT?e._augment(t):new e(t)}}).call(this,e("buffer").Buffer)},{buffer:103}],15:[function(e,t){(function(n){"use strict";function r(e,t){return this instanceof r?(t=t||{},i.call(this,a({objectMode:!0},t)),this._offset=0,this._eof=!1,this._metasent=!t.meta,this._metadata={name:e.name,size:e.size,extension:e.name.replace(s,"$1")},this.reader=new FileReader,this.reader.onprogress=this._handleProgress.bind(this),this.reader.onload=this._handleLoad.bind(this),void this.reader.readAsArrayBuffer(e)):new r(e,t)}var i=e("stream").Readable,o=e("util"),s=/^.*\.(\w+)$/,a=e("extend.js"),c=e("typedarray-to-buffer");o.inherits(r,i),t.exports=r,r.prototype._read=function(e){function t(){var o,s=r._offset,a=r._offset+e,u=i.result&&i.result.byteLength,f=2===i.readyState&&a>u;return u&&(f||u>a)?(o=c(new Uint8Array(i.result,s,Math.min(e,i.result.byteLength-s))),r._offset=s+o.length,r._eof=0===o.length,r.push(o.length>0?new n(o):null)):void r.once("readable",t)}var r=this,i=this.reader;return this._metasent?void t():(this._metasent=!0,this.push("meta|"+JSON.stringify(this._metadata)))},r.prototype._handleLoad=function(){this.emit("readable")},r.prototype._handleProgress=function(){this.emit("readable")}}).call(this,e("buffer").Buffer)},{buffer:103,"extend.js":13,stream:123,"typedarray-to-buffer":14,util:125}],16:[function(e,t){t.exports=function(e,t){function n(e,r){return e.reduce(function(e,i){return e.concat(Array.isArray(i)&&t>r?n(i,r+1):i)},[])}return t="number"==typeof t?t:1/0,n(e,1)}},{}],17:[function(e,t){(function(n){"use strict";function r(){var e=a.createHash("sha1");return{update:function(t){return e.update(t)},digest:function(){return e.digest("hex")}}}function i(e){function t(e){if("string"==typeof e)return n(e);var t=e.length;g+=8*t;for(var i=0;t>i;i++)r(e[i])}function n(e){var t=e.length;g+=8*t;for(var n=0;t>n;n++)r(e.charCodeAt(n))}function r(e){c[p]|=(255&e)<14||14===p&&24>m)&&s(),p=14,m=24,r(0),r(0),r(g>0xffffffffff?g/1099511627776:0),r(g>4294967295?g/4294967296:0);for(var e=24;e>=0;e-=8)r(g>>e);return a(u)+a(f)+a(d)+a(h)+a(l)}function s(){for(var e=16;80>e;e++){var t=c[e-3]^c[e-8]^c[e-14]^c[e-16];c[e]=t<<1|t>>>31}var n,r,i=u,o=f,s=d,a=h,m=l;for(e=0;80>e;e++){20>e?(n=a^o&(s^a),r=1518500249):40>e?(n=o^s^a,r=1859775393):60>e?(n=o&s|a&(o|s),r=2400959708):(n=o^s^a,r=3395469782);var g=(i<<5|i>>>27)+n+m+r+(0|c[e]);m=a,a=s,s=o<<30|o>>>2,o=i,i=g}for(u=u+i|0,f=f+o|0,d=d+s|0,h=h+a|0,l=l+m|0,p=0,e=0;16>e;e++)c[e]=0}function a(e){for(var t="",n=28;n>=0;n-=4)t+=(e>>n&15).toString(16);return t}var c,u=1732584193,f=4023233417,d=2562383102,h=271733878,l=3285377520,p=0,m=24,g=0;return c=e?o:new Uint32Array(80),{update:t,digest:i}}var o,s,a,c="object"==typeof n&&"object"==typeof n.versions&&n.versions.node&&"renderer"!==n.__atom_type;if(c){var u=e;a=u("crypto"),s=r}else o=new Uint32Array(80),s=i;t.exports=function(e){if(void 0===e)return s(!1);var t=s(!0);return t.update(e),t.digest()}}).call(this,e("_process"))},{_process:110}],18:[function(e,t){t.exports="function"==typeof Object.create?function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}},{}],19:[function(e,t){function n(e,t){return this instanceof n?(o.Readable.call(this,t),this.destroyed=!1,this._drained=!1,this._forwarding=!1,this._current=null,this._queue=e.map(r),void this._next()):new n(e,t)}function r(e){if(!e||"function"==typeof e||e._readableState)return e;var t=(new o.Readable).wrap(e);return e.destroy&&(t.destroy=e.destroy.bind(e)),t}t.exports=n;var i=e("inherits"),o=e("stream");i(n,o.Readable),n.obj=function(e){return new n(e,{objectMode:!0,highWaterMark:16})},n.prototype._read=function(){this._drained=!0,this._forward()},n.prototype._forward=function(){if(!this._forwarding&&this._drained){this._forwarding=!0;for(var e;null!==(e=this._current.read());)this._drained=this.push(e);this._forwarding=!1}},n.prototype.destroy=function(e){this.destroyed||(this.destroyed=!0,this._current&&this._current.destroy&&this._current.destroy(),this._queue.forEach(function(e){e.destroy&&e.destroy()}),e&&this.emit("error",e),this.emit("close"))},n.prototype._next=function(){function e(){o._forward()}function t(){s._readableState.ended||o.destroy()}function n(){o._current=null,s.removeListener("readable",e),s.removeListener("end",n),s.removeListener("error",i),s.removeListener("close",t),o._next()}function i(e){o.destroy(e)}var o=this,s=this._queue.shift();return"function"==typeof s&&(s=r(s())),s?(this._current=s,s.on("readable",e),s.on("end",n),s.on("error",i),void s.on("close",t)):void this.push(null)}},{inherits:20,stream:123}],20:[function(e,t){t.exports=e(18)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/inherits/inherits_browser.js":18}],21:[function(e,t){function n(e){var t=function(){return t.called?t.value:(t.called=!0,t.value=e.apply(this,arguments))};return t.called=!1,t}t.exports=n,n.proto=n(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return n(this)},configurable:!0})})},{}],22:[function(e,t){for(var n=e("closest-to"),r=[],i=14;22>=i;i++)r.push(Math.pow(2,i));t.exports=function(e){return n(e/Math.pow(2,10),r)}},{"closest-to":23}],23:[function(e,t){t.exports=function(e,t){var n=1/0,r=0,i=null;t.sort(function(e,t){return e-t});for(var o=0,s=t.length;s>o&&(r=Math.abs(e-t[o]),!(r>=n));o++)n=r,i=t[o];return i}},{}],24:[function(e,t){t.exports=function(e,t){function n(e,n,o){r[e]=o,(0===--i||n)&&(t&&t(n,r),t=null)}var r,i,o;Array.isArray(e)?(r=[],i=e.length):(o=Object.keys(e),r={},i=o.length),i?o?o.forEach(function(t){e[t](n.bind(void 0,t))}):e.forEach(function(e,t){e(n.bind(void 0,t))}):(t&&t(null,r),t=null)}},{}],25:[function(e,t,n){function r(){return"WebkitAppearance"in document.documentElement.style||window.console&&(console.firebug||console.exception&&console.table)||navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31}function i(){var e=arguments,t=this.useColors;if(e[0]=(t?"%c":"")+this.namespace+(t?" %c":" ")+e[0]+(t?"%c ":" ")+"+"+n.humanize(this.diff),!t)return e;var r="color: "+this.color;e=[e[0],r,"color: inherit"].concat(Array.prototype.slice.call(e,1));var i=0,o=0;return e[0].replace(/%[a-z%]/g,function(e){"%%"!==e&&(i++,"%c"===e&&(o=i))}),e.splice(o,0,r),e}function o(){return"object"==typeof console&&"function"==typeof console.log&&Function.prototype.apply.call(console.log,console,arguments)}function s(e){try{null==e?localStorage.removeItem("debug"):localStorage.debug=e}catch(t){}}function a(){var e;try{e=localStorage.debug}catch(t){}return e}n=t.exports=e("./debug"),n.log=o,n.formatArgs=i,n.save=s,n.load=a,n.useColors=r,n.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],n.formatters.j=function(e){return JSON.stringify(e)},n.enable(a())},{"./debug":26}],26:[function(e,t,n){function r(){return n.colors[f++%n.colors.length]}function i(e){function t(){}function i(){var e=i,t=+new Date,o=t-(u||t);e.diff=o,e.prev=u,e.curr=t,u=t,null==e.useColors&&(e.useColors=n.useColors()),null==e.color&&e.useColors&&(e.color=r());var s=Array.prototype.slice.call(arguments);s[0]=n.coerce(s[0]),"string"!=typeof s[0]&&(s=["%o"].concat(s));var a=0;s[0]=s[0].replace(/%([a-z%])/g,function(t,r){if("%%"===t)return t;a++;var i=n.formatters[r];if("function"==typeof i){var o=s[a];t=i.call(e,o),s.splice(a,1),a--}return t}),"function"==typeof n.formatArgs&&(s=n.formatArgs.apply(e,s));var c=i.log||n.log||console.log.bind(console);c.apply(e,s)}t.enabled=!1,i.enabled=!0;var o=n.enabled(e)?i:t;return o.namespace=e,o}function o(e){n.save(e);for(var t=(e||"").split(/[\s,]+/),r=t.length,i=0;r>i;i++)t[i]&&(e=t[i].replace(/\*/g,".*?"),"-"===e[0]?n.skips.push(new RegExp("^"+e.substr(1)+"$")):n.names.push(new RegExp("^"+e+"$")))}function s(){n.enable("")}function a(e){var t,r;for(t=0,r=n.skips.length;r>t;t++)if(n.skips[t].test(e))return!1;for(t=0,r=n.names.length;r>t;t++)if(n.names[t].test(e))return!0;return!1}function c(e){return e instanceof Error?e.stack||e.message:e}n=t.exports=i,n.coerce=c,n.disable=s,n.enable=o,n.enabled=a,n.humanize=e("ms"),n.names=[],n.skips=[],n.formatters={};var u,f=0},{ms:27}],27:[function(e,t){function n(e){var t=/^((?:\d+)?\.?\d+) *(ms|seconds?|s|minutes?|m|hours?|h|days?|d|years?|y)?$/i.exec(e);if(t){var n=parseFloat(t[1]),r=(t[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"y":return n*f;case"days":case"day":case"d":return n*u;case"hours":case"hour":case"h":return n*c;case"minutes":case"minute":case"m":return n*a;case"seconds":case"second":case"s":return n*s;case"ms":return n}}}function r(e){return e>=u?Math.round(e/u)+"d":e>=c?Math.round(e/c)+"h":e>=a?Math.round(e/a)+"m":e>=s?Math.round(e/s)+"s":e+"ms"}function i(e){return o(e,u,"day")||o(e,c,"hour")||o(e,a,"minute")||o(e,s,"second")||e+" ms"}function o(e,t,n){return t>e?void 0:1.5*t>e?Math.floor(e/t)+" "+n:Math.ceil(e/t)+" "+n+"s"}var s=1e3,a=60*s,c=60*a,u=24*c,f=365.25*u;t.exports=function(e,t){return t=t||{},"string"==typeof e?n(e):t.long?i(e):r(e)}},{}],28:[function(e,t){function n(e){var t=!0;return r(function(){t=!1}),function(){var n=arguments,i=this;t?r(function(){e.apply(i,n)}):e.apply(i,n)}}t.exports=n;var r=e("asap")},{asap:29}],29:[function(e,t){(function(e){function n(){for(;i.next;){i=i.next;var e=i.task;i.task=void 0;var t=i.domain;t&&(i.domain=void 0,t.enter());try{e()}catch(r){if(c)throw t&&t.exit(),setTimeout(n,0),t&&t.enter(),r;setTimeout(function(){throw r},0)}t&&t.exit()}s=!1}function r(t){o=o.next={task:t,domain:c&&e.domain,next:null},s||(s=!0,a())}var i={task:void 0,next:null},o=i,s=!1,a=void 0,c=!1;if("undefined"!=typeof e&&e.nextTick)c=!0,a=function(){e.nextTick(n)};else if("function"==typeof setImmediate)a="undefined"!=typeof window?setImmediate.bind(window,n):function(){setImmediate(n)};else if("undefined"!=typeof MessageChannel){var u=new MessageChannel;u.port1.onmessage=n,a=function(){u.port2.postMessage(0)}}else a=function(){setTimeout(n,0)};t.exports=r}).call(this,e("_process"))},{_process:110}],30:[function(e,t){var n=e("once"),r=function(){},i=function(e){return e.setHeader&&"function"==typeof e.abort},o=function(e){return e.stdio&&Array.isArray(e.stdio)&&3===e.stdio.length},s=function(e,t,a){if("function"==typeof t)return s(e,null,t);t||(t={}),a=n(a||r);var c=e._writableState,u=e._readableState,f=t.readable||t.readable!==!1&&e.readable,d=t.writable||t.writable!==!1&&e.writable,h=function(){e.writable||l()},l=function(){d=!1,f||a()},p=function(){f=!1,d||a()},m=function(e){a(e?new Error("exited with error code: "+e):null)},g=function(){return(!f||u&&u.ended)&&(!d||c&&c.ended)?void 0:a(new Error("premature close"))},_=function(){e.req.on("finish",l)};return i(e)?(e.on("complete",l),e.on("abort",g),e.req?_():e.on("request",_)):d&&!c&&(e.on("end",h),e.on("close",h)),o(e)&&e.on("exit",m),e.on("end",p),e.on("finish",l),t.error!==!1&&e.on("error",a),e.on("close",g),function(){e.removeListener("complete",l),e.removeListener("abort",g),e.removeListener("request",_),e.req&&e.req.removeListener("finish",l),e.removeListener("end",h),e.removeListener("close",h),e.removeListener("finish",l),e.removeListener("exit",m),e.removeListener("end",p),e.removeListener("error",a),e.removeListener("close",g)}};t.exports=s},{once:31}],31:[function(e,t){t.exports=e(21)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/once/once.js":21}],32:[function(e,t){t.exports=e(13)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/filestream/node_modules/extend.js/index.js":13}],33:[function(e,t){t.exports=e(17)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/git-sha1/git-sha1.js":17,_process:110}],34:[function(e,t){var n=t.exports=function(e,t){if(t||(t=16),void 0===e&&(e=128),0>=e)return"0";for(var r=Math.log(Math.pow(2,e))/Math.log(t),i=2;1/0===r;i*=2)r=Math.log(Math.pow(2,e/i))/Math.log(t)*i;for(var o=r-Math.floor(r),s="",i=0;i=Math.pow(2,e)?n(e,t):s};n.rack=function(e,t,r){var i=function(i){var s=0;do{if(s++>10){if(!r)throw new Error("too many ID collisions, use more bits");e+=r}var a=n(e,t)}while(Object.hasOwnProperty.call(o,a));return o[a]=i,a},o=i.hats={};return i.get=function(e){return i.hats[e]},i.set=function(e,t){return i.hats[e]=t,i},i.bits=e||128,i.base=t||16,i}},{}],35:[function(e,t){t.exports=e(18)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/inherits/inherits_browser.js":18}],36:[function(e,t){(function(n){var r=e("magnet-uri"),i=e("parse-torrent-file");t.exports=function(e){if("string"==typeof e&&/magnet:/.test(e))return r(e);if("string"==typeof e&&(40===e.length||32===e.length)){var t=r("magnet:?xt=urn:btih:"+e);return t?{infoHash:t.infoHash}:null}if(n.isBuffer(e)&&20===e.length)return{infoHash:e.toString("hex")};if(!n.isBuffer(e))return e&&e.infoHash?e:null;try{return i(e)}catch(o){return null}},t.exports.toBuffer=i.toBuffer}).call(this,e("buffer").Buffer)},{buffer:103,"magnet-uri":37,"parse-torrent-file":40}],37:[function(e,t){(function(n){var r=e("thirty-two");t.exports=function(e){var t={},i=e.split("magnet:?")[1];if(!i||0===i.length)return t;var o=i.split("&");o.forEach(function(e){var n=e.split("=");if(2===n.length){var r=n[0],i=n[1];if("dn"===r&&(i=decodeURIComponent(i).replace(/\+/g," ")),"tr"===r&&(i=decodeURIComponent(i)),"kt"===r&&(i=decodeURIComponent(i).split("+")),t[r])if(Array.isArray(t[r]))t[r].push(i);else{var o=t[r];t[r]=[o,i]}else t[r]=i}});var s;if(t.xt&&(s=t.xt.match(/^urn:btih:(.{40})/)))t.infoHash=new n(s[1],"hex").toString("hex");else if(t.xt&&(s=t.xt.match(/^urn:btih:(.{32})/))){var a=r.decode(s[1]);t.infoHash=new n(a,"binary").toString("hex")}return t.dn&&(t.name=t.dn),t.kt&&(t.keywords=t.kt),"string"==typeof t.tr?t.announce=[t.tr]:Array.isArray(t.tr)&&(t.announce=t.tr),t}}).call(this,e("buffer").Buffer)},{buffer:103,"thirty-two":38}],38:[function(e,t,n){var r=e("./thirty-two");n.encode=r.encode,n.decode=r.decode},{"./thirty-two":39}],39:[function(e,t,n){(function(e){function t(e){var t=Math.floor(e.length/5);return e.length%5==0?t:t+1}var r="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",i=[255,255,26,27,28,29,30,31,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255];n.encode=function(n){var i=0,o=0,s=0,a=0,c=new e(8*t(n));for(e.isBuffer(n)||(n=new e(n));i3?(a=u&255>>s,s=(s+5)%8,a=a<>8-s,i++):(a=u>>8-(s+5)&31,s=(s+5)%8,0==s&&i++),c[o]=r.charCodeAt(a),o++}for(i=o;i=r?(r=(r+5)%8,0==r?(n|=o,a[s]=n,s++,n=0):n|=255&o<<8-r):(r=(r+5)%8,n|=255&o>>>r,a[s]=n,s++,n=255&o<<8-r)}return a.slice(0,s)}}).call(this,e("buffer").Buffer)},{buffer:103}],40:[function(e,t){(function(n){function r(e){n.isBuffer(e)&&(e=c.decode(e)),a(e.info,"info"),a(e.info.name,"info.name"),a(e.info["piece length"],"info['piece length']"),a(e.info.pieces,"info.pieces"),e.info.files?e.info.files.forEach(function(e){a("number"==typeof e.length,"info.files[0].length"),a(e.path,"info.files[0].path")}):a(e.info.length,"info.length");var t={};t.info=e.info,t.infoBuffer=c.encode(e.info),t.infoHash=f(t.infoBuffer),t.name=e.info.name.toString(),t.private=!!e.info.private,e["creation date"]&&(t.created=new Date(1e3*e["creation date"])),n.isBuffer(e.comment)&&(t.comment=e.comment.toString());var r=e["announce-list"];r||(r=e.announce?[[e.announce]]:[]),t.announceList=r.map(function(e){return e.map(function(e){return e.toString()})}),t.announce=[].concat.apply([],t.announceList),t.urlList=(e["url-list"]||[]).map(function(e){return e.toString()});var i=e.info.files||[e.info];t.files=i.map(function(e,n){var r=[].concat(e.name||t.name,e.path||[]).map(function(e){return e.toString()});return{path:u.join.apply(null,[u.sep].concat(r)).slice(1),name:r[r.length-1],length:e.length,offset:i.slice(0,n).reduce(o,0)}}),t.length=i.reduce(o,0);var d=t.files[t.files.length-1];return t.pieceLength=e.info["piece length"],t.lastPieceLength=(d.offset+d.length)%t.pieceLength||t.pieceLength,t.pieces=s(e.info.pieces),t}function i(e){var t={info:e.info};return e.announce&&e.announce[0]&&(t.announce=e.announce[0]),e.announceList&&(t["announce-list"]=e.announceList.map(function(e){return e.map(function(e){return e=new n(e,"utf8"),t.announce||(t.announce=e),e})})),e.created&&(t["creation date"]=e.created.getTime()/1e3|0),c.encode(t)}function o(e,t){return e+t.length}function s(e){for(var t=[],n=0;nt&&(c=t),a=n;c--;)s===t&&(s=0),o[s]=o[0===s?t-1:s-1],s++;e&&(o[s-1]+=e);var u=o[s-1],f=o.lengthc?this.emit("warning",new Error("Peer gave maliciously large metadata size")):(this._metadataSize=e.metadata_size,this._numPieces=Math.ceil(this._metadataSize/f),this._remainingRejects=2*this._numPieces,void(this._fetching&&this._requestPieces())):this.emit("warning",new Error("Peer does not have metadata")):this.emit("warning",new Error("Peer does not support ut_metadata"))},t.prototype.onMessage=function(e){var t,n;try{var i=e.toString(),o=i.indexOf("ee")+2;t=r.decode(i.substring(0,o)),n=e.slice(o)}catch(s){return}switch(t.msg_type){case 0:this._onRequest(t.piece);break;case 1:this._onData(t.piece,n,t.total_size);break;case 2:this._onReject(t.piece)}},t.prototype.fetch=function(){this._metadataComplete||(this._fetching=!0,this._metadataSize&&this._requestPieces())},t.prototype.cancel=function(){this._fetching=!1},t.prototype.setMetadata=function(e){if(this._metadataComplete)return!0;try{var t=r.decode(e).info;t&&(e=r.encode(t))}catch(n){}return this._infoHashHex&&this._infoHashHex!==a(e)?!1:(this.cancel(),this.metadata=e,this._metadataComplete=!0,this._metadataSize=this.metadata.length,this._wire.extendedHandshake.metadata_size=this._metadataSize,this.emit("metadata",r.encode({info:r.decode(this.metadata)})),!0)},t.prototype._send=function(e,t){var i=r.encode(e);n.isBuffer(t)&&(i=n.concat([i,t])),this._wire.extended("ut_metadata",i)},t.prototype._request=function(e){this._send({msg_type:0,piece:e})},t.prototype._data=function(e,t,n){var r={msg_type:1,piece:e};"number"==typeof n&&(r.total_size=n),this._send(r,t)},t.prototype._reject=function(e){this._send({msg_type:2,piece:e})},t.prototype._onRequest=function(e){if(!this._metadataComplete)return void this._reject(e);var t=e*f,n=t+f;n>this._metadataSize&&(n=this._metadataSize);var r=this.metadata.slice(t,n);this._data(e,r,this._metadataSize)},t.prototype._onData=function(e,t){t.length>f||(t.copy(this.metadata,e*f),this._bitfield.set(e),this._checkDone())},t.prototype._onReject=function(e){this._remainingRejects>0&&this._fetching?(this._request(e),this._remainingRejects-=1):this.emit("warning",new Error('Peer sent "reject" too much'))},t.prototype._requestPieces=function(){this.metadata=new n(this._metadataSize);for(var e=0;e0?this._requestPieces():this.emit("warning",new Error("Peer sent invalid metadata"))},t}}).call(this,e("buffer").Buffer)},{bencode:76,bitfield:79,buffer:103,events:107,"git-sha1":80,inherits:81}],76:[function(e,t){t.exports=e(9)},{"./lib/decode":77,"./lib/encode":78,"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/bencode/bencode.js":9}],77:[function(e,t){t.exports=e(10)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/bencode/lib/decode.js":10,buffer:103}],78:[function(e,t){t.exports=e(11)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/bencode/lib/encode.js":11,buffer:103}],79:[function(e,t){t.exports=e(6)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/bitfield/index.js":6,buffer:103}],80:[function(e,t){t.exports=e(17)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/git-sha1/git-sha1.js":17,_process:110}],81:[function(e,t){t.exports=e(18)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/inherits/inherits_browser.js":18}],82:[function(e,t){(function(n){function r(e,t,n){this.swarm=e,this.stream=t,this.id=n;var r=this.wire=new f;this.timeout=null,this.handshaked=!1,this.paused=!0;var i=c(function(){this.handshaked&&this.swarm.wires.splice(this.swarm.wires.indexOf(this.wire),1),this.destroy(),this.swarm._drain(),this.swarm._peers[this.id]=null}.bind(this));t.once("end",i),t.once("error",i),t.once("close",i),t.once("finish",i),r.once("end",i),r.once("close",i),r.once("error",i),r.once("finish",i),r.on("handshake",this._onHandshake.bind(this)),t.pipe(r).pipe(t)}function i(e,t,r){return this instanceof i?(s.call(this),r||(r={}),this.infoHash="string"==typeof e?new n(e,"hex"):e,this.infoHashHex=this.infoHash.toString("hex"),this.peerId="string"==typeof t?new n(t,"utf8"):t,this.peerIdHex=this.peerId.toString("hex"),o("new swarm i %s p %s",this.infoHashHex,this.peerIdHex),this.handshake=r.handshake,this.maxPeers=r.maxPeers||d,this.downloaded=0,this.uploaded=0,this.downloadSpeed=u(),this.uploadSpeed=u(),this.wires=[],this._queue=[],this._peers={},this.paused=!1,void(this.destroyed=!1)):new i(e,t,r)}t.exports=i;var o=e("debug")("webtorrent-swarm"),s=e("events").EventEmitter,a=e("inherits"),c=e("once"),u=e("speedometer"),f=e("bittorrent-protocol"),d=30,h=25e3;r.prototype.destroy=function(){o("peer destroy"),this.stream&&this.stream.destroy(),this.wire&&this.wire.destroy(),this.timeout&&clearTimeout(this.timeout),this.stream=null,this.wire=null,this.timeout=null},r.prototype.handshake=function(){this.paused=!1,this.wire.handshake(this.swarm.infoHash,this.swarm.peerId,this.swarm.handshake),o("sent handshake i %s p %s",this.swarm.infoHashHex,this.swarm.peerIdHex),this.handshaked||(this.timeout=setTimeout(function(){this.destroy()}.bind(this),h))},r.prototype._onHandshake=function(e){var t=e.toString("hex");return o("got handshake %s",t),this.swarm.destroyed||t!==this.swarm.infoHashHex?this.destroy():(this.handshaked=!0,clearTimeout(this.timeout),this.wire.on("download",function(e){this.swarm.downloaded+=e,this.swarm.downloadSpeed(e),this.swarm.emit("download",e)}.bind(this)),this.wire.on("upload",function(e){this.swarm.uploaded+=e,this.swarm.uploadSpeed(e),this.swarm.emit("upload",e)}.bind(this)),this.swarm.wires.push(this.wire),void this.swarm.emit("wire",this.wire))},a(i,s),Object.defineProperty(i.prototype,"ratio",{get:function(){return 0===this.downloaded?0:this.uploaded/this.downloaded}}),Object.defineProperty(i.prototype,"numQueued",{get:function(){return this._queue.length}}),Object.defineProperty(i.prototype,"numPeers",{get:function(){return this.wires.length}}),i.prototype.addPeer=function(e){if(!this.destroyed&&!this._peers[e.id]){var t=new r(this,e.getDataStream(),e.id);this._peers[e.id]=t,this._queue.push(t),this._drain()}},i.prototype.pause=function(){o("pause"),this.paused=!0},i.prototype.resume=function(){o("resume"),this.paused=!1,this._drain()},i.prototype.removePeer=function(e){o("removePeer %s",e),this._removePeer(e),this._drain()},i.prototype._removePeer=function(e){o("_removePeer %s",e),e.destroy()},i.prototype.destroy=function(e){if(!this.destroyed){this.destroyed=!0,e&&this.once("close",e),o("destroy");for(var t in this._peers)this._removePeer(t);this.emit("close")}},i.prototype._drain=function(){if(!(this.paused||this.destroyed||this.numPeers>=this.maxPeers)){o("drain %s queued %s peers %s max",this.numQueued,this.numPeers,this.maxPeers);var e=this._queue.shift();e&&e.handshake()}}}).call(this,e("buffer").Buffer)},{"bittorrent-protocol":83,buffer:103,debug:94,events:107,inherits:97,once:98,speedometer:99}],83:[function(e,t){(function(n){function r(e,t,n,r){this.piece=e,this.offset=t,this.length=n,this.callback=r}function i(){return this instanceof i?(l.Duplex.call(this),u("new wire"),this.amChoking=!0,this.amInterested=!1,this.peerChoking=!0,this.peerInterested=!1,this.peerPieces=new a(0,{grow:p}),this.peerExtensions={},this.requests=[],this.peerRequests=[],this.extendedMapping={},this.peerExtendedMapping={},this.extendedHandshake={},this.peerExtendedHandshake={},this._ext={},this._nextExt=1,this.uploaded=0,this.downloaded=0,this.uploadSpeed=h(),this.downloadSpeed=h(),this._keepAlive=null,this._timeout=null,this._timeoutMs=0,this.destroyed=!1,this._finished=!1,this._buffer=[],this._bufferSize=0,this._parser=null,this._parserSize=0,this.on("finish",this._onfinish),void this._parseHandshake()):new i}function o(e,t,n,r){for(var i=0;i=this._parserSize;){var i=1===this._buffer.length?this._buffer[0]:n.concat(this._buffer);this._bufferSize-=this._parserSize,this._buffer=this._bufferSize?[i.slice(this._parserSize)]:[],this._parser(i.slice(0,this._parserSize))}r(null)},i.prototype._read=function(){},i.prototype._callback=function(e,t,n){e&&(this._clearTimeout(),this.peerChoking||this._finished||this._updateTimeout(),e.callback(t,n))},i.prototype._clearTimeout=function(){this._timeout&&(clearTimeout(this._timeout),this._timeout=null)},i.prototype._updateTimeout=function(){this._timeoutMs&&this.requests.length&&!this._timeout&&(this._timeout=setTimeout(this._onTimeout.bind(this),this._timeoutMs))},i.prototype._parse=function(e,t){this._parserSize=e,this._parser=t},i.prototype._message=function(e,t,r){var i=r?r.length:0,o=new n(5+4*t.length);o.writeUInt32BE(o.length+i-4,0),o[4]=e;for(var s=0;s0?this._parse(t,this._onmessage):(this._onKeepAlive(),this._parse(4,this._onmessagelength))},i.prototype._onmessage=function(e){switch(this._parse(4,this._onmessagelength),e[0]){case 0:return this._onChoke();case 1:return this._onUnchoke();case 2:return this._onInterested();case 3:return this._onUninterested();case 4:return this._onHave(e.readUInt32BE(1));case 5:return this._onBitField(e.slice(1));case 6:return this._onRequest(e.readUInt32BE(1),e.readUInt32BE(5),e.readUInt32BE(9));case 7:return this._onPiece(e.readUInt32BE(1),e.readUInt32BE(5),e.slice(9));case 8:return this._onCancel(e.readUInt32BE(1),e.readUInt32BE(5),e.readUInt32BE(9));case 9:return this._onPort(e.readUInt16BE(1));case 20:return this._onExtended(e.readUInt8(1),e.slice(2))}this.emit("unknownmessage",e)},i.prototype._parseHandshake=function(){this._parse(1,function(e){var t=e.readUInt8(0);this._parse(t+48,function(e){var n=e.slice(0,t);return"BitTorrent protocol"!==n.toString()?(u("Error: wire not speaking BitTorrent protocol (%s)",n.toString()),void this.end()):(e=e.slice(t),this._onHandshake(e.slice(8,28),e.slice(28,48),{dht:!!(1&e[7]),extended:!!(16&e[5])}),void this._parse(4,this._onmessagelength))}.bind(this))}.bind(this))},i.prototype._onfinish=function(){for(this._finished=!0,this.push(null);this.read(););for(clearInterval(this._keepAlive),this._parse(Number.MAX_VALUE,function(){}),this.peerRequests=[];this.requests.length;)this._callback(this.requests.shift(),new Error("wire was closed"),null)}}).call(this,e("buffer").Buffer)},{bencode:84,bitfield:87,buffer:103,debug:88,"extend.js":91,inherits:92,speedometer:93,stream:123}],84:[function(e,t){t.exports=e(9)},{"./lib/decode":85,"./lib/encode":86,"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/bencode/bencode.js":9}],85:[function(e,t){t.exports=e(10)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/bencode/lib/decode.js":10,buffer:103}],86:[function(e,t){t.exports=e(11)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/bencode/lib/encode.js":11,buffer:103}],87:[function(e,t){t.exports=e(6)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/bitfield/index.js":6,buffer:103}],88:[function(e,t){t.exports=e(25)},{"./debug":89,"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/debug/browser.js":25}],89:[function(e,t){t.exports=e(26)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/debug/debug.js":26,ms:90}],90:[function(e,t){t.exports=e(27)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/debug/node_modules/ms/index.js":27}],91:[function(e,t){t.exports=e(13)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/filestream/node_modules/extend.js/index.js":13}],92:[function(e,t){t.exports=e(18)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/inherits/inherits_browser.js":18}],93:[function(e,t){t.exports=e(47)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/speedometer/index.js":47}],94:[function(e,t){t.exports=e(25)},{"./debug":95,"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/debug/browser.js":25}],95:[function(e,t){t.exports=e(26)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/debug/debug.js":26,ms:96}],96:[function(e,t){t.exports=e(27)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/debug/node_modules/ms/index.js":27}],97:[function(e,t){t.exports=e(18)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/inherits/inherits_browser.js":18}],98:[function(e,t){t.exports=e(21)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/once/once.js":21}],99:[function(e,t){t.exports=e(47)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/speedometer/index.js":47}],100:[function(){},{}],101:[function(e,t){function n(e,t){return h.isUndefined(t)?""+t:!h.isNumber(t)||!isNaN(t)&&isFinite(t)?h.isFunction(t)||h.isRegExp(t)?t.toString():t:t.toString()}function r(e,t){return h.isString(e)?e.length=0;r--)if(i[r]!=o[r])return!1;for(r=i.length-1;r>=0;r--)if(n=i[r],!a(e[n],t[n]))return!1;return!0}function f(e,t){return e&&t?"[object RegExp]"==Object.prototype.toString.call(t)?t.test(e):e instanceof t?!0:t.call({},e)===!0?!0:!1:!1}function d(e,t,n,r){var i;h.isString(n)&&(r=n,n=null);try{t()}catch(s){i=s}if(r=(n&&n.name?" ("+n.name+").":".")+(r?" "+r:"."),e&&!i&&o(i,n,"Missing expected exception"+r),!e&&f(i,n)&&o(i,n,"Got unwanted exception"+r),e&&i&&n&&!f(i,n)||!e&&i)throw i}var h=e("util/"),l=Array.prototype.slice,p=Object.prototype.hasOwnProperty,m=t.exports=s;m.AssertionError=function(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=i(this),this.generatedMessage=!0);var t=e.stackStartFunction||o;if(Error.captureStackTrace)Error.captureStackTrace(this,t);else{var n=new Error;if(n.stack){var r=n.stack,s=t.name,a=r.indexOf("\n"+s);if(a>=0){var c=r.indexOf("\n",a+1);r=r.substring(c+1)}this.stack=r}}},h.inherits(m.AssertionError,Error),m.fail=o,m.ok=s,m.equal=function(e,t,n){e!=t&&o(e,t,n,"==",m.equal)},m.notEqual=function(e,t,n){e==t&&o(e,t,n,"!=",m.notEqual)},m.deepEqual=function(e,t,n){a(e,t)||o(e,t,n,"deepEqual",m.deepEqual)},m.notDeepEqual=function(e,t,n){a(e,t)&&o(e,t,n,"notDeepEqual",m.notDeepEqual)},m.strictEqual=function(e,t,n){e!==t&&o(e,t,n,"===",m.strictEqual)},m.notStrictEqual=function(e,t,n){e===t&&o(e,t,n,"!==",m.notStrictEqual)},m.throws=function(){d.apply(this,[!0].concat(l.call(arguments)))},m.doesNotThrow=function(){d.apply(this,[!1].concat(l.call(arguments)))},m.ifError=function(e){if(e)throw e};var g=Object.keys||function(e){var t=[];for(var n in e)p.call(e,n)&&t.push(n);return t}},{"util/":125}],102:[function(e,t){t.exports=e(100)},{"/Users/feross/code/webtorrent/node_modules/browserify/lib/_empty.js":100}],103:[function(e,t,n){function r(e,t,n){if(!(this instanceof r))return new r(e,t,n);var i,o=typeof e;if("number"===o)i=e>0?e>>>0:0;else if("string"===o)"base64"===t&&(e=k(e)),i=r.byteLength(e,t);else{if("object"!==o||null===e)throw new TypeError("must start with number, buffer, array or string");"Buffer"===e.type&&M(e.data)&&(e=e.data),i=+e.length>0?Math.floor(+e.length):0}if(this.length>C)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+C.toString(16)+" bytes");var s;r.TYPED_ARRAY_SUPPORT?s=r._augment(new Uint8Array(i)):(s=this,s.length=i,s._isBuffer=!0);var a;if(r.TYPED_ARRAY_SUPPORT&&"number"==typeof e.byteLength)s._set(e);else if(S(e))if(r.isBuffer(e))for(a=0;i>a;a++)s[a]=e.readUInt8(a);else for(a=0;i>a;a++)s[a]=(e[a]%256+256)%256;else if("string"===o)s.write(e,0,t);else if("number"===o&&!r.TYPED_ARRAY_SUPPORT&&!n)for(a=0;i>a;a++)s[a]=0;return s}function i(e,t,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r),r>i&&(r=i)):r=i;var o=t.length;if(o%2!==0)throw new Error("Invalid hex string");r>o/2&&(r=o/2);for(var s=0;r>s;s++){var a=parseInt(t.substr(2*s,2),16);if(isNaN(a))throw new Error("Invalid hex string");e[n+s]=a}return s}function o(e,t,n,r){var i=B(I(t),e,n,r);return i}function s(e,t,n,r){var i=B(L(t),e,n,r);return i}function a(e,t,n,r){return s(e,t,n,r)}function c(e,t,n,r){var i=B(A(t),e,n,r);return i}function u(e,t,n,r){var i=B(T(t),e,n,r);return i}function f(e,t,n){return R.fromByteArray(0===t&&n===e.length?e:e.slice(t,n))}function d(e,t,n){var r="",i="";n=Math.min(e.length,n);for(var o=t;n>o;o++)e[o]<=127?(r+=U(i)+String.fromCharCode(e[o]),i=""):i+="%"+e[o].toString(16);return r+U(i)}function h(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;n>i;i++)r+=String.fromCharCode(e[i]);return r}function l(e,t,n){return h(e,t,n)}function p(e,t,n){var r=e.length;(!t||0>t)&&(t=0),(!n||0>n||n>r)&&(n=r);for(var i="",o=t;n>o;o++)i+=j(e[o]);return i}function m(e,t,n){for(var r=e.slice(t,n),i="",o=0;oe)throw new RangeError("offset is not uint"); if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function _(e,t,n,i,o,s){if(!r.isBuffer(e))throw new TypeError("buffer must be a Buffer instance");if(t>o||s>t)throw new TypeError("value is out of bounds");if(n+i>e.length)throw new TypeError("index out of range")}function b(e,t,n,r){0>t&&(t=65535+t+1);for(var i=0,o=Math.min(e.length-n,2);o>i;i++)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function v(e,t,n,r){0>t&&(t=4294967295+t+1);for(var i=0,o=Math.min(e.length-n,4);o>i;i++)e[n+i]=t>>>8*(r?i:3-i)&255}function y(e,t,n,r,i,o){if(t>i||o>t)throw new TypeError("value is out of bounds");if(n+r>e.length)throw new TypeError("index out of range")}function w(e,t,n,r,i){return i||y(e,t,n,4,3.4028234663852886e38,-3.4028234663852886e38),P.write(e,t,n,r,23,4),n+4}function x(e,t,n,r,i){return i||y(e,t,n,8,1.7976931348623157e308,-1.7976931348623157e308),P.write(e,t,n,r,52,8),n+8}function k(e){for(e=E(e).replace(D,"");e.length%4!==0;)e+="=";return e}function E(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function S(e){return M(e)||r.isBuffer(e)||e&&"object"==typeof e&&"number"==typeof e.length}function j(e){return 16>e?"0"+e.toString(16):e.toString(16)}function I(e){for(var t=[],n=0;n=r)t.push(r);else{var i=n;r>=55296&&57343>=r&&n++;for(var o=encodeURIComponent(e.slice(i,n+1)).substr(1).split("%"),s=0;s>8,r=t%256,i.push(r),i.push(n);return i}function A(e){return R.toByteArray(e)}function B(e,t,n,r){for(var i=0;r>i&&!(i+n>=t.length||i>=e.length);i++)t[i+n]=e[i];return i}function U(e){try{return decodeURIComponent(e)}catch(t){return String.fromCharCode(65533)}}var R=e("base64-js"),P=e("ieee754"),M=e("is-array");n.Buffer=r,n.SlowBuffer=r,n.INSPECT_MAX_BYTES=50,r.poolSize=8192;var C=1073741823;r.TYPED_ARRAY_SUPPORT=function(){try{var e=new ArrayBuffer(0),t=new Uint8Array(e);return t.foo=function(){return 42},42===t.foo()&&"function"==typeof t.subarray&&0===new Uint8Array(1).subarray(1,1).byteLength}catch(n){return!1}}(),r.isBuffer=function(e){return!(null==e||!e._isBuffer)},r.compare=function(e,t){if(!r.isBuffer(e)||!r.isBuffer(t))throw new TypeError("Arguments must be Buffers");for(var n=e.length,i=t.length,o=0,s=Math.min(n,i);s>o&&e[o]===t[o];o++);return o!==s&&(n=e[o],i=t[o]),i>n?-1:n>i?1:0},r.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},r.concat=function(e,t){if(!M(e))throw new TypeError("Usage: Buffer.concat(list[, length])");if(0===e.length)return new r(0);if(1===e.length)return e[0];var n;if(void 0===t)for(t=0,n=0;n>>1;break;case"utf8":case"utf-8":n=I(e).length;break;case"base64":n=A(e).length;break;default:n=e.length}return n},r.prototype.length=void 0,r.prototype.parent=void 0,r.prototype.toString=function(e,t,n){var r=!1;if(t>>>=0,n=void 0===n||1/0===n?this.length:n>>>0,e||(e="utf8"),0>t&&(t=0),n>this.length&&(n=this.length),t>=n)return"";for(;;)switch(e){case"hex":return p(this,t,n);case"utf8":case"utf-8":return d(this,t,n);case"ascii":return h(this,t,n);case"binary":return l(this,t,n);case"base64":return f(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return m(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}},r.prototype.equals=function(e){if(!r.isBuffer(e))throw new TypeError("Argument must be a Buffer");return 0===r.compare(this,e)},r.prototype.inspect=function(){var e="",t=n.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,t).match(/.{2}/g).join(" "),this.length>t&&(e+=" ... ")),""},r.prototype.compare=function(e){if(!r.isBuffer(e))throw new TypeError("Argument must be a Buffer");return r.compare(this,e)},r.prototype.get=function(e){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(e)},r.prototype.set=function(e,t){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(e,t)},r.prototype.write=function(e,t,n,r){if(isFinite(t))isFinite(n)||(r=n,n=void 0);else{var f=r;r=t,t=n,n=f}t=Number(t)||0;var d=this.length-t;n?(n=Number(n),n>d&&(n=d)):n=d,r=String(r||"utf8").toLowerCase();var h;switch(r){case"hex":h=i(this,e,t,n);break;case"utf8":case"utf-8":h=o(this,e,t,n);break;case"ascii":h=s(this,e,t,n);break;case"binary":h=a(this,e,t,n);break;case"base64":h=c(this,e,t,n);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":h=u(this,e,t,n);break;default:throw new TypeError("Unknown encoding: "+r)}return h},r.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},r.prototype.slice=function(e,t){var n=this.length;if(e=~~e,t=void 0===t?n:~~t,0>e?(e+=n,0>e&&(e=0)):e>n&&(e=n),0>t?(t+=n,0>t&&(t=0)):t>n&&(t=n),e>t&&(t=e),r.TYPED_ARRAY_SUPPORT)return r._augment(this.subarray(e,t));for(var i=t-e,o=new r(i,void 0,!0),s=0;i>s;s++)o[s]=this[s+e];return o},r.prototype.readUInt8=function(e,t){return t||g(e,1,this.length),this[e]},r.prototype.readUInt16LE=function(e,t){return t||g(e,2,this.length),this[e]|this[e+1]<<8},r.prototype.readUInt16BE=function(e,t){return t||g(e,2,this.length),this[e]<<8|this[e+1]},r.prototype.readUInt32LE=function(e,t){return t||g(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},r.prototype.readUInt32BE=function(e,t){return t||g(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},r.prototype.readInt8=function(e,t){return t||g(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},r.prototype.readInt16LE=function(e,t){t||g(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},r.prototype.readInt16BE=function(e,t){t||g(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},r.prototype.readInt32LE=function(e,t){return t||g(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},r.prototype.readInt32BE=function(e,t){return t||g(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},r.prototype.readFloatLE=function(e,t){return t||g(e,4,this.length),P.read(this,e,!0,23,4)},r.prototype.readFloatBE=function(e,t){return t||g(e,4,this.length),P.read(this,e,!1,23,4)},r.prototype.readDoubleLE=function(e,t){return t||g(e,8,this.length),P.read(this,e,!0,52,8)},r.prototype.readDoubleBE=function(e,t){return t||g(e,8,this.length),P.read(this,e,!1,52,8)},r.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||_(this,e,t,1,255,0),r.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=e,t+1},r.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||_(this,e,t,2,65535,0),r.TYPED_ARRAY_SUPPORT?(this[t]=e,this[t+1]=e>>>8):b(this,e,t,!0),t+2},r.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||_(this,e,t,2,65535,0),r.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=e):b(this,e,t,!1),t+2},r.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||_(this,e,t,4,4294967295,0),r.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e):v(this,e,t,!0),t+4},r.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||_(this,e,t,4,4294967295,0),r.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e):v(this,e,t,!1),t+4},r.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||_(this,e,t,1,127,-128),r.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),0>e&&(e=255+e+1),this[t]=e,t+1},r.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||_(this,e,t,2,32767,-32768),r.TYPED_ARRAY_SUPPORT?(this[t]=e,this[t+1]=e>>>8):b(this,e,t,!0),t+2},r.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||_(this,e,t,2,32767,-32768),r.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=e):b(this,e,t,!1),t+2},r.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||_(this,e,t,4,2147483647,-2147483648),r.TYPED_ARRAY_SUPPORT?(this[t]=e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):v(this,e,t,!0),t+4},r.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||_(this,e,t,4,2147483647,-2147483648),0>e&&(e=4294967295+e+1),r.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e):v(this,e,t,!1),t+4},r.prototype.writeFloatLE=function(e,t,n){return w(this,e,t,!0,n)},r.prototype.writeFloatBE=function(e,t,n){return w(this,e,t,!1,n)},r.prototype.writeDoubleLE=function(e,t,n){return x(this,e,t,!0,n)},r.prototype.writeDoubleBE=function(e,t,n){return x(this,e,t,!1,n)},r.prototype.copy=function(e,t,n,i){var o=this;if(n||(n=0),i||0===i||(i=this.length),t||(t=0),i!==n&&0!==e.length&&0!==o.length){if(n>i)throw new TypeError("sourceEnd < sourceStart");if(0>t||t>=e.length)throw new TypeError("targetStart out of bounds");if(0>n||n>=o.length)throw new TypeError("sourceStart out of bounds");if(0>i||i>o.length)throw new TypeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-ts||!r.TYPED_ARRAY_SUPPORT)for(var a=0;s>a;a++)e[a+t]=this[a+n];else e._set(this.subarray(n,n+s),t)}},r.prototype.fill=function(e,t,n){if(e||(e=0),t||(t=0),n||(n=this.length),t>n)throw new TypeError("end < start");if(n!==t&&0!==this.length){if(0>t||t>=this.length)throw new TypeError("start out of bounds");if(0>n||n>this.length)throw new TypeError("end out of bounds");var r;if("number"==typeof e)for(r=t;n>r;r++)this[r]=e;else{var i=I(e.toString()),o=i.length;for(r=t;n>r;r++)this[r]=i[r%o]}return this}},r.prototype.toArrayBuffer=function(){if("undefined"!=typeof Uint8Array){if(r.TYPED_ARRAY_SUPPORT)return new r(this).buffer;for(var e=new Uint8Array(this.length),t=0,n=e.length;n>t;t+=1)e[t]=this[t];return e.buffer}throw new TypeError("Buffer.toArrayBuffer not supported in this browser")};var O=r.prototype;r._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=O.get,e.set=O.set,e.write=O.write,e.toString=O.toString,e.toLocaleString=O.toString,e.toJSON=O.toJSON,e.equals=O.equals,e.compare=O.compare,e.copy=O.copy,e.slice=O.slice,e.readUInt8=O.readUInt8,e.readUInt16LE=O.readUInt16LE,e.readUInt16BE=O.readUInt16BE,e.readUInt32LE=O.readUInt32LE,e.readUInt32BE=O.readUInt32BE,e.readInt8=O.readInt8,e.readInt16LE=O.readInt16LE,e.readInt16BE=O.readInt16BE,e.readInt32LE=O.readInt32LE,e.readInt32BE=O.readInt32BE,e.readFloatLE=O.readFloatLE,e.readFloatBE=O.readFloatBE,e.readDoubleLE=O.readDoubleLE,e.readDoubleBE=O.readDoubleBE,e.writeUInt8=O.writeUInt8,e.writeUInt16LE=O.writeUInt16LE,e.writeUInt16BE=O.writeUInt16BE,e.writeUInt32LE=O.writeUInt32LE,e.writeUInt32BE=O.writeUInt32BE,e.writeInt8=O.writeInt8,e.writeInt16LE=O.writeInt16LE,e.writeInt16BE=O.writeInt16BE,e.writeInt32LE=O.writeInt32LE,e.writeInt32BE=O.writeInt32BE,e.writeFloatLE=O.writeFloatLE,e.writeFloatBE=O.writeFloatBE,e.writeDoubleLE=O.writeDoubleLE,e.writeDoubleBE=O.writeDoubleBE,e.fill=O.fill,e.inspect=O.inspect,e.toArrayBuffer=O.toArrayBuffer,e};var D=/[^+\/0-9A-z]/g},{"base64-js":104,ieee754:105,"is-array":106}],104:[function(e,t,n){var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";!function(e){"use strict";function t(e){var t=e.charCodeAt(0);return t===s?62:t===a?63:c>t?-1:c+10>t?t-c+26+26:f+26>t?t-f:u+26>t?t-u+26:void 0}function n(e){function n(e){u[d++]=e}var r,i,s,a,c,u;if(e.length%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var f=e.length;c="="===e.charAt(f-2)?2:"="===e.charAt(f-1)?1:0,u=new o(3*e.length/4-c),s=c>0?e.length-4:e.length;var d=0;for(r=0,i=0;s>r;r+=4,i+=3)a=t(e.charAt(r))<<18|t(e.charAt(r+1))<<12|t(e.charAt(r+2))<<6|t(e.charAt(r+3)),n((16711680&a)>>16),n((65280&a)>>8),n(255&a);return 2===c?(a=t(e.charAt(r))<<2|t(e.charAt(r+1))>>4,n(255&a)):1===c&&(a=t(e.charAt(r))<<10|t(e.charAt(r+1))<<4|t(e.charAt(r+2))>>2,n(a>>8&255),n(255&a)),u}function i(e){function t(e){return r.charAt(e)}function n(e){return t(e>>18&63)+t(e>>12&63)+t(e>>6&63)+t(63&e)}var i,o,s,a=e.length%3,c="";for(i=0,s=e.length-a;s>i;i+=3)o=(e[i]<<16)+(e[i+1]<<8)+e[i+2],c+=n(o);switch(a){case 1:o=e[e.length-1],c+=t(o>>2),c+=t(o<<4&63),c+="==";break;case 2:o=(e[e.length-2]<<8)+e[e.length-1],c+=t(o>>10),c+=t(o>>4&63),c+=t(o<<2&63),c+="="}return c}var o="undefined"!=typeof Uint8Array?Uint8Array:Array,s="+".charCodeAt(0),a="/".charCodeAt(0),c="0".charCodeAt(0),u="a".charCodeAt(0),f="A".charCodeAt(0);e.toByteArray=n,e.fromByteArray=i}("undefined"==typeof n?this.base64js={}:n)},{}],105:[function(e,t,n){n.read=function(e,t,n,r,i){var o,s,a=8*i-r-1,c=(1<>1,f=-7,d=n?i-1:0,h=n?-1:1,l=e[t+d];for(d+=h,o=l&(1<<-f)-1,l>>=-f,f+=a;f>0;o=256*o+e[t+d],d+=h,f-=8);for(s=o&(1<<-f)-1,o>>=-f,f+=r;f>0;s=256*s+e[t+d],d+=h,f-=8);if(0===o)o=1-u;else{if(o===c)return s?0/0:1/0*(l?-1:1);s+=Math.pow(2,r),o-=u}return(l?-1:1)*s*Math.pow(2,o-r)},n.write=function(e,t,n,r,i,o){var s,a,c,u=8*o-i-1,f=(1<>1,h=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,l=r?0:o-1,p=r?1:-1,m=0>t||0===t&&0>1/t?1:0;for(t=Math.abs(t),isNaN(t)||1/0===t?(a=isNaN(t)?1:0,s=f):(s=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-s))<1&&(s--,c*=2),t+=s+d>=1?h/c:h*Math.pow(2,1-d),t*c>=2&&(s++,c/=2),s+d>=f?(a=0,s=f):s+d>=1?(a=(t*c-1)*Math.pow(2,i),s+=d):(a=t*Math.pow(2,d-1)*Math.pow(2,i),s=0));i>=8;e[n+l]=255&a,l+=p,a/=256,i-=8);for(s=s<0;e[n+l]=255&s,l+=p,s/=256,u-=8);e[n+l-p]|=128*m}},{}],106:[function(e,t){var n=Array.isArray,r=Object.prototype.toString;t.exports=n||function(e){return!!e&&"[object Array]"==r.call(e)}},{}],107:[function(e,t){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(e){return"function"==typeof e}function i(e){return"number"==typeof e}function o(e){return"object"==typeof e&&null!==e}function s(e){return void 0===e}t.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(e){if(!i(e)||0>e||isNaN(e))throw TypeError("n must be a positive number");return this._maxListeners=e,this},n.prototype.emit=function(e){var t,n,i,a,c,u;if(this._events||(this._events={}),"error"===e&&(!this._events.error||o(this._events.error)&&!this._events.error.length)){if(t=arguments[1],t instanceof Error)throw t;throw TypeError('Uncaught, unspecified "error" event.')}if(n=this._events[e],s(n))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:for(i=arguments.length,a=new Array(i-1),c=1;i>c;c++)a[c-1]=arguments[c];n.apply(this,a)}else if(o(n)){for(i=arguments.length,a=new Array(i-1),c=1;i>c;c++)a[c-1]=arguments[c];for(u=n.slice(),i=u.length,c=0;i>c;c++)u[c].apply(this,a)}return!0},n.prototype.addListener=function(e,t){var i;if(!r(t))throw TypeError("listener must be a function");if(this._events||(this._events={}),this._events.newListener&&this.emit("newListener",e,r(t.listener)?t.listener:t),this._events[e]?o(this._events[e])?this._events[e].push(t):this._events[e]=[this._events[e],t]:this._events[e]=t,o(this._events[e])&&!this._events[e].warned){var i;i=s(this._maxListeners)?n.defaultMaxListeners:this._maxListeners,i&&i>0&&this._events[e].length>i&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace())}return this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(e,t){function n(){this.removeListener(e,n),i||(i=!0,t.apply(this,arguments))}if(!r(t))throw TypeError("listener must be a function");var i=!1;return n.listener=t,this.on(e,n),this},n.prototype.removeListener=function(e,t){var n,i,s,a;if(!r(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(n=this._events[e],s=n.length,i=-1,n===t||r(n.listener)&&n.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(o(n)){for(a=s;a-->0;)if(n[a]===t||n[a].listener&&n[a].listener===t){i=a;break}if(0>i)return this;1===n.length?(n.length=0,delete this._events[e]):n.splice(i,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},n.prototype.removeAllListeners=function(e){var t,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(n=this._events[e],r(n))this.removeListener(e,n);else for(;n.length;)this.removeListener(e,n[n.length-1]);return delete this._events[e],this},n.prototype.listeners=function(e){var t;return t=this._events&&this._events[e]?r(this._events[e])?[this._events[e]]:this._events[e].slice():[]},n.listenerCount=function(e,t){var n;return n=e._events&&e._events[t]?r(e._events[t])?1:e._events[t].length:0}},{}],108:[function(e,t){t.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},{}],109:[function(e,t,n){(function(e){function t(e,t){for(var n=0,r=e.length-1;r>=0;r--){var i=e[r];"."===i?e.splice(r,1):".."===i?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}function r(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r=-1&&!i;o--){var s=o>=0?arguments[o]:e.cwd();if("string"!=typeof s)throw new TypeError("Arguments to path.resolve must be strings");s&&(n=s+"/"+n,i="/"===s.charAt(0))}return n=t(r(n.split("/"),function(e){return!!e}),!i).join("/"),(i?"/":"")+n||"."},n.normalize=function(e){var i=n.isAbsolute(e),o="/"===s(e,-1);return e=t(r(e.split("/"),function(e){return!!e}),!i).join("/"),e||i||(e="."),e&&o&&(e+="/"),(i?"/":"")+e},n.isAbsolute=function(e){return"/"===e.charAt(0)},n.join=function(){var e=Array.prototype.slice.call(arguments,0);return n.normalize(r(e,function(e){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e}).join("/"))},n.relative=function(e,t){function r(e){for(var t=0;t=0&&""===e[n];n--);return t>n?[]:e.slice(t,n-t+1)}e=n.resolve(e).substr(1),t=n.resolve(t).substr(1);for(var i=r(e.split("/")),o=r(t.split("/")),s=Math.min(i.length,o.length),a=s,c=0;s>c;c++)if(i[c]!==o[c]){a=c;break}for(var u=[],c=a;ct&&(t=e.length+t),e.substr(t,n)}}).call(this,e("_process"))},{_process:110}],110:[function(e,t){function n(){}var r=t.exports={};r.nextTick=function(){var e="undefined"!=typeof window&&window.setImmediate,t="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(e)return function(e){return window.setImmediate(e)};if(t){var n=[];return window.addEventListener("message",function(e){var t=e.source;if((t===window||null===t)&&"process-tick"===e.data&&(e.stopPropagation(),n.length>0)){var r=n.shift();r()}},!0),function(e){n.push(e),window.postMessage("process-tick","*")}}return function(e){setTimeout(e,0)}}(),r.title="browser",r.browser=!0,r.env={},r.argv=[],r.on=n,r.addListener=n,r.once=n,r.off=n,r.removeListener=n,r.removeAllListeners=n,r.emit=n,r.binding=function(){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(){throw new Error("process.chdir is not supported")}},{}],111:[function(e,t){t.exports=e("./lib/_stream_duplex.js")},{"./lib/_stream_duplex.js":112}],112:[function(e,t){(function(n){function r(e){return this instanceof r?(c.call(this,e),u.call(this,e),e&&e.readable===!1&&(this.readable=!1),e&&e.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0,e&&e.allowHalfOpen===!1&&(this.allowHalfOpen=!1),void this.once("end",i)):new r(e)}function i(){this.allowHalfOpen||this._writableState.ended||n.nextTick(this.end.bind(this))}function o(e,t){for(var n=0,r=e.length;r>n;n++)t(e[n],n)}t.exports=r;var s=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t},a=e("core-util-is");a.inherits=e("inherits");var c=e("./_stream_readable"),u=e("./_stream_writable");a.inherits(r,c),o(s(u.prototype),function(e){r.prototype[e]||(r.prototype[e]=u.prototype[e])})}).call(this,e("_process"))},{"./_stream_readable":114,"./_stream_writable":116,_process:110,"core-util-is":117,inherits:130}],113:[function(e,t){function n(e){return this instanceof n?void r.call(this,e):new n(e)}t.exports=n;var r=e("./_stream_transform"),i=e("core-util-is");i.inherits=e("inherits"),i.inherits(n,r),n.prototype._transform=function(e,t,n){n(null,e)}},{"./_stream_transform":115,"core-util-is":117,inherits:130}],114:[function(e,t){(function(n){function r(t){t=t||{};var n=t.highWaterMark;this.highWaterMark=n||0===n?n:16384,this.highWaterMark=~~this.highWaterMark,this.buffer=[],this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=!1,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.calledRead=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.objectMode=!!t.objectMode,this.defaultEncoding=t.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(L||(L=e("string_decoder/").StringDecoder),this.decoder=new L(t.encoding),this.encoding=t.encoding)}function i(e){return this instanceof i?(this._readableState=new r(e,this),this.readable=!0,void j.call(this)):new i(e)}function o(e,t,n,r,i){var o=u(t,n);if(o)e.emit("error",o);else if(null===n||void 0===n)t.reading=!1,t.ended||f(e,t);else if(t.objectMode||n&&n.length>0)if(t.ended&&!i){var a=new Error("stream.push() after EOF");e.emit("error",a)}else if(t.endEmitted&&i){var a=new Error("stream.unshift() after end event");e.emit("error",a)}else!t.decoder||i||r||(n=t.decoder.write(n)),t.length+=t.objectMode?1:n.length,i?t.buffer.unshift(n):(t.reading=!1,t.buffer.push(n)),t.needReadable&&d(e),l(e,t);else i||(t.reading=!1);return s(t)}function s(e){return!e.ended&&(e.needReadable||e.length=T)e=T;else{e--;for(var t=1;32>t;t<<=1)e|=e>>t;e++}return e}function c(e,t){return 0===t.length&&t.ended?0:t.objectMode?0===e?0:1:null===e||isNaN(e)?t.flowing&&t.buffer.length?t.buffer[0].length:t.length:0>=e?0:(e>t.highWaterMark&&(t.highWaterMark=a(e)),e>t.length?t.ended?t.length:(t.needReadable=!0,0):e)}function u(e,t){var n=null;return E.isBuffer(t)||"string"==typeof t||null===t||void 0===t||e.objectMode||(n=new TypeError("Invalid non-string/buffer chunk")),n}function f(e,t){if(t.decoder&&!t.ended){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,t.length>0?d(e):y(e)}function d(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,t.sync?n.nextTick(function(){h(e)}):h(e))}function h(e){e.emit("readable")}function l(e,t){t.readingMore||(t.readingMore=!0,n.nextTick(function(){p(e,t)}))}function p(e,t){for(var n=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length0)return;return 0===r.pipesCount?(r.flowing=!1,void(S.listenerCount(e,"data")>0&&b(e))):void(r.ranOut=!0)}function _(){this._readableState.ranOut&&(this._readableState.ranOut=!1,g(this))}function b(e,t){var r=e._readableState;if(r.flowing)throw new Error("Cannot switch to old mode now.");var i=t||!1,o=!1;e.readable=!0,e.pipe=j.prototype.pipe,e.on=e.addListener=j.prototype.on,e.on("readable",function(){o=!0;for(var t;!i&&null!==(t=e.read());)e.emit("data",t);null===t&&(o=!1,e._readableState.needReadable=!0)}),e.pause=function(){i=!0,this.emit("pause")},e.resume=function(){i=!1,o?n.nextTick(function(){e.emit("readable")}):this.read(0),this.emit("resume")},e.emit("readable")}function v(e,t){var n,r=t.buffer,i=t.length,o=!!t.decoder,s=!!t.objectMode;if(0===r.length)return null;if(0===i)n=null;else if(s)n=r.shift();else if(!e||e>=i)n=o?r.join(""):E.concat(r,i),r.length=0;else if(eu&&e>c;u++){var a=r[0],d=Math.min(e-c,a.length);o?n+=a.slice(0,d):a.copy(n,c,0,d),d0)throw new Error("endReadable called on non-empty stream");!t.endEmitted&&t.calledRead&&(t.ended=!0,n.nextTick(function(){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}))}function w(e,t){for(var n=0,r=e.length;r>n;n++)t(e[n],n)}function x(e,t){for(var n=0,r=e.length;r>n;n++)if(e[n]===t)return n;return-1}t.exports=i;var k=e("isarray"),E=e("buffer").Buffer;i.ReadableState=r;var S=e("events").EventEmitter;S.listenerCount||(S.listenerCount=function(e,t){return e.listeners(t).length});var j=e("stream"),I=e("core-util-is");I.inherits=e("inherits");var L;I.inherits(i,j),i.prototype.push=function(e,t){var n=this._readableState;return"string"!=typeof e||n.objectMode||(t=t||n.defaultEncoding,t!==n.encoding&&(e=new E(e,t),t="")),o(this,n,e,t,!1)},i.prototype.unshift=function(e){var t=this._readableState;return o(this,t,e,"",!0)},i.prototype.setEncoding=function(t){L||(L=e("string_decoder/").StringDecoder),this._readableState.decoder=new L(t),this._readableState.encoding=t};var T=8388608;i.prototype.read=function(e){var t=this._readableState;t.calledRead=!0;var n,r=e;if(("number"!=typeof e||e>0)&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return d(this),null;if(e=c(e,t),0===e&&t.ended)return n=null,t.length>0&&t.decoder&&(n=v(e,t),t.length-=n.length),0===t.length&&y(this),n;var i=t.needReadable;return t.length-e<=t.highWaterMark&&(i=!0),(t.ended||t.reading)&&(i=!1),i&&(t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1),i&&!t.reading&&(e=c(r,t)),n=e>0?v(e,t):null,null===n&&(t.needReadable=!0,e=0),t.length-=e,0!==t.length||t.ended||(t.needReadable=!0),t.ended&&!t.endEmitted&&0===t.length&&y(this),n},i.prototype._read=function(){this.emit("error",new Error("not implemented"))},i.prototype.pipe=function(e,t){function r(e){e===f&&o()}function i(){e.end()}function o(){e.removeListener("close",a),e.removeListener("finish",c),e.removeListener("drain",p),e.removeListener("error",s),e.removeListener("unpipe",r),f.removeListener("end",i),f.removeListener("end",o),(!e._writableState||e._writableState.needDrain)&&p()}function s(t){u(),e.removeListener("error",s),0===S.listenerCount(e,"error")&&e.emit("error",t)}function a(){e.removeListener("finish",c),u()}function c(){e.removeListener("close",a),u()}function u(){f.unpipe(e)}var f=this,d=this._readableState;switch(d.pipesCount){case 0:d.pipes=e;break;case 1:d.pipes=[d.pipes,e];break;default:d.pipes.push(e)}d.pipesCount+=1;var h=(!t||t.end!==!1)&&e!==n.stdout&&e!==n.stderr,l=h?i:o;d.endEmitted?n.nextTick(l):f.once("end",l),e.on("unpipe",r);var p=m(f);return e.on("drain",p),e._events&&e._events.error?k(e._events.error)?e._events.error.unshift(s):e._events.error=[s,e._events.error]:e.on("error",s),e.once("close",a),e.once("finish",c),e.emit("pipe",f),d.flowing||(this.on("readable",_),d.flowing=!0,n.nextTick(function(){g(f)})),e},i.prototype.unpipe=function(e){var t=this._readableState;if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes?this:(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,this.removeListener("readable",_),t.flowing=!1,e&&e.emit("unpipe",this),this);if(!e){var n=t.pipes,r=t.pipesCount;t.pipes=null,t.pipesCount=0,this.removeListener("readable",_),t.flowing=!1;for(var i=0;r>i;i++)n[i].emit("unpipe",this);return this}var i=x(t.pipes,e);return-1===i?this:(t.pipes.splice(i,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this),this)},i.prototype.on=function(e,t){var n=j.prototype.on.call(this,e,t);if("data"!==e||this._readableState.flowing||b(this),"readable"===e&&this.readable){var r=this._readableState;r.readableListening||(r.readableListening=!0,r.emittedReadable=!1,r.needReadable=!0,r.reading?r.length&&d(this,r):this.read(0))}return n},i.prototype.addListener=i.prototype.on,i.prototype.resume=function(){b(this),this.read(0),this.emit("resume")},i.prototype.pause=function(){b(this,!0),this.emit("pause")},i.prototype.wrap=function(e){var t=this._readableState,n=!1,r=this;e.on("end",function(){if(t.decoder&&!t.ended){var e=t.decoder.end();e&&e.length&&r.push(e)}r.push(null)}),e.on("data",function(i){if(t.decoder&&(i=t.decoder.write(i)),(!t.objectMode||null!==i&&void 0!==i)&&(t.objectMode||i&&i.length)){var o=r.push(i);o||(n=!0,e.pause())}});for(var i in e)"function"==typeof e[i]&&"undefined"==typeof this[i]&&(this[i]=function(t){return function(){return e[t].apply(e,arguments)}}(i));var o=["error","close","destroy","pause","resume"];return w(o,function(t){e.on(t,r.emit.bind(r,t))}),r._read=function(){n&&(n=!1,e.resume())},r},i._fromList=v}).call(this,e("_process"))},{_process:110,buffer:103,"core-util-is":117,events:107,inherits:130,isarray:108,stream:123,"string_decoder/":118}],115:[function(e,t){function n(e,t){this.afterTransform=function(e,n){return r(t,e,n)},this.needTransform=!1,this.transforming=!1,this.writecb=null,this.writechunk=null}function r(e,t,n){var r=e._transformState;r.transforming=!1;var i=r.writecb;if(!i)return e.emit("error",new Error("no writecb in Transform class"));r.writechunk=null,r.writecb=null,null!==n&&void 0!==n&&e.push(n),i&&i(t);var o=e._readableState;o.reading=!1,(o.needReadable||o.length=this.charLength-this.charReceived?this.charLength-this.charReceived:e.length;if(e.copy(this.charBuffer,this.charReceived,0,n),this.charReceived+=n,this.charReceived=55296&&56319>=r)){if(this.charReceived=this.charLength=0,0===e.length)return t;break}this.charLength+=this.surrogateSize,t=""}this.detectIncompleteChar(e);var i=e.length;this.charLength&&(e.copy(this.charBuffer,0,e.length-this.charReceived,i),i-=this.charReceived),t+=e.toString(this.encoding,0,i);var i=t.length-1,r=t.charCodeAt(i);if(r>=55296&&56319>=r){var o=this.surrogateSize;return this.charLength+=o,this.charReceived+=o,this.charBuffer.copy(this.charBuffer,o,0,o),e.copy(this.charBuffer,0,0,o),t.substring(0,i)}return t},u.prototype.detectIncompleteChar=function(e){for(var t=e.length>=3?3:e.length;t>0;t--){var n=e[e.length-t];if(1==t&&n>>5==6){this.charLength=2;break}if(2>=t&&n>>4==14){this.charLength=3;break}if(3>=t&&n>>3==30){this.charLength=4;break}}this.charReceived=t},u.prototype.end=function(e){var t="";if(e&&e.length&&(t=this.write(e)),this.charReceived){var n=this.charReceived,r=this.charBuffer,i=this.encoding;t+=r.slice(0,n).toString(i)}return t}},{buffer:103}],119:[function(e,t){t.exports=e("./lib/_stream_passthrough.js")},{"./lib/_stream_passthrough.js":113}],120:[function(e,t,n){n=t.exports=e("./lib/_stream_readable.js"),n.Readable=n,n.Writable=e("./lib/_stream_writable.js"),n.Duplex=e("./lib/_stream_duplex.js"),n.Transform=e("./lib/_stream_transform.js"),n.PassThrough=e("./lib/_stream_passthrough.js")},{"./lib/_stream_duplex.js":112,"./lib/_stream_passthrough.js":113,"./lib/_stream_readable.js":114,"./lib/_stream_transform.js":115,"./lib/_stream_writable.js":116}],121:[function(e,t){t.exports=e("./lib/_stream_transform.js")},{"./lib/_stream_transform.js":115}],122:[function(e,t){t.exports=e("./lib/_stream_writable.js")},{"./lib/_stream_writable.js":116}],123:[function(e,t){function n(){r.call(this)}t.exports=n;var r=e("events").EventEmitter,i=e("inherits");i(n,r),n.Readable=e("readable-stream/readable.js"),n.Writable=e("readable-stream/writable.js"),n.Duplex=e("readable-stream/duplex.js"),n.Transform=e("readable-stream/transform.js"),n.PassThrough=e("readable-stream/passthrough.js"),n.Stream=n,n.prototype.pipe=function(e,t){function n(t){e.writable&&!1===e.write(t)&&u.pause&&u.pause()}function i(){u.readable&&u.resume&&u.resume()}function o(){f||(f=!0,e.end())}function s(){f||(f=!0,"function"==typeof e.destroy&&e.destroy())}function a(e){if(c(),0===r.listenerCount(this,"error"))throw e}function c(){u.removeListener("data",n),e.removeListener("drain",i),u.removeListener("end",o),u.removeListener("close",s),u.removeListener("error",a),e.removeListener("error",a),u.removeListener("end",c),u.removeListener("close",c),e.removeListener("close",c)}var u=this;u.on("data",n),e.on("drain",i),e._isStdio||t&&t.end===!1||(u.on("end",o),u.on("close",s));var f=!1;return u.on("error",a),e.on("error",a),u.on("end",c),u.on("close",c),e.on("close",c),e.emit("pipe",u),e}},{events:107,inherits:130,"readable-stream/duplex.js":111,"readable-stream/passthrough.js":119,"readable-stream/readable.js":120,"readable-stream/transform.js":121,"readable-stream/writable.js":122}],124:[function(e,t){t.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},{}],125:[function(e,t,n){(function(t,r){function i(e,t){var r={seen:[],stylize:s};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),m(t)?r.showHidden=t:t&&n._extend(r,t),w(r.showHidden)&&(r.showHidden=!1),w(r.depth)&&(r.depth=2),w(r.colors)&&(r.colors=!1),w(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=o),c(r,e,r.depth)}function o(e,t){var n=i.styles[t];return n?"["+i.colors[n][0]+"m"+e+"["+i.colors[n][1]+"m":e}function s(e){return e}function a(e){var t={};return e.forEach(function(e){t[e]=!0}),t}function c(e,t,r){if(e.customInspect&&t&&j(t.inspect)&&t.inspect!==n.inspect&&(!t.constructor||t.constructor.prototype!==t)){var i=t.inspect(r,e);return v(i)||(i=c(e,i,r)),i}var o=u(e,t);if(o)return o;var s=Object.keys(t),m=a(s);if(e.showHidden&&(s=Object.getOwnPropertyNames(t)),S(t)&&(s.indexOf("message")>=0||s.indexOf("description")>=0))return f(t);if(0===s.length){if(j(t)){var g=t.name?": "+t.name:"";return e.stylize("[Function"+g+"]","special")}if(x(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(E(t))return e.stylize(Date.prototype.toString.call(t),"date");if(S(t))return f(t)}var _="",b=!1,y=["{","}"];if(p(t)&&(b=!0,y=["[","]"]),j(t)){var w=t.name?": "+t.name:"";_=" [Function"+w+"]"}if(x(t)&&(_=" "+RegExp.prototype.toString.call(t)),E(t)&&(_=" "+Date.prototype.toUTCString.call(t)),S(t)&&(_=" "+f(t)),0===s.length&&(!b||0==t.length))return y[0]+_+y[1];if(0>r)return x(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special");e.seen.push(t);var k;return k=b?d(e,t,r,m,s):s.map(function(n){return h(e,t,r,m,n,b)}),e.seen.pop(),l(k,_,y)}function u(e,t){if(w(t))return e.stylize("undefined","undefined");if(v(t)){var n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}return b(t)?e.stylize(""+t,"number"):m(t)?e.stylize(""+t,"boolean"):g(t)?e.stylize("null","null"):void 0}function f(e){return"["+Error.prototype.toString.call(e)+"]"}function d(e,t,n,r,i){for(var o=[],s=0,a=t.length;a>s;++s)o.push(B(t,String(s))?h(e,t,n,r,String(s),!0):"");return i.forEach(function(i){i.match(/^\d+$/)||o.push(h(e,t,n,r,i,!0))}),o}function h(e,t,n,r,i,o){var s,a,u;if(u=Object.getOwnPropertyDescriptor(t,i)||{value:t[i]},u.get?a=u.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):u.set&&(a=e.stylize("[Setter]","special")),B(r,i)||(s="["+i+"]"),a||(e.seen.indexOf(u.value)<0?(a=g(n)?c(e,u.value,null):c(e,u.value,n-1),a.indexOf("\n")>-1&&(a=o?a.split("\n").map(function(e){return" "+e}).join("\n").substr(2):"\n"+a.split("\n").map(function(e){return" "+e}).join("\n"))):a=e.stylize("[Circular]","special")),w(s)){if(o&&i.match(/^\d+$/))return a;s=JSON.stringify(""+i),s.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(s=s.substr(1,s.length-2),s=e.stylize(s,"name")):(s=s.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),s=e.stylize(s,"string"))}return s+": "+a}function l(e,t,n){var r=0,i=e.reduce(function(e,t){return r++,t.indexOf("\n")>=0&&r++,e+t.replace(/\u001b\[\d\d?m/g,"").length+1},0);return i>60?n[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+n[1]:n[0]+t+" "+e.join(", ")+" "+n[1]}function p(e){return Array.isArray(e)}function m(e){return"boolean"==typeof e}function g(e){return null===e}function _(e){return null==e}function b(e){return"number"==typeof e}function v(e){return"string"==typeof e}function y(e){return"symbol"==typeof e}function w(e){return void 0===e}function x(e){return k(e)&&"[object RegExp]"===L(e)}function k(e){return"object"==typeof e&&null!==e}function E(e){return k(e)&&"[object Date]"===L(e)}function S(e){return k(e)&&("[object Error]"===L(e)||e instanceof Error)}function j(e){return"function"==typeof e}function I(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||"undefined"==typeof e}function L(e){return Object.prototype.toString.call(e)}function T(e){return 10>e?"0"+e.toString(10):e.toString(10)}function A(){var e=new Date,t=[T(e.getHours()),T(e.getMinutes()),T(e.getSeconds())].join(":");return[e.getDate(),M[e.getMonth()],t].join(" ")}function B(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var U=/%[sdj%]/g;n.format=function(e){if(!v(e)){for(var t=[],n=0;n=o)return e;switch(e){case"%s":return String(r[n++]);case"%d":return Number(r[n++]);case"%j":try{return JSON.stringify(r[n++])}catch(t){return"[Circular]"}default:return e}}),a=r[n];o>n;a=r[++n])s+=g(a)||!k(a)?" "+a:" "+i(a);return s},n.deprecate=function(e,i){function o(){if(!s){if(t.throwDeprecation)throw new Error(i);t.traceDeprecation?console.trace(i):console.error(i),s=!0}return e.apply(this,arguments)}if(w(r.process))return function(){return n.deprecate(e,i).apply(this,arguments)};if(t.noDeprecation===!0)return e;var s=!1;return o};var R,P={};n.debuglog=function(e){if(w(R)&&(R=t.env.NODE_DEBUG||""),e=e.toUpperCase(),!P[e])if(new RegExp("\\b"+e+"\\b","i").test(R)){var r=t.pid;P[e]=function(){var t=n.format.apply(n,arguments);console.error("%s %d: %s",e,r,t)}}else P[e]=function(){};return P[e]},n.inspect=i,i.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},i.styles={special:"cyan",number:"yellow","boolean":"yellow",undefined:"grey","null":"bold",string:"green",date:"magenta",regexp:"red"},n.isArray=p,n.isBoolean=m,n.isNull=g,n.isNullOrUndefined=_,n.isNumber=b,n.isString=v,n.isSymbol=y,n.isUndefined=w,n.isRegExp=x,n.isObject=k,n.isDate=E,n.isError=S,n.isFunction=j,n.isPrimitive=I,n.isBuffer=e("./support/isBuffer");var M=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];n.log=function(){console.log("%s - %s",A(),n.format.apply(n,arguments))},n.inherits=e("inherits"),n._extend=function(e,t){if(!t||!k(t))return e;for(var n=Object.keys(t),r=n.length;r--;)e[n[r]]=t[n[r]];return e}}).call(this,e("_process"),"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"./support/isBuffer":124,_process:110,inherits:130}],126:[function(e,t){t.exports=e(25)},{"./debug":127,"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/debug/browser.js":25}],127:[function(e,t){t.exports=e(26)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/debug/debug.js":26,ms:128}],128:[function(e,t){t.exports=e(27)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/debug/node_modules/ms/index.js":27}],129:[function(e,t){t.exports=e(13)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/filestream/node_modules/extend.js/index.js":13}],130:[function(e,t){t.exports=e(18)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/inherits/inherits_browser.js":18}],131:[function(e,t){t.exports=e(24)},{"/Users/feross/code/webtorrent/node_modules/bittorrent-client/node_modules/create-torrent/node_modules/run-parallel/index.js":24}],132:[function(e,t){(function(n){function r(e){var t=this;e||(e={}),o("new webtorrent"),i.call(t,e),t.listening=!1,e.list||(e.port!==!1&&"function"==typeof f&&(t.server=new f(t,e.port),t.server.on("listening",function(){t.listening=!0,t.emit("listening")})),t.on("torrent",t._onTorrent.bind(t)))}t.exports=r;var i=e("bittorrent-client"),o=e("debug")("webtorrent"),s=e("extend.js"),a=e("./lib/fs-storage"),c=e("inherits"),u=e("run-parallel"),f=e("./lib/server");c(r,i),r.prototype.add=r.prototype.download=function(e,t,r){var c=this;o("add %s",e),"function"==typeof t&&(r=t,t={}),t=s({storage:"function"==typeof a&&a},t),c.index=t.index;var u=i.prototype.add.call(c,e,t,r);return n.nextTick(function(){c.emit("add",u)}),c},r.prototype.destroy=function(e){var t=this;o("destroy");var n=[i.prototype.destroy.bind(t)];return t.server&&n.push(function(e){try{t.server.close(e)}catch(n){e(null)}}),u(n,e),t},r.prototype._onTorrent=function(e){var t=this;if(o("on torrent"),"number"!=typeof e.index){var n=e.files.reduce(function(e,t){return e.length>t.length?e:t});e.index=e.files.indexOf(n)}e.files[e.index].select(),t.index=e.index,t.torrent=e}}).call(this,e("_process"))},{"./lib/fs-storage":102,"./lib/server":102,_process:110,"bittorrent-client":1,debug:126,"extend.js":129,inherits:130,"run-parallel":131}]},{},[132])(132)});