Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-10-25 09:28:26 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-10-25 09:28:26 +0400
commitde04fcff9ae999fa67dad6852dbfa5690b4dea0a (patch)
tree79c85f634b700fe99f064eb84e7a6da44fc6ea65
parent19e44f74e7e3a5f6b49f8d224168635a8822eec5 (diff)
build
-rw-r--r--webtorrent.min.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/webtorrent.min.js b/webtorrent.min.js
index 137cae4..6387fb9 100644
--- a/webtorrent.min.js
+++ b/webtorrent.min.js
@@ -1,5 +1,5 @@
-!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;s<r.length;s++)i(r[s]);return i}({1:[function(e,t){function n(e,t){var i=this;if(!(i instanceof n))return new n(e,t);s.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 a=t.start+e.offset,c=t.pieceLength;i.startPiece=a/c|0,i.endPiece=(t.end+e.offset)/c|0,i._extname=o.extname(e.name),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/c|0,2),i._offset=a-i.startPiece*c}t.exports=n;var r=e("debug")("webtorrent:file-stream"),i=e("inherits"),o=e("path"),s=e("stream"),a=e("./video-stream");i(n,s.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._missing<i.length&&(i=i.slice(0,e._missing)),e._missing-=i.length,r("pushing buffer of length %s",i.length),e._reading=!1,e.push(i),0===e._missing&&e.push(null)}})}}},n.prototype.pipe=function(e){var t=this,n=s.Readable.prototype.pipe;if(e&&"VIDEO"===e.nodeName){var r=".webm"===t._extname?'video/webm; codecs="vorbis,vp8"':".mp4"===t._extname?'video/mp4; codecs="avc1.42c01e,mp4a.40.2"':void 0;return n.call(t,new a(e,{type:r}))}return n.call(t,e)},n.prototype.destroy=function(){var e=this;e._destroyed||(e._destroyed=!0)}},{"./video-stream":5,debug:44,inherits:54,path:18,stream:31}],2:[function(e,t){function n(e,t){function n(e){e.on("have",function(e){r.pieces[e]++}),e.on("bitfield",r.recalculate.bind(r)),e.on("close",function(){for(var t=0;t<r.numPieces;++t)r.pieces[t]-=e.peerPieces.get(t)})}var r=this;r.swarm=e,r.numPieces=t,r.swarm.wires.forEach(n),r.swarm.on("wire",function(e){r.recalculate(),n(e)}),r.recalculate()}t.exports=n,n.prototype.recalculate=function(){var e=this;e.pieces=[];for(var t=0;t<e.numPieces;++t)e.pieces[t]=0;e.swarm.wires.forEach(function(t){for(var n=0;n<e.numPieces;++n)e.pieces[n]+=t.peerPieces.get(n)})},n.prototype.getRarestPiece=function(e){var t=this,n=[],r=1/0;e=e||function(){return!0};for(var i=0;i<t.numPieces;++i)if(e(i)){var o=t.pieces[i];o===r?n.push(i):r>o&&(n=[i],r=o)}return n.length>0?n[Math.random()*n.length|0]:-1}},{}],3:[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=n.pieceLength=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")("webtorrent:storage"),h=e("dezalgo"),d=e("end-of-stream"),l=e("events").EventEmitter,p=e("extend.js"),g=e("./file-stream"),m=e("inherits"),_=e("multistream"),v=e("once"),y=e("git-sha1"),b=(e("stream"),16384),w=0,k=1,E=2;m(o,l),o.prototype.readBlock=function(e,t,n){var r=this;return n=h(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=h(n),!r._verifyOffset(e)||!r._verifyBlock(e,t))return n(new Error("invalid block "+e+":"+t.length));r._lazyAllocBuffer();var i=e/b;return r.blocks[i]===E?n(null):(t.copy(r.buffer,e),r.blocks[i]=E,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]!==E)return t.blocks[r]=k,{offset:r*b,length:r===n-1?t.length-r*b:b};return null},o.prototype.cancelBlock=function(e){var t=this;if(!t.buffer||!t._verifyOffset(e))return!1;var n=e/b;return t.blocks[n]===k&&(t.blocks[n]=w),!0},o.prototype._reset=function(){var e=this;e.verified=!1,e.blocks=new r(Math.ceil(e.length/b)),e.blocks.fill(0),e.blocksWritten=0},o.prototype.verify=function(e){var t=this;e=e||t.buffer,!t.verified&&e&&(t.verified=y(e)===t.hash,t.verified?t.emit("done"):(t.emit("warning",new Error("piece "+t.index+" failed verification; "+y(e)+" expected "+t.hash)),t._reset()))},o.prototype._verifyOffset=function(e){var t=this;return e%b===0?!0:(t.emit("warning",new Error("piece "+t.index+" invalid offset "+e+" not multiple of "+b+" bytes")),!1)},o.prototype._verifyBlock=function(e,t){var n=this;return t.length===b?!0:t.length===n.length-e&&n.length-e<b?!0:(n.emit("warning",new Error("piece "+n.index+" invalid block of size "+t.length+" bytes")),!1)},o.prototype._lazyAllocBuffer=function(){var e=this;e.buffer||(e.buffer=new r(e.length))},m(s,l),s.prototype.select=function(){var e=this;e.pieces.length>0&&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 g(t,e);return t.storage.emit("select",n.startPiece,n.endPiece,!0,n.notify.bind(n)),d(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")})},m(a,l),a.BLOCK_LENGTH=b,a.prototype.load=function(e,t){var n=this;Array.isArray(e)||(e=[e]),t||(t=function(){}),t=v(t);var r=0;new _(e).pipe(new u(n.pieceLength,{nopad:!0})).on("data",function(e){var t=r;r+=1;var i=0,o=new u(b,{nopad:!0});o.on("data",function(e){var r=i*b;i+=1,n.writeBlock(t,r,e)}),o.end(e)}).on("end",function(){t(null)}).on("error",function(e){t(e)})},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*b)},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=h(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=h(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(b,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=h(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&&h(e)(null)},a.prototype.close=function(e){var t=this;t.closed=!0,e&&h(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":1,_process:19,bitfield:7,"block-stream":8,buffer:12,debug:44,dezalgo:47,"end-of-stream":50,events:16,"extend.js":51,"git-sha1":52,inherits:54,multistream:55,once:57,stream:31}],4:[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 w(i.infoHash,i.client.peerId,{handshake:{dht:!!i.client.dht}}),v(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)),n.nextTick(function(){i.emit("infoHash")})}var i=this;h.call(i),u("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||L,i.pieceTimeout=t.pieceTimeout||I,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 l.get&&/^https?:/.test(e))l.get(e,function(e){e.pipe(c(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("addr-to-ip-port"),c=e("concat-stream"),u=e("debug")("webtorrent:torrent"),f=e("torrent-discovery"),h=e("events").EventEmitter,d=e("fs"),l=e("http-https"),p=e("inherits"),g=e("run-parallel"),m=e("parse-torrent"),_=e("./rarity-map"),v=e("re-emitter"),y=e("./server"),b=e("./storage"),w=e("bittorrent-swarm"),k=e("ut_metadata"),E=e("ut_pex"),x=131072,S=5,I=1e4,L=5e3,A=3*b.BLOCK_LENGTH,B=1e4,T=2;p(i,h),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 f({announce:e.announce,dht:n.client.dht,tracker:n.client.tracker,peerId:n.client.peerId,port:t}),n.discovery.setTorrent(n.infoHash),n.discovery.on("peer",n.addPeer.bind(n)),v(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(u("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 _(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(),u("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(){u("verifying existing torrent data");var e=0,n=0;g(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,u("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;u("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)}),g(n,e)},i.prototype.addPeer=function(e){var t=this;"string"==typeof e&&t.client.blocked&&t.client.blocked.contains(a(e)[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,u("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,u("deselect %s-%s (priority %s)",e,t,n);for(var i=0;i<r._selections.length;++i){var o=r._selections[i];if(o.from===e&&o.to===t&&o.priority===n){r._selections.splice(i--,1);break}}r._updateSelections()},i.prototype.critical=function(e,t){var n=this;u("critical %s-%s",e,t);for(var r=e;t>=r;++r)n._critical[r]=!0;n._updateSelections()},i.prototype._onWire=function(e){var t=this;e.use(k(t.metadata)),t.metadata||(e.ut_metadata.on("metadata",function(e){u("got metadata via ut_metadata"),t._onMetadata(e)}),e.ut_metadata.fetch()),"function"==typeof E&&e.use(E()),e.ut_pex&&e.ut_pex.on("peer",function(e){u("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(){u("port message from "+e.remoteAddress)}),e.on("timeout",function(){u("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(;s<r.storage.pieces.length;++s)if(!e.peerPieces.get(s))return;e.isSeeder=!0,e.choke()}}var r=this,i=null,o=r.chokeTimeout,s=0;e.on("bitfield",function(){n(),r._update()}),e.on("have",function(){n(),r._update()}),e.once("interested",function(){e.unchoke()}),e.on("close",function(){clearTimeout(i)}),e.on("choke",function(){clearTimeout(i),i=setTimeout(t,o)}),e.on("unchoke",function(){clearTimeout(i),r._update()}),e.on("request",function(t,n,i,o){return i>x?(u(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()},i.prototype._onStorage=function(){var e=this;u("on storage"),e.storage.readonly=!1,e.select(0,e.storage.pieces.length-1,!1),e._rechokeIntervalId=setInterval(e._rechoke.bind(e),B),e._rechokeIntervalId.unref&&e._rechokeIntervalId.unref(),n.nextTick(function(){e.ready=!0,e.emit("ready")})},i.prototype._onStoragePiece=function(e){var t=this;u("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<e._selections.length;t++){for(var n=e._selections[t],r=n.offset;e.storage.bitfield.get(n.from+n.offset)&&n.from+n.offset<n.to;)n.offset++;r!==n.offset&&n.notify(),n.to===n.from+n.offset&&e.storage.bitfield.get(n.from+n.offset)&&(e._selections.splice(t--,1),n.notify(),e._updateInterest())}e._selections.length||e.emit("idle")},i.prototype._updateInterest=function(){var e=this,t=e._amInterested;e._amInterested=!!e._selections.length,e.swarm.wires.forEach(function(t){e._amInterested?t.interested():t.uninterested()}),t!==e._amInterested&&e.emit(e._amInterested?"interested":"uninterested")},i.prototype._update=function(){var e=this;e._destroyed||s(e.swarm.wires,e._updateWire.bind(e))},i.prototype._updateWire=function(e){function t(t,n,r,i){return function(o){return o>=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,h=t(o,a,u);c>f&&(r=s.rarityMap.getRarestPiece(h),!(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>A)return function(){return!0};var n=S*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;i<s.swarm.wires.length;i++){var c=s.swarm.wires[i],u=c.downloadSpeed();if(!(A>u||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<s._selections.length&&s._selections[n].priority;n++)t=n;var r=s._selections[e];s._selections[e]=s._selections[t],s._selections[t]=r}function o(n){if(e.requests.length>=S)return!0;for(var o=r(),a=0;a<s._selections.length;a++){var c,u=s._selections[a];if("rarest"===s.strategy)for(var f=u.from+u.offset,h=u.to,d=h-f+1,l={},p=0,g=t(f,h,l,o);d>p&&(c=s.rarityMap.getRarestPiece(g),!(0>c));){for(;s._request(e,c,s._critical[c]||n););if(!(e.requests.length<S))return u.priority&&i(a),!0;l[c]=!0,p++}else for(c=u.from+u.offset;c<=u.to;c++)if(e.peerPieces.get(c)&&o(c)){for(;s._request(e,c,s._critical[c]||n););if(!(e.requests.length<S))return u.priority&&i(a),!0}}return!1}var s=this;if(!e.peerChoking)return e.downloaded?void(o(!1)||o(!0)):n()},i.prototype._rechoke=function(){function e(e,t){return e.downloadSpeed!==t.downloadSpeed?t.downloadSpeed-e.downloadSpeed:e.uploadSpeed!==t.uploadSpeed?t.uploadSpeed-e.uploadSpeed:e.wire.amChoking!==t.wire.amChoking?e.wire.amChoking?1:-1:e.salt-t.salt}var t=this;t._rechokeOptimisticTime>0?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<n.length&&r<t._rechokeNumSlots;++i)n[i].isChoked=!1,n[i].wire.peerInterested&&(r+=1);if(!t._rechokeOptimisticWire&&i<n.length&&t._rechokeNumSlots){var s=n.slice(i).filter(function(e){return e.wire.peerInterested}),a=s[o(s.length)];a&&(a.isChoked=!1,t._rechokeOptimisticWire=a.wire,t._rechokeOptimisticTime=T)}n.forEach(function(e){e.wire.amChoking!==e.isChoked&&(e.isChoked?e.wire.choke():e.wire.unchoke())})},i.prototype._hotswap=function(e,t){var n=this;if(!n.hotswapEnabled)return!1;var r=e.downloadSpeed();if(r<b.BLOCK_LENGTH)return!1;if(!n._reservations[t])return!1;var i=n._reservations[t];if(!i)return!1;var o,s,a=1/0;for(s=0;s<i.length;s++){var c=i[s];if(c&&c!==e){var u=c.downloadSpeed();u>=A||2*u>r||u>a||(o=c,a=u)}}if(!o)return!1;for(s=0;s<i.length;s++)i[s]===o&&(i[s]=null);for(s=0;s<o.requests.length;s++){var f=o.requests[s];f.piece===t&&n.storage.cancelBlock(t,f.offset)}return n.emit("hotswap",o,e,t),!0},i.prototype._request=function(e,t,r){function i(r,s){return o.ready?(f[h]===e&&(f[h]=null),r?(u("error getting piece "+t+"(offset: "+c.offset+" length: "+c.length+") from "+e.remoteAddress+" "+r.message),o.storage.cancelBlock(t,c.offset),n.nextTick(o._update.bind(o)),!1):void o.storage.writeBlock(t,c.offset,s,function(e){e&&(u("error writing block"),o.storage.cancelBlock(t,c.offset)),n.nextTick(o._update.bind(o))})):void o.once("ready",function(){i(r,s)})}var o=this,s=e.requests.length;if(o.storage.bitfield.get(t))return!1;if(s>=S)return!1;var a=0===e.requests.length&&o.storage.numMissing<30,c=o.storage.reserveBlock(t,a);if(!c&&!a&&r&&o._hotswap(e,t)&&(c=o.storage.reserveBlock(t,!1)),!c)return!1;var f=o._reservations[t];f||(f=o._reservations[t]=[]);var h=f.indexOf(null);return-1===h&&(h=f.length),f[h]=e,e.request(t,c.offset,c.length,i),!0},i.prototype.createServer=function(e){var t=this;return"function"==typeof y?new y(t,e):void 0}}).call(this,e("_process"))},{"./rarity-map":2,"./server":11,"./storage":3,_process:19,"addr-to-ip-port":6,"bittorrent-swarm":79,"concat-stream":11,debug:44,events:16,fs:9,"http-https":11,inherits:54,"parse-torrent":58,"re-emitter":66,"run-parallel":67,"torrent-discovery":69,ut_metadata:75,ut_pex:11}],5:[function(e,t){function n(e,t){var i=this;if(!(i instanceof n))return new n($video,t);s.Writable.call(i,t),i.video=e,t=t||{},t.type=t.type||'video/webm; codecs="vorbis,vp8"',r("new videostream %s %s",e,JSON.stringify(t)),i._mediaSource=new a,i._playing=!1,i._sourceBuffer=null,i._cb=null,i.video.src=window.URL.createObjectURL(i._mediaSource);var c=o(function(){i._sourceBuffer=i._mediaSource.addSourceBuffer(t.type),i._sourceBuffer.addEventListener("updateend",i._flow.bind(i)),i._flow()});i._mediaSource.addEventListener("webkitsourceopen",c,!1),i._mediaSource.addEventListener("sourceopen",c,!1),i.on("finish",function(){r("finish"),i._mediaSource.endOfStream()}),window.vs=i}t.exports=n;var r=e("debug")("webtorrent:video-stream"),i=e("inherits"),o=e("once"),s=e("stream"),a="undefined"!=typeof window&&(window.MediaSource||window.WebKitMediaSource);i(n,s.Writable),n.prototype._write=function(e,t,n){var i=this;return i._sourceBuffer?i._sourceBuffer.updating?n(new Error("Cannot append buffer while source buffer updating")):(i._sourceBuffer.appendBuffer(e),r("appendBuffer %s",e.length),i._cb=n,void(i._playing||(i.video.play(),i._playing=!0))):i._cb=function(){i._write(e,t,n)}},n.prototype._flow=function(){var e=this;r("flow"),e._cb&&e._cb(null)}},{debug:44,inherits:54,once:57,stream:31}],6:[function(e,t){var n={};t.exports=function(e){if(!n[e]){var t=e.split(":");n[e]=[t[0],Number(t[1])]}return n[e]}},{}],7:[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<this.buffer.length&&!!(this.buffer[t]&128>>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<this.buffer.length&&(this.buffer[n]&=~(128>>e%8))},n.prototype._grow=function(e){if(this.buffer.length<e&&e<=this.grow){var t=new i(e);t.fill&&t.fill(0);for(var n=0;n<this.buffer.length;n++)t[n]=this.buffer[n];this.buffer=t}},"undefined"!=typeof t&&(t.exports=n)}).call(this,e("buffer").Buffer)},{buffer:12}],8:[function(e,t){(function(n,r){function i(e,t){if(this.writable=this.readable=!0,this._opt=t||{},this._chunkSize=e||512,this._offset=0,this._buffer=[],this._bufferLength=0,this._opt.nopad)this._zeroes=!1;else{this._zeroes=new r(this._chunkSize);for(var n=0;n<this._chunkSize;n++)this._zeroes[n]=0}}t.exports=i;{var o=e("stream").Stream,s=e("inherits"),a=e("assert").ok;n.env.DEBUG?console.error:function(){}}s(i,o),i.prototype.write=function(e){if(this._ended)throw new Error("BlockStream: write after end");if(e&&!r.isBuffer(e)&&(e=new r(e+"")),e.length&&(this._buffer.push(e),this._bufferLength+=e.length),this._bufferLength>=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,h=0;f>h;h++){var c=this._buffer[h],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:19,assert:10,buffer:12,inherits:54,stream:31}],9:[function(){},{}],10:[function(e,t){function n(e,t){return d.isUndefined(t)?""+t:!d.isNumber(t)||!isNaN(t)&&isFinite(t)?d.isFunction(t)||d.isRegExp(t)?t.toString():t:t.toString()}function r(e,t){return d.isString(e)?e.length<t?e:e.slice(0,t):e}function i(e){return r(JSON.stringify(e.actual,n),128)+" "+e.operator+" "+r(JSON.stringify(e.expected,n),128)}function o(e,t,n,r,i){throw new g.AssertionError({message:n,actual:e,expected:t,operator:r,stackStartFunction:i})}function s(e,t){e||o(e,!0,t,"==",g.ok)}function a(e,t){if(e===t)return!0;if(d.isBuffer(e)&&d.isBuffer(t)){if(e.length!=t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}return d.isDate(e)&&d.isDate(t)?e.getTime()===t.getTime():d.isRegExp(e)&&d.isRegExp(t)?e.source===t.source&&e.global===t.global&&e.multiline===t.multiline&&e.lastIndex===t.lastIndex&&e.ignoreCase===t.ignoreCase:d.isObject(e)||d.isObject(t)?u(e,t):e==t}function c(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function u(e,t){if(d.isNullOrUndefined(e)||d.isNullOrUndefined(t))return!1;if(e.prototype!==t.prototype)return!1;if(c(e))return c(t)?(e=l.call(e),t=l.call(t),a(e,t)):!1;try{var n,r,i=m(e),o=m(t)}catch(s){return!1}if(i.length!=o.length)return!1;for(i.sort(),o.sort(),r=i.length-1;r>=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 h(e,t,n,r){var i;d.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 d=e("util/"),l=Array.prototype.slice,p=Object.prototype.hasOwnProperty,g=t.exports=s;g.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}}},d.inherits(g.AssertionError,Error),g.fail=o,g.ok=s,g.equal=function(e,t,n){e!=t&&o(e,t,n,"==",g.equal)},g.notEqual=function(e,t,n){e==t&&o(e,t,n,"!=",g.notEqual)},g.deepEqual=function(e,t,n){a(e,t)||o(e,t,n,"deepEqual",g.deepEqual)},g.notDeepEqual=function(e,t,n){a(e,t)&&o(e,t,n,"notDeepEqual",g.notDeepEqual)},g.strictEqual=function(e,t,n){e!==t&&o(e,t,n,"===",g.strictEqual)},g.notStrictEqual=function(e,t,n){e===t&&o(e,t,n,"!==",g.notStrictEqual)},g.throws=function(){h.apply(this,[!0].concat(l.call(arguments)))},g.doesNotThrow=function(){h.apply(this,[!1].concat(l.call(arguments)))},g.ifError=function(e){if(e)throw e};var m=Object.keys||function(e){var t=[];for(var n in e)p.call(e,n)&&t.push(n);return t}},{"util/":34}],11:[function(e,t){t.exports=e(9)},{"/Users/feross/code/webtorrent/node_modules/browserify/lib/_empty.js":9}],12:[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=E(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&&C(e.data)&&(e=e.data),i=+e.length>0?Math.floor(+e.length):0}if(this.length>O)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+O.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=j(L(t),e,n,r);return i}function s(e,t,n,r){var i=j(A(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=j(T(t),e,n,r);return i}function u(e,t,n,r){var i=j(B(t),e,n,r);return i}function f(e,t,n){return M.fromByteArray(0===t&&n===e.length?e:e.slice(t,n))}function h(e,t,n){var r="",i="";n=Math.min(e.length,n);for(var o=t;n>o;o++)e[o]<=127?(r+=R(i)+String.fromCharCode(e[o]),i=""):i+="%"+e[o].toString(16);return r+R(i)}function d(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 d(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+=I(e[o]);return i}function g(e,t,n){for(var r=e.slice(t,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function m(e,t,n){if(e%1!==0||0>e)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 v(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 y(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 b(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||b(e,t,n,4,3.4028234663852886e38,-3.4028234663852886e38),P.write(e,t,n,r,23,4),n+4}function k(e,t,n,r,i){return i||b(e,t,n,8,1.7976931348623157e308,-1.7976931348623157e308),P.write(e,t,n,r,52,8),n+8}function E(e){for(e=x(e).replace(D,"");e.length%4!==0;)e+="=";return e}function x(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function S(e){return C(e)||r.isBuffer(e)||e&&"object"==typeof e&&"number"==typeof e.length}function I(e){return 16>e?"0"+e.toString(16):e.toString(16)}function L(e){for(var t=[],n=0;n<e.length;n++){var r=e.charCodeAt(n);if(127>=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<o.length;s++)t.push(parseInt(o[s],16))}}return t}function A(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t}function B(e){for(var t,n,r,i=[],o=0;o<e.length;o++)t=e.charCodeAt(o),n=t>>8,r=t%256,i.push(r),i.push(n);return i}function T(e){return M.toByteArray(e)}function j(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 R(e){try{return decodeURIComponent(e)}catch(t){return String.fromCharCode(65533)}}var M=e("base64-js"),P=e("ieee754"),C=e("is-array");n.Buffer=r,n.SlowBuffer=r,n.INSPECT_MAX_BYTES=50,r.poolSize=8192;var O=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(!C(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<e.length;n++)t+=e[n].length;var i=new r(t),o=0;for(n=0;n<e.length;n++){var s=e[n];s.copy(i,o),o+=s.length}return i},r.byteLength=function(e,t){var n;switch(e+="",t||"utf8"){case"ascii":case"binary":case"raw":n=e.length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*e.length;break;case"hex":n=e.length>>>1;break;case"utf8":case"utf-8":n=L(e).length;break;case"base64":n=T(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 h(this,t,n);case"ascii":return d(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 g(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+=" ... ")),"<Buffer "+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 h=this.length-t;n?(n=Number(n),n>h&&(n=h)):n=h,r=String(r||"utf8").toLowerCase();var d;switch(r){case"hex":d=i(this,e,t,n);break;case"utf8":case"utf-8":d=o(this,e,t,n);break;case"ascii":d=s(this,e,t,n);break;case"binary":d=a(this,e,t,n);break;case"base64":d=c(this,e,t,n);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":d=u(this,e,t,n);break;default:throw new TypeError("Unknown encoding: "+r)}return d},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||m(e,1,this.length),this[e]},r.prototype.readUInt16LE=function(e,t){return t||m(e,2,this.length),this[e]|this[e+1]<<8},r.prototype.readUInt16BE=function(e,t){return t||m(e,2,this.length),this[e]<<8|this[e+1]},r.prototype.readUInt32LE=function(e,t){return t||m(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||m(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||m(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},r.prototype.readInt16LE=function(e,t){t||m(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||m(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||m(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||m(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||m(e,4,this.length),P.read(this,e,!0,23,4)},r.prototype.readFloatBE=function(e,t){return t||m(e,4,this.length),P.read(this,e,!1,23,4)},r.prototype.readDoubleLE=function(e,t){return t||m(e,8,this.length),P.read(this,e,!0,52,8)},r.prototype.readDoubleBE=function(e,t){return t||m(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):v(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):v(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):y(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):y(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):v(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):v(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):y(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):y(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 k(this,e,t,!0,n)},r.prototype.writeDoubleBE=function(e,t,n){return k(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-t<i-n&&(i=e.length-t+n);var s=i-n;if(100>s||!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=L(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 U=r.prototype;r._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=U.get,e.set=U.set,e.write=U.write,e.toString=U.toString,e.toLocaleString=U.toString,e.toJSON=U.toJSON,e.equals=U.equals,e.compare=U.compare,e.copy=U.copy,e.slice=U.slice,e.readUInt8=U.readUInt8,e.readUInt16LE=U.readUInt16LE,e.readUInt16BE=U.readUInt16BE,e.readUInt32LE=U.readUInt32LE,e.readUInt32BE=U.readUInt32BE,e.readInt8=U.readInt8,e.readInt16LE=U.readInt16LE,e.readInt16BE=U.readInt16BE,e.readInt32LE=U.readInt32LE,e.readInt32BE=U.readInt32BE,e.readFloatLE=U.readFloatLE,e.readFloatBE=U.readFloatBE,e.readDoubleLE=U.readDoubleLE,e.readDoubleBE=U.readDoubleBE,e.writeUInt8=U.writeUInt8,e.writeUInt16LE=U.writeUInt16LE,e.writeUInt16BE=U.writeUInt16BE,e.writeUInt32LE=U.writeUInt32LE,e.writeUInt32BE=U.writeUInt32BE,e.writeInt8=U.writeInt8,e.writeInt16LE=U.writeInt16LE,e.writeInt16BE=U.writeInt16BE,e.writeInt32LE=U.writeInt32LE,e.writeInt32BE=U.writeInt32BE,e.writeFloatLE=U.writeFloatLE,e.writeFloatBE=U.writeFloatBE,e.writeDoubleLE=U.writeDoubleLE,e.writeDoubleBE=U.writeDoubleBE,e.fill=U.fill,e.inspect=U.inspect,e.toArrayBuffer=U.toArrayBuffer,e};var D=/[^+\/0-9A-z]/g},{"base64-js":13,ieee754:14,"is-array":15}],13:[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[h++]=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 h=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)},{}],14:[function(e,t,n){n.read=function(e,t,n,r,i){var o,s,a=8*i-r-1,c=(1<<a)-1,u=c>>1,f=-7,h=n?i-1:0,d=n?-1:1,l=e[t+h];for(h+=d,o=l&(1<<-f)-1,l>>=-f,f+=a;f>0;o=256*o+e[t+h],h+=d,f-=8);for(s=o&(1<<-f)-1,o>>=-f,f+=r;f>0;s=256*s+e[t+h],h+=d,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<<u)-1,h=f>>1,d=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,l=r?0:o-1,p=r?1:-1,g=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+h>=1?d/c:d*Math.pow(2,1-h),t*c>=2&&(s++,c/=2),s+h>=f?(a=0,s=f):s+h>=1?(a=(t*c-1)*Math.pow(2,i),s+=h):(a=t*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;e[n+l]=255&a,l+=p,a/=256,i-=8);for(s=s<<i|a,u+=i;u>0;e[n+l]=255&s,l+=p,s/=256,u-=8);e[n+l-p]|=128*g}},{}],15:[function(e,t){var n=Array.isArray,r=Object.prototype.toString;t.exports=n||function(e){return!!e&&"[object Array]"==r.call(e)}},{}],16:[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}},{}],17:[function(e,t){t.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},{}],18:[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<e.length;r++)t(e[r],r,e)&&n.push(e[r]);return n}var i=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,o=function(e){return i.exec(e).slice(1)};n.resolve=function(){for(var n="",i=!1,o=arguments.length-1;o>=-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<e.length&&""===e[t];t++);for(var n=e.length-1;n>=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;c<i.length;c++)u.push("..");return u=u.concat(o.slice(a)),u.join("/")},n.sep="/",n.delimiter=":",n.dirname=function(e){var t=o(e),n=t[0],r=t[1];return n||r?(r&&(r=r.substr(0,r.length-1)),n+r):"."},n.basename=function(e,t){var n=o(e)[2];return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n},n.extname=function(e){return o(e)[3]};var s="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return 0>t&&(t=e.length+t),e.substr(t,n)}}).call(this,e("_process"))},{_process:19}],19:[function(e,t){function n(){}var r=t.exports={};r.nextTick=function(){var e="undefined"!=typeof window&&window.setImmediate,t="undefined"!=typeof window&&window.MutationObserver,n="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(e)return function(e){return window.setImmediate(e)};var r=[];if(t){var i=document.createElement("div"),o=new MutationObserver(function(){var e=r.slice();r.length=0,e.forEach(function(e){e()})});return o.observe(i,{attributes:!0}),function(e){r.length||i.setAttribute("yes","no"),r.push(e)}}return n?(window.addEventListener("message",function(e){var t=e.source;if((t===window||null===t)&&"process-tick"===e.data&&(e.stopPropagation(),r.length>0)){var n=r.shift();n()}},!0),function(e){r.push(e),window.postMessage("process-tick","*")}):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")}},{}],20:[function(e,t){t.exports=e("./lib/_stream_duplex.js")},{"./lib/_stream_duplex.js":21}],21:[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":23,"./_stream_writable":25,_process:19,"core-util-is":26,inherits:54}],22:[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":24,"core-util-is":26,inherits:54}],23:[function(e,t){(function(n){function r(t,n){var r=e("./_stream_duplex");t=t||{};var i=t.highWaterMark,o=t.objectMode?16:16384;this.highWaterMark=i||0===i?i:o,this.highWaterMark=~~this.highWaterMark,this.buffer=[],this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.objectMode=!!t.objectMode,n instanceof r&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.defaultEncoding=t.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(A||(A=e("string_decoder/").StringDecoder),this.decoder=new A(t.encoding),this.encoding=t.encoding)}function i(t){e("./_stream_duplex");return this instanceof i?(this._readableState=new r(t,this),this.readable=!0,void I.call(this)):new i(t)}function o(e,t,n,r,i){var o=u(t,n);if(o)e.emit("error",o);else if(L.isNullOrUndefined(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)),i||(t.reading=!1),t.flowing&&0===t.length&&!t.sync?(e.emit("data",n),e.read(0)):(t.length+=t.objectMode?1:n.length,i?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&h(e)),l(e,t);else i||(t.reading=!1);return s(t)}function s(e){return!e.ended&&(e.needReadable||e.length<e.highWaterMark||0===e.length)}function a(e){if(e>=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:isNaN(e)||L.isNull(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 L.isBuffer(t)||L.isString(t)||L.isNullOrUndefined(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,h(e)}function h(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(B("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?n.nextTick(function(){d(e)}):d(e))}function d(e){B("emit readable"),e.emit("readable"),v(e)}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.length<t.highWaterMark&&(B("maybeReadMore read 0"),e.read(0),n!==t.length);)n=t.length;t.readingMore=!1}function g(e){return function(){var t=e._readableState;B("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&S.listenerCount(e,"data")&&(t.flowing=!0,v(e))}}function m(e,t){t.resumeScheduled||(t.resumeScheduled=!0,n.nextTick(function(){_(e,t)}))}function _(e,t){t.resumeScheduled=!1,e.emit("resume"),v(e),t.flowing&&!t.reading&&e.read(0)}function v(e){var t=e._readableState;if(B("flow",t.flowing),t.flowing)do var n=e.read();while(null!==n&&t.flowing)}function y(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(""):x.concat(r,i),r.length=0;else if(e<r[0].length){var a=r[0];n=a.slice(0,e),r[0]=a.slice(e)}else if(e===r[0].length)n=r.shift();else{n=o?"":new x(e);for(var c=0,u=0,f=r.length;f>u&&e>c;u++){var a=r[0],h=Math.min(e-c,a.length);o?n+=a.slice(0,h):a.copy(n,c,0,h),h<a.length?r[0]=a.slice(h):r.shift(),c+=h}}return n}function b(e){var t=e._readableState;if(t.length>0)throw new Error("endReadable called on non-empty stream");t.endEmitted||(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 k(e,t){for(var n=0,r=e.length;r>n;n++)if(e[n]===t)return n;return-1}t.exports=i;var E=e("isarray"),x=e("buffer").Buffer;i.ReadableState=r;var S=e("events").EventEmitter;S.listenerCount||(S.listenerCount=function(e,t){return e.listeners(t).length});var I=e("stream"),L=e("core-util-is");L.inherits=e("inherits");var A,B=e("util");B=B&&B.debuglog?B.debuglog("stream"):function(){},L.inherits(i,I),i.prototype.push=function(e,t){var n=this._readableState;return L.isString(e)&&!n.objectMode&&(t=t||n.defaultEncoding,t!==n.encoding&&(e=new x(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){return A||(A=e("string_decoder/").StringDecoder),this._readableState.decoder=new A(t),this._readableState.encoding=t,this};var T=8388608;i.prototype.read=function(e){B("read",e);var t=this._readableState,n=e;if((!L.isNumber(e)||e>0)&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return B("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?b(this):h(this),null;if(e=c(e,t),0===e&&t.ended)return 0===t.length&&b(this),null;var r=t.needReadable;B("need readable",r),(0===t.length||t.length-e<t.highWaterMark)&&(r=!0,B("length less than watermark",r)),(t.ended||t.reading)&&(r=!1,B("reading or ended",r)),r&&(B("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1),r&&!t.reading&&(e=c(n,t));var i;return i=e>0?y(e,t):null,L.isNull(i)&&(t.needReadable=!0,e=0),t.length-=e,0!==t.length||t.ended||(t.needReadable=!0),n!==e&&t.ended&&0===t.length&&b(this),L.isNull(i)||this.emit("data",i),i},i.prototype._read=function(){this.emit("error",new Error("not implemented"))},i.prototype.pipe=function(e,t){function r(e){B("onunpipe"),e===h&&o()}function i(){B("onend"),e.end()}function o(){B("cleanup"),e.removeListener("close",c),e.removeListener("finish",u),e.removeListener("drain",m),e.removeListener("error",a),e.removeListener("unpipe",r),h.removeListener("end",i),h.removeListener("end",o),h.removeListener("data",s),!d.awaitDrain||e._writableState&&!e._writableState.needDrain||m()}function s(t){B("ondata");var n=e.write(t);!1===n&&(B("false write response, pause",h._readableState.awaitDrain),h._readableState.awaitDrain++,h.pause())}function a(t){B("onerror",t),f(),e.removeListener("error",a),0===S.listenerCount(e,"error")&&e.emit("error",t)}function c(){e.removeListener("finish",u),f()}function u(){B("onfinish"),e.removeListener("close",c),f()}function f(){B("unpipe"),h.unpipe(e)}var h=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,B("pipe count=%d opts=%j",d.pipesCount,t);var l=(!t||t.end!==!1)&&e!==n.stdout&&e!==n.stderr,p=l?i:o;d.endEmitted?n.nextTick(p):h.once("end",p),e.on("unpipe",r);var m=g(h);return e.on("drain",m),h.on("data",s),e._events&&e._events.error?E(e._events.error)?e._events.error.unshift(a):e._events.error=[a,e._events.error]:e.on("error",a),e.once("close",c),e.once("finish",u),e.emit("pipe",h),d.flowing||(B("pipe resume"),h.resume()),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,t.flowing=!1,e&&e.emit("unpipe",this),this);if(!e){var n=t.pipes,r=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var i=0;r>i;i++)n[i].emit("unpipe",this);return this}var i=k(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 r=I.prototype.on.call(this,e,t);if("data"===e&&!1!==this._readableState.flowing&&this.resume(),"readable"===e&&this.readable){var i=this._readableState;if(!i.readableListening)if(i.readableListening=!0,i.emittedReadable=!1,i.needReadable=!0,i.reading)i.length&&h(this,i);else{var o=this;n.nextTick(function(){B("readable nexttick read 0"),o.read(0)})}}return r},i.prototype.addListener=i.prototype.on,i.prototype.resume=function(){var e=this._readableState;return e.flowing||(B("resume"),e.flowing=!0,e.reading||(B("resume read 0"),this.read(0)),m(this,e)),this},i.prototype.pause=function(){return B("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(B("pause"),this._readableState.flowing=!1,this.emit("pause")),this},i.prototype.wrap=function(e){var t=this._readableState,n=!1,r=this;e.on("end",function(){if(B("wrapped end"),t.decoder&&!t.ended){var e=t.decoder.end();e&&e.length&&r.push(e)}r.push(null)}),e.on("data",function(i){if(B("wrapped data"),t.decoder&&(i=t.decoder.write(i)),i&&(t.objectMode||i.length)){var o=r.push(i);o||(n=!0,e.pause())}});for(var i in e)L.isFunction(e[i])&&L.isUndefined(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(t){B("wrapped _read",t),n&&(n=!1,e.resume())
-},r},i._fromList=y}).call(this,e("_process"))},{"./_stream_duplex":21,_process:19,buffer:12,"core-util-is":26,events:16,inherits:54,isarray:17,stream:31,"string_decoder/":32,util:11}],24:[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,a.isNullOrUndefined(n)||e.push(n),i&&i(t);var o=e._readableState;o.reading=!1,(o.needReadable||o.length<o.highWaterMark)&&e._read(o.highWaterMark)}function i(e){if(!(this instanceof i))return new i(e);s.call(this,e),this._transformState=new n(e,this);var t=this;this._readableState.needReadable=!0,this._readableState.sync=!1,this.once("prefinish",function(){a.isFunction(this._flush)?this._flush(function(e){o(t,e)}):o(t)})}function o(e,t){if(t)return e.emit("error",t);var n=e._writableState,r=e._transformState;if(n.length)throw new Error("calling transform done when ws.length != 0");if(r.transforming)throw new Error("calling transform done when still transforming");return e.push(null)}t.exports=i;var s=e("./_stream_duplex"),a=e("core-util-is");a.inherits=e("inherits"),a.inherits(i,s),i.prototype.push=function(e,t){return this._transformState.needTransform=!1,s.prototype.push.call(this,e,t)},i.prototype._transform=function(){throw new Error("not implemented")},i.prototype._write=function(e,t,n){var r=this._transformState;if(r.writecb=n,r.writechunk=e,r.writeencoding=t,!r.transforming){var i=this._readableState;(r.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},i.prototype._read=function(){var e=this._transformState;a.isNull(e.writechunk)||!e.writecb||e.transforming?e.needTransform=!0:(e.transforming=!0,this._transform(e.writechunk,e.writeencoding,e.afterTransform))}},{"./_stream_duplex":21,"core-util-is":26,inherits:54}],25:[function(e,t){(function(n){function r(e,t,n){this.chunk=e,this.encoding=t,this.callback=n}function i(t,n){var r=e("./_stream_duplex");t=t||{};var i=t.highWaterMark,o=t.objectMode?16:16384;this.highWaterMark=i||0===i?i:o,this.objectMode=!!t.objectMode,n instanceof r&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=~~this.highWaterMark,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1;var s=t.decodeStrings===!1;this.decodeStrings=!s,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){l(n,e)},this.writecb=null,this.writelen=0,this.buffer=[],this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1}function o(t){var n=e("./_stream_duplex");return this instanceof o||this instanceof n?(this._writableState=new i(t,this),this.writable=!0,void E.call(this)):new o(t)}function s(e,t,r){var i=new Error("write after end");e.emit("error",i),n.nextTick(function(){r(i)})}function a(e,t,r,i){var o=!0;if(!(k.isBuffer(r)||k.isString(r)||k.isNullOrUndefined(r)||t.objectMode)){var s=new TypeError("Invalid non-string/buffer chunk");e.emit("error",s),n.nextTick(function(){i(s)}),o=!1}return o}function c(e,t,n){return!e.objectMode&&e.decodeStrings!==!1&&k.isString(t)&&(t=new w(t,n)),t}function u(e,t,n,i,o){n=c(t,n,i),k.isBuffer(n)&&(i="buffer");var s=t.objectMode?1:n.length;t.length+=s;var a=t.length<t.highWaterMark;return a||(t.needDrain=!0),t.writing||t.corked?t.buffer.push(new r(n,i,o)):f(e,t,!1,s,n,i,o),a}function f(e,t,n,r,i,o,s){t.writelen=r,t.writecb=s,t.writing=!0,t.sync=!0,n?e._writev(i,t.onwrite):e._write(i,o,t.onwrite),t.sync=!1}function h(e,t,r,i,o){r?n.nextTick(function(){t.pendingcb--,o(i)}):(t.pendingcb--,o(i)),e._writableState.errorEmitted=!0,e.emit("error",i)}function d(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}function l(e,t){var r=e._writableState,i=r.sync,o=r.writecb;if(d(r),t)h(e,r,i,t,o);else{var s=_(e,r);s||r.corked||r.bufferProcessing||!r.buffer.length||m(e,r),i?n.nextTick(function(){p(e,r,s,o)}):p(e,r,s,o)}}function p(e,t,n,r){n||g(e,t),t.pendingcb--,r(),y(e,t)}function g(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}function m(e,t){if(t.bufferProcessing=!0,e._writev&&t.buffer.length>1){for(var n=[],r=0;r<t.buffer.length;r++)n.push(t.buffer[r].callback);t.pendingcb++,f(e,t,!0,t.length,t.buffer,"",function(e){for(var r=0;r<n.length;r++)t.pendingcb--,n[r](e)}),t.buffer=[]}else{for(var r=0;r<t.buffer.length;r++){var i=t.buffer[r],o=i.chunk,s=i.encoding,a=i.callback,c=t.objectMode?1:o.length;if(f(e,t,!1,c,o,s,a),t.writing){r++;break}}r<t.buffer.length?t.buffer=t.buffer.slice(r):t.buffer.length=0}t.bufferProcessing=!1}function _(e,t){return t.ending&&0===t.length&&!t.finished&&!t.writing}function v(e,t){t.prefinished||(t.prefinished=!0,e.emit("prefinish"))}function y(e,t){var n=_(e,t);return n&&(0===t.pendingcb?(v(e,t),t.finished=!0,e.emit("finish")):v(e,t)),n}function b(e,t,r){t.ending=!0,y(e,t),r&&(t.finished?n.nextTick(r):e.once("finish",r)),t.ended=!0}t.exports=o;var w=e("buffer").Buffer;o.WritableState=i;var k=e("core-util-is");k.inherits=e("inherits");var E=e("stream");k.inherits(o,E),o.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe. Not readable."))},o.prototype.write=function(e,t,n){var r=this._writableState,i=!1;return k.isFunction(t)&&(n=t,t=null),k.isBuffer(e)?t="buffer":t||(t=r.defaultEncoding),k.isFunction(n)||(n=function(){}),r.ended?s(this,r,n):a(this,r,e,n)&&(r.pendingcb++,i=u(this,r,e,t,n)),i},o.prototype.cork=function(){var e=this._writableState;e.corked++},o.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.finished||e.bufferProcessing||!e.buffer.length||m(this,e))},o.prototype._write=function(e,t,n){n(new Error("not implemented"))},o.prototype._writev=null,o.prototype.end=function(e,t,n){var r=this._writableState;k.isFunction(e)?(n=e,e=null,t=null):k.isFunction(t)&&(n=t,t=null),k.isNullOrUndefined(e)||this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||b(this,r,n)}}).call(this,e("_process"))},{"./_stream_duplex":21,_process:19,buffer:12,"core-util-is":26,inherits:54,stream:31}],26:[function(e,t,n){(function(e){function t(e){return Array.isArray(e)}function r(e){return"boolean"==typeof e}function i(e){return null===e}function o(e){return null==e}function s(e){return"number"==typeof e}function a(e){return"string"==typeof e}function c(e){return"symbol"==typeof e}function u(e){return void 0===e}function f(e){return h(e)&&"[object RegExp]"===_(e)}function h(e){return"object"==typeof e&&null!==e}function d(e){return h(e)&&"[object Date]"===_(e)}function l(e){return h(e)&&("[object Error]"===_(e)||e instanceof Error)}function p(e){return"function"==typeof e}function g(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||"undefined"==typeof e}function m(t){return e.isBuffer(t)}function _(e){return Object.prototype.toString.call(e)}n.isArray=t,n.isBoolean=r,n.isNull=i,n.isNullOrUndefined=o,n.isNumber=s,n.isString=a,n.isSymbol=c,n.isUndefined=u,n.isRegExp=f,n.isObject=h,n.isDate=d,n.isError=l,n.isFunction=p,n.isPrimitive=g,n.isBuffer=m}).call(this,e("buffer").Buffer)},{buffer:12}],27:[function(e,t){t.exports=e("./lib/_stream_passthrough.js")},{"./lib/_stream_passthrough.js":22}],28:[function(e,t,n){n=t.exports=e("./lib/_stream_readable.js"),n.Stream=e("stream"),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":21,"./lib/_stream_passthrough.js":22,"./lib/_stream_readable.js":23,"./lib/_stream_transform.js":24,"./lib/_stream_writable.js":25,stream:31}],29:[function(e,t){t.exports=e("./lib/_stream_transform.js")},{"./lib/_stream_transform.js":24}],30:[function(e,t){t.exports=e("./lib/_stream_writable.js")},{"./lib/_stream_writable.js":25}],31:[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:16,inherits:54,"readable-stream/duplex.js":20,"readable-stream/passthrough.js":27,"readable-stream/readable.js":28,"readable-stream/transform.js":29,"readable-stream/writable.js":30}],32:[function(e,t,n){function r(e){if(e&&!c(e))throw new Error("Unknown encoding: "+e)}function i(e){return e.toString(this.encoding)}function o(e){this.charReceived=e.length%2,this.charLength=this.charReceived?2:0}function s(e){this.charReceived=e.length%3,this.charLength=this.charReceived?3:0}var a=e("buffer").Buffer,c=a.isEncoding||function(e){switch(e&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}},u=n.StringDecoder=function(e){switch(this.encoding=(e||"utf8").toLowerCase().replace(/[-_]/,""),r(e),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=o;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=s;break;default:return void(this.write=i)}this.charBuffer=new a(6),this.charReceived=0,this.charLength=0};u.prototype.write=function(e){for(var t="";this.charLength;){var n=e.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<this.charLength)return"";e=e.slice(n,e.length),t=this.charBuffer.slice(0,this.charLength).toString(this.encoding);var r=t.charCodeAt(t.length-1);if(!(r>=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:12}],33:[function(e,t){t.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},{}],34:[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]),g(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&&I(t.inspect)&&t.inspect!==n.inspect&&(!t.constructor||t.constructor.prototype!==t)){var i=t.inspect(r,e);return y(i)||(i=c(e,i,r)),i}var o=u(e,t);if(o)return o;var s=Object.keys(t),g=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(I(t)){var m=t.name?": "+t.name:"";return e.stylize("[Function"+m+"]","special")}if(k(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(x(t))return e.stylize(Date.prototype.toString.call(t),"date");if(S(t))return f(t)}var _="",v=!1,b=["{","}"];if(p(t)&&(v=!0,b=["[","]"]),I(t)){var w=t.name?": "+t.name:"";_=" [Function"+w+"]"}if(k(t)&&(_=" "+RegExp.prototype.toString.call(t)),x(t)&&(_=" "+Date.prototype.toUTCString.call(t)),S(t)&&(_=" "+f(t)),0===s.length&&(!v||0==t.length))return b[0]+_+b[1];if(0>r)return k(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special");e.seen.push(t);var E;return E=v?h(e,t,r,g,s):s.map(function(n){return d(e,t,r,g,n,v)}),e.seen.pop(),l(E,_,b)}function u(e,t){if(w(t))return e.stylize("undefined","undefined");if(y(t)){var n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}return v(t)?e.stylize(""+t,"number"):g(t)?e.stylize(""+t,"boolean"):m(t)?e.stylize("null","null"):void 0}function f(e){return"["+Error.prototype.toString.call(e)+"]"}function h(e,t,n,r,i){for(var o=[],s=0,a=t.length;a>s;++s)o.push(j(t,String(s))?d(e,t,n,r,String(s),!0):"");return i.forEach(function(i){i.match(/^\d+$/)||o.push(d(e,t,n,r,i,!0))}),o}function d(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")),j(r,i)||(s="["+i+"]"),a||(e.seen.indexOf(u.value)<0?(a=m(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 g(e){return"boolean"==typeof e}function m(e){return null===e}function _(e){return null==e}function v(e){return"number"==typeof e}function y(e){return"string"==typeof e}function b(e){return"symbol"==typeof e}function w(e){return void 0===e}function k(e){return E(e)&&"[object RegExp]"===A(e)}function E(e){return"object"==typeof e&&null!==e}function x(e){return E(e)&&"[object Date]"===A(e)}function S(e){return E(e)&&("[object Error]"===A(e)||e instanceof Error)}function I(e){return"function"==typeof e}function L(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||"undefined"==typeof e}function A(e){return Object.prototype.toString.call(e)}function B(e){return 10>e?"0"+e.toString(10):e.toString(10)}function T(){var e=new Date,t=[B(e.getHours()),B(e.getMinutes()),B(e.getSeconds())].join(":");return[e.getDate(),C[e.getMonth()],t].join(" ")}function j(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var R=/%[sdj%]/g;n.format=function(e){if(!y(e)){for(var t=[],n=0;n<arguments.length;n++)t.push(i(arguments[n]));return t.join(" ")}for(var n=1,r=arguments,o=r.length,s=String(e).replace(R,function(e){if("%%"===e)return"%";if(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+=m(a)||!E(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 M,P={};n.debuglog=function(e){if(w(M)&&(M=t.env.NODE_DEBUG||""),e=e.toUpperCase(),!P[e])if(new RegExp("\\b"+e+"\\b","i").test(M)){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=g,n.isNull=m,n.isNullOrUndefined=_,n.isNumber=v,n.isString=y,n.isSymbol=b,n.isUndefined=w,n.isRegExp=k,n.isObject=E,n.isDate=x,n.isError=S,n.isFunction=I,n.isPrimitive=L,n.isBuffer=e("./support/isBuffer");var C=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];n.log=function(){console.log("%s - %s",T(),n.format.apply(n,arguments))},n.inherits=e("inherits"),n._extend=function(e,t){if(!t||!E(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":33,_process:19,inherits:54}],35:[function(e,t){(function(n){function r(e,t,r){"function"==typeof t&&(r=t,t={});var i;if("function"==typeof FileList&&e instanceof FileList&&(e=Array.prototype.slice.call(e)),(f(e)||n.isBuffer(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 g(e);else{if(!n.isBuffer(e))throw new Error("Array must contain only File objects");t.stream=new k.PassThrough,t.stream.end(e)}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)?m(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)}});b(r,n)}function o(e,t){t=y(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=y(r);var i="",o=e.map(function(e){return e.stream});new v(o).pipe(new d(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,h.encode(o)))})}function u(e,t){return e+t.length}function f(e){return"undefined"!=typeof Blob&&e instanceof Blob}t.exports=r;var h=e("bencode"),d=e("block-stream"),l=e("piece-length"),p=e("path"),g=e("filestream/read"),m=e("flatten"),_=e("fs"),v=e("multistream"),y=e("once"),b=e("run-parallel"),w=e("git-sha1"),k=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:36,"block-stream":8,buffer:12,"filestream/read":40,flatten:41,fs:9,"git-sha1":52,multistream:55,once:57,path:18,"piece-length":42,"run-parallel":67,stream:31}],36:[function(e,t){t.exports={encode:e("./lib/encode"),decode:e("./lib/decode")}},{"./lib/decode":37,"./lib/encode":38}],37:[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:12}],38:[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:12}],39:[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:12}],40:[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")},t.mime&&"function"==typeof t.mime.lookup&&(this._metadata.type=t.mime.lookup(this._metadata.extension)),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:12,"extend.js":51,stream:31,"typedarray-to-buffer":39,util:34}],41:[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)}},{}],42:[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":43}],43:[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}},{}],44:[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":45}],45:[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:46}],46:[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)}},{}],47:[function(e,t){function n(e){var t=!0;return i(function(){t=!1}),function(){var n=arguments,r=this;t?i(function(){e.apply(r,n)}):e.apply(r,n)}}var r=e("wrappy");t.exports=r(n);var i=e("asap")},{asap:48,wrappy:49}],48:[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:19}],49:[function(e,t){function n(e,t){function r(){for(var t=new Array(arguments.length),n=0;n<t.length;n++)t[n]=arguments[n];var r=e.apply(this,t),i=t[t.length-1];return"function"==typeof r&&r!==i&&Object.keys(i).forEach(function(e){r[e]=i[e]}),r}if(e&&t)return n(e)(t);if("function"!=typeof e)throw new TypeError("need wrapper function");return Object.keys(e).forEach(function(t){r[t]=e[t]}),r}t.exports=n},{}],50:[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,h=t.writable||t.writable!==!1&&e.writable,d=function(){e.writable||l()},l=function(){h=!1,f||a()},p=function(){f=!1,h||a()},g=function(e){a(e?new Error("exited with error code: "+e):null)},m=function(){return(!f||u&&u.ended)&&(!h||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",m),e.req?_():e.on("request",_)):h&&!c&&(e.on("end",d),e.on("close",d)),o(e)&&e.on("exit",g),e.on("end",p),e.on("finish",l),t.error!==!1&&e.on("error",a),e.on("close",m),function(){e.removeListener("complete",l),e.removeListener("abort",m),e.removeListener("request",_),e.req&&e.req.removeListener("finish",l),e.removeListener("end",d),e.removeListener("close",d),e.removeListener("finish",l),e.removeListener("exit",g),e.removeListener("end",p),e.removeListener("error",a),e.removeListener("close",m)}};t.exports=s},{once:57}],51:[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}},{}],52:[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;m+=8*t;for(var i=0;t>i;i++)r(e[i])}function n(e){var t=e.length;m+=8*t;for(var n=0;t>n;n++)r(e.charCodeAt(n))}function r(e){c[p]|=(255&e)<<g,g?g-=8:(p++,g=24),16===p&&s()}function i(){r(128),(p>14||14===p&&24>g)&&s(),p=14,g=24,r(0),r(0),r(m>0xffffffffff?m/1099511627776:0),r(m>4294967295?m/4294967296:0);for(var e=24;e>=0;e-=8)r(m>>e);return a(u)+a(f)+a(h)+a(d)+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=h,a=d,g=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 m=(i<<5|i>>>27)+n+g+r+(0|c[e]);g=a,a=s,s=o<<30|o>>>2,o=i,i=m}for(u=u+i|0,f=f+o|0,h=h+s|0,d=d+a|0,l=l+g|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,h=2562383102,d=271733878,l=3285377520,p=0,g=24,m=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:19}],53:[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.floor(r);i++){var a=Math.floor(Math.random()*t).toString(t);s=a+s}if(o){var c=Math.pow(t,o),a=Math.floor(Math.random()*c).toString(t);s=a+s}var u=parseInt(s,t);return 1/0!==u&&u>=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}},{}],54:[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}},{}],55:[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:54,stream:31}],56:[function(e,t){t.exports=e(49)},{"/Users/feross/code/webtorrent/node_modules/dezalgo/node_modules/wrappy/wrappy.js":49}],57:[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}var r=e("wrappy");t.exports=r(n),n.proto=n(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return n(this)},configurable:!0})})},{wrappy:56}],58:[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:12,"magnet-uri":59,"parse-torrent-file":62}],59:[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:12,"thirty-two":60}],60:[function(e,t,n){var r=e("./thirty-two");n.encode=r.encode,n.decode=r.decode},{"./thirty-two":61}],61:[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));i<n.length;){var u=n[i];s>3?(a=u&255>>s,s=(s+5)%8,a=a<<s|(i+1<n.length?n[i+1]:0)>>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<c.length;i++)c[i]=61;return c},n.decode=function(t){var n,r=0,o=0,s=0;e.isBuffer(t)||(t=new e(t));for(var a=new e(Math.ceil(5*t.length/8)),c=0;c<t.length&&61!=t[c];c++){var u=t[c]-48;if(!(u<i.length))throw new Error("Invalid input - it is not base32 encoded string");o=i[u],3>=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:12}],62:[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 h=t.files[t.files.length-1];return t.pieceLength=e.info["piece length"],t.lastPieceLength=(h.offset+h.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;n<e.length;n+=20)t.push(e.slice(n,n+20).toString("hex"));return t}function a(e,t){if(!e)throw new Error("Torrent is missing required field: "+t)}t.exports=r,t.exports.toBuffer=i;var c=e("bencode"),u=e("path"),f=e("git-sha1")}).call(this,e("buffer").Buffer)},{bencode:63,buffer:12,"git-sha1":52,path:18}],63:[function(e,t){t.exports=e(36)},{"./lib/decode":64,"./lib/encode":65,"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/bencode.js":36}],64:[function(e,t){t.exports=e(37)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/decode.js":37,buffer:12}],65:[function(e,t){t.exports=e(38)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/encode.js":38,buffer:12}],66:[function(e,t){function n(e,t,n){Array.isArray(n)||(n=[n]),n.forEach(function(n){e.on(n,function(){var e=[].slice.call(arguments);e.unshift(n),t.emit.apply(t,e)})})}function r(e,t){var r=new i;return n(e,r,t),r}t.exports=n,t.exports.filter=r;var i=e("events").EventEmitter},{events:16}],67:[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)}},{}],68:[function(e,t){var n=1,r=65535,i=4,o=function(){n=n+1&r},s=setInterval(o,1e3/i|0);s.unref&&s.unref(),t.exports=function(e){var t=i*(e||5),o=[0],s=1,a=n-1&r;return function(e){var c=n-a&r;for(c>t&&(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.length<t?0:o[s===t?0:s];return o.length<i?u:(u-f)*i/o.length}}},{}],69:[function(e,t){(function(n){function r(e){var t=this;if(!(t instanceof r))return new r(e);if(s.call(t),e||(e={}),t._performedDHTLookup=!1,a(t,{announce:[],dht:"function"==typeof o,externalDHT:!1,tracker:!0,port:null},e),!t.peerId)throw new Error("peerId required");if(!t.port&&!n.browser)throw new Error("port required");t._createDHT(e.dhtPort)}t.exports=r;var i=e("debug")("torrent-discovery"),o=e("bittorrent-dht/client"),s=e("events").EventEmitter,a=e("extend.js"),c=e("inherits"),u=e("re-emitter"),f=e("bittorrent-tracker/client");c(r,s),r.prototype.setTorrent=function(e){var t=this;if(!t.torrent){if(e&&e.infoHash)t.torrent=e,t.infoHash=e.infoHash;else{if(t.infoHash)return;t.infoHash=e}i("setTorrent %s",e),t.tracker&&t.tracker!==!0?t.tracker.torrentLength=e.length:t._createTracker(),t.dht&&(t.dht.ready?t._dhtLookupAndAnnounce():t.dht.on("ready",t._dhtLookupAndAnnounce.bind(t)))}},r.prototype.stop=function(e){var t=this;t.tracker&&t.tracker.stop&&t.tracker.stop(),!t.externalDHT&&t.dht&&t.dht.destroy?t.dht.destroy(e):n.nextTick(function(){e(null)})},r.prototype._createDHT=function(e){var t=this;t.dht&&(t.dht?t.externalDHT=!0:t.dht=new o,u(t.dht,t,["peer","error","warning"]),t.externalDHT||t.dht.listen(e))},r.prototype._createTracker=function(){var e=this;if(e.tracker){var t=e.torrent||{infoHash:e.infoHash,announce:e.announce};e.tracker=n.browser?new f(e.peerId,t):new f(e.peerId,e.port,t),u(e.tracker,e,["peer","warning","error"]),e.tracker.start()}},r.prototype._dhtLookupAndAnnounce=function(){var e=this;e._performedDHTLookup||(e._performedDHTLookup=!0,i("lookup"),e.dht.lookup(e.infoHash,function(t){!t&&e.port&&(i("dhtAnnounce"),e.dht.announce(e.infoHash,e.port,function(){e.emit("dhtAnnounce")}))}))}}).call(this,e("_process"))},{_process:19,"bittorrent-dht/client":11,"bittorrent-tracker/client":70,debug:44,events:16,"extend.js":51,inherits:54,"re-emitter":66}],70:[function(e,t){(function(n){function r(e,t,o){var c=this;return c instanceof r?(a.call(c),c._opts=o||{},c._peerId=n.isBuffer(e)?e:new n(e,"utf8"),c._infoHash=n.isBuffer(t.infoHash)?t.infoHash:new n(t.infoHash,"hex"),c.torrentLength=t.length,c._numWant=c._opts.numWant||l,c._intervalMs=c._opts.interval||18e5,s("new client %s",c._infoHash.toString("hex")),"string"==typeof t.announce&&(t.announce=[t.announce]),void(c._trackers=(t.announce||[]).filter(function(e){return 0===e.indexOf("ws://")||0===e.indexOf("wss://")}).map(function(e){return new i(c,e,c._opts)}))):new r(e,t,o)}function i(e,t,n){var r=this;a.call(r),r._opts=n||{},r._announceUrl=t,r._peers={},s("new tracker %s",t),r.client=e,r.ready=!1,r._socket=null,r._intervalMs=r.client._intervalMs,r._interval=null}function o(e){return new n(e,"binary").toString("hex")}t.exports=r;var s=e("debug")("webtorrent-tracker"),a=e("events").EventEmitter,c=e("extend.js"),u=e("hat"),f=e("inherits"),h=e("simple-peer"),d=e("simple-websocket"),l=15;f(r,a);var p={};r.prototype.start=function(e){var t=this;t._trackers.forEach(function(t){t.start(e)})},r.prototype.stop=function(e){var t=this;t._trackers.forEach(function(t){t.stop(e)})},r.prototype.complete=function(e){var t=this;t._trackers.forEach(function(t){t.complete(e)})},r.prototype.update=function(e){var t=this;t._trackers.forEach(function(t){t.update(e)})},r.prototype.setInterval=function(e){var t=this;t._intervalMs=e,t._trackers.forEach(function(t){t.setInterval(e)})},f(i,a),i.prototype.start=function(e){var t=this;e=e||{},e.event="started",s("sent `start` %s %s",t._announceUrl,JSON.stringify(e)),t._announce(e),t.setInterval(t._intervalMs)},i.prototype.stop=function(e){var t=this;e=e||{},e.event="stopped",s("sent `stop` %s %s",t._announceUrl,JSON.stringify(e)),t._announce(e),t.setInterval(0)},i.prototype.complete=function(e){var t=this;e=e||{},e.event="completed",e.downloaded=e.downloaded||t.torrentLength||0,s("sent `complete` %s %s",t._announceUrl,JSON.stringify(e)),t._announce(e)},i.prototype.update=function(e){var t=this;e=e||{},s("sent `update` %s %s",t._announceUrl,JSON.stringify(e)),t._announce(e)},i.prototype._init=function(e){var t=this;e&&t.once("ready",e),t._socket||(p[t._announceUrl]?(t._socket=p[t._announceUrl],t._onSocketReady()):(t._socket=p[t._announceUrl]=new d(t._announceUrl),t._socket.on("ready",t._onSocketReady.bind(t))),t._socket.on("warning",t._onSocketWarning.bind(t)),t._socket.on("error",t._onSocketWarning.bind(t)),t._socket.on("message",t._onSocketMessage.bind(t)))},i.prototype._onSocketReady=function(){var e=this;e.ready=!0,e.emit("ready")},i.prototype._onSocketWarning=function(e){s("tracker warning %s",e.message)},i.prototype._onSocketMessage=function(e){var t=this;if("object"!=typeof e||null===e)return t.client.emit("warning",new Error("Invalid tracker response"));if(e.info_hash===t.client._infoHash.toString("binary")){s("received %s from %s",JSON.stringify(e),t._announceUrl);var n=e["failure reason"];if(n)return t.client.emit("warning",new Error(n));var r=e["warning message"];r&&t.client.emit("warning",new Error(r));var i=e.interval||e["min interval"];i&&!t._opts.interval&&0!==t._intervalMs&&t.setInterval(1e3*i);var a=e["tracker id"];a&&(t._trackerId=a),e.complete&&t.client.emit("update",{announce:t._announceUrl,complete:e.complete,incomplete:e.incomplete});var u;e.offer&&(u=new h({trickle:!1}),u.id=o(e.peer_id),u.once("signal",function(n){var r={info_hash:t.client._infoHash.toString("binary"),peer_id:t.client._peerId.toString("binary"),to_peer_id:e.peer_id};t._trackerId&&(r.trackerid=t._trackerId),t._send(c({answer:n,offer_id:e.offer_id},r))}),u.signal(e.offer),t.client.emit("peer",u)),e.answer&&(u=t._peers[e.offer_id],u&&(u.signal(e.answer),t.client.emit("peer",u)))}},i.prototype._announce=function(e){var t=this;return t.ready?void t._generateOffers(function(n){e=c({uploaded:0,downloaded:0,info_hash:t.client._infoHash.toString("binary"),peer_id:t.client._peerId.toString("binary"),offers:n},e),null!=t.client.torrentLength&&null==e.left&&(e.left=t.client.torrentLength-(e.downloaded||0)),t._trackerId&&(e.trackerid=t._trackerId),t._send(e)}):t._init(t._announce.bind(t,e))},i.prototype._send=function(e){var t=this;s("send %s",JSON.stringify(e)),t._socket.send(e)},i.prototype._generateOffers=function(e){function t(){var e=u(160),t=r._peers[e]=new h({initiator:!0,trickle:!1});t.once("signal",function(t){i.push({offer:t,offer_id:e}),n()})}function n(){i.length===r.client._numWant&&(s("generated %s offers",r.client._numWant),e(i))}var r=this,i=[];s("generating %s offers",r.client._numWant);for(var o=0;o<r.client._numWant;++o)t()},i.prototype.setInterval=function(e){var t=this;clearInterval(t._interval),t._intervalMs=e,e&&(t._interval=setInterval(t.update.bind(t),t._intervalMs))}}).call(this,e("buffer").Buffer)},{buffer:12,debug:44,events:16,"extend.js":51,hat:53,inherits:54,"simple-peer":71,"simple-websocket":74}],71:[function(e,t){function n(e){return this instanceof n?(o.call(this),e=s({initiator:!1,stream:!1,config:n.config,constraints:n.constraints,channelName:e&&e.initiator?a(160):null,trickle:!0},e),s(this,e),i("new peer initiator: %s channelName: %s",this.initiator,this.channelName),this.destroyed=!1,this.ready=!1,this._pcReady=!1,this._channelReady=!1,this._dataStreams=[],this._iceComplete=!1,this._pc=new l(this.config,this.constraints),this._pc.oniceconnectionstatechange=this._onIceConnectionStateChange.bind(this),this._pc.onsignalingstatechange=this._onSignalingStateChange.bind(this),this._pc.onicecandidate=this._onIceCandidate.bind(this),this._channel=null,this.stream&&this._setupVideo(this.stream),void(this.initiator?(this._setupData({channel:this._pc.createDataChannel(this.channelName)}),this._pc.onnegotiationneeded=f(function(){this._pc.createOffer(function(e){this._pc.setLocalDescription(e);var t=function(){this.emit("signal",this._pc.localDescription||e)}.bind(this);this.trickle||this._iceComplete?t():this.once("_iceComplete",t)}.bind(this),this._onError.bind(this))}.bind(this)),window.mozRTCPeerConnection&&setTimeout(this._pc.onnegotiationneeded.bind(this._pc),0)):this._pc.ondatachannel=this._setupData.bind(this))):new n(e)}function r(e){h.Duplex.call(this,e),this._peer=e._peer,i("new stream")}t.exports=n;var i=e("debug")("simple-peer"),o=e("events").EventEmitter,s=e("extend.js"),a=e("hat"),c=e("inherits"),u=e("is-typedarray"),f=e("once"),h=e("stream"),d=e("typedarray-to-buffer"),l="undefined"!=typeof window&&(window.mozRTCPeerConnection||window.RTCPeerConnection||window.webkitRTCPeerConnection),p="undefined"!=typeof window&&(window.mozRTCSessionDescription||window.RTCSessionDescription||window.webkitRTCSessionDescription),g="undefined"!=typeof window&&(window.mozRTCIceCandidate||window.RTCIceCandidate||window.webkitRTCIceCandidate);c(n,o),n.config={iceServers:[{url:"stun:23.21.150.121"}]},n.constraints={},n.prototype.send=function(e,t){return this._channelReady?(i("send %s",e),this._channel.send(u.strict(e)||e instanceof ArrayBuffer||e instanceof Blob||"string"==typeof e?e:JSON.stringify(e)),void(t&&t(null))):this.once("ready",this.send.bind(this,e,t))},n.prototype.signal=function(e){if(!this.destroyed){if("string"==typeof e)try{e=JSON.parse(e)}catch(t){e={}}if(i("signal %s",JSON.stringify(e)),e.sdp&&this._pc.setRemoteDescription(new p(e),function(){var e="offer"===this._pc.remoteDescription.type;e&&this._pc.createAnswer(function(e){this._pc.setLocalDescription(e);var t=function(){this.emit("signal",this._pc.localDescription||e)}.bind(this);this.trickle||this._iceComplete?t():this.once("_iceComplete",t)}.bind(this),this._onError.bind(this))}.bind(this),this._onError.bind(this)),e.candidate)try{this._pc.addIceCandidate(new g(e.candidate))}catch(t){this.destroy(new Error("error adding candidate, "+t.message))}e.sdp||e.candidate||this.destroy(new Error("signal() called with invalid signal data"))}},n.prototype.destroy=function(e,t){if(!this.destroyed){if(i("destroy (error: %s)",e&&e.message),this.destroyed=!0,this.ready=!1,"function"==typeof e&&(t=e,e=null),t&&this.once("close",t),this._pc){try{this._pc.close()}catch(e){}this._pc.oniceconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._pc.onicecandidate=null}if(this._channel){try{this._channel.close()}catch(e){}this._channel.onmessage=null,this._channel.onopen=null,this._channel.onclose=null}this._pc=null,this._channel=null,this._dataStreams.forEach(function(t){e&&t.emit("error",e),t._readableState.ended||t.push(null),t._writableState.finished||t.end()}),this._dataStreams=[],e&&this.emit("error",e),this.emit("close")}},n.prototype.getDataStream=function(e){if(this.destroyed)throw new Error("peer is destroyed");var t=new r(s({_peer:this},e));return this._dataStreams.push(t),t},n.prototype._setupData=function(e){this._channel=e.channel,this.channelName=this._channel.label,this._channel.binaryType="arraybuffer",this._channel.onmessage=this._onChannelMessage.bind(this),this._channel.onopen=this._onChannelOpen.bind(this),this._channel.onclose=this._onChannelClose.bind(this)},n.prototype._setupVideo=function(e){this._pc.addStream(e),this._pc.onaddstream=this._onAddStream.bind(this)},n.prototype._onIceConnectionStateChange=function(){var e=this._pc.iceGatheringState,t=this._pc.iceConnectionState;this.emit("iceConnectionStateChange",e,t),i("iceConnectionStateChange %s %s",e,t),("connected"===t||"completed"===t)&&(this._pcReady=!0,this._maybeReady()),("disconnected"===t||"closed"===t)&&this.destroy()},n.prototype._maybeReady=function(){i("maybeReady pc %s channel %s",this._pcReady,this._channelReady),!this.ready&&this._pcReady&&this._channelReady&&(i("ready"),this.ready=!0,this.emit("ready"))},n.prototype._onSignalingStateChange=function(){this.emit("signalingStateChange",this._pc.signalingState),i("signalingStateChange %s",this._pc.signalingState)},n.prototype._onIceCandidate=function(e){e.candidate&&this.trickle?this.emit("signal",{candidate:e.candidate}):e.candidate||(this._iceComplete=!0,this.emit("_iceComplete"))},n.prototype._onChannelMessage=function(e){if(!this.destroyed){var t=e.data;if(i("receive %s",t),t instanceof ArrayBuffer)t=d(new Uint8Array(t)),this.emit("message",t);else try{this.emit("message",JSON.parse(t))}catch(n){this.emit("message",t)}this._dataStreams.forEach(function(e){e.push(t)})}},n.prototype._onChannelOpen=function(){this._channelReady=!0,this._maybeReady()},n.prototype._onChannelClose=function(){this._channelReady=!1,this.destroy()},n.prototype._onAddStream=function(e){this.emit("stream",e.stream)},n.prototype._onError=function(e){i("error %s",e.message),this.destroy(e)},c(r,h.Duplex),r.prototype.destroy=function(){this._peer.destroy()},r.prototype._read=function(){},r.prototype._write=function(e,t,n){this._peer.send(e,n)}},{debug:44,events:16,"extend.js":51,hat:53,inherits:54,"is-typedarray":72,once:57,stream:31,"typedarray-to-buffer":73}],72:[function(e,t){function n(e){return r(e)||i(e)}function r(e){return e instanceof Int8Array||e instanceof Int16Array||e instanceof Int32Array||e instanceof Uint8Array||e instanceof Uint16Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array}function i(e){return s[o.call(e)]}t.exports=n,n.strict=r,n.loose=i;var o=Object.prototype.toString,s={"[object Int8Array]":!0,"[object Int16Array]":!0,"[object Int32Array]":!0,"[object Uint8Array]":!0,"[object Uint16Array]":!0,"[object Uint32Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0}},{}],73:[function(e,t){t.exports=e(39)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/filestream/node_modules/typedarray-to-buffer/index.js":39,buffer:12}],74:[function(e,t){function n(e,t){return this instanceof n?(r.call(this),t||(t={}),this._url=e,this._reconnect=void 0!==t.reconnect?t.reconnect:s,void this._init()):new n(e,t)}t.exports=n;var r=e("events").EventEmitter,i=e("inherits"),o=e("once"),s=5e3;i(n,r),n.prototype.send=function(e){this._ws&&this._ws.readyState===WebSocket.OPEN&&("object"==typeof e&&(e=JSON.stringify(e)),this._ws.send(e))},n.prototype.destroy=function(e){e&&this.once("close",e);try{this._ws.close()}catch(t){this._onclose()}},n.prototype._init=function(){this._errored=!1,this._ws=new WebSocket(this._url),this._ws.onopen=this._onopen.bind(this),this._ws.onmessage=this._onmessage.bind(this),this._ws.onclose=this._onclose.bind(this),this._ws.onerror=o(this._onerror.bind(this))},n.prototype._onopen=function(){this.emit("ready")},n.prototype._onerror=function(e){this._errored=!0,this.destroy(),this._reconnect?(this._timeout=setTimeout(this._init.bind(this),this._reconnect),this.emit("warning",e)):this.emit("error",e)},n.prototype._onmessage=function(e){var t=e.data;try{t=JSON.parse(e.data)}catch(n){}this.emit("message",t)},n.prototype._onclose=function(){clearTimeout(this._timeout),this._ws&&(this._ws.onopen=null,this._ws.onerror=null,this._ws.onmessage=null,this._ws.onclose=null),this._ws=null,this._errored||this.emit("close")}},{events:16,inherits:54,once:57}],75:[function(e,t){(function(n){var r=e("bencode"),i=e("bitfield"),o=e("events").EventEmitter,s=e("inherits"),a=e("git-sha1"),c=1e7,u=1e3,f=16384;t.exports=function(e){function t(t){o.call(this),this._wire=t,this._metadataComplete=!1,this._metadataSize=null,this._remainingRejects=null,this._fetching=!1,this._bitfield=new i(0,{grow:u}),n.isBuffer(e)&&this.setMetadata(e)}return s(t,o),t.prototype.name="ut_metadata",t.prototype.onHandshake=function(e){this._infoHash=e,this._infoHashHex=e.toString("hex")},t.prototype.onExtendedHandshake=function(e){return e.m&&e.m.ut_metadata?e.metadata_size?e.metadata_size>c?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;e<this._numPieces;e++)this._request(e)},t.prototype._checkDone=function(){for(var e=!0,t=0;t<this._numPieces;t++)if(!this._bitfield.get(t)){e=!1;break}if(e){var n=this.setMetadata(this.metadata);n||this._failedMetadata()}},t.prototype._failedMetadata=function(){this._bitfield=new i(0,{grow:u}),this._remainingRejects-=this._numPieces,this._remainingRejects>0?this._requestPieces():this.emit("warning",new Error("Peer sent invalid metadata"))},t}}).call(this,e("buffer").Buffer)},{bencode:76,bitfield:7,buffer:12,events:16,"git-sha1":52,inherits:54}],76:[function(e,t){t.exports=e(36)},{"./lib/decode":77,"./lib/encode":78,"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/bencode.js":36}],77:[function(e,t){t.exports=e(37)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/decode.js":37,buffer:12}],78:[function(e,t){t.exports=e(38)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/encode.js":38,buffer:12}],79:[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||h,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"),h=30,d=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),d))},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=e.getDataStream(),n=new r(this,t,e.id);this._peers[e.id]=n,this._queue.push(n),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":80,buffer:12,debug:44,events:16,inherits:54,once:57,speedometer:68}],80:[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=d(),this.downloadSpeed=d(),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<e.length;i++){var o=e[i];if(o.piece===t&&o.offset===n&&o.length===r)return 0===i?e.shift():e.splice(i,1),o}return null}function s(e){try{return c.decode(e)}catch(t){console.warn(t)}}t.exports=i;var a=e("bitfield"),c=e("bencode"),u=e("debug")("bittorrent-protocol"),f=e("extend.js"),h=e("inherits"),d=e("speedometer"),l=e("stream"),p=4e5,g=new n("BitTorrent protocol"),m=new n([0,0,0,0]),_=new n([0,0,0,1,0]),v=new n([0,0,0,1,1]),y=new n([0,0,0,1,2]),b=new n([0,0,0,1,3]),w=[0,0,0,0,0,0,0,0],k=[0,0,0,3,9,0,0];h(i,l.Duplex),i.prototype.setKeepAlive=function(e){clearInterval(this._keepAlive),e!==!1&&(this._keepAlive=setInterval(this._push.bind(this,m),6e4))},i.prototype.setTimeout=function(e){this._clearTimeout(),this._timeoutMs=e,this._updateTimeout()},i.prototype.destroy=function(){this.destroyed=!0,this.end()},i.prototype.end=function(){this._onUninterested(),this._onChoke(),l.Duplex.prototype.end.apply(this,arguments)},i.prototype.use=function(e){function t(){}var n=e.name||e.prototype.name;if(!n)throw new Error("Extension API requires a named function, e.g. function name() {}");var r=this._nextExt,i=new e(this);"function"!=typeof i.onHandshake&&(i.onHandshake=t),"function"!=typeof i.onExtendedHandshake&&(i.onExtendedHandshake=t),"function"!=typeof i.onMessage&&(i.onMessage=t),this.extendedMapping[r]=n,this._ext[n]=i,this[n]=i,this._nextExt+=1},i.prototype.handshake=function(e,t,r){if("string"==typeof e&&(e=new n(e,"hex")),"string"==typeof t&&(t=new n(t,"hex")),20!==e.length||20!==t.length)throw new Error("infoHash and peerId MUST have length 20");var i=new n(w);i[5]|=16,r&&r.dht&&(i[7]|=1),this._push(n.concat([g,i,e,t]))},i.prototype.choke=function(){if(!this.amChoking){for(this.amChoking=!0;this.peerRequests.length;)this.peerRequests.pop();this._push(_)}},i.prototype.unchoke=function(){this.amChoking&&(this.amChoking=!1,this._push(v))},i.prototype.interested=function(){this.amInterested||(this.amInterested=!0,this._push(y))},i.prototype.uninterested=function(){this.amInterested&&(this.amInterested=!1,this._push(b))},i.prototype.have=function(e){this._message(4,[e],null)},i.prototype.bitfield=function(e){n.isBuffer(e)||(e=e.buffer),this._message(5,[],e)},i.prototype.request=function(e,t,n,i){return i||(i=function(){}),this._finished?i(new Error("wire is closed")):this.peerChoking?i(new Error("peer is choking")):(this.requests.push(new r(e,t,n,i)),this._updateTimeout(),void this._message(6,[e,t,n],null))},i.prototype.piece=function(e,t,n){this.uploaded+=n.length,this.uploadSpeed(n.length),this.emit("upload",n.length),this._message(7,[e,t],n)},i.prototype.cancel=function(e,t,n){this._callback(o(this.requests,e,t,n),new Error("request was cancelled"),null),this._message(8,[e,t,n],null)},i.prototype.port=function(e){var t=new n(k);t.writeUInt16BE(e,5),this._push(t)},i.prototype.extended=function(e,t){if("string"==typeof e&&this.peerExtendedMapping[e]&&(e=this.peerExtendedMapping[e]),"number"==typeof e){var r=new n([e]),i=n.isBuffer(t)?t:c.encode(t);this._message(20,[],n.concat([r,i]))}else console.warn("Skipping extension",e)},i.prototype._onKeepAlive=function(){this.emit("keep-alive")},i.prototype._onHandshake=function(e,t,n){this.peerId=t,this.peerExtensions=n,this.emit("handshake",e,t,n);var r;for(r in this._ext)this._ext[r].onHandshake(e,t,n);if(n.extended){var i=f({},this.extendedHandshake);i.m={};for(var o in this.extendedMapping)r=this.extendedMapping[o],i.m[r]=Number(o);this.extended(0,c.encode(i))}},i.prototype._onChoke=function(){for(this.peerChoking=!0,this.emit("choke");this.requests.length;)this._callback(this.requests.shift(),new Error("peer is choking"),null)},i.prototype._onUnchoke=function(){this.peerChoking=!1,this.emit("unchoke")},i.prototype._onInterested=function(){this.peerInterested=!0,this.emit("interested")},i.prototype._onUninterested=function(){this.peerInterested=!1,this.emit("uninterested")},i.prototype._onHave=function(e){this.peerPieces.get(e)||(this.peerPieces.set(e,!0),this.emit("have",e))},i.prototype._onBitField=function(e){this.peerPieces=new a(e),this.emit("bitfield",this.peerPieces)},i.prototype._onRequest=function(e,t,n){if(!this.amChoking){var i=function(r,i){s===o(this.peerRequests,e,t,n)&&(r||this.piece(e,t,i))}.bind(this),s=new r(e,t,n,i);this.peerRequests.push(s),this.emit("request",e,t,n,i)}},i.prototype._onPiece=function(e,t,n){this._callback(o(this.requests,e,t,n.length),null,n),this.downloaded+=n.length,this.downloadSpeed(n.length),this.emit("download",n.length),this.emit("piece",e,t,n)},i.prototype._onCancel=function(e,t,n){o(this.peerRequests,e,t,n),this.emit("cancel",e,t,n)},i.prototype._onPort=function(e){this.emit("port",e)},i.prototype._onExtended=function(e,t){var n,r;if(0===e&&(n=s(t))){if(this.peerExtendedHandshake=n,"object"==typeof n.m)for(r in n.m)this.peerExtendedMapping[r]=Number(n.m[r].toString());for(r in this._ext)this.peerExtendedMapping[r]&&this._ext[r].onExtendedHandshake(this.peerExtendedHandshake);this.emit("extended","handshake",this.peerExtendedHandshake)}else this.extendedMapping[e]&&(e=this.extendedMapping[e],this._ext[e]&&this._ext[e].onMessage(t)),this.emit("extended",e,t)},i.prototype._onTimeout=function(){this._callback(this.requests.shift(),new Error("request has timed out"),null),this.emit("timeout")},i.prototype._push=function(e){return this._finished?void 0:this.push(e)},i.prototype._write=function(e,t,r){for(this._bufferSize+=e.length,this._buffer.push(e);this._bufferSize>=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;s<t.length;s++)o.writeUInt32BE(t[s],5+4*s);this._push(o),r&&this._push(r)},i.prototype._onmessagelength=function(e){var t=e.readUInt32BE(0);t>0?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:81,bitfield:7,buffer:12,debug:44,"extend.js":51,inherits:54,speedometer:68,stream:31}],81:[function(e,t){t.exports=e(36)},{"./lib/decode":82,"./lib/encode":83,"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/bencode.js":36}],82:[function(e,t){t.exports=e(37)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/decode.js":37,buffer:12}],83:[function(e,t){t.exports=e(38)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/encode.js":38,buffer:12}],84:[function(e,t){(function(n,r){function i(e){function t(){o.ready=!0,o.emit("ready")}var o=this;return o instanceof i?(e||(e={}),u.call(o),o.torrentPort=e.torrentPort||0,o.tracker=void 0!==e.tracker?e.tracker:!0,o.torrents=[],o.downloadSpeed=_(),o.uploadSpeed=_(),o.storage="function"==typeof e.storage?e.storage:e.storage!==!1&&"function"==typeof h?h:v,o.peerId=void 0===e.peerId?new r("-WW0001-"+d(48),"utf8"):"string"==typeof e.peerId?new r(e.peerId,"utf8"):e.peerId,o.peerIdHex=o.peerId.toString("hex"),o.nodeId=void 0===e.nodeId?new r(d(160),"hex"):"string"==typeof e.nodeId?new r(e.nodeId,"hex"):e.nodeId,o.nodeIdHex=o.nodeId.toString("hex"),e.dht!==!1&&"function"==typeof c&&(o.dht=new c(f({nodeId:o.nodeId},e.dht)),o.dht.listen(e.dhtPort)),a("new webtorrent (peerId %s, nodeId %s)",o.peerIdHex,o.nodeIdHex),void("function"==typeof p?p(e.blocklist,function(e,n){o.blocked=n,t()}):n.nextTick(t))):new i(e)}function o(e){return"undefined"!=typeof Blob&&e instanceof Blob}t.exports=i;var s=e("create-torrent"),a=e("debug")("webtorrent"),c=e("bittorrent-dht/client"),u=e("events").EventEmitter,f=e("extend.js"),h=e("./lib/fs-storage"),d=e("hat"),l=e("inherits"),p=e("load-ip-set"),g=e("run-parallel"),m=e("parse-torrent"),_=e("speedometer"),v=e("./lib/storage"),y=e("./lib/torrent");l(i,u),Object.defineProperty(i.prototype,"ratio",{get:function(){var e=this,t=e.torrents.reduce(function(e,t){return e+t.uploaded},0),n=e.torrents.reduce(function(e,t){return e+t.downloaded},0)||1;return t/n}}),i.prototype.get=function(e){var t=this,n=m(e);if(!n||!n.infoHash)return null;for(var r=0,i=t.torrents.length;i>r;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;a("add %s",e),"function"==typeof t&&(n=t,t={}),t||(t={}),t.client=i,t.storage=t.storage||i.storage;var o=new y(e,f({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(){a("torrent"),i.emit("torrent",o)}),o},i.prototype.seed=function(e,t,n){function i(e){c.infoHash===e.infoHash&&(n(c),a.removeListener("seed",i))}var a=this;"function"==typeof t&&(n=t,t={}),"undefined"!=typeof FileList&&e instanceof FileList&&(e=Array.prototype.slice.call(e)),(o(e)||r.isBuffer(e))&&(e=[e]);var c,u=e.map(function(e){if(o(e))return new FileReadStream(e);if(r.isBuffer(e)){var t=new stream.PassThrough;return t.end(e),t}throw new Error("unsupported input type to `seed`")});s(e,t,function(e,n){if(e)return a.emit("error",e);m(n);a.add(n,t,function(e){c=e,c.storage.load(u,function(e){return e?a.emit("error",e):void a.emit("seed",c)})})}),n&&a.on("seed",i)},i.prototype.remove=function(e,t){var n=this,r=n.get(e);if(!r)throw new Error("No torrent with id "+e);a("remove"),n.torrents.splice(n.torrents.indexOf(r),1),r.destroy(t)},i.prototype.destroy=function(e){var t=this;a("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)}),g(n,e)}}).call(this,e("_process"),e("buffer").Buffer)},{"./lib/fs-storage":11,"./lib/storage":3,"./lib/torrent":4,_process:19,"bittorrent-dht/client":11,buffer:12,"create-torrent":35,debug:44,events:16,"extend.js":51,hat:53,inherits:54,"load-ip-set":11,"parse-torrent":58,"run-parallel":67,speedometer:68}]},{},[84])(84)}); \ No newline at end of file
+!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;s<r.length;s++)i(r[s]);return i}({1:[function(e,t){function n(e,t){var i=this;if(!(i instanceof n))return new n(e,t);s.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 a=t.start+e.offset,c=t.pieceLength;i.startPiece=a/c|0,i.endPiece=(t.end+e.offset)/c|0,i._extname=o.extname(e.name),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/c|0,2),i._offset=a-i.startPiece*c}t.exports=n;var r=e("debug")("webtorrent:file-stream"),i=e("inherits"),o=e("path"),s=e("stream"),a=e("./video-stream");i(n,s.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._missing<i.length&&(i=i.slice(0,e._missing)),e._missing-=i.length,r("pushing buffer of length %s",i.length),e._reading=!1,e.push(i),0===e._missing&&e.push(null)}})}}},n.prototype.pipe=function(e){var t=this,n=s.Readable.prototype.pipe;if(e&&"VIDEO"===e.nodeName){var r=".webm"===t._extname?'video/webm; codecs="vorbis,vp8"':".mp4"===t._extname?'video/mp4; codecs="avc1.42c01e,mp4a.40.2"':void 0;return n.call(t,new a(e,{type:r}))}return n.call(t,e)},n.prototype.destroy=function(){var e=this;e._destroyed||(e._destroyed=!0)}},{"./video-stream":5,debug:44,inherits:56,path:18,stream:31}],2:[function(e,t){function n(e,t){function n(e){e.on("have",function(e){r.pieces[e]++}),e.on("bitfield",r.recalculate.bind(r)),e.on("close",function(){for(var t=0;t<r.numPieces;++t)r.pieces[t]-=e.peerPieces.get(t)})}var r=this;r.swarm=e,r.numPieces=t,r.swarm.wires.forEach(n),r.swarm.on("wire",function(e){r.recalculate(),n(e)}),r.recalculate()}t.exports=n,n.prototype.recalculate=function(){var e=this;e.pieces=[];for(var t=0;t<e.numPieces;++t)e.pieces[t]=0;e.swarm.wires.forEach(function(t){for(var n=0;n<e.numPieces;++n)e.pieces[n]+=t.peerPieces.get(n)})},n.prototype.getRarestPiece=function(e){var t=this,n=[],r=1/0;e=e||function(){return!0};for(var i=0;i<t.numPieces;++i)if(e(i)){var o=t.pieces[i];o===r?n.push(i):r>o&&(n=[i],r=o)}return n.length>0?n[Math.random()*n.length|0]:-1}},{}],3:[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=n.pieceLength=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")("webtorrent:storage"),h=e("dezalgo"),d=e("end-of-stream"),l=e("events").EventEmitter,p=e("extend.js"),g=e("./file-stream"),m=e("inherits"),_=e("multistream"),v=e("once"),y=e("git-sha1"),b=(e("stream"),16384),w=0,k=1,E=2;m(o,l),o.prototype.readBlock=function(e,t,n){var r=this;return n=h(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=h(n),!r._verifyOffset(e)||!r._verifyBlock(e,t))return n(new Error("invalid block "+e+":"+t.length));r._lazyAllocBuffer();var i=e/b;return r.blocks[i]===E?n(null):(t.copy(r.buffer,e),r.blocks[i]=E,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]!==E)return t.blocks[r]=k,{offset:r*b,length:r===n-1?t.length-r*b:b};return null},o.prototype.cancelBlock=function(e){var t=this;if(!t.buffer||!t._verifyOffset(e))return!1;var n=e/b;return t.blocks[n]===k&&(t.blocks[n]=w),!0},o.prototype._reset=function(){var e=this;e.verified=!1,e.blocks=new r(Math.ceil(e.length/b)),e.blocks.fill(0),e.blocksWritten=0},o.prototype.verify=function(e){var t=this;e=e||t.buffer,!t.verified&&e&&(t.verified=y(e)===t.hash,t.verified?t.emit("done"):(t.emit("warning",new Error("piece "+t.index+" failed verification; "+y(e)+" expected "+t.hash)),t._reset()))},o.prototype._verifyOffset=function(e){var t=this;return e%b===0?!0:(t.emit("warning",new Error("piece "+t.index+" invalid offset "+e+" not multiple of "+b+" bytes")),!1)},o.prototype._verifyBlock=function(e,t){var n=this;return t.length===b?!0:t.length===n.length-e&&n.length-e<b?!0:(n.emit("warning",new Error("piece "+n.index+" invalid block of size "+t.length+" bytes")),!1)},o.prototype._lazyAllocBuffer=function(){var e=this;e.buffer||(e.buffer=new r(e.length))},m(s,l),s.prototype.select=function(){var e=this;e.pieces.length>0&&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 g(t,e);return t.storage.emit("select",n.startPiece,n.endPiece,!0,n.notify.bind(n)),d(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")})},m(a,l),a.BLOCK_LENGTH=b,a.prototype.load=function(e,t){var n=this;Array.isArray(e)||(e=[e]),t||(t=function(){}),t=v(t);var r=0;new _(e).pipe(new u(n.pieceLength,{nopad:!0})).on("data",function(e){var t=r;r+=1;var i=0,o=new u(b,{nopad:!0});o.on("data",function(e){var r=i*b;i+=1,n.writeBlock(t,r,e)}),o.end(e)}).on("end",function(){t(null)}).on("error",function(e){t(e)})},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*b)},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=h(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=h(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(b,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=h(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&&h(e)(null)},a.prototype.close=function(e){var t=this;t.closed=!0,e&&h(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":1,_process:19,bitfield:7,"block-stream":8,buffer:12,debug:44,dezalgo:47,"end-of-stream":50,events:16,"extend.js":51,"git-sha1":54,inherits:56,multistream:57,once:59,stream:31}],4:[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 w(i.infoHash,i.client.peerId,{handshake:{dht:!!i.client.dht}}),v(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)),n.nextTick(function(){i.emit("infoHash")})}var i=this;h.call(i),u("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||L,i.pieceTimeout=t.pieceTimeout||I,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 l.get&&/^https?:/.test(e))l.get(e,function(e){e.pipe(c(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("addr-to-ip-port"),c=e("concat-stream"),u=e("debug")("webtorrent:torrent"),f=e("torrent-discovery"),h=e("events").EventEmitter,d=e("fs"),l=e("http-https"),p=e("inherits"),g=e("run-parallel"),m=e("parse-torrent"),_=e("./rarity-map"),v=e("re-emitter"),y=e("./server"),b=e("./storage"),w=e("bittorrent-swarm"),k=e("ut_metadata"),E=e("ut_pex"),x=131072,S=5,I=1e4,L=5e3,A=3*b.BLOCK_LENGTH,B=1e4,T=2;p(i,h),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 f({announce:e.announce,dht:n.client.dht,tracker:n.client.tracker,peerId:n.client.peerId,port:t}),n.discovery.setTorrent(n.infoHash),n.discovery.on("peer",n.addPeer.bind(n)),v(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(u("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 _(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(),u("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(){u("verifying existing torrent data");var e=0,n=0;g(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,u("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;u("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)}),g(n,e)},i.prototype.addPeer=function(e){var t=this;"string"==typeof e&&t.client.blocked&&t.client.blocked.contains(a(e)[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,u("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,u("deselect %s-%s (priority %s)",e,t,n);for(var i=0;i<r._selections.length;++i){var o=r._selections[i];if(o.from===e&&o.to===t&&o.priority===n){r._selections.splice(i--,1);break}}r._updateSelections()},i.prototype.critical=function(e,t){var n=this;u("critical %s-%s",e,t);for(var r=e;t>=r;++r)n._critical[r]=!0;n._updateSelections()},i.prototype._onWire=function(e){var t=this;e.use(k(t.metadata)),t.metadata||(e.ut_metadata.on("metadata",function(e){u("got metadata via ut_metadata"),t._onMetadata(e)}),e.ut_metadata.fetch()),"function"==typeof E&&e.use(E()),e.ut_pex&&e.ut_pex.on("peer",function(e){u("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(){u("port message from "+e.remoteAddress)}),e.on("timeout",function(){u("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(;s<r.storage.pieces.length;++s)if(!e.peerPieces.get(s))return;e.isSeeder=!0,e.choke()}}var r=this,i=null,o=r.chokeTimeout,s=0;e.on("bitfield",function(){n(),r._update()}),e.on("have",function(){n(),r._update()}),e.once("interested",function(){e.unchoke()}),e.on("close",function(){clearTimeout(i)}),e.on("choke",function(){clearTimeout(i),i=setTimeout(t,o)}),e.on("unchoke",function(){clearTimeout(i),r._update()}),e.on("request",function(t,n,i,o){return i>x?(u(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()},i.prototype._onStorage=function(){var e=this;u("on storage"),e.storage.readonly=!1,e.select(0,e.storage.pieces.length-1,!1),e._rechokeIntervalId=setInterval(e._rechoke.bind(e),B),e._rechokeIntervalId.unref&&e._rechokeIntervalId.unref(),n.nextTick(function(){e.ready=!0,e.emit("ready")})},i.prototype._onStoragePiece=function(e){var t=this;u("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<e._selections.length;t++){for(var n=e._selections[t],r=n.offset;e.storage.bitfield.get(n.from+n.offset)&&n.from+n.offset<n.to;)n.offset++;r!==n.offset&&n.notify(),n.to===n.from+n.offset&&e.storage.bitfield.get(n.from+n.offset)&&(e._selections.splice(t--,1),n.notify(),e._updateInterest())}e._selections.length||e.emit("idle")},i.prototype._updateInterest=function(){var e=this,t=e._amInterested;e._amInterested=!!e._selections.length,e.swarm.wires.forEach(function(t){e._amInterested?t.interested():t.uninterested()}),t!==e._amInterested&&e.emit(e._amInterested?"interested":"uninterested")},i.prototype._update=function(){var e=this;e._destroyed||s(e.swarm.wires,e._updateWire.bind(e))},i.prototype._updateWire=function(e){function t(t,n,r,i){return function(o){return o>=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,h=t(o,a,u);c>f&&(r=s.rarityMap.getRarestPiece(h),!(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>A)return function(){return!0};var n=S*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;i<s.swarm.wires.length;i++){var c=s.swarm.wires[i],u=c.downloadSpeed();if(!(A>u||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<s._selections.length&&s._selections[n].priority;n++)t=n;var r=s._selections[e];s._selections[e]=s._selections[t],s._selections[t]=r}function o(n){if(e.requests.length>=S)return!0;for(var o=r(),a=0;a<s._selections.length;a++){var c,u=s._selections[a];if("rarest"===s.strategy)for(var f=u.from+u.offset,h=u.to,d=h-f+1,l={},p=0,g=t(f,h,l,o);d>p&&(c=s.rarityMap.getRarestPiece(g),!(0>c));){for(;s._request(e,c,s._critical[c]||n););if(!(e.requests.length<S))return u.priority&&i(a),!0;l[c]=!0,p++}else for(c=u.from+u.offset;c<=u.to;c++)if(e.peerPieces.get(c)&&o(c)){for(;s._request(e,c,s._critical[c]||n););if(!(e.requests.length<S))return u.priority&&i(a),!0}}return!1}var s=this;if(!e.peerChoking)return e.downloaded?void(o(!1)||o(!0)):n()},i.prototype._rechoke=function(){function e(e,t){return e.downloadSpeed!==t.downloadSpeed?t.downloadSpeed-e.downloadSpeed:e.uploadSpeed!==t.uploadSpeed?t.uploadSpeed-e.uploadSpeed:e.wire.amChoking!==t.wire.amChoking?e.wire.amChoking?1:-1:e.salt-t.salt}var t=this;t._rechokeOptimisticTime>0?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<n.length&&r<t._rechokeNumSlots;++i)n[i].isChoked=!1,n[i].wire.peerInterested&&(r+=1);if(!t._rechokeOptimisticWire&&i<n.length&&t._rechokeNumSlots){var s=n.slice(i).filter(function(e){return e.wire.peerInterested}),a=s[o(s.length)];a&&(a.isChoked=!1,t._rechokeOptimisticWire=a.wire,t._rechokeOptimisticTime=T)}n.forEach(function(e){e.wire.amChoking!==e.isChoked&&(e.isChoked?e.wire.choke():e.wire.unchoke())})},i.prototype._hotswap=function(e,t){var n=this;if(!n.hotswapEnabled)return!1;var r=e.downloadSpeed();if(r<b.BLOCK_LENGTH)return!1;if(!n._reservations[t])return!1;var i=n._reservations[t];if(!i)return!1;var o,s,a=1/0;for(s=0;s<i.length;s++){var c=i[s];if(c&&c!==e){var u=c.downloadSpeed();u>=A||2*u>r||u>a||(o=c,a=u)}}if(!o)return!1;for(s=0;s<i.length;s++)i[s]===o&&(i[s]=null);for(s=0;s<o.requests.length;s++){var f=o.requests[s];f.piece===t&&n.storage.cancelBlock(t,f.offset)}return n.emit("hotswap",o,e,t),!0},i.prototype._request=function(e,t,r){function i(r,s){return o.ready?(f[h]===e&&(f[h]=null),r?(u("error getting piece "+t+"(offset: "+c.offset+" length: "+c.length+") from "+e.remoteAddress+" "+r.message),o.storage.cancelBlock(t,c.offset),n.nextTick(o._update.bind(o)),!1):void o.storage.writeBlock(t,c.offset,s,function(e){e&&(u("error writing block"),o.storage.cancelBlock(t,c.offset)),n.nextTick(o._update.bind(o))})):void o.once("ready",function(){i(r,s)})}var o=this,s=e.requests.length;if(o.storage.bitfield.get(t))return!1;if(s>=S)return!1;var a=0===e.requests.length&&o.storage.numMissing<30,c=o.storage.reserveBlock(t,a);if(!c&&!a&&r&&o._hotswap(e,t)&&(c=o.storage.reserveBlock(t,!1)),!c)return!1;var f=o._reservations[t];f||(f=o._reservations[t]=[]);var h=f.indexOf(null);return-1===h&&(h=f.length),f[h]=e,e.request(t,c.offset,c.length,i),!0},i.prototype.createServer=function(e){var t=this;return"function"==typeof y?new y(t,e):void 0}}).call(this,e("_process"))},{"./rarity-map":2,"./server":11,"./storage":3,_process:19,"addr-to-ip-port":6,"bittorrent-swarm":81,"concat-stream":11,debug:44,events:16,fs:9,"http-https":11,inherits:56,"parse-torrent":60,"re-emitter":68,"run-parallel":69,"torrent-discovery":71,ut_metadata:77,ut_pex:11}],5:[function(e,t){function n(e,t){var i=this;if(!(i instanceof n))return new n($video,t);s.Writable.call(i,t),i.video=e,t=t||{},t.type=t.type||'video/webm; codecs="vorbis,vp8"',r("new videostream %s %s",e,JSON.stringify(t)),i._mediaSource=new a,i._playing=!1,i._sourceBuffer=null,i._cb=null,i.video.src=window.URL.createObjectURL(i._mediaSource);var c=o(function(){i._sourceBuffer=i._mediaSource.addSourceBuffer(t.type),i._sourceBuffer.addEventListener("updateend",i._flow.bind(i)),i._flow()});i._mediaSource.addEventListener("webkitsourceopen",c,!1),i._mediaSource.addEventListener("sourceopen",c,!1),i.on("finish",function(){r("finish"),i._mediaSource.endOfStream()}),window.vs=i}t.exports=n;var r=e("debug")("webtorrent:video-stream"),i=e("inherits"),o=e("once"),s=e("stream"),a="undefined"!=typeof window&&(window.MediaSource||window.WebKitMediaSource);i(n,s.Writable),n.prototype._write=function(e,t,n){var i=this;return i._sourceBuffer?i._sourceBuffer.updating?n(new Error("Cannot append buffer while source buffer updating")):(i._sourceBuffer.appendBuffer(e),r("appendBuffer %s",e.length),i._cb=n,void(i._playing||(i.video.play(),i._playing=!0))):i._cb=function(){i._write(e,t,n)}},n.prototype._flow=function(){var e=this;r("flow"),e._cb&&e._cb(null)}},{debug:44,inherits:56,once:59,stream:31}],6:[function(e,t){var n={};t.exports=function(e){if(!n[e]){var t=e.split(":");n[e]=[t[0],Number(t[1])]}return n[e]}},{}],7:[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<this.buffer.length&&!!(this.buffer[t]&128>>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<this.buffer.length&&(this.buffer[n]&=~(128>>e%8))},n.prototype._grow=function(e){if(this.buffer.length<e&&e<=this.grow){var t=new i(e);t.fill&&t.fill(0);for(var n=0;n<this.buffer.length;n++)t[n]=this.buffer[n];this.buffer=t}},"undefined"!=typeof t&&(t.exports=n)}).call(this,e("buffer").Buffer)},{buffer:12}],8:[function(e,t){(function(n,r){function i(e,t){if(this.writable=this.readable=!0,this._opt=t||{},this._chunkSize=e||512,this._offset=0,this._buffer=[],this._bufferLength=0,this._opt.nopad)this._zeroes=!1;else{this._zeroes=new r(this._chunkSize);for(var n=0;n<this._chunkSize;n++)this._zeroes[n]=0}}t.exports=i;{var o=e("stream").Stream,s=e("inherits"),a=e("assert").ok;n.env.DEBUG?console.error:function(){}}s(i,o),i.prototype.write=function(e){if(this._ended)throw new Error("BlockStream: write after end");if(e&&!r.isBuffer(e)&&(e=new r(e+"")),e.length&&(this._buffer.push(e),this._bufferLength+=e.length),this._bufferLength>=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,h=0;f>h;h++){var c=this._buffer[h],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:19,assert:10,buffer:12,inherits:56,stream:31}],9:[function(){},{}],10:[function(e,t){function n(e,t){return d.isUndefined(t)?""+t:!d.isNumber(t)||!isNaN(t)&&isFinite(t)?d.isFunction(t)||d.isRegExp(t)?t.toString():t:t.toString()}function r(e,t){return d.isString(e)?e.length<t?e:e.slice(0,t):e}function i(e){return r(JSON.stringify(e.actual,n),128)+" "+e.operator+" "+r(JSON.stringify(e.expected,n),128)}function o(e,t,n,r,i){throw new g.AssertionError({message:n,actual:e,expected:t,operator:r,stackStartFunction:i})}function s(e,t){e||o(e,!0,t,"==",g.ok)}function a(e,t){if(e===t)return!0;if(d.isBuffer(e)&&d.isBuffer(t)){if(e.length!=t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}return d.isDate(e)&&d.isDate(t)?e.getTime()===t.getTime():d.isRegExp(e)&&d.isRegExp(t)?e.source===t.source&&e.global===t.global&&e.multiline===t.multiline&&e.lastIndex===t.lastIndex&&e.ignoreCase===t.ignoreCase:d.isObject(e)||d.isObject(t)?u(e,t):e==t}function c(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function u(e,t){if(d.isNullOrUndefined(e)||d.isNullOrUndefined(t))return!1;if(e.prototype!==t.prototype)return!1;if(c(e))return c(t)?(e=l.call(e),t=l.call(t),a(e,t)):!1;try{var n,r,i=m(e),o=m(t)}catch(s){return!1}if(i.length!=o.length)return!1;for(i.sort(),o.sort(),r=i.length-1;r>=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 h(e,t,n,r){var i;d.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 d=e("util/"),l=Array.prototype.slice,p=Object.prototype.hasOwnProperty,g=t.exports=s;g.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}}},d.inherits(g.AssertionError,Error),g.fail=o,g.ok=s,g.equal=function(e,t,n){e!=t&&o(e,t,n,"==",g.equal)},g.notEqual=function(e,t,n){e==t&&o(e,t,n,"!=",g.notEqual)},g.deepEqual=function(e,t,n){a(e,t)||o(e,t,n,"deepEqual",g.deepEqual)},g.notDeepEqual=function(e,t,n){a(e,t)&&o(e,t,n,"notDeepEqual",g.notDeepEqual)},g.strictEqual=function(e,t,n){e!==t&&o(e,t,n,"===",g.strictEqual)},g.notStrictEqual=function(e,t,n){e===t&&o(e,t,n,"!==",g.notStrictEqual)},g.throws=function(){h.apply(this,[!0].concat(l.call(arguments)))},g.doesNotThrow=function(){h.apply(this,[!1].concat(l.call(arguments)))},g.ifError=function(e){if(e)throw e};var m=Object.keys||function(e){var t=[];for(var n in e)p.call(e,n)&&t.push(n);return t}},{"util/":34}],11:[function(e,t){t.exports=e(9)},{"/Users/feross/code/webtorrent/node_modules/browserify/lib/_empty.js":9}],12:[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=E(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&&C(e.data)&&(e=e.data),i=+e.length>0?Math.floor(+e.length):0}if(this.length>O)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+O.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=j(L(t),e,n,r);return i}function s(e,t,n,r){var i=j(A(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=j(T(t),e,n,r);return i}function u(e,t,n,r){var i=j(B(t),e,n,r);return i}function f(e,t,n){return M.fromByteArray(0===t&&n===e.length?e:e.slice(t,n))}function h(e,t,n){var r="",i="";n=Math.min(e.length,n);for(var o=t;n>o;o++)e[o]<=127?(r+=R(i)+String.fromCharCode(e[o]),i=""):i+="%"+e[o].toString(16);return r+R(i)}function d(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 d(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+=I(e[o]);return i}function g(e,t,n){for(var r=e.slice(t,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function m(e,t,n){if(e%1!==0||0>e)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 v(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 y(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 b(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||b(e,t,n,4,3.4028234663852886e38,-3.4028234663852886e38),P.write(e,t,n,r,23,4),n+4}function k(e,t,n,r,i){return i||b(e,t,n,8,1.7976931348623157e308,-1.7976931348623157e308),P.write(e,t,n,r,52,8),n+8}function E(e){for(e=x(e).replace(D,"");e.length%4!==0;)e+="=";return e}function x(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function S(e){return C(e)||r.isBuffer(e)||e&&"object"==typeof e&&"number"==typeof e.length}function I(e){return 16>e?"0"+e.toString(16):e.toString(16)}function L(e){for(var t=[],n=0;n<e.length;n++){var r=e.charCodeAt(n);if(127>=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<o.length;s++)t.push(parseInt(o[s],16))}}return t}function A(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t}function B(e){for(var t,n,r,i=[],o=0;o<e.length;o++)t=e.charCodeAt(o),n=t>>8,r=t%256,i.push(r),i.push(n);return i}function T(e){return M.toByteArray(e)}function j(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 R(e){try{return decodeURIComponent(e)}catch(t){return String.fromCharCode(65533)}}var M=e("base64-js"),P=e("ieee754"),C=e("is-array");n.Buffer=r,n.SlowBuffer=r,n.INSPECT_MAX_BYTES=50,r.poolSize=8192;var O=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(!C(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<e.length;n++)t+=e[n].length;var i=new r(t),o=0;for(n=0;n<e.length;n++){var s=e[n];s.copy(i,o),o+=s.length}return i},r.byteLength=function(e,t){var n;switch(e+="",t||"utf8"){case"ascii":case"binary":case"raw":n=e.length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*e.length;break;case"hex":n=e.length>>>1;break;case"utf8":case"utf-8":n=L(e).length;break;case"base64":n=T(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 h(this,t,n);case"ascii":return d(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 g(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+=" ... ")),"<Buffer "+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 h=this.length-t;n?(n=Number(n),n>h&&(n=h)):n=h,r=String(r||"utf8").toLowerCase();var d;switch(r){case"hex":d=i(this,e,t,n);break;case"utf8":case"utf-8":d=o(this,e,t,n);break;case"ascii":d=s(this,e,t,n);break;case"binary":d=a(this,e,t,n);break;case"base64":d=c(this,e,t,n);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":d=u(this,e,t,n);break;default:throw new TypeError("Unknown encoding: "+r)}return d},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||m(e,1,this.length),this[e]},r.prototype.readUInt16LE=function(e,t){return t||m(e,2,this.length),this[e]|this[e+1]<<8},r.prototype.readUInt16BE=function(e,t){return t||m(e,2,this.length),this[e]<<8|this[e+1]},r.prototype.readUInt32LE=function(e,t){return t||m(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||m(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||m(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},r.prototype.readInt16LE=function(e,t){t||m(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||m(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||m(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||m(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||m(e,4,this.length),P.read(this,e,!0,23,4)},r.prototype.readFloatBE=function(e,t){return t||m(e,4,this.length),P.read(this,e,!1,23,4)},r.prototype.readDoubleLE=function(e,t){return t||m(e,8,this.length),P.read(this,e,!0,52,8)},r.prototype.readDoubleBE=function(e,t){return t||m(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):v(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):v(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):y(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):y(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):v(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):v(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):y(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):y(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 k(this,e,t,!0,n)},r.prototype.writeDoubleBE=function(e,t,n){return k(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-t<i-n&&(i=e.length-t+n);var s=i-n;if(100>s||!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=L(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 U=r.prototype;r._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=U.get,e.set=U.set,e.write=U.write,e.toString=U.toString,e.toLocaleString=U.toString,e.toJSON=U.toJSON,e.equals=U.equals,e.compare=U.compare,e.copy=U.copy,e.slice=U.slice,e.readUInt8=U.readUInt8,e.readUInt16LE=U.readUInt16LE,e.readUInt16BE=U.readUInt16BE,e.readUInt32LE=U.readUInt32LE,e.readUInt32BE=U.readUInt32BE,e.readInt8=U.readInt8,e.readInt16LE=U.readInt16LE,e.readInt16BE=U.readInt16BE,e.readInt32LE=U.readInt32LE,e.readInt32BE=U.readInt32BE,e.readFloatLE=U.readFloatLE,e.readFloatBE=U.readFloatBE,e.readDoubleLE=U.readDoubleLE,e.readDoubleBE=U.readDoubleBE,e.writeUInt8=U.writeUInt8,e.writeUInt16LE=U.writeUInt16LE,e.writeUInt16BE=U.writeUInt16BE,e.writeUInt32LE=U.writeUInt32LE,e.writeUInt32BE=U.writeUInt32BE,e.writeInt8=U.writeInt8,e.writeInt16LE=U.writeInt16LE,e.writeInt16BE=U.writeInt16BE,e.writeInt32LE=U.writeInt32LE,e.writeInt32BE=U.writeInt32BE,e.writeFloatLE=U.writeFloatLE,e.writeFloatBE=U.writeFloatBE,e.writeDoubleLE=U.writeDoubleLE,e.writeDoubleBE=U.writeDoubleBE,e.fill=U.fill,e.inspect=U.inspect,e.toArrayBuffer=U.toArrayBuffer,e};var D=/[^+\/0-9A-z]/g},{"base64-js":13,ieee754:14,"is-array":15}],13:[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[h++]=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 h=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)},{}],14:[function(e,t,n){n.read=function(e,t,n,r,i){var o,s,a=8*i-r-1,c=(1<<a)-1,u=c>>1,f=-7,h=n?i-1:0,d=n?-1:1,l=e[t+h];for(h+=d,o=l&(1<<-f)-1,l>>=-f,f+=a;f>0;o=256*o+e[t+h],h+=d,f-=8);for(s=o&(1<<-f)-1,o>>=-f,f+=r;f>0;s=256*s+e[t+h],h+=d,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<<u)-1,h=f>>1,d=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,l=r?0:o-1,p=r?1:-1,g=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+h>=1?d/c:d*Math.pow(2,1-h),t*c>=2&&(s++,c/=2),s+h>=f?(a=0,s=f):s+h>=1?(a=(t*c-1)*Math.pow(2,i),s+=h):(a=t*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;e[n+l]=255&a,l+=p,a/=256,i-=8);for(s=s<<i|a,u+=i;u>0;e[n+l]=255&s,l+=p,s/=256,u-=8);e[n+l-p]|=128*g}},{}],15:[function(e,t){var n=Array.isArray,r=Object.prototype.toString;t.exports=n||function(e){return!!e&&"[object Array]"==r.call(e)}},{}],16:[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}},{}],17:[function(e,t){t.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},{}],18:[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<e.length;r++)t(e[r],r,e)&&n.push(e[r]);return n}var i=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,o=function(e){return i.exec(e).slice(1)};n.resolve=function(){for(var n="",i=!1,o=arguments.length-1;o>=-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<e.length&&""===e[t];t++);for(var n=e.length-1;n>=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;c<i.length;c++)u.push("..");return u=u.concat(o.slice(a)),u.join("/")},n.sep="/",n.delimiter=":",n.dirname=function(e){var t=o(e),n=t[0],r=t[1];return n||r?(r&&(r=r.substr(0,r.length-1)),n+r):"."},n.basename=function(e,t){var n=o(e)[2];return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n},n.extname=function(e){return o(e)[3]};var s="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return 0>t&&(t=e.length+t),e.substr(t,n)}}).call(this,e("_process"))},{_process:19}],19:[function(e,t){function n(){}var r=t.exports={};r.nextTick=function(){var e="undefined"!=typeof window&&window.setImmediate,t="undefined"!=typeof window&&window.MutationObserver,n="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(e)return function(e){return window.setImmediate(e)};var r=[];if(t){var i=document.createElement("div"),o=new MutationObserver(function(){var e=r.slice();r.length=0,e.forEach(function(e){e()})});return o.observe(i,{attributes:!0}),function(e){r.length||i.setAttribute("yes","no"),r.push(e)}}return n?(window.addEventListener("message",function(e){var t=e.source;if((t===window||null===t)&&"process-tick"===e.data&&(e.stopPropagation(),r.length>0)){var n=r.shift();n()}},!0),function(e){r.push(e),window.postMessage("process-tick","*")}):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")}},{}],20:[function(e,t){t.exports=e("./lib/_stream_duplex.js")},{"./lib/_stream_duplex.js":21}],21:[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":23,"./_stream_writable":25,_process:19,"core-util-is":26,inherits:56}],22:[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":24,"core-util-is":26,inherits:56}],23:[function(e,t){(function(n){function r(t,n){var r=e("./_stream_duplex");t=t||{};var i=t.highWaterMark,o=t.objectMode?16:16384;this.highWaterMark=i||0===i?i:o,this.highWaterMark=~~this.highWaterMark,this.buffer=[],this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.objectMode=!!t.objectMode,n instanceof r&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.defaultEncoding=t.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(A||(A=e("string_decoder/").StringDecoder),this.decoder=new A(t.encoding),this.encoding=t.encoding)}function i(t){e("./_stream_duplex");return this instanceof i?(this._readableState=new r(t,this),this.readable=!0,void I.call(this)):new i(t)}function o(e,t,n,r,i){var o=u(t,n);if(o)e.emit("error",o);else if(L.isNullOrUndefined(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)),i||(t.reading=!1),t.flowing&&0===t.length&&!t.sync?(e.emit("data",n),e.read(0)):(t.length+=t.objectMode?1:n.length,i?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&h(e)),l(e,t);else i||(t.reading=!1);return s(t)}function s(e){return!e.ended&&(e.needReadable||e.length<e.highWaterMark||0===e.length)}function a(e){if(e>=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:isNaN(e)||L.isNull(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 L.isBuffer(t)||L.isString(t)||L.isNullOrUndefined(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,h(e)}function h(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(B("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?n.nextTick(function(){d(e)}):d(e))}function d(e){B("emit readable"),e.emit("readable"),v(e)}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.length<t.highWaterMark&&(B("maybeReadMore read 0"),e.read(0),n!==t.length);)n=t.length;t.readingMore=!1}function g(e){return function(){var t=e._readableState;B("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&S.listenerCount(e,"data")&&(t.flowing=!0,v(e))}}function m(e,t){t.resumeScheduled||(t.resumeScheduled=!0,n.nextTick(function(){_(e,t)}))}function _(e,t){t.resumeScheduled=!1,e.emit("resume"),v(e),t.flowing&&!t.reading&&e.read(0)}function v(e){var t=e._readableState;if(B("flow",t.flowing),t.flowing)do var n=e.read();while(null!==n&&t.flowing)}function y(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(""):x.concat(r,i),r.length=0;else if(e<r[0].length){var a=r[0];n=a.slice(0,e),r[0]=a.slice(e)}else if(e===r[0].length)n=r.shift();else{n=o?"":new x(e);for(var c=0,u=0,f=r.length;f>u&&e>c;u++){var a=r[0],h=Math.min(e-c,a.length);o?n+=a.slice(0,h):a.copy(n,c,0,h),h<a.length?r[0]=a.slice(h):r.shift(),c+=h}}return n}function b(e){var t=e._readableState;if(t.length>0)throw new Error("endReadable called on non-empty stream");t.endEmitted||(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 k(e,t){for(var n=0,r=e.length;r>n;n++)if(e[n]===t)return n;return-1}t.exports=i;var E=e("isarray"),x=e("buffer").Buffer;i.ReadableState=r;var S=e("events").EventEmitter;S.listenerCount||(S.listenerCount=function(e,t){return e.listeners(t).length});var I=e("stream"),L=e("core-util-is");L.inherits=e("inherits");var A,B=e("util");B=B&&B.debuglog?B.debuglog("stream"):function(){},L.inherits(i,I),i.prototype.push=function(e,t){var n=this._readableState;return L.isString(e)&&!n.objectMode&&(t=t||n.defaultEncoding,t!==n.encoding&&(e=new x(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){return A||(A=e("string_decoder/").StringDecoder),this._readableState.decoder=new A(t),this._readableState.encoding=t,this};var T=8388608;i.prototype.read=function(e){B("read",e);var t=this._readableState,n=e;if((!L.isNumber(e)||e>0)&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return B("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?b(this):h(this),null;if(e=c(e,t),0===e&&t.ended)return 0===t.length&&b(this),null;var r=t.needReadable;B("need readable",r),(0===t.length||t.length-e<t.highWaterMark)&&(r=!0,B("length less than watermark",r)),(t.ended||t.reading)&&(r=!1,B("reading or ended",r)),r&&(B("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1),r&&!t.reading&&(e=c(n,t));var i;return i=e>0?y(e,t):null,L.isNull(i)&&(t.needReadable=!0,e=0),t.length-=e,0!==t.length||t.ended||(t.needReadable=!0),n!==e&&t.ended&&0===t.length&&b(this),L.isNull(i)||this.emit("data",i),i},i.prototype._read=function(){this.emit("error",new Error("not implemented"))},i.prototype.pipe=function(e,t){function r(e){B("onunpipe"),e===h&&o()}function i(){B("onend"),e.end()}function o(){B("cleanup"),e.removeListener("close",c),e.removeListener("finish",u),e.removeListener("drain",m),e.removeListener("error",a),e.removeListener("unpipe",r),h.removeListener("end",i),h.removeListener("end",o),h.removeListener("data",s),!d.awaitDrain||e._writableState&&!e._writableState.needDrain||m()}function s(t){B("ondata");var n=e.write(t);!1===n&&(B("false write response, pause",h._readableState.awaitDrain),h._readableState.awaitDrain++,h.pause())}function a(t){B("onerror",t),f(),e.removeListener("error",a),0===S.listenerCount(e,"error")&&e.emit("error",t)}function c(){e.removeListener("finish",u),f()}function u(){B("onfinish"),e.removeListener("close",c),f()}function f(){B("unpipe"),h.unpipe(e)}var h=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,B("pipe count=%d opts=%j",d.pipesCount,t);var l=(!t||t.end!==!1)&&e!==n.stdout&&e!==n.stderr,p=l?i:o;d.endEmitted?n.nextTick(p):h.once("end",p),e.on("unpipe",r);var m=g(h);return e.on("drain",m),h.on("data",s),e._events&&e._events.error?E(e._events.error)?e._events.error.unshift(a):e._events.error=[a,e._events.error]:e.on("error",a),e.once("close",c),e.once("finish",u),e.emit("pipe",h),d.flowing||(B("pipe resume"),h.resume()),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,t.flowing=!1,e&&e.emit("unpipe",this),this);if(!e){var n=t.pipes,r=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var i=0;r>i;i++)n[i].emit("unpipe",this);return this}var i=k(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 r=I.prototype.on.call(this,e,t);if("data"===e&&!1!==this._readableState.flowing&&this.resume(),"readable"===e&&this.readable){var i=this._readableState;if(!i.readableListening)if(i.readableListening=!0,i.emittedReadable=!1,i.needReadable=!0,i.reading)i.length&&h(this,i);else{var o=this;n.nextTick(function(){B("readable nexttick read 0"),o.read(0)})}}return r},i.prototype.addListener=i.prototype.on,i.prototype.resume=function(){var e=this._readableState;return e.flowing||(B("resume"),e.flowing=!0,e.reading||(B("resume read 0"),this.read(0)),m(this,e)),this},i.prototype.pause=function(){return B("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(B("pause"),this._readableState.flowing=!1,this.emit("pause")),this},i.prototype.wrap=function(e){var t=this._readableState,n=!1,r=this;e.on("end",function(){if(B("wrapped end"),t.decoder&&!t.ended){var e=t.decoder.end();e&&e.length&&r.push(e)}r.push(null)}),e.on("data",function(i){if(B("wrapped data"),t.decoder&&(i=t.decoder.write(i)),i&&(t.objectMode||i.length)){var o=r.push(i);o||(n=!0,e.pause())}});for(var i in e)L.isFunction(e[i])&&L.isUndefined(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(t){B("wrapped _read",t),n&&(n=!1,e.resume())
+},r},i._fromList=y}).call(this,e("_process"))},{"./_stream_duplex":21,_process:19,buffer:12,"core-util-is":26,events:16,inherits:56,isarray:17,stream:31,"string_decoder/":32,util:11}],24:[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,a.isNullOrUndefined(n)||e.push(n),i&&i(t);var o=e._readableState;o.reading=!1,(o.needReadable||o.length<o.highWaterMark)&&e._read(o.highWaterMark)}function i(e){if(!(this instanceof i))return new i(e);s.call(this,e),this._transformState=new n(e,this);var t=this;this._readableState.needReadable=!0,this._readableState.sync=!1,this.once("prefinish",function(){a.isFunction(this._flush)?this._flush(function(e){o(t,e)}):o(t)})}function o(e,t){if(t)return e.emit("error",t);var n=e._writableState,r=e._transformState;if(n.length)throw new Error("calling transform done when ws.length != 0");if(r.transforming)throw new Error("calling transform done when still transforming");return e.push(null)}t.exports=i;var s=e("./_stream_duplex"),a=e("core-util-is");a.inherits=e("inherits"),a.inherits(i,s),i.prototype.push=function(e,t){return this._transformState.needTransform=!1,s.prototype.push.call(this,e,t)},i.prototype._transform=function(){throw new Error("not implemented")},i.prototype._write=function(e,t,n){var r=this._transformState;if(r.writecb=n,r.writechunk=e,r.writeencoding=t,!r.transforming){var i=this._readableState;(r.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},i.prototype._read=function(){var e=this._transformState;a.isNull(e.writechunk)||!e.writecb||e.transforming?e.needTransform=!0:(e.transforming=!0,this._transform(e.writechunk,e.writeencoding,e.afterTransform))}},{"./_stream_duplex":21,"core-util-is":26,inherits:56}],25:[function(e,t){(function(n){function r(e,t,n){this.chunk=e,this.encoding=t,this.callback=n}function i(t,n){var r=e("./_stream_duplex");t=t||{};var i=t.highWaterMark,o=t.objectMode?16:16384;this.highWaterMark=i||0===i?i:o,this.objectMode=!!t.objectMode,n instanceof r&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=~~this.highWaterMark,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1;var s=t.decodeStrings===!1;this.decodeStrings=!s,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){l(n,e)},this.writecb=null,this.writelen=0,this.buffer=[],this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1}function o(t){var n=e("./_stream_duplex");return this instanceof o||this instanceof n?(this._writableState=new i(t,this),this.writable=!0,void E.call(this)):new o(t)}function s(e,t,r){var i=new Error("write after end");e.emit("error",i),n.nextTick(function(){r(i)})}function a(e,t,r,i){var o=!0;if(!(k.isBuffer(r)||k.isString(r)||k.isNullOrUndefined(r)||t.objectMode)){var s=new TypeError("Invalid non-string/buffer chunk");e.emit("error",s),n.nextTick(function(){i(s)}),o=!1}return o}function c(e,t,n){return!e.objectMode&&e.decodeStrings!==!1&&k.isString(t)&&(t=new w(t,n)),t}function u(e,t,n,i,o){n=c(t,n,i),k.isBuffer(n)&&(i="buffer");var s=t.objectMode?1:n.length;t.length+=s;var a=t.length<t.highWaterMark;return a||(t.needDrain=!0),t.writing||t.corked?t.buffer.push(new r(n,i,o)):f(e,t,!1,s,n,i,o),a}function f(e,t,n,r,i,o,s){t.writelen=r,t.writecb=s,t.writing=!0,t.sync=!0,n?e._writev(i,t.onwrite):e._write(i,o,t.onwrite),t.sync=!1}function h(e,t,r,i,o){r?n.nextTick(function(){t.pendingcb--,o(i)}):(t.pendingcb--,o(i)),e._writableState.errorEmitted=!0,e.emit("error",i)}function d(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}function l(e,t){var r=e._writableState,i=r.sync,o=r.writecb;if(d(r),t)h(e,r,i,t,o);else{var s=_(e,r);s||r.corked||r.bufferProcessing||!r.buffer.length||m(e,r),i?n.nextTick(function(){p(e,r,s,o)}):p(e,r,s,o)}}function p(e,t,n,r){n||g(e,t),t.pendingcb--,r(),y(e,t)}function g(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}function m(e,t){if(t.bufferProcessing=!0,e._writev&&t.buffer.length>1){for(var n=[],r=0;r<t.buffer.length;r++)n.push(t.buffer[r].callback);t.pendingcb++,f(e,t,!0,t.length,t.buffer,"",function(e){for(var r=0;r<n.length;r++)t.pendingcb--,n[r](e)}),t.buffer=[]}else{for(var r=0;r<t.buffer.length;r++){var i=t.buffer[r],o=i.chunk,s=i.encoding,a=i.callback,c=t.objectMode?1:o.length;if(f(e,t,!1,c,o,s,a),t.writing){r++;break}}r<t.buffer.length?t.buffer=t.buffer.slice(r):t.buffer.length=0}t.bufferProcessing=!1}function _(e,t){return t.ending&&0===t.length&&!t.finished&&!t.writing}function v(e,t){t.prefinished||(t.prefinished=!0,e.emit("prefinish"))}function y(e,t){var n=_(e,t);return n&&(0===t.pendingcb?(v(e,t),t.finished=!0,e.emit("finish")):v(e,t)),n}function b(e,t,r){t.ending=!0,y(e,t),r&&(t.finished?n.nextTick(r):e.once("finish",r)),t.ended=!0}t.exports=o;var w=e("buffer").Buffer;o.WritableState=i;var k=e("core-util-is");k.inherits=e("inherits");var E=e("stream");k.inherits(o,E),o.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe. Not readable."))},o.prototype.write=function(e,t,n){var r=this._writableState,i=!1;return k.isFunction(t)&&(n=t,t=null),k.isBuffer(e)?t="buffer":t||(t=r.defaultEncoding),k.isFunction(n)||(n=function(){}),r.ended?s(this,r,n):a(this,r,e,n)&&(r.pendingcb++,i=u(this,r,e,t,n)),i},o.prototype.cork=function(){var e=this._writableState;e.corked++},o.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.finished||e.bufferProcessing||!e.buffer.length||m(this,e))},o.prototype._write=function(e,t,n){n(new Error("not implemented"))},o.prototype._writev=null,o.prototype.end=function(e,t,n){var r=this._writableState;k.isFunction(e)?(n=e,e=null,t=null):k.isFunction(t)&&(n=t,t=null),k.isNullOrUndefined(e)||this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||b(this,r,n)}}).call(this,e("_process"))},{"./_stream_duplex":21,_process:19,buffer:12,"core-util-is":26,inherits:56,stream:31}],26:[function(e,t,n){(function(e){function t(e){return Array.isArray(e)}function r(e){return"boolean"==typeof e}function i(e){return null===e}function o(e){return null==e}function s(e){return"number"==typeof e}function a(e){return"string"==typeof e}function c(e){return"symbol"==typeof e}function u(e){return void 0===e}function f(e){return h(e)&&"[object RegExp]"===_(e)}function h(e){return"object"==typeof e&&null!==e}function d(e){return h(e)&&"[object Date]"===_(e)}function l(e){return h(e)&&("[object Error]"===_(e)||e instanceof Error)}function p(e){return"function"==typeof e}function g(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||"undefined"==typeof e}function m(t){return e.isBuffer(t)}function _(e){return Object.prototype.toString.call(e)}n.isArray=t,n.isBoolean=r,n.isNull=i,n.isNullOrUndefined=o,n.isNumber=s,n.isString=a,n.isSymbol=c,n.isUndefined=u,n.isRegExp=f,n.isObject=h,n.isDate=d,n.isError=l,n.isFunction=p,n.isPrimitive=g,n.isBuffer=m}).call(this,e("buffer").Buffer)},{buffer:12}],27:[function(e,t){t.exports=e("./lib/_stream_passthrough.js")},{"./lib/_stream_passthrough.js":22}],28:[function(e,t,n){n=t.exports=e("./lib/_stream_readable.js"),n.Stream=e("stream"),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":21,"./lib/_stream_passthrough.js":22,"./lib/_stream_readable.js":23,"./lib/_stream_transform.js":24,"./lib/_stream_writable.js":25,stream:31}],29:[function(e,t){t.exports=e("./lib/_stream_transform.js")},{"./lib/_stream_transform.js":24}],30:[function(e,t){t.exports=e("./lib/_stream_writable.js")},{"./lib/_stream_writable.js":25}],31:[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:16,inherits:56,"readable-stream/duplex.js":20,"readable-stream/passthrough.js":27,"readable-stream/readable.js":28,"readable-stream/transform.js":29,"readable-stream/writable.js":30}],32:[function(e,t,n){function r(e){if(e&&!c(e))throw new Error("Unknown encoding: "+e)}function i(e){return e.toString(this.encoding)}function o(e){this.charReceived=e.length%2,this.charLength=this.charReceived?2:0}function s(e){this.charReceived=e.length%3,this.charLength=this.charReceived?3:0}var a=e("buffer").Buffer,c=a.isEncoding||function(e){switch(e&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}},u=n.StringDecoder=function(e){switch(this.encoding=(e||"utf8").toLowerCase().replace(/[-_]/,""),r(e),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=o;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=s;break;default:return void(this.write=i)}this.charBuffer=new a(6),this.charReceived=0,this.charLength=0};u.prototype.write=function(e){for(var t="";this.charLength;){var n=e.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<this.charLength)return"";e=e.slice(n,e.length),t=this.charBuffer.slice(0,this.charLength).toString(this.encoding);var r=t.charCodeAt(t.length-1);if(!(r>=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:12}],33:[function(e,t){t.exports=function(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},{}],34:[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]),g(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&&I(t.inspect)&&t.inspect!==n.inspect&&(!t.constructor||t.constructor.prototype!==t)){var i=t.inspect(r,e);return y(i)||(i=c(e,i,r)),i}var o=u(e,t);if(o)return o;var s=Object.keys(t),g=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(I(t)){var m=t.name?": "+t.name:"";return e.stylize("[Function"+m+"]","special")}if(k(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(x(t))return e.stylize(Date.prototype.toString.call(t),"date");if(S(t))return f(t)}var _="",v=!1,b=["{","}"];if(p(t)&&(v=!0,b=["[","]"]),I(t)){var w=t.name?": "+t.name:"";_=" [Function"+w+"]"}if(k(t)&&(_=" "+RegExp.prototype.toString.call(t)),x(t)&&(_=" "+Date.prototype.toUTCString.call(t)),S(t)&&(_=" "+f(t)),0===s.length&&(!v||0==t.length))return b[0]+_+b[1];if(0>r)return k(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special");e.seen.push(t);var E;return E=v?h(e,t,r,g,s):s.map(function(n){return d(e,t,r,g,n,v)}),e.seen.pop(),l(E,_,b)}function u(e,t){if(w(t))return e.stylize("undefined","undefined");if(y(t)){var n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}return v(t)?e.stylize(""+t,"number"):g(t)?e.stylize(""+t,"boolean"):m(t)?e.stylize("null","null"):void 0}function f(e){return"["+Error.prototype.toString.call(e)+"]"}function h(e,t,n,r,i){for(var o=[],s=0,a=t.length;a>s;++s)o.push(j(t,String(s))?d(e,t,n,r,String(s),!0):"");return i.forEach(function(i){i.match(/^\d+$/)||o.push(d(e,t,n,r,i,!0))}),o}function d(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")),j(r,i)||(s="["+i+"]"),a||(e.seen.indexOf(u.value)<0?(a=m(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 g(e){return"boolean"==typeof e}function m(e){return null===e}function _(e){return null==e}function v(e){return"number"==typeof e}function y(e){return"string"==typeof e}function b(e){return"symbol"==typeof e}function w(e){return void 0===e}function k(e){return E(e)&&"[object RegExp]"===A(e)}function E(e){return"object"==typeof e&&null!==e}function x(e){return E(e)&&"[object Date]"===A(e)}function S(e){return E(e)&&("[object Error]"===A(e)||e instanceof Error)}function I(e){return"function"==typeof e}function L(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||"undefined"==typeof e}function A(e){return Object.prototype.toString.call(e)}function B(e){return 10>e?"0"+e.toString(10):e.toString(10)}function T(){var e=new Date,t=[B(e.getHours()),B(e.getMinutes()),B(e.getSeconds())].join(":");return[e.getDate(),C[e.getMonth()],t].join(" ")}function j(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var R=/%[sdj%]/g;n.format=function(e){if(!y(e)){for(var t=[],n=0;n<arguments.length;n++)t.push(i(arguments[n]));return t.join(" ")}for(var n=1,r=arguments,o=r.length,s=String(e).replace(R,function(e){if("%%"===e)return"%";if(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+=m(a)||!E(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 M,P={};n.debuglog=function(e){if(w(M)&&(M=t.env.NODE_DEBUG||""),e=e.toUpperCase(),!P[e])if(new RegExp("\\b"+e+"\\b","i").test(M)){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=g,n.isNull=m,n.isNullOrUndefined=_,n.isNumber=v,n.isString=y,n.isSymbol=b,n.isUndefined=w,n.isRegExp=k,n.isObject=E,n.isDate=x,n.isError=S,n.isFunction=I,n.isPrimitive=L,n.isBuffer=e("./support/isBuffer");var C=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];n.log=function(){console.log("%s - %s",T(),n.format.apply(n,arguments))},n.inherits=e("inherits"),n._extend=function(e,t){if(!t||!E(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":33,_process:19,inherits:56}],35:[function(e,t){(function(n){function r(e,t,r){"function"==typeof t&&(r=t,t={});var i;if("function"==typeof FileList&&e instanceof FileList&&(e=Array.prototype.slice.call(e)),(f(e)||n.isBuffer(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 g(e);else{if(!n.isBuffer(e))throw new Error("Array must contain only File objects");t.stream=new k.PassThrough,t.stream.end(e)}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)?m(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)}});b(r,n)}function o(e,t){t=y(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=y(r);var i="",o=e.map(function(e){return e.stream});new v(o).pipe(new d(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,h.encode(o)))})}function u(e,t){return e+t.length}function f(e){return"undefined"!=typeof Blob&&e instanceof Blob}t.exports=r;var h=e("bencode"),d=e("block-stream"),l=e("piece-length"),p=e("path"),g=e("filestream/read"),m=e("flatten"),_=e("fs"),v=e("multistream"),y=e("once"),b=e("run-parallel"),w=e("git-sha1"),k=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:36,"block-stream":8,buffer:12,"filestream/read":40,flatten:41,fs:9,"git-sha1":54,multistream:57,once:59,path:18,"piece-length":42,"run-parallel":69,stream:31}],36:[function(e,t){t.exports={encode:e("./lib/encode"),decode:e("./lib/decode")}},{"./lib/decode":37,"./lib/encode":38}],37:[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:12}],38:[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:12}],39:[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:12}],40:[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")},t.mime&&"function"==typeof t.mime.lookup&&(this._metadata.type=t.mime.lookup(this._metadata.extension)),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:12,"extend.js":51,stream:31,"typedarray-to-buffer":39,util:34}],41:[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)}},{}],42:[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":43}],43:[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}},{}],44:[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":45}],45:[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:46}],46:[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)}},{}],47:[function(e,t){function n(e){var t=!0;return i(function(){t=!1}),function(){var n=arguments,r=this;t?i(function(){e.apply(r,n)}):e.apply(r,n)}}var r=e("wrappy");t.exports=r(n);var i=e("asap")},{asap:48,wrappy:49}],48:[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:19}],49:[function(e,t){function n(e,t){function r(){for(var t=new Array(arguments.length),n=0;n<t.length;n++)t[n]=arguments[n];var r=e.apply(this,t),i=t[t.length-1];return"function"==typeof r&&r!==i&&Object.keys(i).forEach(function(e){r[e]=i[e]}),r}if(e&&t)return n(e)(t);if("function"!=typeof e)throw new TypeError("need wrapper function");return Object.keys(e).forEach(function(t){r[t]=e[t]}),r}t.exports=n},{}],50:[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,h=t.writable||t.writable!==!1&&e.writable,d=function(){e.writable||l()},l=function(){h=!1,f||a()},p=function(){f=!1,h||a()},g=function(e){a(e?new Error("exited with error code: "+e):null)},m=function(){return(!f||u&&u.ended)&&(!h||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",m),e.req?_():e.on("request",_)):h&&!c&&(e.on("end",d),e.on("close",d)),o(e)&&e.on("exit",g),e.on("end",p),e.on("finish",l),t.error!==!1&&e.on("error",a),e.on("close",m),function(){e.removeListener("complete",l),e.removeListener("abort",m),e.removeListener("request",_),e.req&&e.req.removeListener("finish",l),e.removeListener("end",d),e.removeListener("close",d),e.removeListener("finish",l),e.removeListener("exit",g),e.removeListener("end",p),e.removeListener("error",a),e.removeListener("close",m)}};t.exports=s},{once:59}],51:[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}},{}],52:[function(e,t){t.exports=e(39)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/filestream/node_modules/typedarray-to-buffer/index.js":39,buffer:12}],53:[function(e,t){t.exports=e(40)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/filestream/read.js":40,buffer:12,"extend.js":51,stream:31,"typedarray-to-buffer":52,util:34}],54:[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;m+=8*t;for(var i=0;t>i;i++)r(e[i])}function n(e){var t=e.length;m+=8*t;
+for(var n=0;t>n;n++)r(e.charCodeAt(n))}function r(e){c[p]|=(255&e)<<g,g?g-=8:(p++,g=24),16===p&&s()}function i(){r(128),(p>14||14===p&&24>g)&&s(),p=14,g=24,r(0),r(0),r(m>0xffffffffff?m/1099511627776:0),r(m>4294967295?m/4294967296:0);for(var e=24;e>=0;e-=8)r(m>>e);return a(u)+a(f)+a(h)+a(d)+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=h,a=d,g=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 m=(i<<5|i>>>27)+n+g+r+(0|c[e]);g=a,a=s,s=o<<30|o>>>2,o=i,i=m}for(u=u+i|0,f=f+o|0,h=h+s|0,d=d+a|0,l=l+g|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,h=2562383102,d=271733878,l=3285377520,p=0,g=24,m=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:19}],55:[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.floor(r);i++){var a=Math.floor(Math.random()*t).toString(t);s=a+s}if(o){var c=Math.pow(t,o),a=Math.floor(Math.random()*c).toString(t);s=a+s}var u=parseInt(s,t);return 1/0!==u&&u>=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}},{}],56:[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}},{}],57:[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:56,stream:31}],58:[function(e,t){t.exports=e(49)},{"/Users/feross/code/webtorrent/node_modules/dezalgo/node_modules/wrappy/wrappy.js":49}],59:[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}var r=e("wrappy");t.exports=r(n),n.proto=n(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return n(this)},configurable:!0})})},{wrappy:58}],60:[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:12,"magnet-uri":61,"parse-torrent-file":64}],61:[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:12,"thirty-two":62}],62:[function(e,t,n){var r=e("./thirty-two");n.encode=r.encode,n.decode=r.decode},{"./thirty-two":63}],63:[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));i<n.length;){var u=n[i];s>3?(a=u&255>>s,s=(s+5)%8,a=a<<s|(i+1<n.length?n[i+1]:0)>>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<c.length;i++)c[i]=61;return c},n.decode=function(t){var n,r=0,o=0,s=0;e.isBuffer(t)||(t=new e(t));for(var a=new e(Math.ceil(5*t.length/8)),c=0;c<t.length&&61!=t[c];c++){var u=t[c]-48;if(!(u<i.length))throw new Error("Invalid input - it is not base32 encoded string");o=i[u],3>=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:12}],64:[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 h=t.files[t.files.length-1];return t.pieceLength=e.info["piece length"],t.lastPieceLength=(h.offset+h.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;n<e.length;n+=20)t.push(e.slice(n,n+20).toString("hex"));return t}function a(e,t){if(!e)throw new Error("Torrent is missing required field: "+t)}t.exports=r,t.exports.toBuffer=i;var c=e("bencode"),u=e("path"),f=e("git-sha1")}).call(this,e("buffer").Buffer)},{bencode:65,buffer:12,"git-sha1":54,path:18}],65:[function(e,t){t.exports=e(36)},{"./lib/decode":66,"./lib/encode":67,"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/bencode.js":36}],66:[function(e,t){t.exports=e(37)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/decode.js":37,buffer:12}],67:[function(e,t){t.exports=e(38)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/encode.js":38,buffer:12}],68:[function(e,t){function n(e,t,n){Array.isArray(n)||(n=[n]),n.forEach(function(n){e.on(n,function(){var e=[].slice.call(arguments);e.unshift(n),t.emit.apply(t,e)})})}function r(e,t){var r=new i;return n(e,r,t),r}t.exports=n,t.exports.filter=r;var i=e("events").EventEmitter},{events:16}],69:[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)}},{}],70:[function(e,t){var n=1,r=65535,i=4,o=function(){n=n+1&r},s=setInterval(o,1e3/i|0);s.unref&&s.unref(),t.exports=function(e){var t=i*(e||5),o=[0],s=1,a=n-1&r;return function(e){var c=n-a&r;for(c>t&&(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.length<t?0:o[s===t?0:s];return o.length<i?u:(u-f)*i/o.length}}},{}],71:[function(e,t){(function(n){function r(e){var t=this;if(!(t instanceof r))return new r(e);if(s.call(t),e||(e={}),t._performedDHTLookup=!1,a(t,{announce:[],dht:"function"==typeof o,externalDHT:!1,tracker:!0,port:null},e),!t.peerId)throw new Error("peerId required");if(!t.port&&!n.browser)throw new Error("port required");t._createDHT(e.dhtPort)}t.exports=r;var i=e("debug")("torrent-discovery"),o=e("bittorrent-dht/client"),s=e("events").EventEmitter,a=e("extend.js"),c=e("inherits"),u=e("re-emitter"),f=e("bittorrent-tracker/client");c(r,s),r.prototype.setTorrent=function(e){var t=this;if(!t.torrent){if(e&&e.infoHash)t.torrent=e,t.infoHash=e.infoHash;else{if(t.infoHash)return;t.infoHash=e}i("setTorrent %s",e),t.tracker&&t.tracker!==!0?t.tracker.torrentLength=e.length:t._createTracker(),t.dht&&(t.dht.ready?t._dhtLookupAndAnnounce():t.dht.on("ready",t._dhtLookupAndAnnounce.bind(t)))}},r.prototype.stop=function(e){var t=this;t.tracker&&t.tracker.stop&&t.tracker.stop(),!t.externalDHT&&t.dht&&t.dht.destroy?t.dht.destroy(e):n.nextTick(function(){e(null)})},r.prototype._createDHT=function(e){var t=this;t.dht&&(t.dht?t.externalDHT=!0:t.dht=new o,u(t.dht,t,["peer","error","warning"]),t.externalDHT||t.dht.listen(e))},r.prototype._createTracker=function(){var e=this;if(e.tracker){var t=e.torrent||{infoHash:e.infoHash,announce:e.announce};e.tracker=n.browser?new f(e.peerId,t):new f(e.peerId,e.port,t),u(e.tracker,e,["peer","warning","error"]),e.tracker.start()}},r.prototype._dhtLookupAndAnnounce=function(){var e=this;e._performedDHTLookup||(e._performedDHTLookup=!0,i("lookup"),e.dht.lookup(e.infoHash,function(t){!t&&e.port&&(i("dhtAnnounce"),e.dht.announce(e.infoHash,e.port,function(){e.emit("dhtAnnounce")}))}))}}).call(this,e("_process"))},{_process:19,"bittorrent-dht/client":11,"bittorrent-tracker/client":72,debug:44,events:16,"extend.js":51,inherits:56,"re-emitter":68}],72:[function(e,t){(function(n){function r(e,t,o){var c=this;return c instanceof r?(a.call(c),c._opts=o||{},c._peerId=n.isBuffer(e)?e:new n(e,"utf8"),c._infoHash=n.isBuffer(t.infoHash)?t.infoHash:new n(t.infoHash,"hex"),c.torrentLength=t.length,c._numWant=c._opts.numWant||l,c._intervalMs=c._opts.interval||18e5,s("new client %s",c._infoHash.toString("hex")),"string"==typeof t.announce&&(t.announce=[t.announce]),void(c._trackers=(t.announce||[]).filter(function(e){return 0===e.indexOf("ws://")||0===e.indexOf("wss://")}).map(function(e){return new i(c,e,c._opts)}))):new r(e,t,o)}function i(e,t,n){var r=this;a.call(r),r._opts=n||{},r._announceUrl=t,r._peers={},s("new tracker %s",t),r.client=e,r.ready=!1,r._socket=null,r._intervalMs=r.client._intervalMs,r._interval=null}function o(e){return new n(e,"binary").toString("hex")}t.exports=r;var s=e("debug")("webtorrent-tracker"),a=e("events").EventEmitter,c=e("extend.js"),u=e("hat"),f=e("inherits"),h=e("simple-peer"),d=e("simple-websocket"),l=15;f(r,a);var p={};r.prototype.start=function(e){var t=this;t._trackers.forEach(function(t){t.start(e)})},r.prototype.stop=function(e){var t=this;t._trackers.forEach(function(t){t.stop(e)})},r.prototype.complete=function(e){var t=this;t._trackers.forEach(function(t){t.complete(e)})},r.prototype.update=function(e){var t=this;t._trackers.forEach(function(t){t.update(e)})},r.prototype.setInterval=function(e){var t=this;t._intervalMs=e,t._trackers.forEach(function(t){t.setInterval(e)})},f(i,a),i.prototype.start=function(e){var t=this;e=e||{},e.event="started",s("sent `start` %s %s",t._announceUrl,JSON.stringify(e)),t._announce(e),t.setInterval(t._intervalMs)},i.prototype.stop=function(e){var t=this;e=e||{},e.event="stopped",s("sent `stop` %s %s",t._announceUrl,JSON.stringify(e)),t._announce(e),t.setInterval(0)},i.prototype.complete=function(e){var t=this;e=e||{},e.event="completed",e.downloaded=e.downloaded||t.torrentLength||0,s("sent `complete` %s %s",t._announceUrl,JSON.stringify(e)),t._announce(e)},i.prototype.update=function(e){var t=this;e=e||{},s("sent `update` %s %s",t._announceUrl,JSON.stringify(e)),t._announce(e)},i.prototype._init=function(e){var t=this;e&&t.once("ready",e),t._socket||(p[t._announceUrl]?(t._socket=p[t._announceUrl],t._onSocketReady()):(t._socket=p[t._announceUrl]=new d(t._announceUrl),t._socket.on("ready",t._onSocketReady.bind(t))),t._socket.on("warning",t._onSocketWarning.bind(t)),t._socket.on("error",t._onSocketWarning.bind(t)),t._socket.on("message",t._onSocketMessage.bind(t)))},i.prototype._onSocketReady=function(){var e=this;e.ready=!0,e.emit("ready")},i.prototype._onSocketWarning=function(e){s("tracker warning %s",e.message)},i.prototype._onSocketMessage=function(e){var t=this;if("object"!=typeof e||null===e)return t.client.emit("warning",new Error("Invalid tracker response"));if(e.info_hash===t.client._infoHash.toString("binary")){s("received %s from %s",JSON.stringify(e),t._announceUrl);var n=e["failure reason"];if(n)return t.client.emit("warning",new Error(n));var r=e["warning message"];r&&t.client.emit("warning",new Error(r));var i=e.interval||e["min interval"];i&&!t._opts.interval&&0!==t._intervalMs&&t.setInterval(1e3*i);var a=e["tracker id"];a&&(t._trackerId=a),e.complete&&t.client.emit("update",{announce:t._announceUrl,complete:e.complete,incomplete:e.incomplete});var u;e.offer&&(u=new h({trickle:!1}),u.id=o(e.peer_id),u.once("signal",function(n){var r={info_hash:t.client._infoHash.toString("binary"),peer_id:t.client._peerId.toString("binary"),to_peer_id:e.peer_id};t._trackerId&&(r.trackerid=t._trackerId),t._send(c({answer:n,offer_id:e.offer_id},r))}),u.signal(e.offer),t.client.emit("peer",u)),e.answer&&(u=t._peers[e.offer_id],u&&(u.signal(e.answer),t.client.emit("peer",u)))}},i.prototype._announce=function(e){var t=this;return t.ready?void t._generateOffers(function(n){e=c({uploaded:0,downloaded:0,info_hash:t.client._infoHash.toString("binary"),peer_id:t.client._peerId.toString("binary"),offers:n},e),null!=t.client.torrentLength&&null==e.left&&(e.left=t.client.torrentLength-(e.downloaded||0)),t._trackerId&&(e.trackerid=t._trackerId),t._send(e)}):t._init(t._announce.bind(t,e))},i.prototype._send=function(e){var t=this;s("send %s",JSON.stringify(e)),t._socket.send(e)},i.prototype._generateOffers=function(e){function t(){var e=u(160),t=r._peers[e]=new h({initiator:!0,trickle:!1});t.once("signal",function(t){i.push({offer:t,offer_id:e}),n()})}function n(){i.length===r.client._numWant&&(s("generated %s offers",r.client._numWant),e(i))}var r=this,i=[];s("generating %s offers",r.client._numWant);for(var o=0;o<r.client._numWant;++o)t()},i.prototype.setInterval=function(e){var t=this;clearInterval(t._interval),t._intervalMs=e,e&&(t._interval=setInterval(t.update.bind(t),t._intervalMs))}}).call(this,e("buffer").Buffer)},{buffer:12,debug:44,events:16,"extend.js":51,hat:55,inherits:56,"simple-peer":73,"simple-websocket":76}],73:[function(e,t){function n(e){return this instanceof n?(o.call(this),e=s({initiator:!1,stream:!1,config:n.config,constraints:n.constraints,channelName:e&&e.initiator?a(160):null,trickle:!0},e),s(this,e),i("new peer initiator: %s channelName: %s",this.initiator,this.channelName),this.destroyed=!1,this.ready=!1,this._pcReady=!1,this._channelReady=!1,this._dataStreams=[],this._iceComplete=!1,this._pc=new l(this.config,this.constraints),this._pc.oniceconnectionstatechange=this._onIceConnectionStateChange.bind(this),this._pc.onsignalingstatechange=this._onSignalingStateChange.bind(this),this._pc.onicecandidate=this._onIceCandidate.bind(this),this._channel=null,this.stream&&this._setupVideo(this.stream),void(this.initiator?(this._setupData({channel:this._pc.createDataChannel(this.channelName)}),this._pc.onnegotiationneeded=f(function(){this._pc.createOffer(function(e){this._pc.setLocalDescription(e);var t=function(){this.emit("signal",this._pc.localDescription||e)}.bind(this);this.trickle||this._iceComplete?t():this.once("_iceComplete",t)}.bind(this),this._onError.bind(this))}.bind(this)),window.mozRTCPeerConnection&&setTimeout(this._pc.onnegotiationneeded.bind(this._pc),0)):this._pc.ondatachannel=this._setupData.bind(this))):new n(e)}function r(e){h.Duplex.call(this,e),this._peer=e._peer,i("new stream")}t.exports=n;var i=e("debug")("simple-peer"),o=e("events").EventEmitter,s=e("extend.js"),a=e("hat"),c=e("inherits"),u=e("is-typedarray"),f=e("once"),h=e("stream"),d=e("typedarray-to-buffer"),l="undefined"!=typeof window&&(window.mozRTCPeerConnection||window.RTCPeerConnection||window.webkitRTCPeerConnection),p="undefined"!=typeof window&&(window.mozRTCSessionDescription||window.RTCSessionDescription||window.webkitRTCSessionDescription),g="undefined"!=typeof window&&(window.mozRTCIceCandidate||window.RTCIceCandidate||window.webkitRTCIceCandidate);c(n,o),n.config={iceServers:[{url:"stun:23.21.150.121"}]},n.constraints={},n.prototype.send=function(e,t){return this._channelReady?(i("send %s",e),this._channel.send(u.strict(e)||e instanceof ArrayBuffer||e instanceof Blob||"string"==typeof e?e:JSON.stringify(e)),void(t&&t(null))):this.once("ready",this.send.bind(this,e,t))},n.prototype.signal=function(e){if(!this.destroyed){if("string"==typeof e)try{e=JSON.parse(e)}catch(t){e={}}if(i("signal %s",JSON.stringify(e)),e.sdp&&this._pc.setRemoteDescription(new p(e),function(){var e="offer"===this._pc.remoteDescription.type;e&&this._pc.createAnswer(function(e){this._pc.setLocalDescription(e);var t=function(){this.emit("signal",this._pc.localDescription||e)}.bind(this);this.trickle||this._iceComplete?t():this.once("_iceComplete",t)}.bind(this),this._onError.bind(this))}.bind(this),this._onError.bind(this)),e.candidate)try{this._pc.addIceCandidate(new g(e.candidate))}catch(t){this.destroy(new Error("error adding candidate, "+t.message))}e.sdp||e.candidate||this.destroy(new Error("signal() called with invalid signal data"))}},n.prototype.destroy=function(e,t){if(!this.destroyed){if(i("destroy (error: %s)",e&&e.message),this.destroyed=!0,this.ready=!1,"function"==typeof e&&(t=e,e=null),t&&this.once("close",t),this._pc){try{this._pc.close()}catch(e){}this._pc.oniceconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._pc.onicecandidate=null}if(this._channel){try{this._channel.close()}catch(e){}this._channel.onmessage=null,this._channel.onopen=null,this._channel.onclose=null}this._pc=null,this._channel=null,this._dataStreams.forEach(function(t){e&&t.emit("error",e),t._readableState.ended||t.push(null),t._writableState.finished||t.end()}),this._dataStreams=[],e&&this.emit("error",e),this.emit("close")}},n.prototype.getDataStream=function(e){if(this.destroyed)throw new Error("peer is destroyed");var t=new r(s({_peer:this},e));return this._dataStreams.push(t),t},n.prototype._setupData=function(e){this._channel=e.channel,this.channelName=this._channel.label,this._channel.binaryType="arraybuffer",this._channel.onmessage=this._onChannelMessage.bind(this),this._channel.onopen=this._onChannelOpen.bind(this),this._channel.onclose=this._onChannelClose.bind(this)},n.prototype._setupVideo=function(e){this._pc.addStream(e),this._pc.onaddstream=this._onAddStream.bind(this)},n.prototype._onIceConnectionStateChange=function(){var e=this._pc.iceGatheringState,t=this._pc.iceConnectionState;this.emit("iceConnectionStateChange",e,t),i("iceConnectionStateChange %s %s",e,t),("connected"===t||"completed"===t)&&(this._pcReady=!0,this._maybeReady()),("disconnected"===t||"closed"===t)&&this.destroy()},n.prototype._maybeReady=function(){i("maybeReady pc %s channel %s",this._pcReady,this._channelReady),!this.ready&&this._pcReady&&this._channelReady&&(i("ready"),this.ready=!0,this.emit("ready"))},n.prototype._onSignalingStateChange=function(){this.emit("signalingStateChange",this._pc.signalingState),i("signalingStateChange %s",this._pc.signalingState)},n.prototype._onIceCandidate=function(e){e.candidate&&this.trickle?this.emit("signal",{candidate:e.candidate}):e.candidate||(this._iceComplete=!0,this.emit("_iceComplete"))},n.prototype._onChannelMessage=function(e){if(!this.destroyed){var t=e.data;if(i("receive %s",t),t instanceof ArrayBuffer)t=d(new Uint8Array(t)),this.emit("message",t);else try{this.emit("message",JSON.parse(t))}catch(n){this.emit("message",t)}this._dataStreams.forEach(function(e){e.push(t)})}},n.prototype._onChannelOpen=function(){this._channelReady=!0,this._maybeReady()},n.prototype._onChannelClose=function(){this._channelReady=!1,this.destroy()},n.prototype._onAddStream=function(e){this.emit("stream",e.stream)},n.prototype._onError=function(e){i("error %s",e.message),this.destroy(e)},c(r,h.Duplex),r.prototype.destroy=function(){this._peer.destroy()},r.prototype._read=function(){},r.prototype._write=function(e,t,n){this._peer.send(e,n)}},{debug:44,events:16,"extend.js":51,hat:55,inherits:56,"is-typedarray":74,once:59,stream:31,"typedarray-to-buffer":75}],74:[function(e,t){function n(e){return r(e)||i(e)}function r(e){return e instanceof Int8Array||e instanceof Int16Array||e instanceof Int32Array||e instanceof Uint8Array||e instanceof Uint16Array||e instanceof Uint32Array||e instanceof Float32Array||e instanceof Float64Array}function i(e){return s[o.call(e)]}t.exports=n,n.strict=r,n.loose=i;var o=Object.prototype.toString,s={"[object Int8Array]":!0,"[object Int16Array]":!0,"[object Int32Array]":!0,"[object Uint8Array]":!0,"[object Uint16Array]":!0,"[object Uint32Array]":!0,"[object Float32Array]":!0,"[object Float64Array]":!0}},{}],75:[function(e,t){t.exports=e(39)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/filestream/node_modules/typedarray-to-buffer/index.js":39,buffer:12}],76:[function(e,t){function n(e,t){return this instanceof n?(r.call(this),t||(t={}),this._url=e,this._reconnect=void 0!==t.reconnect?t.reconnect:s,void this._init()):new n(e,t)}t.exports=n;var r=e("events").EventEmitter,i=e("inherits"),o=e("once"),s=5e3;i(n,r),n.prototype.send=function(e){this._ws&&this._ws.readyState===WebSocket.OPEN&&("object"==typeof e&&(e=JSON.stringify(e)),this._ws.send(e))},n.prototype.destroy=function(e){e&&this.once("close",e);try{this._ws.close()}catch(t){this._onclose()}},n.prototype._init=function(){this._errored=!1,this._ws=new WebSocket(this._url),this._ws.onopen=this._onopen.bind(this),this._ws.onmessage=this._onmessage.bind(this),this._ws.onclose=this._onclose.bind(this),this._ws.onerror=o(this._onerror.bind(this))},n.prototype._onopen=function(){this.emit("ready")},n.prototype._onerror=function(e){this._errored=!0,this.destroy(),this._reconnect?(this._timeout=setTimeout(this._init.bind(this),this._reconnect),this.emit("warning",e)):this.emit("error",e)},n.prototype._onmessage=function(e){var t=e.data;try{t=JSON.parse(e.data)}catch(n){}this.emit("message",t)},n.prototype._onclose=function(){clearTimeout(this._timeout),this._ws&&(this._ws.onopen=null,this._ws.onerror=null,this._ws.onmessage=null,this._ws.onclose=null),this._ws=null,this._errored||this.emit("close")}},{events:16,inherits:56,once:59}],77:[function(e,t){(function(n){var r=e("bencode"),i=e("bitfield"),o=e("events").EventEmitter,s=e("inherits"),a=e("git-sha1"),c=1e7,u=1e3,f=16384;t.exports=function(e){function t(t){o.call(this),this._wire=t,this._metadataComplete=!1,this._metadataSize=null,this._remainingRejects=null,this._fetching=!1,this._bitfield=new i(0,{grow:u}),n.isBuffer(e)&&this.setMetadata(e)}return s(t,o),t.prototype.name="ut_metadata",t.prototype.onHandshake=function(e){this._infoHash=e,this._infoHashHex=e.toString("hex")},t.prototype.onExtendedHandshake=function(e){return e.m&&e.m.ut_metadata?e.metadata_size?e.metadata_size>c?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;e<this._numPieces;e++)this._request(e)},t.prototype._checkDone=function(){for(var e=!0,t=0;t<this._numPieces;t++)if(!this._bitfield.get(t)){e=!1;break}if(e){var n=this.setMetadata(this.metadata);n||this._failedMetadata()}},t.prototype._failedMetadata=function(){this._bitfield=new i(0,{grow:u}),this._remainingRejects-=this._numPieces,this._remainingRejects>0?this._requestPieces():this.emit("warning",new Error("Peer sent invalid metadata"))},t}}).call(this,e("buffer").Buffer)},{bencode:78,bitfield:7,buffer:12,events:16,"git-sha1":54,inherits:56}],78:[function(e,t){t.exports=e(36)},{"./lib/decode":79,"./lib/encode":80,"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/bencode.js":36}],79:[function(e,t){t.exports=e(37)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/decode.js":37,buffer:12}],80:[function(e,t){t.exports=e(38)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/encode.js":38,buffer:12}],81:[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||h,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"),h=30,d=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),d))},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=e.getDataStream(),n=new r(this,t,e.id);this._peers[e.id]=n,this._queue.push(n),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":82,buffer:12,debug:44,events:16,inherits:56,once:59,speedometer:70}],82:[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=d(),this.downloadSpeed=d(),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<e.length;i++){var o=e[i];if(o.piece===t&&o.offset===n&&o.length===r)return 0===i?e.shift():e.splice(i,1),o}return null}function s(e){try{return c.decode(e)}catch(t){console.warn(t)}}t.exports=i;var a=e("bitfield"),c=e("bencode"),u=e("debug")("bittorrent-protocol"),f=e("extend.js"),h=e("inherits"),d=e("speedometer"),l=e("stream"),p=4e5,g=new n("BitTorrent protocol"),m=new n([0,0,0,0]),_=new n([0,0,0,1,0]),v=new n([0,0,0,1,1]),y=new n([0,0,0,1,2]),b=new n([0,0,0,1,3]),w=[0,0,0,0,0,0,0,0],k=[0,0,0,3,9,0,0];h(i,l.Duplex),i.prototype.setKeepAlive=function(e){clearInterval(this._keepAlive),e!==!1&&(this._keepAlive=setInterval(this._push.bind(this,m),6e4))},i.prototype.setTimeout=function(e){this._clearTimeout(),this._timeoutMs=e,this._updateTimeout()},i.prototype.destroy=function(){this.destroyed=!0,this.end()},i.prototype.end=function(){this._onUninterested(),this._onChoke(),l.Duplex.prototype.end.apply(this,arguments)},i.prototype.use=function(e){function t(){}var n=e.name||e.prototype.name;if(!n)throw new Error("Extension API requires a named function, e.g. function name() {}");var r=this._nextExt,i=new e(this);"function"!=typeof i.onHandshake&&(i.onHandshake=t),"function"!=typeof i.onExtendedHandshake&&(i.onExtendedHandshake=t),"function"!=typeof i.onMessage&&(i.onMessage=t),this.extendedMapping[r]=n,this._ext[n]=i,this[n]=i,this._nextExt+=1},i.prototype.handshake=function(e,t,r){if("string"==typeof e&&(e=new n(e,"hex")),"string"==typeof t&&(t=new n(t,"hex")),20!==e.length||20!==t.length)throw new Error("infoHash and peerId MUST have length 20");var i=new n(w);i[5]|=16,r&&r.dht&&(i[7]|=1),this._push(n.concat([g,i,e,t]))},i.prototype.choke=function(){if(!this.amChoking){for(this.amChoking=!0;this.peerRequests.length;)this.peerRequests.pop();this._push(_)}},i.prototype.unchoke=function(){this.amChoking&&(this.amChoking=!1,this._push(v))},i.prototype.interested=function(){this.amInterested||(this.amInterested=!0,this._push(y))},i.prototype.uninterested=function(){this.amInterested&&(this.amInterested=!1,this._push(b))},i.prototype.have=function(e){this._message(4,[e],null)},i.prototype.bitfield=function(e){n.isBuffer(e)||(e=e.buffer),this._message(5,[],e)},i.prototype.request=function(e,t,n,i){return i||(i=function(){}),this._finished?i(new Error("wire is closed")):this.peerChoking?i(new Error("peer is choking")):(this.requests.push(new r(e,t,n,i)),this._updateTimeout(),void this._message(6,[e,t,n],null))},i.prototype.piece=function(e,t,n){this.uploaded+=n.length,this.uploadSpeed(n.length),this.emit("upload",n.length),this._message(7,[e,t],n)},i.prototype.cancel=function(e,t,n){this._callback(o(this.requests,e,t,n),new Error("request was cancelled"),null),this._message(8,[e,t,n],null)},i.prototype.port=function(e){var t=new n(k);t.writeUInt16BE(e,5),this._push(t)},i.prototype.extended=function(e,t){if("string"==typeof e&&this.peerExtendedMapping[e]&&(e=this.peerExtendedMapping[e]),"number"==typeof e){var r=new n([e]),i=n.isBuffer(t)?t:c.encode(t);this._message(20,[],n.concat([r,i]))}else console.warn("Skipping extension",e)},i.prototype._onKeepAlive=function(){this.emit("keep-alive")},i.prototype._onHandshake=function(e,t,n){this.peerId=t,this.peerExtensions=n,this.emit("handshake",e,t,n);var r;for(r in this._ext)this._ext[r].onHandshake(e,t,n);if(n.extended){var i=f({},this.extendedHandshake);i.m={};for(var o in this.extendedMapping)r=this.extendedMapping[o],i.m[r]=Number(o);this.extended(0,c.encode(i))}},i.prototype._onChoke=function(){for(this.peerChoking=!0,this.emit("choke");this.requests.length;)this._callback(this.requests.shift(),new Error("peer is choking"),null)},i.prototype._onUnchoke=function(){this.peerChoking=!1,this.emit("unchoke")},i.prototype._onInterested=function(){this.peerInterested=!0,this.emit("interested")},i.prototype._onUninterested=function(){this.peerInterested=!1,this.emit("uninterested")},i.prototype._onHave=function(e){this.peerPieces.get(e)||(this.peerPieces.set(e,!0),this.emit("have",e))},i.prototype._onBitField=function(e){this.peerPieces=new a(e),this.emit("bitfield",this.peerPieces)},i.prototype._onRequest=function(e,t,n){if(!this.amChoking){var i=function(r,i){s===o(this.peerRequests,e,t,n)&&(r||this.piece(e,t,i))}.bind(this),s=new r(e,t,n,i);this.peerRequests.push(s),this.emit("request",e,t,n,i)}},i.prototype._onPiece=function(e,t,n){this._callback(o(this.requests,e,t,n.length),null,n),this.downloaded+=n.length,this.downloadSpeed(n.length),this.emit("download",n.length),this.emit("piece",e,t,n)},i.prototype._onCancel=function(e,t,n){o(this.peerRequests,e,t,n),this.emit("cancel",e,t,n)},i.prototype._onPort=function(e){this.emit("port",e)},i.prototype._onExtended=function(e,t){var n,r;if(0===e&&(n=s(t))){if(this.peerExtendedHandshake=n,"object"==typeof n.m)for(r in n.m)this.peerExtendedMapping[r]=Number(n.m[r].toString());for(r in this._ext)this.peerExtendedMapping[r]&&this._ext[r].onExtendedHandshake(this.peerExtendedHandshake);this.emit("extended","handshake",this.peerExtendedHandshake)}else this.extendedMapping[e]&&(e=this.extendedMapping[e],this._ext[e]&&this._ext[e].onMessage(t)),this.emit("extended",e,t)},i.prototype._onTimeout=function(){this._callback(this.requests.shift(),new Error("request has timed out"),null),this.emit("timeout")},i.prototype._push=function(e){return this._finished?void 0:this.push(e)},i.prototype._write=function(e,t,r){for(this._bufferSize+=e.length,this._buffer.push(e);this._bufferSize>=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;s<t.length;s++)o.writeUInt32BE(t[s],5+4*s);this._push(o),r&&this._push(r)},i.prototype._onmessagelength=function(e){var t=e.readUInt32BE(0);t>0?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:83,bitfield:7,buffer:12,debug:44,"extend.js":51,inherits:56,speedometer:70,stream:31}],83:[function(e,t){t.exports=e(36)},{"./lib/decode":84,"./lib/encode":85,"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/bencode.js":36}],84:[function(e,t){t.exports=e(37)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/decode.js":37,buffer:12}],85:[function(e,t){t.exports=e(38)},{"/Users/feross/code/webtorrent/node_modules/create-torrent/node_modules/bencode/lib/encode.js":38,buffer:12}],86:[function(e,t){(function(n,r){function i(e){function t(){o.ready=!0,o.emit("ready")}var o=this;return o instanceof i?(e||(e={}),u.call(o),o.torrentPort=e.torrentPort||0,o.tracker=void 0!==e.tracker?e.tracker:!0,o.torrents=[],o.downloadSpeed=v(),o.uploadSpeed=v(),o.storage="function"==typeof e.storage?e.storage:e.storage!==!1&&"function"==typeof d?d:y,o.peerId=void 0===e.peerId?new r("-WW0001-"+l(48),"utf8"):"string"==typeof e.peerId?new r(e.peerId,"utf8"):e.peerId,o.peerIdHex=o.peerId.toString("hex"),o.nodeId=void 0===e.nodeId?new r(l(160),"hex"):"string"==typeof e.nodeId?new r(e.nodeId,"hex"):e.nodeId,o.nodeIdHex=o.nodeId.toString("hex"),e.dht!==!1&&"function"==typeof c&&(o.dht=new c(f({nodeId:o.nodeId},e.dht)),o.dht.listen(e.dhtPort)),a("new webtorrent (peerId %s, nodeId %s)",o.peerIdHex,o.nodeIdHex),void("function"==typeof g?g(e.blocklist,function(e,n){o.blocked=n,t()}):n.nextTick(t))):new i(e)}function o(e){return"undefined"!=typeof Blob&&e instanceof Blob}t.exports=i;var s=e("create-torrent"),a=e("debug")("webtorrent"),c=e("bittorrent-dht/client"),u=e("events").EventEmitter,f=e("extend.js"),h=e("filestream/read"),d=e("./lib/fs-storage"),l=e("hat"),p=e("inherits"),g=e("load-ip-set"),m=e("run-parallel"),_=e("parse-torrent"),v=e("speedometer"),y=e("./lib/storage"),b=e("stream"),w=e("./lib/torrent");p(i,u),Object.defineProperty(i.prototype,"ratio",{get:function(){var e=this,t=e.torrents.reduce(function(e,t){return e+t.uploaded},0),n=e.torrents.reduce(function(e,t){return e+t.downloaded},0)||1;return t/n}}),i.prototype.get=function(e){var t=this,n=_(e);if(!n||!n.infoHash)return null;for(var r=0,i=t.torrents.length;i>r;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;a("add %s",e),"function"==typeof t&&(n=t,t={}),t||(t={}),t.client=i,t.storage=t.storage||i.storage;var o=new w(e,f({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(){a("torrent"),i.emit("torrent",o)}),o},i.prototype.seed=function(e,t,n){function i(e){c.infoHash===e.infoHash&&(n(c),a.removeListener("seed",i))}var a=this;"function"==typeof t&&(n=t,t={}),"undefined"!=typeof FileList&&e instanceof FileList&&(e=Array.prototype.slice.call(e)),(o(e)||r.isBuffer(e))&&(e=[e]);var c,u=e.map(function(e){if(o(e))return new h(e);if(r.isBuffer(e)){var t=new b.PassThrough;return t.end(e),t}throw new Error("unsupported input type to `seed`")});s(e,t,function(e,n){return e?a.emit("error",e):void a.add(n,t,function(e){c=e,c.storage.load(u,function(e){return e?a.emit("error",e):void a.emit("seed",c)})})}),n&&a.on("seed",i)},i.prototype.remove=function(e,t){var n=this,r=n.get(e);if(!r)throw new Error("No torrent with id "+e);a("remove"),n.torrents.splice(n.torrents.indexOf(r),1),r.destroy(t)},i.prototype.destroy=function(e){var t=this;a("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)}),m(n,e)}}).call(this,e("_process"),e("buffer").Buffer)},{"./lib/fs-storage":11,"./lib/storage":3,"./lib/torrent":4,_process:19,"bittorrent-dht/client":11,buffer:12,"create-torrent":35,debug:44,events:16,"extend.js":51,"filestream/read":53,hat:55,inherits:56,"load-ip-set":11,"parse-torrent":60,"run-parallel":69,speedometer:70,stream:31}]},{},[86])(86)}); \ No newline at end of file