From 7a840086336d0a1f11d95fd55a6f46602d1c47a7 Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Tue, 11 Aug 2020 20:48:13 -0400 Subject: [PATCH] Setup Licensed workflow and config files --- .github/workflows/licensed.yml | 20 + .licensed.yml | 14 + .licenses/npm/@actions/core.dep.yml | Bin 0 -> 1336 bytes .licenses/npm/@actions/exec.dep.yml | Bin 0 -> 1336 bytes .licenses/npm/@actions/github.dep.yml | Bin 0 -> 1284 bytes .licenses/npm/@actions/http-client.dep.yml | Bin 0 -> 1388 bytes .licenses/npm/@actions/io.dep.yml | Bin 0 -> 1330 bytes .licenses/npm/@actions/tool-cache.dep.yml | Bin 0 -> 1348 bytes .licenses/npm/@octokit/endpoint.dep.yml | Bin 0 -> 1433 bytes .licenses/npm/@octokit/graphql.dep.yml | Bin 0 -> 1425 bytes .licenses/npm/@octokit/request-error.dep.yml | Bin 0 -> 1428 bytes .licenses/npm/@octokit/request.dep.yml | Bin 0 -> 1470 bytes .licenses/npm/@octokit/rest.dep.yml | Bin 0 -> 1468 bytes .licenses/npm/atob-lite.dep.yml | Bin 0 -> 1506 bytes .licenses/npm/before-after-hook.dep.yml | Bin 0 -> 12356 bytes .licenses/npm/btoa-lite.dep.yml | Bin 0 -> 1506 bytes .licenses/npm/cross-spawn.dep.yml | Bin 0 -> 1528 bytes .licenses/npm/deprecation.dep.yml | Bin 0 -> 1066 bytes .licenses/npm/end-of-stream.dep.yml | Bin 0 -> 1436 bytes .licenses/npm/execa.dep.yml | Bin 0 -> 1401 bytes .licenses/npm/fast-xml-parser.dep.yml | Bin 0 -> 1665 bytes .licenses/npm/get-stream.dep.yml | Bin 0 -> 1429 bytes .licenses/npm/is-plain-object.dep.yml | Bin 0 -> 1703 bytes .licenses/npm/is-stream.dep.yml | Bin 0 -> 1481 bytes .licenses/npm/isexe.dep.yml | Bin 0 -> 1025 bytes .licenses/npm/isobject.dep.yml | Bin 0 -> 1688 bytes .licenses/npm/lodash.get.dep.yml | Bin 0 -> 2290 bytes .licenses/npm/lodash.set.dep.yml | Bin 0 -> 2290 bytes .licenses/npm/lodash.uniq.dep.yml | Bin 0 -> 2292 bytes .licenses/npm/macos-release.dep.yml | Bin 0 -> 1460 bytes .licenses/npm/nice-try.dep.yml | Bin 0 -> 1377 bytes .licenses/npm/node-fetch.dep.yml | Bin 0 -> 2489 bytes .licenses/npm/npm-run-path.dep.yml | Bin 0 -> 1504 bytes .../npm/octokit-pagination-methods.dep.yml | Bin 0 -> 1501 bytes .licenses/npm/once.dep.yml | Bin 0 -> 1006 bytes .licenses/npm/os-name.dep.yml | Bin 0 -> 1450 bytes .licenses/npm/p-finally.dep.yml | Bin 0 -> 1535 bytes .licenses/npm/path-key.dep.yml | Bin 0 -> 1493 bytes .licenses/npm/pump.dep.yml | Bin 0 -> 1411 bytes .licenses/npm/semver-5.7.0.dep.yml | Bin 0 -> 1021 bytes .licenses/npm/semver-6.3.0.dep.yml | Bin 0 -> 1021 bytes .licenses/npm/shebang-command.dep.yml | Bin 0 -> 1486 bytes .licenses/npm/shebang-regex.dep.yml | Bin 0 -> 1491 bytes .licenses/npm/signal-exit.dep.yml | Bin 0 -> 1033 bytes .licenses/npm/strip-eof.dep.yml | Bin 0 -> 1500 bytes .licenses/npm/tunnel.dep.yml | Bin 0 -> 1488 bytes .../npm/universal-user-agent-2.1.0.dep.yml | Bin 0 -> 1118 bytes .../npm/universal-user-agent-4.0.0.dep.yml | Bin 0 -> 1118 bytes .licenses/npm/uuid.dep.yml | Bin 0 -> 1595 bytes .licenses/npm/which.dep.yml | Bin 0 -> 1065 bytes .licenses/npm/windows-release.dep.yml | Bin 0 -> 1479 bytes .licenses/npm/wrappy.dep.yml | Bin 0 -> 994 bytes .licenses/npm/xmlbuilder.dep.yml | Bin 0 -> 1398 bytes dist/licenses.txt | 1305 ----------------- 54 files changed, 34 insertions(+), 1305 deletions(-) create mode 100644 .github/workflows/licensed.yml create mode 100644 .licensed.yml create mode 100644 .licenses/npm/@actions/core.dep.yml create mode 100644 .licenses/npm/@actions/exec.dep.yml create mode 100644 .licenses/npm/@actions/github.dep.yml create mode 100644 .licenses/npm/@actions/http-client.dep.yml create mode 100644 .licenses/npm/@actions/io.dep.yml create mode 100644 .licenses/npm/@actions/tool-cache.dep.yml create mode 100644 .licenses/npm/@octokit/endpoint.dep.yml create mode 100644 .licenses/npm/@octokit/graphql.dep.yml create mode 100644 .licenses/npm/@octokit/request-error.dep.yml create mode 100644 .licenses/npm/@octokit/request.dep.yml create mode 100644 .licenses/npm/@octokit/rest.dep.yml create mode 100644 .licenses/npm/atob-lite.dep.yml create mode 100644 .licenses/npm/before-after-hook.dep.yml create mode 100644 .licenses/npm/btoa-lite.dep.yml create mode 100644 .licenses/npm/cross-spawn.dep.yml create mode 100644 .licenses/npm/deprecation.dep.yml create mode 100644 .licenses/npm/end-of-stream.dep.yml create mode 100644 .licenses/npm/execa.dep.yml create mode 100644 .licenses/npm/fast-xml-parser.dep.yml create mode 100644 .licenses/npm/get-stream.dep.yml create mode 100644 .licenses/npm/is-plain-object.dep.yml create mode 100644 .licenses/npm/is-stream.dep.yml create mode 100644 .licenses/npm/isexe.dep.yml create mode 100644 .licenses/npm/isobject.dep.yml create mode 100644 .licenses/npm/lodash.get.dep.yml create mode 100644 .licenses/npm/lodash.set.dep.yml create mode 100644 .licenses/npm/lodash.uniq.dep.yml create mode 100644 .licenses/npm/macos-release.dep.yml create mode 100644 .licenses/npm/nice-try.dep.yml create mode 100644 .licenses/npm/node-fetch.dep.yml create mode 100644 .licenses/npm/npm-run-path.dep.yml create mode 100644 .licenses/npm/octokit-pagination-methods.dep.yml create mode 100644 .licenses/npm/once.dep.yml create mode 100644 .licenses/npm/os-name.dep.yml create mode 100644 .licenses/npm/p-finally.dep.yml create mode 100644 .licenses/npm/path-key.dep.yml create mode 100644 .licenses/npm/pump.dep.yml create mode 100644 .licenses/npm/semver-5.7.0.dep.yml create mode 100644 .licenses/npm/semver-6.3.0.dep.yml create mode 100644 .licenses/npm/shebang-command.dep.yml create mode 100644 .licenses/npm/shebang-regex.dep.yml create mode 100644 .licenses/npm/signal-exit.dep.yml create mode 100644 .licenses/npm/strip-eof.dep.yml create mode 100644 .licenses/npm/tunnel.dep.yml create mode 100644 .licenses/npm/universal-user-agent-2.1.0.dep.yml create mode 100644 .licenses/npm/universal-user-agent-4.0.0.dep.yml create mode 100644 .licenses/npm/uuid.dep.yml create mode 100644 .licenses/npm/which.dep.yml create mode 100644 .licenses/npm/windows-release.dep.yml create mode 100644 .licenses/npm/wrappy.dep.yml create mode 100644 .licenses/npm/xmlbuilder.dep.yml delete mode 100644 dist/licenses.txt diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml new file mode 100644 index 0000000..ae62613 --- /dev/null +++ b/.github/workflows/licensed.yml @@ -0,0 +1,20 @@ +name: Licensed + +on: + push: {branches: main} + pull_request: {branches: main} + +jobs: + test: + runs-on: ubuntu-latest + name: Check licenses + steps: + - uses: actions/checkout@v2 + - run: npm ci + - name: Install licensed + run: | + cd $RUNNER_TEMP + curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz + sudo tar -xzf licensed.tar.gz + sudo mv licensed /usr/local/bin/licensed + - run: licensed status \ No newline at end of file diff --git a/.licensed.yml b/.licensed.yml new file mode 100644 index 0000000..15f6198 --- /dev/null +++ b/.licensed.yml @@ -0,0 +1,14 @@ +sources: + npm: true + +allowed: + - apache-2.0 + - bsd-2-clause + - bsd-3-clause + - isc + - mit + - cc0-1.0 + - unlicense + +reviewed: + npm: \ No newline at end of file diff --git a/.licenses/npm/@actions/core.dep.yml b/.licenses/npm/@actions/core.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..92b8b024fbaca7f1c6ecc523a6ad3f7aa09bb71e GIT binary patch literal 1336 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 literal 0 HcmV?d00001 diff --git a/.licenses/npm/@actions/io.dep.yml b/.licenses/npm/@actions/io.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..a23d1af469cde6422e12eaff4f4062302afeae43 GIT binary patch literal 1330 zcmZ8hUys^25P#3781dAT0`%^Yr}KhYtP2TpOt-7kJvfOWZj(5&o$ev^!*}e!R;`2t z9?$&#jm2`gOa|Gj4J`hawby2FYi$*AHZGO!rm$wYN&Gd+EHg>rvKUaW2p%ovzj3 z5Tn=rad4Yt3C>KmRt{MwZ1 z|0b=%fd-^=rq)qlW9q3_gO?#%xadwf_~2Uwi}F6P_#+ZEN_G)Z4~VGXaSd-6qnSKd z<-FA~^c3_^cT*FzJgz&9nawO=-0ExVT?9lIlS4N_a|*p_^d)?&XmOmXPP;aRMhEz6 z^4RG@F@~B3KWk&bscx2sC>lLP-#=BxzK|DYg*xt$xlnn-m+`A3J?pwmc0g*}B6c+f zBaF;nRP940xVV_EGjG9WZH7k2=ee0TDeziW=9`MXqFoq_N7-=&aVb&EyzTpyYh~9# zrS1VDH^z;n7}UcWx}7TL@lj~m!Dwvc{oV5FuH!(VEcW7sa0;x16E8lo9o@l#lz3jG z@WRBQI19iIPIB=I#U4oh3jeTtmjeBK;IGoP>RFo8D><~I< z`JN*aJCoUd zBkY*MjvUEzP|2Y{q}gX^ot47NfrfJ6CHUD2R^-9bw#Ws?V~UQscpraZB~5{FR)%o) zyg1HgL&P|REC__NIh~P0{4uciEn!Ot@QeXGG{KIN4DoPf`Mcf6z$%$v5B~l9`(N?{ DlBJ=q literal 0 HcmV?d00001 diff --git a/.licenses/npm/@actions/tool-cache.dep.yml b/.licenses/npm/@actions/tool-cache.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..9bc438ffe8bec1ac5083710f30003f7be1095aec GIT binary patch literal 1348 zcmZ8hOOM(x5WeSEj5xJYAgX%fR4YxtOuMXP)u=`ELyZ=TYk0SMzj_zB>wvBO&_#CYIyqj~ zK;|jeVQns^P!{@`oXC>Zgk!e68UZ{(^9w&eu^W z9M#xq>pgVn0&7!Eo$8(RVZ&Ls%EBAhC|DG?iN)JMR4dsAMBO8zg8MbR zV31~VFe>Xt9paBc_fSmQX`Bs!=whQ{mZkZjg0El~dgD-bSV34y5HoN4 zc4Zscwos~DfXIz;V<`l6w}x(~(mH$;TDCBlG4TFxd3DpVr%>cO@kBTUR=|04)|@U*AC?0E@(HiG4ux3tMK!SNWQV=i9DpIAX- zAe~%}n;sZQk0C!EWr6ff>Tv_&N_dc+S=GTLN JKVQB^zX3*GsEhyr literal 0 HcmV?d00001 diff --git a/.licenses/npm/@octokit/endpoint.dep.yml b/.licenses/npm/@octokit/endpoint.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..663e74632b281d966c2523e76aec7a08830d5e15 GIT binary patch literal 1433 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 literal 0 HcmV?d00001 diff --git a/.licenses/npm/before-after-hook.dep.yml b/.licenses/npm/before-after-hook.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..440fd2fa798ea6caa932a45876dd077ef88eb0b9 GIT binary patch literal 12356 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 literal 0 HcmV?d00001 diff --git a/.licenses/npm/btoa-lite.dep.yml b/.licenses/npm/btoa-lite.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..5a6d56fed1d7df7aee8bb7a126ff892d1f7debdc GIT binary patch literal 1506 zcmaJ>O_QTG5WVv&y5_W7#n_vxZ;UOERl(pAcqda^dk`QSC4eX-)^SySe4aEOPv(+~ z4N~{}=x+M)@i7`?uU1q!BOg2MRP;+tR-0i(zb(EkzD4dj;(8eS$j*H)r|XJ}UUr?b zZfSKt`Ue_~wYusQ^-2zw%!y{JhjT!si*_wl20xi;6v?5XYBCqACVjd_t?AV$&){gC z8|`YjJR^Rt7PaY@?R;+SU&{}1ovzhj5ezsrMYmVGiXO?Dd8(CNQOegWE7+oMA|j{$ zb}RY^Pef&_Ey7OjA}2+7o>Zr#RSnHUqb33*?RiP>BvHsZsHxYmX9k}FR#jc;JjubS zCZ^M*l=oY=ayqM+oPohBjVK}#Oy#5=d?h5+X1pRYV7gCAd_|DuGO2&}ug@mhRC{B@^$ePi+P zlRmf3!a)F>E!=p`G4-ZFr|_?W#c{4WZQGa{?cuB0A=3K8(3{wIcxfiGs_Q(0hW@+n z50xR#*9*0Rj$6q*KV2{sp&NHcsQhW32GF8Fh-eHN83&kJ5?B%P(bkOfp8Qc-|fNeTv>;q z(CEo%roih5!)toCvAF5jF)H$H`H~1myr6@~zw-^-&_hz-{UN3oUheW^Nr(_hR=!fc zr6hZ$-+8u)iT!a9tSBfKK?C0(QqFMBvvqph@a&nMkelTtJ_XD(fXkdpklx@pL++OL zOssc6Po8+n%h#B;yv%?bK)1P|gbs-)`TCe9f(}P<$O{G;8$f3~+X^tTJRC21Pyk|SJ*yUulfcoqD4SJEy|Hw+g~3<{H{lu@9A!F8JOeN3BVpFDe&f^rBK zA?&8|Wyk!{oAnHOC|Q?0&%C8|o|OWxF&vBXp8moM7E>a4;fu2sIVgO2kpTvt1uW!d z>giui|XeWzx@7x l_bsc=RLfpkr>5mc>enFtgzv3UST>zqL~nzOP59$y^e>2$-Jt*g literal 0 HcmV?d00001 diff --git a/.licenses/npm/cross-spawn.dep.yml b/.licenses/npm/cross-spawn.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..0552e4ff393ca8662a4014363d197bad1f1c5ed3 GIT binary patch literal 1528 zcmZux?~CI$5dH4IV%UD!1;@D-T1qHKy^gXG^^YJsms^gbD7F%-*p`vx%LV$!cO)lw z+frD_YBclay*KhK7K>ouy;wo5l`#u5^2-o>5!y&Ktl*dEUG#HcuOlW5V;`8Q@43FN zAaU6+cHEwn?xAjF*ZetZRSRQ&@F2j4=Ktd5b*O_@^5 zS6{EjPK{K{K{aCWmRTojF&M1tr44QevkDeq)TFWb3R0Soyd(jD6<_TN{>J|Rs#ZWo zD@f;hc*Mg~;I9%jUbQ^879Q&-`03q`ze2_v0S9CRS@H1|(uTutt>`-SyW<2t;rU>; zZ4t_-lf7^)yph}(RZEVT(5QOq#bCL0Jx{U|1|BWydnj)e4^O^PBY5W#<$#C+?$>ZZ zWoojZg|S-J4krXT)E#<`T<+JMM3d((uH1WMJRqu=461RQL+Di_PwrQEiQ{zaq-jHF zq=P?B7Bh_t`q70>&r)eHXsAa+6p0$V?(Zypp7RU6LLN8EjEh|G`TSdvoOzulJz#4z z39}l77W&SAiQ2k|Q*lx_#*33#tD%ujJH8*!qrz)`R9}SGH9v_#S)}bp;D_SL%+tPI znU;4Q9L3E*>@5cm=fZbssCGIUi;qI`4o0PY-~UREZalUG%3@O;Vn%?Luw%ssx+ZIQ zh)X;_gm9qMw%AvI87$7LS12|R=dbVw&DSB2k2^-n5(?&d&}^4df^nKB>3&V~7kI|n zyuh!4;%9)sRRI+?y}?m}wHwF?OSXs}Khu;}ub~Iq&?n}R_MyO>op*{3ms-Jb1= zk|2#WLgzH!FziG!l2;LS#u$(fcz|*nr>Se_@!~xyVU8;##qO2Smu&^xB3%;{io9ZY3{f$wzLg(n zNkWJjEuA?VR%EkSXE9b`7X-rEoXkkhes9>fDPf8;aE}JuIl-F5DdOSCaxc{-+zX<& z8;g;6osp<-Fm2vhOmu=9d`i>M2<_kPr#IW{^P}6ExHK=9OQc3zh<^D+N}reaow&qr VW^p@2V>>=Y!TexxMSl7m`~%?^l=SCU01 zangI@Vlr7MvZrrHU;LnXi zzN7!GtcD{ls_qg2`oZ?bUAuzwp*v>qaMT(D!dY8=xWLJ(&g*&#y)_?At!s2t9v>Ri z!F=dw6(Gheo$(kl;>XJU7xCv(-)m)|=|H`|2mD66`4~@bDTs0{p9!bfFxc_(iLK}g zCPd(P0;E_$*hKbnTXI-oQ!~PH0VK-+Rh$%(Q4yJ*ncM=W8^Tdjq6`hc%!@SJuUN5( zN|x_3hGo7Spj=0jobq&wrsR=jOuj^bHIoGuVh*f;q6GRx3khNy5N_BWDgF%PF{7|9 zdGsR13y2*}8Of%I&S@&A=<)f5dD0U9ou7O3!#%JfIoVJFxDce*;h1epq$sg6$An^^ z$&h5t%N(*&pkfVsL9qytB*?Lk2rZ`Yyrqc9134*1s8q7D2nsANISEV!-DGS-iF39sDiTk;PGxjzg5 literal 0 HcmV?d00001 diff --git a/.licenses/npm/end-of-stream.dep.yml b/.licenses/npm/end-of-stream.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..71cb82915762d7c0979d89b07e7e6637d178de05 GIT binary patch literal 1436 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 DxCb63 literal 0 HcmV?d00001 diff --git a/.licenses/npm/get-stream.dep.yml b/.licenses/npm/get-stream.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..49e1c3fe6def9e7716f94079d94c2ee7c1e6a524 GIT binary patch literal 1429 zcmZWp(Qe~55Pa8HEYg<*kewFjlTj2^Y&s??ONJz08XWF{mS~HGBpM`jIRpKn{zkv7 zL(0h|EnvXna(8BSxY*fj77e183pz`G3V$z0$G2#-nx|e5h0z&KD*)HzyPs+99VP5P0-m0N7 z(rVL=_WrwqA0VUYWz?x!4i=@oa<2!wh-PHU*3!O?bHj^d2PSa?fVNKx|_gu()7xDhe%m!rICjVos1Zq zY+^bZDM=rxZiP9?n4BgtT<8o>QJ@b_r~yvFvKpd%rfUIX_0hcuBaz&|QLAeufJcq4 z$6gLjIL~)fowRi8T1hwMwc_S3kTgOziZfj8j4S`>I+Ff|`LfknsB44{N5sA)7T3ygot+WClAe$-v3Uwmt|9vbEQ z#k_inuG*H)l*V1;w9~h{1acX72PBy&NneV@oJOrD?&z*WYsg}Yf7?b`kiO1 znAjh?f|VuZ1@Y}JNEz|vqXOHxNx-7@!bId@NG=1WScyCbp_=RT!gf%x~B~bA@C*m zEi0a9zKvy`RRxYQx-6=<(kEWBn395*-jH>X1K!(-3h!Cw>oPW>c&mfzw--T*H*All z-?Xe)k^&3QlYK~@zu!XBx|;XR+aB^8=%2so^M_UQ<@R+2{(rMf^M;M~`AhUKZyL}@ literal 0 HcmV?d00001 diff --git a/.licenses/npm/is-plain-object.dep.yml b/.licenses/npm/is-plain-object.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..5494d43d162b64372c257ec03c916ea2ab30b688 GIT binary patch literal 1703 zcmah~QI6X-5dGIF2K(h*$g-OjNa{bWOt0C>l0nJYE*6VKmS~HqBnl+8u7O^t*XYSQ zr0hi!1SnwGB02Nsy~ojbI-Po5(eecdJ?)!9bW^$i!b{`5a;1gr7VvX059XdZ_ZZam zt*3{!E!24djGIAq8jKn^hyxTIjJa?sG?a=LhF7pZgQ+=uP95xLC}pQHqcl{jp_AbHaiMa5Bs2$?d%IimUSb#Ke;lq@A);NweXb$n14-;J6dhRHa{aJ})ZD3N~!n^rTzfAG#y$`?14zf2Y z!5F>esukLLgx*2T6-TK@RdlG@hlAoANBd-HC zB9_K>!>CH4g|4z~WV>Tk9AwkTla+}bSP82g+r_D}Em7>{D|foa4(Oyo+U^S6r8qL< zZC{RbT{I2svGtvSSX*=s&Te0&q1s`u4K{@+8tA2Rb-$N<>8N~7AWK*IW5@{547M!& zNS9;@H(`eB8y_BNzD{>JU<3=3{0Y((gvk^9PLrh%QSq3R{Jm_W{Q-b?6iQ?Uo zCJ%6rxk-x6PqFI}I8VVAy}(g|xhvQZ7OfFIyr(hEpL_?lqIqJmS1E%Kwjs-Dw2MOq z+a24c89^FLgidI(Vpxf6NRkIw8TWvE#06yQFph0GhZpWp3A0=wO1DppKCE+Cr}2{D z<~>1%;eAZTawss0L%Q){8E(P{%aTEgNTW_0Ix>aFHL=^aZit^Kr)gp(MQM^VT>7Y( z_-VWtX}8AhhXjl&a<#rqJeiGd?z^g}1Q7u^5= literal 0 HcmV?d00001 diff --git a/.licenses/npm/is-stream.dep.yml b/.licenses/npm/is-stream.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..5d3afd7d24115a92ba8c791d13d9282d6b0970f1 GIT binary patch literal 1481 zcmZWp-HzHg6u##vj%IHdDZus?Rn=y|3|2#elF;d>>V-)Raht>_b~=l+FSM_*Pqv?( zFrDs7NZ{jhzCRn!X0u5v8o4B8X2y0>G?O2)GfKBhdN+SJ|9xVw7i_neW@7rL5#4o3 zt4bE%Nu9{(M%qfXXN;4eSeJ7C&Cm!`VfP}=n69k7nB`(|R<`Po^FlWZquR2QMt4d=iK5uHBS7tu)!lq8JNg%ZG| zQWt$ATPv*NJgHh5np(KM%f^YjdrwqKQF}zy0#U-@2>62Rb#Dow+fEe@Cm_`pbzeFy zx9wUX@`1&T`^1a~gp1z5jnf=Zqf2#i-_l#W^v7D6Dxgw1_+xL;XFJuKBV`RovUT~d$b)*Jer@m`JjgZh)YDDOnzsbV7igR(&b**2V z%|f@Oa^7*9ysI4B;;4T}?`yaqt+tTukH8;_7c-ppxMeC)*L0L)fZ$fGhjZndHMs4M z#^O>aQPV|tp7+0&=cA4-qb%9vPhrZ4XS7d~PkhbRbQfk=-v#u<^KEj-2_0z|=g*XE zD2$)!BahbsvCsRIWf>)@*THxDh%?lAyowHM9zW6pX5$3^4URtrfb)cMkdAPiVRl11 zmaeuy4`jtVNc%9&`RWjbDeVvGKFJtltN|VKc$0#O?O2@8!HgQQ zPgqd44Wr1>dA#rdC#lm)t7QM2^2cpX+ay{u6dxEAh7S=N=wNUag?ty#I^2biPGw37 zkOrTwbx=xATjt7+H^gU^^CWhbR!N+vSO##M=C9*VJYxZcDbHLun>5)CW?jUX0tZr+q=8(uK?ZvFE&efi~S U`Z~S6o&SG{hP#Nj@XOc9znsg}`v3p{ literal 0 HcmV?d00001 diff --git a/.licenses/npm/isexe.dep.yml b/.licenses/npm/isexe.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..a69a541e0f902190e1cca799b7d82240e6fb8882 GIT binary patch literal 1025 zcmY+DUvJwW6vf~DDXzAcO-h_W41#W7jEnTf)xtrc+nw>}kAe z2o{=FH^0H0LBZMJlJS66%^1}2s`IS1ogUN$ecBKPzg#RXCbZ)*Z)~?PUa7|8fQrvf zt5c`5t7&xa6H@a&@yl!u-j1%(ehDQjXeDR{5cF$U!XJDCkgWzL3MeOimKF;;+?=_z z0lqX}fyHw0BL~s6*HH)UK=mgmY#*FCj=?%V$@bcH#>ZB~grnCpXwYdEW1BOMC|g(u zC*vn2cA~}L-k!sYavILKsrp-D7)Cc(ui*uA1Fpx>jsea(HLKN5A8&ARst@`!gTdKn zbJ8btQ~@6v)X_fcWECN%IK2&+GvTMo!w2#E)-Y)0!1SQ5*NAVl&!>2DOF`6Y`A9g$ zp242i4{SwO@QDbVe*#jiARZzIxve>@u&*UyI{~CD0act-l2MVE9+}(%ryIgiQ=<$G zKg_G5Jgiu?NlLccmki5%I6%ElCOgWDEt-;hRxko%Ity5`A?R8JuGv|yy1Av&jpoT1128|Eo$yguI#=!a)uMRsIE1>i=MzD=iW zTOvh`l{qF9hf>BQYhLf5tOY98a1a!W5J{pO`-sqD29H~ch&+;$YJw^xtE;HM;*yid zRMAbzHnb{e6xT^1YmNsG*y$vg0pU!pefKl=GA`wL&BGCKeO literal 0 HcmV?d00001 diff --git a/.licenses/npm/isobject.dep.yml b/.licenses/npm/isobject.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..3172bef2883701dc050a6e4c886a853e7dc76955 GIT binary patch literal 1688 zcmah~QEuZl5dGIF2Kh=BvYaj!=+=LVO~-6y$)My-gCJPY5^ZrSkp@X6HP8$78a-Ku zlpSn}1qv9pNY1=@?{PGqOeT@yy_kWtdiPD#E_xBhO08z_DY;EIDsXF$N9r~V| z(+rq!gHaZo83f2ZxK_Xm@BG37S1RufA0dZUBj&?Sk z9;9oBT~h0Q`b{fax1Cgf2;-)2v^rS}Wih3fE;=vlESiATgQgs10QdH`ZU3>pJVt{D=6PcBxCeOm|j}% zjn~-!BCQap!C9WhX3Ld$X^~bH>$8DAWkv1w^UBWn7No6>Zgn10$?6 zvi3MJNL6=3akdQGOT#O6%6mm}{#Ww3qpB5wvRGCRDI-8j*s$UYU62J_r6sPf zVtAm{s@PV55iHHCM<|w%=8y0j%@;9{-#3huB@`_1pzBRW3GUN;o^2O2zlS@_%?oUP zid~PuRRO-}8IBUnUBa5M`3lj~JDSnzF%Do$TIC*lSujXpld_7=w^_D94`Ub<^&8Yd?Ao}NTKZkya;pzPhdcOX@QF)Vu;!JdcTWrojHNu29;pw~a_k4XG zlNcW2KYaKwK76hGEb>zZUb%&XP{M>Ugj4Pb{}gtU%htpQ-t^*!lzgDJV)~;599A#4 f$>-!Y2ApT<(Z~)yevX6S7o}+&OGT0Hj literal 0 HcmV?d00001 diff --git a/.licenses/npm/lodash.get.dep.yml b/.licenses/npm/lodash.get.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..c57fdd5056c43a3ede331e7094137f06cc89db68 GIT binary patch literal 2290 zcmZ8jU2o$y5PbKqSmdE-0Y$zR_vC&6iY%YiI+82Pmj*>~M@zKDR1$S0Wk*GSe20{r zG#3Q0C6c={v%5pz-rmky*6;<@vShmQPu$GTTxlWO1-@7M`pDq}jmn9rwlg>2@tS`@t1 zSd^yX>iVb`vs==#R|VG#+Qea$?4lWw;m>A4|Kb}_D7!(4Q)TGs_nxbPRN{V{d7g}^u?a=r8>=jnYn0pOanNM?%NU)6jE{jNqabd&GIW(ycsCa z)!)2j+H=R2vgjM$ny{8Vcq47xp1C&S1R!Tl8F!K(_cs)k;uQsC0NN?jlm0)Hyb>DZ zkLJP@w*<7%Mw2|!S=N1PP=!}oV5_NNC8xuH&vtOIL|clpD0^0GAG#=%h85<`DMA*& z89dUQ6T~OQ&%)OJy5b_SGZQsC)SQ@kDd0(%sz3O)fMYGEk5Nk7AV*o(@*>(3O$8>_ zb+zD{j3idq)G;-3GH=-O=Yn?z4djxSle(zPfg|2xOz<=Q#&27$8lfF%Xod#jP~oIl zi!Su&sK5-e6%|t_?zz<~x_H$S9yS$qUtY0Xx74B$X3XU3W1HOx z*lVz{o$1*r6G!{W9mTFc)IwKdbC#&E>wWCjcEOFBXWMj+p3oe1KonaQ$D7j?rP~9& z94+Vt9FuG={{=JsmKD@L_Nql{h=dZC5*_TaK5;bO6v?u9?F@7_Cc-xGR9D+L>>x2V zuT$4b1K4h|TwxrTvEtK`u53RY#uAJ|0s~~XudnpLwm)ct#t^89ok=%1U(xob23|+B zOIP_rkVO>lXq%-U<7Kp@n_!3M8;>61e4Xxd!j3FR@<&Qn6eN%ITbwLM?V~@oS+v_x zno)ee-Nez-qc{mS`(>PbpgWvR(j3lqALj_1r<5b<6fTZ%ZsoMUkFs!$48dKziStK~ zR&k!#xGMw>Xd7gC9PT$kM%#V1O?MGsEZxZ@P2yygAzO4GCAp96NJ-I0JkV|(Y&I@s zum_XO;SAI5V-|l{=d?~Y%Lp&;tmhI?26vliObL?VCW!AnS_b#Q2a7bL6yP(rZ9@65 zj@&Ec4DcW3ahkYL&?!ulJi{vwth4;(_(QylJPNXSX9ZeiDN6fO4H>kz#--e+S3jAmD}0gHCnCy(fq)XuQ3hVsU3 zCdf!O-lVue3dP+u10!xQM(z@E4p5Y`fw|59;Y!ZG_utLGHqMoEu38q3=9Iq$w@>4> z4aAV)%-a&wOQA5tQdy(0)Nu)O)q>J^+1O0hN_6r;=<)yn literal 0 HcmV?d00001 diff --git a/.licenses/npm/lodash.set.dep.yml b/.licenses/npm/lodash.set.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..23c4c9ac473abf45d2c46895a807c31ac4454b0f GIT binary patch literal 2290 zcmZ8jU2o$y5PbKqSmdE-0Y$!kJh>l$BFksBj^xVnr9n~L(GqPjl|&s$*-_CS-ytO@ z%>@B$iRA9g?C#LFx3{yFHGDy}ESau+&CTr0l@_vH&=3Ci{&zDobXae@W~Te5VQN@V zUh(MwHQZFPq)#91(NDymJE;sWiD_cg$g;1wKdWTJJ9a{t%9u_s=JP3CA)EQE76orL z7Nx1Ux<2Z~?3T3bRl)UwHgOmwyJ$va__JBizxYNJ%5G5NR2h2uz2|D6mF(M+8K5WD zmSaFFWNVZ-^hPR8KV1<#eYPijsZR4>W-i(t(*Ta6`?iDxg;d;s(jLxVv;4{xZw3l< z^*3*s_S~_hEc%AGCah%--bfp_XReJn0mzwC#+@X{{S`%}ctrsjfOg9Cr2h{kuY?Bq zqq#7}EdedG(Ik&_mUZ76RN<8t*lKE6$>}iQvmG2P(U#&Y%AVEQhb{`GVTE~fijW0x z29Gr71o27nv#_JPpx;8@G)W0cZ1$Whj{yomNhQ-O(f zT`jmKBZ<{Dbxe(%%p11+x!|2a1G(hoq%JCR;E1;v6a0+7@!OWGMra2bnxTO>R5&Tt zq6GnV` zM+(sT<0JfVfR~QFotoXE~E89_-#zyR6p>nlC5?GM_ZF$8L2XVMMM7qtDUf!7i3 z(pCNtWD&(X+Ggp8co{9}CfMQm#-oQgU#I(=up5a@$2kJ$Ddk8yg^MGcTRH9Tqbyt_LvR;w;{4I0 zRh%a_?h1he+6Gx3hx<*C(RQD0(_I7@OLsC!lQ>yr$QIp4N$w*%Qd0B*542kcn~h5u z?7<{+IKy=Nn8okcIjz&pGQ!I{>$wD!!QCbrQ-Wl;3F3Q?mcf1S-XhH?1^CQun@~Qi zBlik91N?`1oF*<5bPCfX&+y6v>nwjc{t)jXkAf`TS%FqriWF92oUj@u_FNLZMzSSv z3|=aQZC1oRM0mlpjDii~p=`;U%~Pdcog{qmc{}ln*KXY1{esrE)54k#E?7udt@Y&# zgTI$_7L3C1oliTr?nt^ln23@eMT|K{2-v76sEDzHrk^C5nnFh7kux zp-5g@C)wmp`bWChi^vi}ZW?5dCk9KYcmq>{`?zDs-`Hz!0Jh_iD_H&LNG{m8>YT)% NjV^&-5r6(Q`wy?i=?MS; literal 0 HcmV?d00001 diff --git a/.licenses/npm/lodash.uniq.dep.yml b/.licenses/npm/lodash.uniq.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..13f6956dce7e5f67acf5468da132508ad27455ad GIT binary patch literal 2292 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 literal 0 HcmV?d00001 diff --git a/.licenses/npm/node-fetch.dep.yml b/.licenses/npm/node-fetch.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..109c6d07ba8c1f0dc04fb7b56d253090019e3cd2 GIT binary patch literal 2489 zcmbVOQE%He5PtWsIHWHrW=UNi`e0xf6kCpk*^(j2&4QpPD2cY%QlubK@lx!^??}q2 z-E0d`z<@3C?z`{%NZr}=w_4ZU(&E%2xib*kp_x=a}-9$fiX1{AEYG_;1 zKg}Qn&JKT zo1ye8*#;%kOo-r&3TG7+3Zq-5C*y;fO*~L?=qsvbu#V?Zl1F}9PXILiOV8l%U+^bD z(NNgL1*{zgT;s#riQSsZ?y0xbudBE4{@t%1U_l;P4a=U0uP$aw`<5wV1TX~+?P>W0 z2i(`Rp2EJT6yzSNhV%zIH4=$d&a4PYmFkV@-gG;tu0hj!Yv{bh)ChIji&2H4jOu@bk8b-GX*9p zKGcTGX`3^2(^WC))(B+*QN^H8jo~~s$IABRn_7w8P;#c4Db&osmxIPgWftujO^u#F z_Mj+t^bm!i2CMr!OB-kWLa&g=XqhrAN4y=EikRcIA9{hM(IkwjC0b}Jf1#B&D@Mg$ zaxU@K9gw`J@ghlq7saY7aGR9!ky>5u+=bLg+a7^E6iddP_PC`Q!a0<5G!Sc}-MC~S zPts8BP%4d=f)Ng#>}}m2CHo_fRRnpuEbhWAf;fk5mVS&E(E_f*9G|bIa2FS=bXNdI zWMNX=L%M`8xraaEWHE*4&utdvIi#885O22YIKuTfnXh+?IJt!z%uQ0f@-g0Z1TIo2 zu;>UEN0_^WO_a@7h#ua=>$td|TCinYBnEq#X83k*!>owsyLFhsc9(6_JVF`^gihjQ znPH`96D5U@m2nNCkN5!jDqOEkIg1zWP)TOE!aUvHXYuW-fK|F)M7VepA;a)y9l3HS zaJ~-X%@h{lCcHH)Ge{B1=`^8^Dcr3hvux^y_?Z`Rnixs*G$}HCoTB2acuv2I^JofT z7U#yCWtMK7SYt6}VHE_z+$3^H#(rzq^C@A7F>r?loH)TE3fG8-N0vOxJtg2tpY^6J z3KyHp*5p}t@O0djc)+&mu@)QRr|%tc&x!U+QXi=B1=Rt@1dr!k(R4SPIrRK2?|3}= z82d%pX4;YJE8@P$(>-=N^=eTU_Af2j79T+_>yL{S^JRbdugnVPOeG&*tv|*E)i@wt z;sq^Hn)cSvhZF22qjA+|GB`9Z5nL)0_yTk8DfW%NN^5krYh=ktFs8on_yY2h(glDo za7L;oz=l0={d@P@+32%AA917}4{k1>owOaRzUpY@y9n#JlY>|t_CAy%n0__q%_-bO zI{?d}r=%t&Kfjh{9q*PoThg%rX8{?eYL8p$hJ38HC$7Sh-Zk%{I0ihy5AS|NVgoN-oRsq6E*$4lByC rH1n_%F3juvlbA0+9QJN|n}v(WyWL@f|4HZ{F(z&>;eVcoPm_ND7QHJM literal 0 HcmV?d00001 diff --git a/.licenses/npm/npm-run-path.dep.yml b/.licenses/npm/npm-run-path.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..be3c2bf3bc08b595c94e0618349dc2ee15deab70 GIT binary patch literal 1504 zcmZWp(T>|T5Pa8HEUqtifNU3eG>W1+TRsz&B}0;PIRtr-CE8*kkpfBOY9K$<-{_Zh zNZEmt0tcMA+?}17rFJ%(1+wb-lH}0O^eAUTW!vB@*G4G0q!067=N|%l8K#WDjD26} z%aUHWrHdLh?W1x_gXRO54R7dO*p@m~S6z1@A&tckgpWd2T5uDzs^>#>23%|HV3v!; z85QGkUaNj#glsf7O1Gm~+!Ojm^Q!52(21H$gW_J;+rcb@85vNixmnURBOtQ;Z@Z*# z_(fEqr=Cx#q_UopmKGZ$dh0&Pko9ZYzD}Az4M0ywCu%QJ{{t5>m)BRaAqNXNPRt z0?Me9eXle}K|_@>sumS6sZsUVb7?Ei6C3JF9Gg;zi~ zFg03&?^cW2;e;4m-Hnaoa=Y#XET6i#a_^Y&fKV|SsBxS_>Qy67?mzbuhw<16(}vUt z2Y(zbGK~xRL55DxLTNI*o9F=r&&0WO&(h~Pzu*;kTrD#$@{SkvLoS^6yiTK*XbqE) z)hJl#JO9ON>mm;Rq`FSMJDIhTjd0rWntXMM>*}b!a<6N8AW~V-_9O5^@noiHU$0Dy z=T1j{H4wdp^l&bGlLocp5g&%MqUvZ++V}lg^8CtU8&i>O%GW55i50ZZvyW^YujwHw zaDE8sm6hA=W$U`mU|v-w@+A%I7?T_Va?JPdPZ%U z;oD&NC;(h$RHEq>j>V|m&@RqbTcAhJEMeta=)pFuOda+n%PGPl$V;|5BvDTLL%z?7 z7&O*^PFcFi(J9`=X*ow{#3=rV0~OmSNnAUR7agD^cU)Z$=NJs5 z=OmumLEtKh*e;}Xw2NLG%bYSGO*&ob#FSpQu?xGt5&l*s%Tgz4m8E5lV+h50`Mvy= z6>&&W&I)JFCeL=0SZ6V+&;>xKP2&m4+3yYeJ|(0$0}n9Z#);N(lmHJSOTAQ=a4VSK n@2_dm&HDyv(*|>U>)(Iq^AD@(%j0c*{(loqZxOrj^OxX1p7q}N literal 0 HcmV?d00001 diff --git a/.licenses/npm/octokit-pagination-methods.dep.yml b/.licenses/npm/octokit-pagination-methods.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..b4c8a78fa79baaeb2b69d7ceaec67cc750fe7940 GIT binary patch literal 1501 zcmZ`(VUOZA5dEHCF`{2~r2w}pRc-kef?2E!2};84txoqLB!>7diBatA7O6kJ&kpRh zRZl_!k7wSz_h#^PI`z7u6$?_OQQxJRo{N+03L{lFZH1{-rM*|tYn&JKFngGN@XY0m z{O;U(dT86Czbq&cr=q-2GGfpV47y^_u~#jZqwmhe3 ztoK|nROd@CPqm@D@}3?)JUmj^sG<6U_=@?&yK+W%Tlrm3C1|NcfB*kwzfDp5`@09F z>P#;WgHgR68|_5jN^PAasi_vdI9%w|7o8E64}*jtb)>Q``jha<~MTOR?lm#%UQsvN!&bVpPQ8q%;oq-3F>{>Coca17h zG!9XAKooSlrZbJTgVX(krOUH^!7K2%TBdE}4cqo_ zMRMeI9QqEeVG^<`1q)s0Z=y6dVpSYf)2KHq6Qiu8)s7u=s&ZTx2lXnPu5o!fWkB1F zzzxNb8K-@{(sj`^bP!hq(OY&7&W3N&pmsQDgQbu~Lub{yzWHBh8v&fm7Uwf`MvT}e94OlaQDoaWykHL{spU#xvU^GS(b;|mGY;RddiJ;NP^@*3V2uBst3m*v8C8pfOj`iKYRzgt8Fi_ zG4tO1-azK_dDd5*S%K|qlRX>fTidVT+v5A;YZh(;?({>K`LXLNcUyrRd#K<%_I1EQ zFt1e|t~XR02yJJw#&%|?E+}h482oCvytJVikBi!N%hp#_?U%9DCugb?)?eG&^d8Gw zU%xN>Dw~71qpOWyLBVp$70m#Gc?~Q0gKq%3F~C#~#iY;D$J`D#*It?cpX)EcVmJ7? z097~F(FEh5>Q9i{KDhQc2J8GJI~dosJ_d(iVf1DOH9F0pv#0iqPn0dKgH!7#C1!0} zkBH~+QaJ->+^qUrVi-m@Sa0A3V*`GVPdf%U8-p34G0q%saB)>1%xMOLv(N3xoY1if z_+y|t+GmrjBE%G@w*hk|{M32)Ab#H(22(j`@pP`&h~FB&nBwUj1tm86kw}U&gM$ssJ~l^ldq1+Yzk zm4%K;Hd5@N5DFC=C>6yfM3X4TIU=;0!Q+l1qKxE(Pf)pLf=2~5*OEjgPPYZyQl8T& z7D=In#KICModh!=lBw8Llsc;4GNLj1aEumR(-Fj(AWh<+5{I!T$$9htku0+5e&GM; H*YE5vS;s4> literal 0 HcmV?d00001 diff --git a/.licenses/npm/os-name.dep.yml b/.licenses/npm/os-name.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..9be0e25fe23231f2d5ccf7b41b89d7eecf3f66b2 GIT binary patch literal 1450 zcmZWp(Qe~55PbJnEYgQd0NHNQH=`)3*mO)(mJCV0G&tM?EzuSWNi<06at8WC{f&NE zhqN3dEnvXna(8BSxY+4*I_X6x7o_dfe@wnfW0md~^z-be*^d)3X)DYOJO7_;{DR(>A#bioW52liKL1V^* z$jR?+L4V^frEO!kUf{^RWj#su3(0`DlY2b#% zK6Gmd9S#TU@c0V;pS1~`|7~?PYS=I;vUT|!=ZttkyFB~MS8PRhae?z)M9;k3Wc!kk zk;iHILfM+)^o4%s=_(@j$1Z0@L0L|GyGuAjjHkzw5708B5`-fZ zXQ*4#mgUP0kmE<5@bV?1H7`?-xdv!VyErfTa-YOG?e_UDD;VfkfK7S2&cVXAEG=hX zMU2>I9H`jDNfM~yJ=Etx-!j|1(JJ1?PhMS4 z83gAcZB+NXVIc&*7{6u7v(&e-%+fN)F+!Jl`BwVO3l>qF^THdl&NIM!J5k|1OMP9+ zt|;E>p!)4akm3#7qv~X-}L3fs`+|<+kgMx NEZ2F%M*H%0@-IPY*Ny-H literal 0 HcmV?d00001 diff --git a/.licenses/npm/p-finally.dep.yml b/.licenses/npm/p-finally.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..2b41f2408cf2330fa8b1a41b30862748dba5ad7c GIT binary patch literal 1535 zcmZWp-EP}96u#F}9Jn_QAlvP&F$_~|IVL7ch9ox&iUO4-+F~b(0!hU+&==Zk?8)|# zvV&{`f+Qr*`Th>Y*=*)@Ma!4e&rYH%n&#@ga;1grmh@@q#^X&4_ic@=spTrRE)(no~cPlhCBOF%8ZXKNqTMxYiz# zJdqqsDO*1AYW(htGdOEwdc9mM&cf8gagO7K7G0&dmZ~1~;!W}g#fz%tUL#80X>_*2 z+!uQ3%}C2Zm0U0BRsl-Gf0!lx#D7FNB<@&F(b!K@EFL^}w37W*iF0jeT0T(b=qYpj z^vioSzn$AcG*;xVG<|p_2ZKs&H{Bq8>t`VqE=@Da1B!qL=bK{=qit7bnUEE9 z+#=I<=Ys3xuHd~E$va)AL3N-;NT{kLB6Q5(d1>s9b#anSBQMrwDZ5Ho@3>8_+uoSs zC||krHC~WT8pw7da6@ro#%bS0fbg96LAvPaFC=4E>aHNC5RTQwDPwQY8JXw_~B|sW|+R{-eJ#Rz1 zZFvLyta6sb*3v48^At-Tj??_D{h4KMQ9Jdy(ja>x#zO;9Dj$|`wJhsf*pkE zrS+bHw9pD8stcSAS57oBoQx2lPf)kqoJ9;y16LOq&}A&pmE%%Lbp{SKk_zlF+qDQ~ z^~t?)Be0+WZmq5*M@(pRJ$k>n^F2?p6BcHEAa}*J;_f~)Y6R~BqEumEw`+Jq>-FdW zJ$FXd9w!E=>TYa2m)mtG(ekN_hYya~0Ej9^i)uXQ7<%2vlm8Y$;xJa7v~3KH^zhZ_ zFw^>A7-a1AEVThEx``g5NYoH?3!K9wJLGx4&@1F|waog+8@{IR70HR$X*3F3qe+<6 zXtXeN{!7&OWOXPx>8{gnUS_RTBfWNfO+l4^F}%{RBIuePh|&&ehY^IK1TxdKuUEF^ zT?du88i>863UEGrlZI-?$~t@$l6Np@6Z-xrd2!{jBT(eq@;PAyXaNV7KhX`@z+F<{ z`7VZMTJG{=37El>tbBod3rY3@pJ=v;f&6)3q$nU~fd}0mQc5sRvvqph(CiT&ur|x_ zzd`X&fxu-BB{sdnQG&Hw*b}ziA$syaQ(C^n0c=al%wunJ1_`bJR?_t`O&A=G?2s1( zX>1TWquG{WC$cA5xxmgC1M-9iD0WGj`gQ>?IieEgxxzX>yfFH>D`A(X8-l?Hf((;~ zluYeV;5tp{K88)QPaZu>200>4I(_QI6rOj)hkf4!KkJg_nU}QAvy$O4M#ZfBR{l&2 z5<|jh;mz5yd_Rfx7Go85K_INn$b{tW4~Bi45~g?qk7&S+6KqJ5A|8$`3sQZ;tzhwf ne@%;S(KnbjZ7{#L{`(g`f47>x%x?b literal 0 HcmV?d00001 diff --git a/.licenses/npm/pump.dep.yml b/.licenses/npm/pump.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..02c5cf6983f005bf701f03462fa3b0632d1caaed GIT binary patch literal 1411 zcmZ8hU2n5C6u#$I9CbIXM3U~~Dt9C}jWq%hkhiO*T{z$bPk<3NZx?AleveI3ZIddc zw$FLK&Jl~nBIrdY*ECGs5PX-TQMzB#&&${4YhZ5!UizU6%+z&ayrE1Dl8hat=nPqX zm9~*1iN2<))kczNThbT8ZAa=tx|d%^UtoepcXAL{05{eSX1!Wnm2IZ;veMnE6BpH6 zZJL$S^8;w=P6n;2WN*;XDf>8>b+90#r?HY|O$pz!v|s^|m4Dea{k_1yL}erCz)MPI z0D8vZCGbyMJ={ihZ7e-kFZ9#vkH64C*hUFMn`tt0(NT__GApHB#Z}yi^;%^(;QN#YjttI(pwy+bE`}fQmq{Pd9tW9?$S>vbbeNPBqQ5d9#9lK z%q#Jw($~4XkQH>?BXbKypV*K8I#RQ)%QW_&Mo6ftH6rxPf6B_b8|UJp+g5)%o0aZs z<-B7}ysHw=;;g?*?`s}>uPtQz5n%9U7Bf%#{$v`r&u4iL5ZtQwaPInH4Q{8iu~-Tv zS{n4|dH-*DdDpRLRAjsIJ<1vJf{uCijmIper>MaBDWrE^?z2-#sK}$V{Ge<{QTjo@ z@-z;K{dUY*QBan99sF=iIKw?px5+8y=^Jg(n`YQ~j%5dMnNbPSI~-@|-O+*N+da^u z4NrLa5qhv4FH?uT%W{h780973o{}i1<0(I81%r$j&?!%MIhfdirR5ULxFhxr2P*ba zk~lh#7oFfFcUozi9Y1pZwl8U)B{9S0hCyMpN!UyWgWDwHhmhjv5WP8-Ib}eaeY(ALjDQ8i9V9TyX+5Bn3RDyZE@ZI|TkKiA% Cthi(V literal 0 HcmV?d00001 diff --git a/.licenses/npm/semver-5.7.0.dep.yml b/.licenses/npm/semver-5.7.0.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..a07ada5ddd664a5c8f9eb25d67802883e2d83ab5 GIT binary patch literal 1021 zcmY+DL64g-5QXpjicx!MrG)fSRm#mvoWv3_Tie;yw(7wFCm;okY_r=){qY@}U2S_v zzXMXB??QUyOt%=2Y2we@Y zaV=9oFy%?;t@jSwK1Kv-GgA_b$gvmKwLdEP}m{3?lcAK{4BdSuJ3%D0t6c)EucoH1@yM*&Ui)H$~tH|KPwG{ zw)2R14lmjnIOC=sZi!)>+-SXl7mN=0JYMY-;A{+Lgw{BN^SU@3r)d^2I{Vx;IKk77UHMQ<2&)&);JpNpc_D6uMxj9KA+>MJq1~9)guuUn1p*# zJ+KYkzy~66{Q(HyKrA9hwXXzhaIPg`2MMGs0ab!<#i&e7k4)`B&>az|sZfT7@8-NH zj~m8!Ny!fPCBruF4p42A$$^SukEY~~l}tS)fGty;N|^)Wz$>5+lq-O$B}ioAbXT$+ zW}Z(>}uOX z0><;+d~Yzz19wz71jY>(%Pgg?2jSwe43}u^Mb+mUG{a&giB$*|n?9 z;8D`~`fcIY*%G{+Ty6XsN>)%VX$BC?@34kHcn1lJ$pXq*pQVR|9dE9?v;jWVpMiO; zYxt3atlR5k0^;hSfx-^Kb*Cv<=V#fyaee3G6d>3bX#q7lEugnecg8EqR@On&`B`Zo zw4F!9b9m9tz!^97a7zs1Va+O20jpp>kmNq24WF8s(mG3gL5qjJ4hg938)f;D@J8vdSq%3g6@bwO@%Tvd^hJs zdE79*OGIJB3-oxq!#qWW$LISI{jdf$*0&Ya<>vGPvCrVb> zSztnWELBXh71aUCN}^&5M@g{>Q6$Q7jtDIm@VKXlC?YxGGgP5i#iIh7D?uU?r@NBv zC@*LfS4p8NfrUq$bP_Cp2qt6K>ZqdnH6t3M565WHHNAp36QoHTRNycUBsp*YeKT^5&$~(3e85Xv*-2jQDC+^e281eH2&O(Vq7PeYEQ67x0lCWKDq&=a$RHGX0fi?`cnv2hq1uTaQR;szon~8=ZUJ z8BzH#LkLnQDr?@Kg-=Ei?{0K~t0+)~;j)w68Ge6IHI{q?$&( zS(&BkDrvRjO*vKe-S9$P?Nh!#lTI1Xb|Y{@ab(76PglC;O+$s43`B3)IXD}>OM}{> z&<2k}@`f&|cYWVWUQ9f8A!W%ne+kl%SVo65`NTHih8}_p=Ler&SiVb+IUyqr;{278 zEd}u_ePr>*r|`E!8fF!ZW1dR=#V-{~ybPD%joG;KB zF$zE7K-n&cBHPa41xF}JEmvA6hu4%n?{eBD(I!OjDFnmdDGJAS5V(#4w)bfh?1N{^ zGNlAaqfVPTGNqSYXv4N|fX_N-No*yplQ>Ut^r1M-zn8zTEc7WzS!T`IrpbO3Yb{0< zx&R2ZaX2Db`<-Fmr-T%1;1LGgIngEzBH&?Uv6E^O?gfi~Z?SRRE!qlc;~uly>+iql Z^ZNz$WoCEi|E$nQZ+wl|iJ!lC-vGh%*I57n literal 0 HcmV?d00001 diff --git a/.licenses/npm/shebang-regex.dep.yml b/.licenses/npm/shebang-regex.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..bfed9cf1d6638ca090d07e0afc998d85e3830aa2 GIT binary patch literal 1491 zcmZWp!H(ND5WVXw2HT4lknQwp1VObny(TJ41|?^^2y&n#T4EuI0!d}pKz=B{kuU3z zlGEK5Fko{y^X9!b^emUlpy!>~fN4a*`+BKGEnb6fLK~_24g9|Pu=)_#>wqc!&;@4f zIQa~u%ozcI6|Z&!-|-hf-Uv9-9O9`S z7I?T1{MA+sS1s$t!lJx~%u|5ObAXR;8U0arT(*wrCs@3_aG@FOBy=Yy1EhgQXi;3D z*1Wf(3gM!K0Cj<~;kp(fSOvVl!hrswW2&%R_LE&DlJe{@+cpSg)WyDVEwG>hZj34= zM@*+qLrozp^^^17%gTR7xaS+ot`y5 z6(ib-9->Ip;C27Y(&st9&@1FITV`D31)tP=MRMYG8Fi1X(Im{O6k6yz|1C=EB2L9c zwXJ$_GE3E0(rL%n6Jy=egu9fp3F4u`N}lBZJ`jef!JI29?pet z(opSK7>kcW@)icAec%5|Ud=oX1hRCWKShiH&EUk+&vZw2a2I8Gz6;@r=7;p017@%& z$)6$JLzFzjpETKpK>j*0l4X!G&x0OMF(nwM$u>UkXz~aTSevBy-=O%XK;S%u9GlK? zlwj>1j)ZLwh#o!AnC8!+2iwy;aoGEmK?J9W<#cdYr^M zi?Is3AQ09jWI}TGd&7QB2~(VbXEfl(33eok5f4X}c&RSoRMBf|HkjL6 cKYzfNcdO~^!tGC7pZ{M((^JG%_~mQx54~^Nl>h($ literal 0 HcmV?d00001 diff --git a/.licenses/npm/signal-exit.dep.yml b/.licenses/npm/signal-exit.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..d3219beb77de433bb363de7043cff196a455003d GIT binary patch literal 1033 zcmZ8g!H(K66ujpvp7zvA0k&K9!p#H&mO?^fv#V9rg8@TakvOs)SfqY@pB<{*R*IC^ znVB~;PDZ0q(#l3n!Rb>g&m;AweR5IOY12;O>-cf}l=xeRfVOKA*Efx{w<%m})xyp6 zaFwkGZ{Vn{0@;GPDBNfbG}3!zp*B~L&{?xr&OuOjf{MUYwtTZolH*J*Zpq1 zH_gP$?w6Za1H%&(1Om9(l3OUPY!Rgq)`2@hLH$R2n_yizo1&n8q z4;o3_%uIK)`c!-PwEqlGk6*r}keSw7z3aWPZa{66ZL|wTgn+$MDeRG$LSqj4h`0qrXb4;;176WP5|Ix1Dhct{4<>FWgP<;iweGf?8R%yTQp~o$8Q= z!Y=xt4pGC`55%J04y|y6ie7E$9~H`5f3<;TgnNVnuIUuVdgePsEZ@#qv5ZW%-sB9&{HIVZU`?xRg`#A}awcA*fdvx<<$MgRfT9HYObY>g z6)b%4Hlxu+&d4mMut2w@cm=+p86$a$)+?Hc6gB=nAtEdBtNFe~J;cDAtjY2o=1#wF z!OMyWUgG2m6Y^~?LXt&Qt|2cu2QK~kF<*dOX|^vgO! z*+I4i4A>mbym{{pJ3t!h22tr{C6tv20c*YAXWGEy{y40=_|(PHJG-2GrT!4j;VOfBsOZW#f9lYhAl ze8*n^CGtG*5|X(d7I=6J{MA-pu11|Z2aEa<3f~?I-yeSY$mX~6AXHBze}%=z3ku!9 zj?xUul69agbkfM`3TGomCz}x6kP>w3{W;4JoCYyo;euvkfv%iTqZ-d>SdFASJIr<+ zLRsCqH(?|eG$5?iwGxO4jjpFbj!ro0+2RZ=ENChZ#jWDu(Kl+O=sltu{nYN)@P^*& z$pM;#y?X-MK_s(NL+5E@1B z)#NZ}Dd-0olAg6TU}ZnkLllJ?yl#nem}UDs@(aB}9yiM@Mc(i^{isOIyxPf(*cwg3 ztVW}SzVn~5b`&8Mt?qmMMlx$XHj1?4Yx1h-#fVCOlU~>SKt}D5wjY5XiYGHq`*vkJ z(f3fvn}OI{jUJA|cWJ10s;t9Dp+pZCZG7MVN?zS~>=_hUT)sp(175%}&pz`V+rdLr z;Q1kh7hdkOQwf-nM``&ASqxG73cvGo7Xtg^n6sjQEcZP4;h1oSah`6I(~hUl@PxH# zhW`zYe+mRHGbpj?4URLcjp4xZ?H7i z!H~udp;Mm5Id)N)l@4@uCwd$%!j$v*T;dpZ6u~vt-9G_{5N5 z^pvo<9SYng5kG{miw@BXp&a=ZTmMq39?1Dg8o3a^+?DvMfPYF}Vz!Ms9=L9z}{j%MYvR>w!5UHjH`tUoX8`r#fI4@o>) z+sk#(=hnl0{Qw`H{`vqPBQ^e1@+w`cr^168dhLRL&<s6TC~PkuWl2wQmv1*^_^lgTjUeq;s~`5;38%_1I&4(g)6y z?v#Ujk52B&x#R935;aP85m6gNRB$_ncZ}1H9tP$7pzDB>f;M$GHbKknxYHQt#1h(L z8ZH8&i_xK*pgD!!Hu@BPRkU~+t4_N%g+>SXYV=s?!e$&&8vHDA@J@A;JVe2Sy|hn)a_vR!B2gU#BSMhEYB zQ)0KkV_Dg6D*Bp+Z>&ezaRhNFQOq>$`N*}h>!4C|fXJ;)gbUj@Yv^{YoX1O{Wd|2K zMBYCwFJ>J(3T3esuY^-zB^-G1iEZcx?nsI2yA)oT*cC?sSiwmy-k{h5$=~23%Qq>| ze-50MB@{gBVEaSHDDJa-ogFtUe}QN0%?rHu3@|7k zTN=T(OymK3TW}z7AY8EZF(VufM}8&rmukh1VSo z+kuzhXDwKf2TSWB7aW%sd(^;a8ih|JUd+!psW12c h^FgdSTP=I(yc(AC%l8m9%>RRnWV*cgFn<1${0Avl(wzVR literal 0 HcmV?d00001 diff --git a/.licenses/npm/universal-user-agent-2.1.0.dep.yml b/.licenses/npm/universal-user-agent-2.1.0.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..5858b9dab4922ef3454c759ed6251a5972695077 GIT binary patch literal 1118 zcmZuw%Wk7E6y5U`SM8>i2x+?-v2%%&SmKefokmsF1qlv83K-d@ok;WXb4{9QI~pkh z4Ci%E?8#&jbY-hz7`o<78CxDFgH>iy)~a)Xf79qLhKJ}rx(nQ?M`YKxfgRemG^ZFA z%0UU90wV>iGfh`R)4^7|18j|cA3t^#bh=W(LAR<$XbcDEdK*utb>j}hHrnZSTAPP< z`oARCMwL~of@8B&okcQgD|1=eIGBLdgV`w?L&_4G3mUam0N~Uw7sGFS0=R}3CK5=` z8m~8(0Jg7wMcUNU4|O|5*ljR!65XFnQy(1M>~7)V?*2yz3!`dnAS;bKb%TY!LjO$i zA+b`XZLIGRoc2|PutU`lT3t1Jyq8@yMZK!=-E9Y_z#STk1MS^=X%y`7W7(acA55>U zf_E$o@SVTw!NFcBKs*+rwkN1f**R5(&>Q{MRH{O?(&0rxxz%rKG(V5jX@^~S|FdKN zne_6h?^S91zgZrSp4liHotu$M3Zj_H4dE1+fE6#E*o@BLiU?d^0m*0JL1ZnL1&0}y zni7@?AZZH7;v|=h3fM5Y1Wp%(BfdZiihT;_NxGh~d@-_Ewn`aVd|?-J$S6;iC`KMx z%H;ECJZCbeLPWrF$P1uPG?yTj-ug?XM~b_JJf;-pn2_YpAXYSCBn>exr-=-ae|bVg zQsBn=xkfF-z>H*MfdhO{FU!r6NKv38$En0Rl|KEP7a635K=d5ef}#PD#8a_13@bv| zEGb6gJ~6>xB3Y4pG@43|%Mfz9NZEqs3H8KcM9YFBaE+~wgb)a4!aEjg>DdTGLDa}` z9IrUm?K{8}qd(<1d`3pq`S<#xujh(WGRwXlt1Ew=UT;1R-0f9x-Z*#+UtWVhS&vs{ literal 0 HcmV?d00001 diff --git a/.licenses/npm/universal-user-agent-4.0.0.dep.yml b/.licenses/npm/universal-user-agent-4.0.0.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..10611b3bf8bd09aeec21cb51a1d48230b0cd6f06 GIT binary patch literal 1118 zcmZuwTW^~%6n^Jd9JMd4L`YZdVdBjtPGX5mW;>0lst+VM1Sw!-n|6`*<9AG&wVftK zfZ@BHFZN_I3A(aXF$`Vvs*EjEej7h_6?D2%!9lmGM`#QO=Xx7Yr*-2F!#3LKc3PYJ zcKW|0*G839tAb;*Q=LUJYAbVD+Blei)q~k78$-$xnhP4WRRG}BFBijad;++JXC@Lz z&l)c`mjJe}enr~U(|2_{Mc8dHauVI2Oj92m-0W`Q{_fk45Ee$&+CWwscj^WUe}(>; zz5=8#dIEK!U+ zu$0NC(Rj{ePKAho<&YOZA89T@EWP!oOb--y3wcN>%rPO!pFpf=!blooTuu`iBLDJ) zh@`-c^>d9{h=Cc&$N~p=r(TwuC6S^)M~+j8bt--OIWICu3xVi4tOZ2_B8jJBZx~jD zuvt=!#(iRfzeKVk_h>Yg9G4;Fbdj2&V+X?*3z>Ph=Qn* z<2YV%tlM{hDMo+Farlgks`Ib)N1x9Xr(~9WIaXKxJiXj}9Jt%7;Jk707(TxQe*j&_ BS7!hK literal 0 HcmV?d00001 diff --git a/.licenses/npm/uuid.dep.yml b/.licenses/npm/uuid.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..b3703bccb8aa42eb3a7f70d6f5b5a2bebc09002b GIT binary patch literal 1595 zcmZ8hTW{Mo6n^)wILKZSKz5q6D+a?DqR4d2R+bD(PL@YnqAa$OD3Fvh5Bu>ur0jGp z5IDS?^W8{sI-O2B-ikR4gDfXUp^a4C96ruI&h97n)ZTwG^!$KbwY9yO-`*ait%v=rQ0?t^(TML>9&bBUim4;~ zO$%POV$#S$bOyUxX)hBqpG?81K^MZzA*K;YGBRt+34j%U+d2G;BY?aXu%S7`BLrOI zNopdk4zaI4V?UwcHO@X){7>g>I#B znSeBaHDZ5)gXWzTWdM~H0#pS>&GkV9U=@O$pvM%kLG3MJW(ll;}Kh_!GabB z%@htN0NEAIP&zG_?M7nOBa3VIIT;U#E(U{coaO*pRm#f!7v5q&>>Fw707~iLF)OSz zZqc8hzYn)cgAvUr4^bp~@VVOFT)9GP(mzTqAE*^wM|RfF!38biXWQelLi z`I{)LTX8Nb)imnO*~FtPrSp#0$h*pMoA1?8cwghS=#)j-{s{b`croK?pSMiSn+Epc z93XOI+_>Z+FV@iQus0Sjh2#zNN_*a4Eziz6)&#P2mA{0H0L@^_(r3CPOSlR%oL>d- zLi2UH%KVZA=NS(U_)56M)dHJ#x#EoJlKlniNju{3_{q3ET_>f4jF8BY@22TWh@ao zp~;FN6WNd?pCL1@0eQv=Wa}`F9i7Jucj$yUtq`T#S4N-KIjqxoNpSIzpu+GmCL<*XBSgkq{ij;yw)#tjzc IJo-Q2f4vd%ZvX%Q literal 0 HcmV?d00001 diff --git a/.licenses/npm/which.dep.yml b/.licenses/npm/which.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..699ce668f8ffd318ee4132e3769d98f6882022f9 GIT binary patch literal 1065 zcmY*Y(Qexy6n*zsTx~C{lsKyPmN)9)7|F3SAg#J-4~|W0w8U6|+eX^Q?}A%(dopnE zIrp3cUM`o(&|K6SUVGj4$&0d1n_&%i>9_PQ@z)Vc!+1&Dbh$M4x`tB!R&(>s-7QRm zeuLIvZRk?S_0WOu6`Ztn9`xXRGqeiK37P@an`$TD9M1|Xp)CQ}6IrB5Z!T(Vo^e#~ z{pi-K)wA~fbWD+XrCrmsZZ()rEu+Y5L!68Vy_G9DL$r7BIY^xkMsa8j62CupWjMlv9PKCr9A7gKh<|U*GQN(O#FdltI`Em02 zsraKbj;gWYPMY&MAhmMoY)=*xM4ih=!YO73dtN`V4c)*OB5?l&NVS2`L=Lj3IczZ3 zlCYfsQkH-yPAbW$h?*XmEP&H3;fSdbhJ>HwRaPE0tlCB-+wDt+V?G(6&Lhc=@~l8o za?eU8pQ3=A$%+b*0;`~^fj-bmf+&K7f3)3Gd=KQlq>$GmsAAJGQCTu1dA-46fyfeVv5-VVq&79s?;fDH z=rwwjo}`bI93)#HfWy(udvD$hW-^(0ZQh6(J-YG?Gr^!@bC zGv^bM+Ee4{zG?FAJfn9H!jP#1SpZT8%4s)%&{#}|PBkuNM5VTG_M)57(}(Hz)Av8# z-96F2fBxkWJ$>3dz4I#7h*N$9Q)SFa&u(vz(p3F^TBzn$1H2Pjbycr#zmfZ0C-Slp zUM&mJYScH$$*Ooz9&+R)(&N8%iBD zrH-3^dadM_W0T9;3jCR_Uw^Qnn*nSix<+biCrM3}=*0d^$1ZP;D1DeDoP9-=cSqrq zQIxl5I$;1PPR_JpP9V9YTx(Ux9C%c!qHjcNa%1@pvKE@I z?U=68vEu5+k(45@Nw#i2mrqy&Q>oq%j5eJtEQXJyqV7wp;qtkbFnD0F(9S7smG>GQ zSe-sKs+0%&D_mQreqT#n`BX{^z3&Y&wGFzF`L>T+)sYr;Z4o4NyIuu+A6j)emIdB` zf3(Q)K4W#>b^?nIeb<5#rl6)&u*@<3CJHRBa_I+E*9yyY1Z7)F+b{OTtw4sx^1b>h zTtCAyw8}uPv)m2A2^l6ke$rJA{d+N*25wkvLzkA&VZYY~!?q&mm>ZL8B!!-`QF zFSA{cFybj~lK3NEumxQODc)B;?Rd6|w;3TL38L(g;w1&qBmK&wg-`6$CShqxaYB5( z2{}WINAqyI;L!u!qb`cE`5gNX&@845gd-GZs9VySCG!=KgL@wG?9rzs&mxPt1ZY5; zAj$ZA8wLq&w#g<=8R!>)jd-+7z{1un%BEmNjMzs!C|w0%=%|7%)F)2gJl;Ge{9%>R zDh?M6!FvW}!F|XEDl|0@1HSfY5v+p;t1h7!f)kfEs@tuY3xO}d-#p`SWZRg>QI_E8 zqst_FDc$ju`4l8PwT3K{81U9kR9MdDH{^)#+ilWiQ5g+jlGYviQ9CnuXhdYu(Uher#LqZY#+3^?KCxuZghT z1;${nHr%qNZ_S`D2s9xKezja)Y-q;gqVC%zYAo+HuC_Lv$8FZv*?r_j~372RXYP`T-4ny zc^F1F^xnWL#s&Ny$9@cOHU=|7W1KnO;No-_%xMOL>tF22oKR5*d>GKj{>3DzXkv=f z^#OAx`>FEq?)YtK7>sscJHR7}_O0=YDW2L$09HcDfj-hwf!sw4|9E?#cpu0^L1Dv1(jw(E$OFw8 zDQ0M0&|J+>s7_9Q89{y&mMHr)^WkAD2j{sNaIC@TN} literal 0 HcmV?d00001 diff --git a/.licenses/npm/xmlbuilder.dep.yml b/.licenses/npm/xmlbuilder.dep.yml new file mode 100644 index 0000000000000000000000000000000000000000..40a3813a3d3fb0613db2a8bb30a7a8ea239e2010 GIT binary patch literal 1398 zcmZ8hOON6>5WeSElsI)u0p@YzmQGA#ZAefOrl+;+ArC`5o7l*9ric0UQ)QrAyAnaN zUG=@n$$UN!R6U9n{2GU5l0zp<@KYEowOYaFuZvHMFM+$9u|S>2z)s^>o68C!1>d(R z+&bW>4Jh4-#Sa_wdKBmSgdM$e=hbp~lCGbcMXSf9*1ucn>VKCXY;$ZGWGj@#j#0Y% z!mffjSUs6m*cGHaW?9Js04ILA70jw$z?N5#UR&V-7mo*XQ1rz5d@=IWJ9uax;mfDb zUm^c}nhgGX`g`3@m{D5tiogKULNAPHE^sona-s|2XoLWLgto8ENrd1u)an9fOh_xx zjjN@S>I5~k$Vs?Z?0Q79`sm(jBRq1gI;gGHt*j9iI^9mAP_A}J4M#Z$3l9z*9cJaN z?J#@vY@MhFf|Uwk1>BE4>Kg{DCkIAYXJkuYAxPB@Q%9Qa$AiRJuT%u#gRz8(W+scK zNP6fIN8QQeC4^CUx96!Dr0qlKBr!CT!)i;LeqJGF(JgWGRt#Pw0!g&uBlysIg{BCQ z5R*eSw*W2eyy1oUk2jnHsXI8Y@wZuC##JzlSb(hlX5^y{F!qK`{(JGOm24A6*Mo~S~4MB2UEMB`Iq9bOe#4{+AT zlmFlT;$6&!?k_-@udA1+V8Bb*75O)wummR`mAG-3h48|wO}?)HYl>jkc@3vRxN;MxCiVT zE}+~*X-bR)8ST+dL4rMEobO%>{=BJRlcx#8gC~YMqoLBgUGA#sEmd8YGwy`TRqxZW%Ll>Plr@CSLn!PNi& literal 0 HcmV?d00001 diff --git a/dist/licenses.txt b/dist/licenses.txt deleted file mode 100644 index c3de669..0000000 --- a/dist/licenses.txt +++ /dev/null @@ -1,1305 +0,0 @@ -@actions/core -MIT -Copyright 2019 GitHub - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -@actions/exec -MIT -Copyright 2019 GitHub - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -@actions/github -MIT -Copyright 2019 GitHub - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -@actions/http-client -MIT -Actions Http Client for Node.js - -Copyright (c) GitHub, Inc. - -All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -@actions/io -MIT -Copyright 2019 GitHub - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -@actions/tool-cache -MIT -Copyright 2019 GitHub - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -associated documentation files (the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -@octokit/endpoint -MIT -The MIT License - -Copyright (c) 2018 Octokit contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -@octokit/graphql -MIT -The MIT License - -Copyright (c) 2018 Octokit contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -@octokit/request -MIT -The MIT License - -Copyright (c) 2018 Octokit contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -@octokit/request-error -MIT -The MIT License - -Copyright (c) 2019 Octokit contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -@octokit/rest -MIT -The MIT License - -Copyright (c) 2012 Cloud9 IDE, Inc. (Mike de Boer) -Copyright (c) 2017-2018 Octokit contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -@zeit/ncc -MIT -Copyright 2018 ZEIT, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -atob-lite -MIT -This software is released under the MIT license: - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -before-after-hook -Apache-2.0 - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018 Gregor Martynus and other contributors. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -btoa-lite -MIT -This software is released under the MIT license: - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -cross-spawn -MIT -The MIT License (MIT) - -Copyright (c) 2018 Made With MOXY Lda - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -deprecation -ISC -The ISC License - -Copyright (c) Gregor Martynus and contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -end-of-stream -MIT -The MIT License (MIT) - -Copyright (c) 2014 Mathias Buus - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -execa -MIT -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -fast-xml-parser -MIT -MIT License - -Copyright (c) 2017 Amit Kumar Gupta - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -If you use this library in a public repository then you give us the right to mention your company name and logo in user's list without further permission required, but you can request them to be taken down within 30 days. - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -get-stream -MIT -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -is-plain-object -MIT -The MIT License (MIT) - -Copyright (c) 2014-2017, Jon Schlinkert. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -is-stream -MIT -The MIT License (MIT) - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -isexe -ISC -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -lodash.get -MIT -Copyright jQuery Foundation and other contributors - -Based on Underscore.js, copyright Jeremy Ashkenas, -DocumentCloud and Investigative Reporters & Editors - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/lodash/lodash - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code displayed within the prose of the -documentation. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -Files located in the node_modules and vendor directories are externally -maintained libraries used by this software which have their own -licenses; we recommend you read them, as their terms may differ from the -terms above. - - -lodash.set -MIT -Copyright jQuery Foundation and other contributors - -Based on Underscore.js, copyright Jeremy Ashkenas, -DocumentCloud and Investigative Reporters & Editors - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/lodash/lodash - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code displayed within the prose of the -documentation. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -Files located in the node_modules and vendor directories are externally -maintained libraries used by this software which have their own -licenses; we recommend you read them, as their terms may differ from the -terms above. - - -lodash.uniq -MIT -Copyright jQuery Foundation and other contributors - -Based on Underscore.js, copyright Jeremy Ashkenas, -DocumentCloud and Investigative Reporters & Editors - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/lodash/lodash - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code displayed within the prose of the -documentation. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -Files located in the node_modules and vendor directories are externally -maintained libraries used by this software which have their own -licenses; we recommend you read them, as their terms may differ from the -terms above. - - -macos-release -MIT -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -nice-try -MIT -The MIT License (MIT) - -Copyright (c) 2018 Tobias Reich - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -node-fetch -MIT -The MIT License (MIT) - -Copyright (c) 2016 David Frank - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - -npm-run-path -MIT -The MIT License (MIT) - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -octokit-pagination-methods -MIT -The MIT License - -Copyright (c) 2012 Cloud9 IDE, Inc. (Mike de Boer) -Copyright (c) 2017-2018 Octokit contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -once -ISC -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -os-name -MIT -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -p-finally -MIT -The MIT License (MIT) - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -path-key -MIT -The MIT License (MIT) - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -pump -MIT -The MIT License (MIT) - -Copyright (c) 2014 Mathias Buus - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -semver -ISC -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -shebang-command -MIT -The MIT License (MIT) - -Copyright (c) Kevin Martensson (github.com/kevva) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -shebang-regex -MIT -The MIT License (MIT) - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -signal-exit -ISC -The ISC License - -Copyright (c) 2015, Contributors - -Permission to use, copy, modify, and/or distribute this software -for any purpose with or without fee is hereby granted, provided -that the above copyright notice and this permission notice -appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE -LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -strip-eof -MIT -The MIT License (MIT) - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -tunnel -MIT -The MIT License (MIT) - -Copyright (c) 2012 Koichi Kobayashi - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - -universal-user-agent -ISC -# [ISC License](https://spdx.org/licenses/ISC) - -Copyright (c) 2018, Gregor Martynus (https://github.com/gr2m) - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -uuid -MIT -The MIT License (MIT) - -Copyright (c) 2010-2016 Robert Kieffer and other contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - -which -ISC -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -windows-release -MIT -MIT License - -Copyright (c) Sindre Sorhus (sindresorhus.com) - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -wrappy -ISC -The ISC License - -Copyright (c) Isaac Z. Schlueter and Contributors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR -IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -xmlbuilder -MIT -The MIT License (MIT) - -Copyright (c) 2013 Ozgur Ozcitak - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE.