index.js 897 Bytes
module.exports=(()=>{"use strict";var e={621:(e,r,t)=>{const{PassThrough:n}=t(413);e.exports=function(){var e=[];var r=new n({objectMode:true});r.setMaxListeners(0);r.add=add;r.isEmpty=isEmpty;r.on("unpipe",remove);Array.prototype.slice.call(arguments).forEach(add);return r;function add(t){if(Array.isArray(t)){t.forEach(add);return this}e.push(t);t.once("end",remove.bind(null,t));t.once("error",r.emit.bind(r,"error"));t.pipe(r,{end:false});return this}function isEmpty(){return e.length==0}function remove(t){e=e.filter(function(e){return e!==t});if(!e.length&&r.readable){r.end()}}}},413:e=>{e.exports=require("stream")}};var r={};function __nccwpck_require__(t){if(r[t]){return r[t].exports}var n=r[t]={exports:{}};var i=true;try{e[t](n,n.exports,__nccwpck_require__);i=false}finally{if(i)delete r[t]}return n.exports}__nccwpck_require__.ab=__dirname+"/";return __nccwpck_require__(621)})();