package-lock.json 141 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001
  1. {
  2. "name": "robin-api",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "robin-api",
  9. "version": "1.0.0",
  10. "license": "MIT",
  11. "dependencies": {
  12. "@fastify/cors": "^11.0.1",
  13. "@fastify/env": "^5.0.2",
  14. "@fastify/jwt": "^9.1.0",
  15. "@fastify/swagger": "^9.4.2",
  16. "@fastify/swagger-ui": "^5.2.2",
  17. "bcryptjs": "^3.0.2",
  18. "class-transformer": "^0.5.1",
  19. "class-validator": "^0.14.1",
  20. "dotenv": "^16.4.7",
  21. "fastify": "^5.2.2",
  22. "mysql2": "^3.14.0",
  23. "reflect-metadata": "^0.2.2",
  24. "typeorm": "^0.3.21",
  25. "web3": "^4.16.0"
  26. },
  27. "devDependencies": {
  28. "@types/bcryptjs": "^3.0.0",
  29. "@types/node": "^22.13.14",
  30. "pino-pretty": "^13.0.0",
  31. "ts-node-dev": "^2.0.0",
  32. "typescript": "^5.8.2"
  33. }
  34. },
  35. "node_modules/@adraffy/ens-normalize": {
  36. "version": "1.11.0",
  37. "resolved": "https://registry.npmmirror.com/@adraffy/ens-normalize/-/ens-normalize-1.11.0.tgz",
  38. "integrity": "sha512-/3DDPKHqqIqxUULp8yP4zODUY1i+2xvVWsv8A79xGWdCAG+8sb0hRh0Rk2QyOJUnnbyPUAZYcpBuRe3nS2OIUg==",
  39. "license": "MIT"
  40. },
  41. "node_modules/@cspotcode/source-map-support": {
  42. "version": "0.8.1",
  43. "resolved": "https://registry.npmmirror.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
  44. "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
  45. "devOptional": true,
  46. "license": "MIT",
  47. "dependencies": {
  48. "@jridgewell/trace-mapping": "0.3.9"
  49. },
  50. "engines": {
  51. "node": ">=12"
  52. }
  53. },
  54. "node_modules/@ethereumjs/rlp": {
  55. "version": "4.0.1",
  56. "resolved": "https://registry.npmmirror.com/@ethereumjs/rlp/-/rlp-4.0.1.tgz",
  57. "integrity": "sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw==",
  58. "license": "MPL-2.0",
  59. "bin": {
  60. "rlp": "bin/rlp"
  61. },
  62. "engines": {
  63. "node": ">=14"
  64. }
  65. },
  66. "node_modules/@fastify/accept-negotiator": {
  67. "version": "2.0.1",
  68. "resolved": "https://registry.npmmirror.com/@fastify/accept-negotiator/-/accept-negotiator-2.0.1.tgz",
  69. "integrity": "sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==",
  70. "funding": [
  71. {
  72. "type": "github",
  73. "url": "https://github.com/sponsors/fastify"
  74. },
  75. {
  76. "type": "opencollective",
  77. "url": "https://opencollective.com/fastify"
  78. }
  79. ],
  80. "license": "MIT"
  81. },
  82. "node_modules/@fastify/ajv-compiler": {
  83. "version": "4.0.2",
  84. "resolved": "https://registry.npmmirror.com/@fastify/ajv-compiler/-/ajv-compiler-4.0.2.tgz",
  85. "integrity": "sha512-Rkiu/8wIjpsf46Rr+Fitd3HRP+VsxUFDDeag0hs9L0ksfnwx2g7SPQQTFL0E8Qv+rfXzQOxBJnjUB9ITUDjfWQ==",
  86. "funding": [
  87. {
  88. "type": "github",
  89. "url": "https://github.com/sponsors/fastify"
  90. },
  91. {
  92. "type": "opencollective",
  93. "url": "https://opencollective.com/fastify"
  94. }
  95. ],
  96. "license": "MIT",
  97. "dependencies": {
  98. "ajv": "^8.12.0",
  99. "ajv-formats": "^3.0.1",
  100. "fast-uri": "^3.0.0"
  101. }
  102. },
  103. "node_modules/@fastify/cors": {
  104. "version": "11.0.1",
  105. "resolved": "https://registry.npmmirror.com/@fastify/cors/-/cors-11.0.1.tgz",
  106. "integrity": "sha512-dmZaE7M1f4SM8ZZuk5RhSsDJ+ezTgI7v3HHRj8Ow9CneczsPLZV6+2j2uwdaSLn8zhTv6QV0F4ZRcqdalGx1pQ==",
  107. "funding": [
  108. {
  109. "type": "github",
  110. "url": "https://github.com/sponsors/fastify"
  111. },
  112. {
  113. "type": "opencollective",
  114. "url": "https://opencollective.com/fastify"
  115. }
  116. ],
  117. "license": "MIT",
  118. "dependencies": {
  119. "fastify-plugin": "^5.0.0",
  120. "toad-cache": "^3.7.0"
  121. }
  122. },
  123. "node_modules/@fastify/env": {
  124. "version": "5.0.2",
  125. "resolved": "https://registry.npmmirror.com/@fastify/env/-/env-5.0.2.tgz",
  126. "integrity": "sha512-4m/jHS3s/G/DBJVODob9sxGUei/Ij8JFbA2PYqBfoihTm+Qqae2xD9xhez68UFZu1d4SNJPIb6uAOwbNvRYw+A==",
  127. "funding": [
  128. {
  129. "type": "github",
  130. "url": "https://github.com/sponsors/fastify"
  131. },
  132. {
  133. "type": "opencollective",
  134. "url": "https://opencollective.com/fastify"
  135. }
  136. ],
  137. "license": "MIT",
  138. "dependencies": {
  139. "env-schema": "^6.0.0",
  140. "fastify-plugin": "^5.0.0"
  141. }
  142. },
  143. "node_modules/@fastify/error": {
  144. "version": "4.1.0",
  145. "resolved": "https://registry.npmmirror.com/@fastify/error/-/error-4.1.0.tgz",
  146. "integrity": "sha512-KeFcciOr1eo/YvIXHP65S94jfEEqn1RxTRBT1aJaHxY5FK0/GDXYozsQMMWlZoHgi8i0s+YtrLsgj/JkUUjSkQ==",
  147. "funding": [
  148. {
  149. "type": "github",
  150. "url": "https://github.com/sponsors/fastify"
  151. },
  152. {
  153. "type": "opencollective",
  154. "url": "https://opencollective.com/fastify"
  155. }
  156. ],
  157. "license": "MIT"
  158. },
  159. "node_modules/@fastify/fast-json-stringify-compiler": {
  160. "version": "5.0.2",
  161. "resolved": "https://registry.npmmirror.com/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-5.0.2.tgz",
  162. "integrity": "sha512-YdR7gqlLg1xZAQa+SX4sMNzQHY5pC54fu9oC5aYSUqBhyn6fkLkrdtKlpVdCNPlwuUuXA1PjFTEmvMF6ZVXVGw==",
  163. "funding": [
  164. {
  165. "type": "github",
  166. "url": "https://github.com/sponsors/fastify"
  167. },
  168. {
  169. "type": "opencollective",
  170. "url": "https://opencollective.com/fastify"
  171. }
  172. ],
  173. "license": "MIT",
  174. "dependencies": {
  175. "fast-json-stringify": "^6.0.0"
  176. }
  177. },
  178. "node_modules/@fastify/forwarded": {
  179. "version": "3.0.0",
  180. "resolved": "https://registry.npmmirror.com/@fastify/forwarded/-/forwarded-3.0.0.tgz",
  181. "integrity": "sha512-kJExsp4JCms7ipzg7SJ3y8DwmePaELHxKYtg+tZow+k0znUTf3cb+npgyqm8+ATZOdmfgfydIebPDWM172wfyA==",
  182. "license": "MIT"
  183. },
  184. "node_modules/@fastify/jwt": {
  185. "version": "9.1.0",
  186. "resolved": "https://registry.npmmirror.com/@fastify/jwt/-/jwt-9.1.0.tgz",
  187. "integrity": "sha512-CiGHCnS5cPMdb004c70sUWhQTfzrJHAeTywt7nVw6dAiI0z1o4WRvU94xfijhkaId4bIxTCOjFgn4sU+Gvk43w==",
  188. "funding": [
  189. {
  190. "type": "github",
  191. "url": "https://github.com/sponsors/fastify"
  192. },
  193. {
  194. "type": "opencollective",
  195. "url": "https://opencollective.com/fastify"
  196. }
  197. ],
  198. "license": "MIT",
  199. "dependencies": {
  200. "@fastify/error": "^4.0.0",
  201. "@lukeed/ms": "^2.0.2",
  202. "fast-jwt": "^5.0.0",
  203. "fastify-plugin": "^5.0.0",
  204. "steed": "^1.1.3"
  205. }
  206. },
  207. "node_modules/@fastify/merge-json-schemas": {
  208. "version": "0.2.1",
  209. "resolved": "https://registry.npmmirror.com/@fastify/merge-json-schemas/-/merge-json-schemas-0.2.1.tgz",
  210. "integrity": "sha512-OA3KGBCy6KtIvLf8DINC5880o5iBlDX4SxzLQS8HorJAbqluzLRn80UXU0bxZn7UOFhFgpRJDasfwn9nG4FG4A==",
  211. "funding": [
  212. {
  213. "type": "github",
  214. "url": "https://github.com/sponsors/fastify"
  215. },
  216. {
  217. "type": "opencollective",
  218. "url": "https://opencollective.com/fastify"
  219. }
  220. ],
  221. "license": "MIT",
  222. "dependencies": {
  223. "dequal": "^2.0.3"
  224. }
  225. },
  226. "node_modules/@fastify/proxy-addr": {
  227. "version": "5.0.0",
  228. "resolved": "https://registry.npmmirror.com/@fastify/proxy-addr/-/proxy-addr-5.0.0.tgz",
  229. "integrity": "sha512-37qVVA1qZ5sgH7KpHkkC4z9SK6StIsIcOmpjvMPXNb3vx2GQxhZocogVYbr2PbbeLCQxYIPDok307xEvRZOzGA==",
  230. "license": "MIT",
  231. "dependencies": {
  232. "@fastify/forwarded": "^3.0.0",
  233. "ipaddr.js": "^2.1.0"
  234. }
  235. },
  236. "node_modules/@fastify/send": {
  237. "version": "3.3.1",
  238. "resolved": "https://registry.npmmirror.com/@fastify/send/-/send-3.3.1.tgz",
  239. "integrity": "sha512-6pofeVwaHN+E/MAofCwDqkWUliE3i++jlD0VH/LOfU8TJlCkMUSgKvA9bawDdVXxjve7XrdYMyDmkiYaoGWEtA==",
  240. "funding": [
  241. {
  242. "type": "github",
  243. "url": "https://github.com/sponsors/fastify"
  244. },
  245. {
  246. "type": "opencollective",
  247. "url": "https://opencollective.com/fastify"
  248. }
  249. ],
  250. "license": "MIT",
  251. "dependencies": {
  252. "@lukeed/ms": "^2.0.2",
  253. "escape-html": "~1.0.3",
  254. "fast-decode-uri-component": "^1.0.1",
  255. "http-errors": "^2.0.0",
  256. "mime": "^3"
  257. }
  258. },
  259. "node_modules/@fastify/static": {
  260. "version": "8.1.1",
  261. "resolved": "https://registry.npmmirror.com/@fastify/static/-/static-8.1.1.tgz",
  262. "integrity": "sha512-TW9eyVHJLytZNpBlSIqd0bl1giJkEaRaPZG+5AT3L/OBKq9U8D7g/OYmc2NPQZnzPURGhMt3IAWuyVkvd2nOkQ==",
  263. "funding": [
  264. {
  265. "type": "github",
  266. "url": "https://github.com/sponsors/fastify"
  267. },
  268. {
  269. "type": "opencollective",
  270. "url": "https://opencollective.com/fastify"
  271. }
  272. ],
  273. "license": "MIT",
  274. "dependencies": {
  275. "@fastify/accept-negotiator": "^2.0.0",
  276. "@fastify/send": "^3.2.0",
  277. "content-disposition": "^0.5.4",
  278. "fastify-plugin": "^5.0.0",
  279. "fastq": "^1.17.1",
  280. "glob": "^11.0.0"
  281. }
  282. },
  283. "node_modules/@fastify/static/node_modules/glob": {
  284. "version": "11.0.1",
  285. "resolved": "https://registry.npmmirror.com/glob/-/glob-11.0.1.tgz",
  286. "integrity": "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==",
  287. "license": "ISC",
  288. "dependencies": {
  289. "foreground-child": "^3.1.0",
  290. "jackspeak": "^4.0.1",
  291. "minimatch": "^10.0.0",
  292. "minipass": "^7.1.2",
  293. "package-json-from-dist": "^1.0.0",
  294. "path-scurry": "^2.0.0"
  295. },
  296. "bin": {
  297. "glob": "dist/esm/bin.mjs"
  298. },
  299. "engines": {
  300. "node": "20 || >=22"
  301. },
  302. "funding": {
  303. "url": "https://github.com/sponsors/isaacs"
  304. }
  305. },
  306. "node_modules/@fastify/static/node_modules/jackspeak": {
  307. "version": "4.1.0",
  308. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-4.1.0.tgz",
  309. "integrity": "sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==",
  310. "license": "BlueOak-1.0.0",
  311. "dependencies": {
  312. "@isaacs/cliui": "^8.0.2"
  313. },
  314. "engines": {
  315. "node": "20 || >=22"
  316. },
  317. "funding": {
  318. "url": "https://github.com/sponsors/isaacs"
  319. }
  320. },
  321. "node_modules/@fastify/static/node_modules/lru-cache": {
  322. "version": "11.1.0",
  323. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.1.0.tgz",
  324. "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
  325. "license": "ISC",
  326. "engines": {
  327. "node": "20 || >=22"
  328. }
  329. },
  330. "node_modules/@fastify/static/node_modules/minimatch": {
  331. "version": "10.0.1",
  332. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-10.0.1.tgz",
  333. "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
  334. "license": "ISC",
  335. "dependencies": {
  336. "brace-expansion": "^2.0.1"
  337. },
  338. "engines": {
  339. "node": "20 || >=22"
  340. },
  341. "funding": {
  342. "url": "https://github.com/sponsors/isaacs"
  343. }
  344. },
  345. "node_modules/@fastify/static/node_modules/path-scurry": {
  346. "version": "2.0.0",
  347. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-2.0.0.tgz",
  348. "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
  349. "license": "BlueOak-1.0.0",
  350. "dependencies": {
  351. "lru-cache": "^11.0.0",
  352. "minipass": "^7.1.2"
  353. },
  354. "engines": {
  355. "node": "20 || >=22"
  356. },
  357. "funding": {
  358. "url": "https://github.com/sponsors/isaacs"
  359. }
  360. },
  361. "node_modules/@fastify/swagger": {
  362. "version": "9.4.2",
  363. "resolved": "https://registry.npmmirror.com/@fastify/swagger/-/swagger-9.4.2.tgz",
  364. "integrity": "sha512-WjSUu6QnmysLx1GeX7+oQAQUG/vBK5L8Qzcsht2SEpZiykpHURefMZpf+u3XbwSuH7TjeWOPgGIJIsEgj8AvxQ==",
  365. "funding": [
  366. {
  367. "type": "github",
  368. "url": "https://github.com/sponsors/fastify"
  369. },
  370. {
  371. "type": "opencollective",
  372. "url": "https://opencollective.com/fastify"
  373. }
  374. ],
  375. "license": "MIT",
  376. "dependencies": {
  377. "fastify-plugin": "^5.0.0",
  378. "json-schema-resolver": "^3.0.0",
  379. "openapi-types": "^12.1.3",
  380. "rfdc": "^1.3.1",
  381. "yaml": "^2.4.2"
  382. }
  383. },
  384. "node_modules/@fastify/swagger-ui": {
  385. "version": "5.2.2",
  386. "resolved": "https://registry.npmmirror.com/@fastify/swagger-ui/-/swagger-ui-5.2.2.tgz",
  387. "integrity": "sha512-jf8xe+D8Xjc8TqrZhtlJImOWihd8iYFu8dhM01mGg+F04CKUM0zGB9aADE9nxzRUszyWp3wn+uWk89nbAoBMCw==",
  388. "funding": [
  389. {
  390. "type": "github",
  391. "url": "https://github.com/sponsors/fastify"
  392. },
  393. {
  394. "type": "opencollective",
  395. "url": "https://opencollective.com/fastify"
  396. }
  397. ],
  398. "license": "MIT",
  399. "dependencies": {
  400. "@fastify/static": "^8.0.0",
  401. "fastify-plugin": "^5.0.0",
  402. "openapi-types": "^12.1.3",
  403. "rfdc": "^1.3.1",
  404. "yaml": "^2.4.1"
  405. }
  406. },
  407. "node_modules/@isaacs/cliui": {
  408. "version": "8.0.2",
  409. "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
  410. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  411. "license": "ISC",
  412. "dependencies": {
  413. "string-width": "^5.1.2",
  414. "string-width-cjs": "npm:string-width@^4.2.0",
  415. "strip-ansi": "^7.0.1",
  416. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  417. "wrap-ansi": "^8.1.0",
  418. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  419. },
  420. "engines": {
  421. "node": ">=12"
  422. }
  423. },
  424. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  425. "version": "6.1.0",
  426. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
  427. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  428. "license": "MIT",
  429. "engines": {
  430. "node": ">=12"
  431. },
  432. "funding": {
  433. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  434. }
  435. },
  436. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  437. "version": "6.2.1",
  438. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  439. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  440. "license": "MIT",
  441. "engines": {
  442. "node": ">=12"
  443. },
  444. "funding": {
  445. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  446. }
  447. },
  448. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  449. "version": "9.2.2",
  450. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  451. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  452. "license": "MIT"
  453. },
  454. "node_modules/@isaacs/cliui/node_modules/string-width": {
  455. "version": "5.1.2",
  456. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  457. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  458. "license": "MIT",
  459. "dependencies": {
  460. "eastasianwidth": "^0.2.0",
  461. "emoji-regex": "^9.2.2",
  462. "strip-ansi": "^7.0.1"
  463. },
  464. "engines": {
  465. "node": ">=12"
  466. },
  467. "funding": {
  468. "url": "https://github.com/sponsors/sindresorhus"
  469. }
  470. },
  471. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  472. "version": "7.1.0",
  473. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
  474. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  475. "license": "MIT",
  476. "dependencies": {
  477. "ansi-regex": "^6.0.1"
  478. },
  479. "engines": {
  480. "node": ">=12"
  481. },
  482. "funding": {
  483. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  484. }
  485. },
  486. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  487. "version": "8.1.0",
  488. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  489. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  490. "license": "MIT",
  491. "dependencies": {
  492. "ansi-styles": "^6.1.0",
  493. "string-width": "^5.0.1",
  494. "strip-ansi": "^7.0.1"
  495. },
  496. "engines": {
  497. "node": ">=12"
  498. },
  499. "funding": {
  500. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  501. }
  502. },
  503. "node_modules/@jridgewell/resolve-uri": {
  504. "version": "3.1.2",
  505. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  506. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  507. "devOptional": true,
  508. "license": "MIT",
  509. "engines": {
  510. "node": ">=6.0.0"
  511. }
  512. },
  513. "node_modules/@jridgewell/sourcemap-codec": {
  514. "version": "1.5.0",
  515. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  516. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  517. "devOptional": true,
  518. "license": "MIT"
  519. },
  520. "node_modules/@jridgewell/trace-mapping": {
  521. "version": "0.3.9",
  522. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
  523. "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
  524. "devOptional": true,
  525. "license": "MIT",
  526. "dependencies": {
  527. "@jridgewell/resolve-uri": "^3.0.3",
  528. "@jridgewell/sourcemap-codec": "^1.4.10"
  529. }
  530. },
  531. "node_modules/@lukeed/ms": {
  532. "version": "2.0.2",
  533. "resolved": "https://registry.npmmirror.com/@lukeed/ms/-/ms-2.0.2.tgz",
  534. "integrity": "sha512-9I2Zn6+NJLfaGoz9jN3lpwDgAYvfGeNYdbAIjJOqzs4Tpc+VU3Jqq4IofSUBKajiDS8k9fZIg18/z13mpk1bsA==",
  535. "license": "MIT",
  536. "engines": {
  537. "node": ">=8"
  538. }
  539. },
  540. "node_modules/@noble/curves": {
  541. "version": "1.4.2",
  542. "resolved": "https://registry.npmmirror.com/@noble/curves/-/curves-1.4.2.tgz",
  543. "integrity": "sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==",
  544. "license": "MIT",
  545. "dependencies": {
  546. "@noble/hashes": "1.4.0"
  547. },
  548. "funding": {
  549. "url": "https://paulmillr.com/funding/"
  550. }
  551. },
  552. "node_modules/@noble/hashes": {
  553. "version": "1.4.0",
  554. "resolved": "https://registry.npmmirror.com/@noble/hashes/-/hashes-1.4.0.tgz",
  555. "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
  556. "license": "MIT",
  557. "engines": {
  558. "node": ">= 16"
  559. },
  560. "funding": {
  561. "url": "https://paulmillr.com/funding/"
  562. }
  563. },
  564. "node_modules/@pkgjs/parseargs": {
  565. "version": "0.11.0",
  566. "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  567. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  568. "license": "MIT",
  569. "optional": true,
  570. "engines": {
  571. "node": ">=14"
  572. }
  573. },
  574. "node_modules/@scure/base": {
  575. "version": "1.1.9",
  576. "resolved": "https://registry.npmmirror.com/@scure/base/-/base-1.1.9.tgz",
  577. "integrity": "sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==",
  578. "license": "MIT",
  579. "funding": {
  580. "url": "https://paulmillr.com/funding/"
  581. }
  582. },
  583. "node_modules/@scure/bip32": {
  584. "version": "1.4.0",
  585. "resolved": "https://registry.npmmirror.com/@scure/bip32/-/bip32-1.4.0.tgz",
  586. "integrity": "sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==",
  587. "license": "MIT",
  588. "dependencies": {
  589. "@noble/curves": "~1.4.0",
  590. "@noble/hashes": "~1.4.0",
  591. "@scure/base": "~1.1.6"
  592. },
  593. "funding": {
  594. "url": "https://paulmillr.com/funding/"
  595. }
  596. },
  597. "node_modules/@scure/bip39": {
  598. "version": "1.3.0",
  599. "resolved": "https://registry.npmmirror.com/@scure/bip39/-/bip39-1.3.0.tgz",
  600. "integrity": "sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==",
  601. "license": "MIT",
  602. "dependencies": {
  603. "@noble/hashes": "~1.4.0",
  604. "@scure/base": "~1.1.6"
  605. },
  606. "funding": {
  607. "url": "https://paulmillr.com/funding/"
  608. }
  609. },
  610. "node_modules/@sqltools/formatter": {
  611. "version": "1.2.5",
  612. "resolved": "https://registry.npmmirror.com/@sqltools/formatter/-/formatter-1.2.5.tgz",
  613. "integrity": "sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==",
  614. "license": "MIT"
  615. },
  616. "node_modules/@tsconfig/node10": {
  617. "version": "1.0.11",
  618. "resolved": "https://registry.npmmirror.com/@tsconfig/node10/-/node10-1.0.11.tgz",
  619. "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==",
  620. "devOptional": true,
  621. "license": "MIT"
  622. },
  623. "node_modules/@tsconfig/node12": {
  624. "version": "1.0.11",
  625. "resolved": "https://registry.npmmirror.com/@tsconfig/node12/-/node12-1.0.11.tgz",
  626. "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
  627. "devOptional": true,
  628. "license": "MIT"
  629. },
  630. "node_modules/@tsconfig/node14": {
  631. "version": "1.0.3",
  632. "resolved": "https://registry.npmmirror.com/@tsconfig/node14/-/node14-1.0.3.tgz",
  633. "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
  634. "devOptional": true,
  635. "license": "MIT"
  636. },
  637. "node_modules/@tsconfig/node16": {
  638. "version": "1.0.4",
  639. "resolved": "https://registry.npmmirror.com/@tsconfig/node16/-/node16-1.0.4.tgz",
  640. "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
  641. "devOptional": true,
  642. "license": "MIT"
  643. },
  644. "node_modules/@types/bcryptjs": {
  645. "version": "3.0.0",
  646. "resolved": "https://registry.npmmirror.com/@types/bcryptjs/-/bcryptjs-3.0.0.tgz",
  647. "integrity": "sha512-WRZOuCuaz8UcZZE4R5HXTco2goQSI2XxjGY3hbM/xDvwmqFWd4ivooImsMx65OKM6CtNKbnZ5YL+YwAwK7c1dg==",
  648. "deprecated": "This is a stub types definition. bcryptjs provides its own type definitions, so you do not need this installed.",
  649. "dev": true,
  650. "license": "MIT",
  651. "dependencies": {
  652. "bcryptjs": "*"
  653. }
  654. },
  655. "node_modules/@types/node": {
  656. "version": "22.13.14",
  657. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.13.14.tgz",
  658. "integrity": "sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==",
  659. "devOptional": true,
  660. "license": "MIT",
  661. "dependencies": {
  662. "undici-types": "~6.20.0"
  663. }
  664. },
  665. "node_modules/@types/strip-bom": {
  666. "version": "3.0.0",
  667. "resolved": "https://registry.npmmirror.com/@types/strip-bom/-/strip-bom-3.0.0.tgz",
  668. "integrity": "sha512-xevGOReSYGM7g/kUBZzPqCrR/KYAo+F0yiPc85WFTJa0MSLtyFTVTU6cJu/aV4mid7IffDIWqo69THF2o4JiEQ==",
  669. "dev": true,
  670. "license": "MIT"
  671. },
  672. "node_modules/@types/strip-json-comments": {
  673. "version": "0.0.30",
  674. "resolved": "https://registry.npmmirror.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz",
  675. "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==",
  676. "dev": true,
  677. "license": "MIT"
  678. },
  679. "node_modules/@types/validator": {
  680. "version": "13.12.3",
  681. "resolved": "https://registry.npmmirror.com/@types/validator/-/validator-13.12.3.tgz",
  682. "integrity": "sha512-2ipwZ2NydGQJImne+FhNdhgRM37e9lCev99KnqkbFHd94Xn/mErARWI1RSLem1QA19ch5kOhzIZd7e8CA2FI8g==",
  683. "license": "MIT"
  684. },
  685. "node_modules/@types/ws": {
  686. "version": "8.5.3",
  687. "resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.5.3.tgz",
  688. "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==",
  689. "license": "MIT",
  690. "dependencies": {
  691. "@types/node": "*"
  692. }
  693. },
  694. "node_modules/@types/ws/node_modules/@types/node": {
  695. "version": "22.13.16",
  696. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.13.16.tgz",
  697. "integrity": "sha512-15tM+qA4Ypml/N7kyRdvfRjBQT2RL461uF1Bldn06K0Nzn1lY3nAPgHlsVrJxdZ9WhZiW0Fmc1lOYMtDsAuB3w==",
  698. "license": "MIT",
  699. "dependencies": {
  700. "undici-types": "~6.20.0"
  701. }
  702. },
  703. "node_modules/abitype": {
  704. "version": "0.7.1",
  705. "resolved": "https://registry.npmmirror.com/abitype/-/abitype-0.7.1.tgz",
  706. "integrity": "sha512-VBkRHTDZf9Myaek/dO3yMmOzB/y2s3Zo6nVU7yaw1G+TvCHAjwaJzNGN9yo4K5D8bU/VZXKP1EJpRhFr862PlQ==",
  707. "license": "MIT",
  708. "peerDependencies": {
  709. "typescript": ">=4.9.4",
  710. "zod": "^3 >=3.19.1"
  711. },
  712. "peerDependenciesMeta": {
  713. "zod": {
  714. "optional": true
  715. }
  716. }
  717. },
  718. "node_modules/abstract-logging": {
  719. "version": "2.0.1",
  720. "resolved": "https://registry.npmmirror.com/abstract-logging/-/abstract-logging-2.0.1.tgz",
  721. "integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==",
  722. "license": "MIT"
  723. },
  724. "node_modules/acorn": {
  725. "version": "8.14.1",
  726. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.1.tgz",
  727. "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
  728. "devOptional": true,
  729. "license": "MIT",
  730. "bin": {
  731. "acorn": "bin/acorn"
  732. },
  733. "engines": {
  734. "node": ">=0.4.0"
  735. }
  736. },
  737. "node_modules/acorn-walk": {
  738. "version": "8.3.4",
  739. "resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.3.4.tgz",
  740. "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
  741. "devOptional": true,
  742. "license": "MIT",
  743. "dependencies": {
  744. "acorn": "^8.11.0"
  745. },
  746. "engines": {
  747. "node": ">=0.4.0"
  748. }
  749. },
  750. "node_modules/ajv": {
  751. "version": "8.17.1",
  752. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.17.1.tgz",
  753. "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
  754. "license": "MIT",
  755. "dependencies": {
  756. "fast-deep-equal": "^3.1.3",
  757. "fast-uri": "^3.0.1",
  758. "json-schema-traverse": "^1.0.0",
  759. "require-from-string": "^2.0.2"
  760. },
  761. "funding": {
  762. "type": "github",
  763. "url": "https://github.com/sponsors/epoberezkin"
  764. }
  765. },
  766. "node_modules/ajv-formats": {
  767. "version": "3.0.1",
  768. "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-3.0.1.tgz",
  769. "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==",
  770. "license": "MIT",
  771. "dependencies": {
  772. "ajv": "^8.0.0"
  773. },
  774. "peerDependencies": {
  775. "ajv": "^8.0.0"
  776. },
  777. "peerDependenciesMeta": {
  778. "ajv": {
  779. "optional": true
  780. }
  781. }
  782. },
  783. "node_modules/ansi-regex": {
  784. "version": "5.0.1",
  785. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  786. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  787. "license": "MIT",
  788. "engines": {
  789. "node": ">=8"
  790. }
  791. },
  792. "node_modules/ansi-styles": {
  793. "version": "4.3.0",
  794. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  795. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  796. "license": "MIT",
  797. "dependencies": {
  798. "color-convert": "^2.0.1"
  799. },
  800. "engines": {
  801. "node": ">=8"
  802. },
  803. "funding": {
  804. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  805. }
  806. },
  807. "node_modules/ansis": {
  808. "version": "3.17.0",
  809. "resolved": "https://registry.npmmirror.com/ansis/-/ansis-3.17.0.tgz",
  810. "integrity": "sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==",
  811. "license": "ISC",
  812. "engines": {
  813. "node": ">=14"
  814. }
  815. },
  816. "node_modules/anymatch": {
  817. "version": "3.1.3",
  818. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  819. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  820. "dev": true,
  821. "license": "ISC",
  822. "dependencies": {
  823. "normalize-path": "^3.0.0",
  824. "picomatch": "^2.0.4"
  825. },
  826. "engines": {
  827. "node": ">= 8"
  828. }
  829. },
  830. "node_modules/app-root-path": {
  831. "version": "3.1.0",
  832. "resolved": "https://registry.npmmirror.com/app-root-path/-/app-root-path-3.1.0.tgz",
  833. "integrity": "sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==",
  834. "license": "MIT",
  835. "engines": {
  836. "node": ">= 6.0.0"
  837. }
  838. },
  839. "node_modules/arg": {
  840. "version": "4.1.3",
  841. "resolved": "https://registry.npmmirror.com/arg/-/arg-4.1.3.tgz",
  842. "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
  843. "devOptional": true,
  844. "license": "MIT"
  845. },
  846. "node_modules/asn1.js": {
  847. "version": "5.4.1",
  848. "resolved": "https://registry.npmmirror.com/asn1.js/-/asn1.js-5.4.1.tgz",
  849. "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==",
  850. "license": "MIT",
  851. "dependencies": {
  852. "bn.js": "^4.0.0",
  853. "inherits": "^2.0.1",
  854. "minimalistic-assert": "^1.0.0",
  855. "safer-buffer": "^2.1.0"
  856. }
  857. },
  858. "node_modules/atomic-sleep": {
  859. "version": "1.0.0",
  860. "resolved": "https://registry.npmmirror.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
  861. "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==",
  862. "license": "MIT",
  863. "engines": {
  864. "node": ">=8.0.0"
  865. }
  866. },
  867. "node_modules/available-typed-arrays": {
  868. "version": "1.0.7",
  869. "resolved": "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  870. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  871. "license": "MIT",
  872. "dependencies": {
  873. "possible-typed-array-names": "^1.0.0"
  874. },
  875. "engines": {
  876. "node": ">= 0.4"
  877. },
  878. "funding": {
  879. "url": "https://github.com/sponsors/ljharb"
  880. }
  881. },
  882. "node_modules/avvio": {
  883. "version": "9.1.0",
  884. "resolved": "https://registry.npmmirror.com/avvio/-/avvio-9.1.0.tgz",
  885. "integrity": "sha512-fYASnYi600CsH/j9EQov7lECAniYiBFiiAtBNuZYLA2leLe9qOvZzqYHFjtIj6gD2VMoMLP14834LFWvr4IfDw==",
  886. "license": "MIT",
  887. "dependencies": {
  888. "@fastify/error": "^4.0.0",
  889. "fastq": "^1.17.1"
  890. }
  891. },
  892. "node_modules/aws-ssl-profiles": {
  893. "version": "1.1.2",
  894. "resolved": "https://registry.npmmirror.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz",
  895. "integrity": "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==",
  896. "license": "MIT",
  897. "engines": {
  898. "node": ">= 6.0.0"
  899. }
  900. },
  901. "node_modules/balanced-match": {
  902. "version": "1.0.2",
  903. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  904. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  905. "license": "MIT"
  906. },
  907. "node_modules/base64-js": {
  908. "version": "1.5.1",
  909. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  910. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  911. "funding": [
  912. {
  913. "type": "github",
  914. "url": "https://github.com/sponsors/feross"
  915. },
  916. {
  917. "type": "patreon",
  918. "url": "https://www.patreon.com/feross"
  919. },
  920. {
  921. "type": "consulting",
  922. "url": "https://feross.org/support"
  923. }
  924. ],
  925. "license": "MIT"
  926. },
  927. "node_modules/bcryptjs": {
  928. "version": "3.0.2",
  929. "resolved": "https://registry.npmmirror.com/bcryptjs/-/bcryptjs-3.0.2.tgz",
  930. "integrity": "sha512-k38b3XOZKv60C4E2hVsXTolJWfkGRMbILBIe2IBITXciy5bOsTKot5kDrf3ZfufQtQOUN5mXceUEpU1rTl9Uog==",
  931. "license": "BSD-3-Clause",
  932. "bin": {
  933. "bcrypt": "bin/bcrypt"
  934. }
  935. },
  936. "node_modules/binary-extensions": {
  937. "version": "2.3.0",
  938. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  939. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  940. "dev": true,
  941. "license": "MIT",
  942. "engines": {
  943. "node": ">=8"
  944. },
  945. "funding": {
  946. "url": "https://github.com/sponsors/sindresorhus"
  947. }
  948. },
  949. "node_modules/bn.js": {
  950. "version": "4.12.1",
  951. "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.1.tgz",
  952. "integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
  953. "license": "MIT"
  954. },
  955. "node_modules/brace-expansion": {
  956. "version": "2.0.1",
  957. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  958. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  959. "license": "MIT",
  960. "dependencies": {
  961. "balanced-match": "^1.0.0"
  962. }
  963. },
  964. "node_modules/braces": {
  965. "version": "3.0.3",
  966. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  967. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  968. "dev": true,
  969. "license": "MIT",
  970. "dependencies": {
  971. "fill-range": "^7.1.1"
  972. },
  973. "engines": {
  974. "node": ">=8"
  975. }
  976. },
  977. "node_modules/buffer": {
  978. "version": "6.0.3",
  979. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz",
  980. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  981. "funding": [
  982. {
  983. "type": "github",
  984. "url": "https://github.com/sponsors/feross"
  985. },
  986. {
  987. "type": "patreon",
  988. "url": "https://www.patreon.com/feross"
  989. },
  990. {
  991. "type": "consulting",
  992. "url": "https://feross.org/support"
  993. }
  994. ],
  995. "license": "MIT",
  996. "dependencies": {
  997. "base64-js": "^1.3.1",
  998. "ieee754": "^1.2.1"
  999. }
  1000. },
  1001. "node_modules/buffer-from": {
  1002. "version": "1.1.2",
  1003. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  1004. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  1005. "dev": true,
  1006. "license": "MIT"
  1007. },
  1008. "node_modules/call-bind": {
  1009. "version": "1.0.8",
  1010. "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.8.tgz",
  1011. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  1012. "license": "MIT",
  1013. "dependencies": {
  1014. "call-bind-apply-helpers": "^1.0.0",
  1015. "es-define-property": "^1.0.0",
  1016. "get-intrinsic": "^1.2.4",
  1017. "set-function-length": "^1.2.2"
  1018. },
  1019. "engines": {
  1020. "node": ">= 0.4"
  1021. },
  1022. "funding": {
  1023. "url": "https://github.com/sponsors/ljharb"
  1024. }
  1025. },
  1026. "node_modules/call-bind-apply-helpers": {
  1027. "version": "1.0.2",
  1028. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  1029. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  1030. "license": "MIT",
  1031. "dependencies": {
  1032. "es-errors": "^1.3.0",
  1033. "function-bind": "^1.1.2"
  1034. },
  1035. "engines": {
  1036. "node": ">= 0.4"
  1037. }
  1038. },
  1039. "node_modules/call-bound": {
  1040. "version": "1.0.4",
  1041. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  1042. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  1043. "license": "MIT",
  1044. "dependencies": {
  1045. "call-bind-apply-helpers": "^1.0.2",
  1046. "get-intrinsic": "^1.3.0"
  1047. },
  1048. "engines": {
  1049. "node": ">= 0.4"
  1050. },
  1051. "funding": {
  1052. "url": "https://github.com/sponsors/ljharb"
  1053. }
  1054. },
  1055. "node_modules/chokidar": {
  1056. "version": "3.6.0",
  1057. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  1058. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  1059. "dev": true,
  1060. "license": "MIT",
  1061. "dependencies": {
  1062. "anymatch": "~3.1.2",
  1063. "braces": "~3.0.2",
  1064. "glob-parent": "~5.1.2",
  1065. "is-binary-path": "~2.1.0",
  1066. "is-glob": "~4.0.1",
  1067. "normalize-path": "~3.0.0",
  1068. "readdirp": "~3.6.0"
  1069. },
  1070. "engines": {
  1071. "node": ">= 8.10.0"
  1072. },
  1073. "funding": {
  1074. "url": "https://paulmillr.com/funding/"
  1075. },
  1076. "optionalDependencies": {
  1077. "fsevents": "~2.3.2"
  1078. }
  1079. },
  1080. "node_modules/class-transformer": {
  1081. "version": "0.5.1",
  1082. "resolved": "https://registry.npmmirror.com/class-transformer/-/class-transformer-0.5.1.tgz",
  1083. "integrity": "sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==",
  1084. "license": "MIT"
  1085. },
  1086. "node_modules/class-validator": {
  1087. "version": "0.14.1",
  1088. "resolved": "https://registry.npmmirror.com/class-validator/-/class-validator-0.14.1.tgz",
  1089. "integrity": "sha512-2VEG9JICxIqTpoK1eMzZqaV+u/EiwEJkMGzTrZf6sU/fwsnOITVgYJ8yojSy6CaXtO9V0Cc6ZQZ8h8m4UBuLwQ==",
  1090. "license": "MIT",
  1091. "dependencies": {
  1092. "@types/validator": "^13.11.8",
  1093. "libphonenumber-js": "^1.10.53",
  1094. "validator": "^13.9.0"
  1095. }
  1096. },
  1097. "node_modules/cliui": {
  1098. "version": "8.0.1",
  1099. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  1100. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  1101. "license": "ISC",
  1102. "dependencies": {
  1103. "string-width": "^4.2.0",
  1104. "strip-ansi": "^6.0.1",
  1105. "wrap-ansi": "^7.0.0"
  1106. },
  1107. "engines": {
  1108. "node": ">=12"
  1109. }
  1110. },
  1111. "node_modules/color-convert": {
  1112. "version": "2.0.1",
  1113. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  1114. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1115. "license": "MIT",
  1116. "dependencies": {
  1117. "color-name": "~1.1.4"
  1118. },
  1119. "engines": {
  1120. "node": ">=7.0.0"
  1121. }
  1122. },
  1123. "node_modules/color-name": {
  1124. "version": "1.1.4",
  1125. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  1126. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  1127. "license": "MIT"
  1128. },
  1129. "node_modules/colorette": {
  1130. "version": "2.0.20",
  1131. "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz",
  1132. "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
  1133. "dev": true,
  1134. "license": "MIT"
  1135. },
  1136. "node_modules/concat-map": {
  1137. "version": "0.0.1",
  1138. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  1139. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  1140. "dev": true,
  1141. "license": "MIT"
  1142. },
  1143. "node_modules/content-disposition": {
  1144. "version": "0.5.4",
  1145. "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
  1146. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  1147. "license": "MIT",
  1148. "dependencies": {
  1149. "safe-buffer": "5.2.1"
  1150. },
  1151. "engines": {
  1152. "node": ">= 0.6"
  1153. }
  1154. },
  1155. "node_modules/cookie": {
  1156. "version": "1.0.2",
  1157. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.0.2.tgz",
  1158. "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
  1159. "license": "MIT",
  1160. "engines": {
  1161. "node": ">=18"
  1162. }
  1163. },
  1164. "node_modules/crc-32": {
  1165. "version": "1.2.2",
  1166. "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
  1167. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  1168. "license": "Apache-2.0",
  1169. "bin": {
  1170. "crc32": "bin/crc32.njs"
  1171. },
  1172. "engines": {
  1173. "node": ">=0.8"
  1174. }
  1175. },
  1176. "node_modules/create-require": {
  1177. "version": "1.1.1",
  1178. "resolved": "https://registry.npmmirror.com/create-require/-/create-require-1.1.1.tgz",
  1179. "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
  1180. "devOptional": true,
  1181. "license": "MIT"
  1182. },
  1183. "node_modules/cross-fetch": {
  1184. "version": "4.1.0",
  1185. "resolved": "https://registry.npmmirror.com/cross-fetch/-/cross-fetch-4.1.0.tgz",
  1186. "integrity": "sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==",
  1187. "license": "MIT",
  1188. "dependencies": {
  1189. "node-fetch": "^2.7.0"
  1190. }
  1191. },
  1192. "node_modules/cross-spawn": {
  1193. "version": "7.0.6",
  1194. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  1195. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  1196. "license": "MIT",
  1197. "dependencies": {
  1198. "path-key": "^3.1.0",
  1199. "shebang-command": "^2.0.0",
  1200. "which": "^2.0.1"
  1201. },
  1202. "engines": {
  1203. "node": ">= 8"
  1204. }
  1205. },
  1206. "node_modules/dateformat": {
  1207. "version": "4.6.3",
  1208. "resolved": "https://registry.npmmirror.com/dateformat/-/dateformat-4.6.3.tgz",
  1209. "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
  1210. "dev": true,
  1211. "license": "MIT",
  1212. "engines": {
  1213. "node": "*"
  1214. }
  1215. },
  1216. "node_modules/dayjs": {
  1217. "version": "1.11.13",
  1218. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  1219. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  1220. "license": "MIT"
  1221. },
  1222. "node_modules/debug": {
  1223. "version": "4.4.0",
  1224. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  1225. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  1226. "license": "MIT",
  1227. "dependencies": {
  1228. "ms": "^2.1.3"
  1229. },
  1230. "engines": {
  1231. "node": ">=6.0"
  1232. },
  1233. "peerDependenciesMeta": {
  1234. "supports-color": {
  1235. "optional": true
  1236. }
  1237. }
  1238. },
  1239. "node_modules/define-data-property": {
  1240. "version": "1.1.4",
  1241. "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
  1242. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  1243. "license": "MIT",
  1244. "dependencies": {
  1245. "es-define-property": "^1.0.0",
  1246. "es-errors": "^1.3.0",
  1247. "gopd": "^1.0.1"
  1248. },
  1249. "engines": {
  1250. "node": ">= 0.4"
  1251. },
  1252. "funding": {
  1253. "url": "https://github.com/sponsors/ljharb"
  1254. }
  1255. },
  1256. "node_modules/denque": {
  1257. "version": "2.1.0",
  1258. "resolved": "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz",
  1259. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  1260. "license": "Apache-2.0",
  1261. "engines": {
  1262. "node": ">=0.10"
  1263. }
  1264. },
  1265. "node_modules/depd": {
  1266. "version": "2.0.0",
  1267. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  1268. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  1269. "license": "MIT",
  1270. "engines": {
  1271. "node": ">= 0.8"
  1272. }
  1273. },
  1274. "node_modules/dequal": {
  1275. "version": "2.0.3",
  1276. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  1277. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  1278. "license": "MIT",
  1279. "engines": {
  1280. "node": ">=6"
  1281. }
  1282. },
  1283. "node_modules/diff": {
  1284. "version": "4.0.2",
  1285. "resolved": "https://registry.npmmirror.com/diff/-/diff-4.0.2.tgz",
  1286. "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
  1287. "devOptional": true,
  1288. "license": "BSD-3-Clause",
  1289. "engines": {
  1290. "node": ">=0.3.1"
  1291. }
  1292. },
  1293. "node_modules/dotenv": {
  1294. "version": "16.4.7",
  1295. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.4.7.tgz",
  1296. "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
  1297. "license": "BSD-2-Clause",
  1298. "engines": {
  1299. "node": ">=12"
  1300. },
  1301. "funding": {
  1302. "url": "https://dotenvx.com"
  1303. }
  1304. },
  1305. "node_modules/dotenv-expand": {
  1306. "version": "10.0.0",
  1307. "resolved": "https://registry.npmmirror.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz",
  1308. "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==",
  1309. "license": "BSD-2-Clause",
  1310. "engines": {
  1311. "node": ">=12"
  1312. }
  1313. },
  1314. "node_modules/dunder-proto": {
  1315. "version": "1.0.1",
  1316. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1317. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1318. "license": "MIT",
  1319. "dependencies": {
  1320. "call-bind-apply-helpers": "^1.0.1",
  1321. "es-errors": "^1.3.0",
  1322. "gopd": "^1.2.0"
  1323. },
  1324. "engines": {
  1325. "node": ">= 0.4"
  1326. }
  1327. },
  1328. "node_modules/dynamic-dedupe": {
  1329. "version": "0.3.0",
  1330. "resolved": "https://registry.npmmirror.com/dynamic-dedupe/-/dynamic-dedupe-0.3.0.tgz",
  1331. "integrity": "sha512-ssuANeD+z97meYOqd50e04Ze5qp4bPqo8cCkI4TRjZkzAUgIDTrXV1R8QCdINpiI+hw14+rYazvTRdQrz0/rFQ==",
  1332. "dev": true,
  1333. "license": "MIT",
  1334. "dependencies": {
  1335. "xtend": "^4.0.0"
  1336. }
  1337. },
  1338. "node_modules/eastasianwidth": {
  1339. "version": "0.2.0",
  1340. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  1341. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  1342. "license": "MIT"
  1343. },
  1344. "node_modules/ecdsa-sig-formatter": {
  1345. "version": "1.0.11",
  1346. "resolved": "https://registry.npmmirror.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
  1347. "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
  1348. "license": "Apache-2.0",
  1349. "dependencies": {
  1350. "safe-buffer": "^5.0.1"
  1351. }
  1352. },
  1353. "node_modules/emoji-regex": {
  1354. "version": "8.0.0",
  1355. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  1356. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  1357. "license": "MIT"
  1358. },
  1359. "node_modules/end-of-stream": {
  1360. "version": "1.4.4",
  1361. "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  1362. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  1363. "dev": true,
  1364. "license": "MIT",
  1365. "dependencies": {
  1366. "once": "^1.4.0"
  1367. }
  1368. },
  1369. "node_modules/env-schema": {
  1370. "version": "6.0.1",
  1371. "resolved": "https://registry.npmmirror.com/env-schema/-/env-schema-6.0.1.tgz",
  1372. "integrity": "sha512-WRD40Q25pP4NUbI3g3CNU5PPzcaiX7YYcPwiCZlfR4qGsKmTlckRixgHww0/fOXiXSNKA87pwshzq0ULTK/48A==",
  1373. "funding": [
  1374. {
  1375. "type": "github",
  1376. "url": "https://github.com/sponsors/fastify"
  1377. },
  1378. {
  1379. "type": "opencollective",
  1380. "url": "https://opencollective.com/fastify"
  1381. }
  1382. ],
  1383. "license": "MIT",
  1384. "dependencies": {
  1385. "ajv": "^8.12.0",
  1386. "dotenv": "^16.4.5",
  1387. "dotenv-expand": "10.0.0"
  1388. }
  1389. },
  1390. "node_modules/es-define-property": {
  1391. "version": "1.0.1",
  1392. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  1393. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1394. "license": "MIT",
  1395. "engines": {
  1396. "node": ">= 0.4"
  1397. }
  1398. },
  1399. "node_modules/es-errors": {
  1400. "version": "1.3.0",
  1401. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  1402. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1403. "license": "MIT",
  1404. "engines": {
  1405. "node": ">= 0.4"
  1406. }
  1407. },
  1408. "node_modules/es-object-atoms": {
  1409. "version": "1.1.1",
  1410. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1411. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1412. "license": "MIT",
  1413. "dependencies": {
  1414. "es-errors": "^1.3.0"
  1415. },
  1416. "engines": {
  1417. "node": ">= 0.4"
  1418. }
  1419. },
  1420. "node_modules/escalade": {
  1421. "version": "3.2.0",
  1422. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  1423. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  1424. "license": "MIT",
  1425. "engines": {
  1426. "node": ">=6"
  1427. }
  1428. },
  1429. "node_modules/escape-html": {
  1430. "version": "1.0.3",
  1431. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  1432. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  1433. "license": "MIT"
  1434. },
  1435. "node_modules/ethereum-cryptography": {
  1436. "version": "2.2.1",
  1437. "resolved": "https://registry.npmmirror.com/ethereum-cryptography/-/ethereum-cryptography-2.2.1.tgz",
  1438. "integrity": "sha512-r/W8lkHSiTLxUxW8Rf3u4HGB0xQweG2RyETjywylKZSzLWoWAijRz8WCuOtJ6wah+avllXBqZuk29HCCvhEIRg==",
  1439. "license": "MIT",
  1440. "dependencies": {
  1441. "@noble/curves": "1.4.2",
  1442. "@noble/hashes": "1.4.0",
  1443. "@scure/bip32": "1.4.0",
  1444. "@scure/bip39": "1.3.0"
  1445. }
  1446. },
  1447. "node_modules/eventemitter3": {
  1448. "version": "5.0.1",
  1449. "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz",
  1450. "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
  1451. "license": "MIT"
  1452. },
  1453. "node_modules/fast-copy": {
  1454. "version": "3.0.2",
  1455. "resolved": "https://registry.npmmirror.com/fast-copy/-/fast-copy-3.0.2.tgz",
  1456. "integrity": "sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==",
  1457. "dev": true,
  1458. "license": "MIT"
  1459. },
  1460. "node_modules/fast-decode-uri-component": {
  1461. "version": "1.0.1",
  1462. "resolved": "https://registry.npmmirror.com/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
  1463. "integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==",
  1464. "license": "MIT"
  1465. },
  1466. "node_modules/fast-deep-equal": {
  1467. "version": "3.1.3",
  1468. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  1469. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  1470. "license": "MIT"
  1471. },
  1472. "node_modules/fast-json-stringify": {
  1473. "version": "6.0.1",
  1474. "resolved": "https://registry.npmmirror.com/fast-json-stringify/-/fast-json-stringify-6.0.1.tgz",
  1475. "integrity": "sha512-s7SJE83QKBZwg54dIbD5rCtzOBVD43V1ReWXXYqBgwCwHLYAAT0RQc/FmrQglXqWPpz6omtryJQOau5jI4Nrvg==",
  1476. "funding": [
  1477. {
  1478. "type": "github",
  1479. "url": "https://github.com/sponsors/fastify"
  1480. },
  1481. {
  1482. "type": "opencollective",
  1483. "url": "https://opencollective.com/fastify"
  1484. }
  1485. ],
  1486. "license": "MIT",
  1487. "dependencies": {
  1488. "@fastify/merge-json-schemas": "^0.2.0",
  1489. "ajv": "^8.12.0",
  1490. "ajv-formats": "^3.0.1",
  1491. "fast-uri": "^3.0.0",
  1492. "json-schema-ref-resolver": "^2.0.0",
  1493. "rfdc": "^1.2.0"
  1494. }
  1495. },
  1496. "node_modules/fast-jwt": {
  1497. "version": "5.0.6",
  1498. "resolved": "https://registry.npmmirror.com/fast-jwt/-/fast-jwt-5.0.6.tgz",
  1499. "integrity": "sha512-LPE7OCGUl11q3ZgW681cEU2d0d2JZ37hhJAmetCgNyW8waVaJVZXhyFF6U2so1Iim58Yc7pfxJe2P7MNetQH2g==",
  1500. "license": "Apache-2.0",
  1501. "dependencies": {
  1502. "@lukeed/ms": "^2.0.2",
  1503. "asn1.js": "^5.4.1",
  1504. "ecdsa-sig-formatter": "^1.0.11",
  1505. "mnemonist": "^0.40.0"
  1506. },
  1507. "engines": {
  1508. "node": ">=20"
  1509. }
  1510. },
  1511. "node_modules/fast-querystring": {
  1512. "version": "1.1.2",
  1513. "resolved": "https://registry.npmmirror.com/fast-querystring/-/fast-querystring-1.1.2.tgz",
  1514. "integrity": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==",
  1515. "license": "MIT",
  1516. "dependencies": {
  1517. "fast-decode-uri-component": "^1.0.1"
  1518. }
  1519. },
  1520. "node_modules/fast-redact": {
  1521. "version": "3.5.0",
  1522. "resolved": "https://registry.npmmirror.com/fast-redact/-/fast-redact-3.5.0.tgz",
  1523. "integrity": "sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==",
  1524. "license": "MIT",
  1525. "engines": {
  1526. "node": ">=6"
  1527. }
  1528. },
  1529. "node_modules/fast-safe-stringify": {
  1530. "version": "2.1.1",
  1531. "resolved": "https://registry.npmmirror.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
  1532. "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
  1533. "dev": true,
  1534. "license": "MIT"
  1535. },
  1536. "node_modules/fast-uri": {
  1537. "version": "3.0.6",
  1538. "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.0.6.tgz",
  1539. "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
  1540. "funding": [
  1541. {
  1542. "type": "github",
  1543. "url": "https://github.com/sponsors/fastify"
  1544. },
  1545. {
  1546. "type": "opencollective",
  1547. "url": "https://opencollective.com/fastify"
  1548. }
  1549. ],
  1550. "license": "BSD-3-Clause"
  1551. },
  1552. "node_modules/fastfall": {
  1553. "version": "1.5.1",
  1554. "resolved": "https://registry.npmmirror.com/fastfall/-/fastfall-1.5.1.tgz",
  1555. "integrity": "sha512-KH6p+Z8AKPXnmA7+Iz2Lh8ARCMr+8WNPVludm1LGkZoD2MjY6LVnRMtTKhkdzI+jr0RzQWXKzKyBJm1zoHEL4Q==",
  1556. "license": "MIT",
  1557. "dependencies": {
  1558. "reusify": "^1.0.0"
  1559. },
  1560. "engines": {
  1561. "node": ">=0.10.0"
  1562. }
  1563. },
  1564. "node_modules/fastify": {
  1565. "version": "5.2.2",
  1566. "resolved": "https://registry.npmmirror.com/fastify/-/fastify-5.2.2.tgz",
  1567. "integrity": "sha512-22T/PnhquWozuFXg3Ish4md5ipsF1Nx1mJ9ulLdZPXSk14WFj/wMlyNB/yll9sQOojKRgOIxT2inK3Xpjg5hyw==",
  1568. "funding": [
  1569. {
  1570. "type": "github",
  1571. "url": "https://github.com/sponsors/fastify"
  1572. },
  1573. {
  1574. "type": "opencollective",
  1575. "url": "https://opencollective.com/fastify"
  1576. }
  1577. ],
  1578. "license": "MIT",
  1579. "dependencies": {
  1580. "@fastify/ajv-compiler": "^4.0.0",
  1581. "@fastify/error": "^4.0.0",
  1582. "@fastify/fast-json-stringify-compiler": "^5.0.0",
  1583. "@fastify/proxy-addr": "^5.0.0",
  1584. "abstract-logging": "^2.0.1",
  1585. "avvio": "^9.0.0",
  1586. "fast-json-stringify": "^6.0.0",
  1587. "find-my-way": "^9.0.0",
  1588. "light-my-request": "^6.0.0",
  1589. "pino": "^9.0.0",
  1590. "process-warning": "^4.0.0",
  1591. "rfdc": "^1.3.1",
  1592. "secure-json-parse": "^3.0.1",
  1593. "semver": "^7.6.0",
  1594. "toad-cache": "^3.7.0"
  1595. }
  1596. },
  1597. "node_modules/fastify-plugin": {
  1598. "version": "5.0.1",
  1599. "resolved": "https://registry.npmmirror.com/fastify-plugin/-/fastify-plugin-5.0.1.tgz",
  1600. "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==",
  1601. "license": "MIT"
  1602. },
  1603. "node_modules/fastify/node_modules/secure-json-parse": {
  1604. "version": "3.0.2",
  1605. "resolved": "https://registry.npmmirror.com/secure-json-parse/-/secure-json-parse-3.0.2.tgz",
  1606. "integrity": "sha512-H6nS2o8bWfpFEV6U38sOSjS7bTbdgbCGU9wEM6W14P5H0QOsz94KCusifV44GpHDTu2nqZbuDNhTzu+mjDSw1w==",
  1607. "funding": [
  1608. {
  1609. "type": "github",
  1610. "url": "https://github.com/sponsors/fastify"
  1611. },
  1612. {
  1613. "type": "opencollective",
  1614. "url": "https://opencollective.com/fastify"
  1615. }
  1616. ],
  1617. "license": "BSD-3-Clause"
  1618. },
  1619. "node_modules/fastparallel": {
  1620. "version": "2.4.1",
  1621. "resolved": "https://registry.npmmirror.com/fastparallel/-/fastparallel-2.4.1.tgz",
  1622. "integrity": "sha512-qUmhxPgNHmvRjZKBFUNI0oZuuH9OlSIOXmJ98lhKPxMZZ7zS/Fi0wRHOihDSz0R1YiIOjxzOY4bq65YTcdBi2Q==",
  1623. "license": "ISC",
  1624. "dependencies": {
  1625. "reusify": "^1.0.4",
  1626. "xtend": "^4.0.2"
  1627. }
  1628. },
  1629. "node_modules/fastq": {
  1630. "version": "1.19.1",
  1631. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
  1632. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  1633. "license": "ISC",
  1634. "dependencies": {
  1635. "reusify": "^1.0.4"
  1636. }
  1637. },
  1638. "node_modules/fastseries": {
  1639. "version": "1.7.2",
  1640. "resolved": "https://registry.npmmirror.com/fastseries/-/fastseries-1.7.2.tgz",
  1641. "integrity": "sha512-dTPFrPGS8SNSzAt7u/CbMKCJ3s01N04s4JFbORHcmyvVfVKmbhMD1VtRbh5enGHxkaQDqWyLefiKOGGmohGDDQ==",
  1642. "license": "ISC",
  1643. "dependencies": {
  1644. "reusify": "^1.0.0",
  1645. "xtend": "^4.0.0"
  1646. }
  1647. },
  1648. "node_modules/fill-range": {
  1649. "version": "7.1.1",
  1650. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  1651. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  1652. "dev": true,
  1653. "license": "MIT",
  1654. "dependencies": {
  1655. "to-regex-range": "^5.0.1"
  1656. },
  1657. "engines": {
  1658. "node": ">=8"
  1659. }
  1660. },
  1661. "node_modules/find-my-way": {
  1662. "version": "9.3.0",
  1663. "resolved": "https://registry.npmmirror.com/find-my-way/-/find-my-way-9.3.0.tgz",
  1664. "integrity": "sha512-eRoFWQw+Yv2tuYlK2pjFS2jGXSxSppAs3hSQjfxVKxM5amECzIgYYc1FEI8ZmhSh/Ig+FrKEz43NLRKJjYCZVg==",
  1665. "license": "MIT",
  1666. "dependencies": {
  1667. "fast-deep-equal": "^3.1.3",
  1668. "fast-querystring": "^1.0.0",
  1669. "safe-regex2": "^5.0.0"
  1670. },
  1671. "engines": {
  1672. "node": ">=20"
  1673. }
  1674. },
  1675. "node_modules/for-each": {
  1676. "version": "0.3.5",
  1677. "resolved": "https://registry.npmmirror.com/for-each/-/for-each-0.3.5.tgz",
  1678. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  1679. "license": "MIT",
  1680. "dependencies": {
  1681. "is-callable": "^1.2.7"
  1682. },
  1683. "engines": {
  1684. "node": ">= 0.4"
  1685. },
  1686. "funding": {
  1687. "url": "https://github.com/sponsors/ljharb"
  1688. }
  1689. },
  1690. "node_modules/foreground-child": {
  1691. "version": "3.3.1",
  1692. "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",
  1693. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  1694. "license": "ISC",
  1695. "dependencies": {
  1696. "cross-spawn": "^7.0.6",
  1697. "signal-exit": "^4.0.1"
  1698. },
  1699. "engines": {
  1700. "node": ">=14"
  1701. },
  1702. "funding": {
  1703. "url": "https://github.com/sponsors/isaacs"
  1704. }
  1705. },
  1706. "node_modules/fs.realpath": {
  1707. "version": "1.0.0",
  1708. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  1709. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  1710. "dev": true,
  1711. "license": "ISC"
  1712. },
  1713. "node_modules/fsevents": {
  1714. "version": "2.3.3",
  1715. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  1716. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1717. "dev": true,
  1718. "license": "MIT",
  1719. "optional": true,
  1720. "os": [
  1721. "darwin"
  1722. ],
  1723. "engines": {
  1724. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1725. }
  1726. },
  1727. "node_modules/function-bind": {
  1728. "version": "1.1.2",
  1729. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  1730. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1731. "license": "MIT",
  1732. "funding": {
  1733. "url": "https://github.com/sponsors/ljharb"
  1734. }
  1735. },
  1736. "node_modules/generate-function": {
  1737. "version": "2.3.1",
  1738. "resolved": "https://registry.npmmirror.com/generate-function/-/generate-function-2.3.1.tgz",
  1739. "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
  1740. "license": "MIT",
  1741. "dependencies": {
  1742. "is-property": "^1.0.2"
  1743. }
  1744. },
  1745. "node_modules/get-caller-file": {
  1746. "version": "2.0.5",
  1747. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  1748. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  1749. "license": "ISC",
  1750. "engines": {
  1751. "node": "6.* || 8.* || >= 10.*"
  1752. }
  1753. },
  1754. "node_modules/get-intrinsic": {
  1755. "version": "1.3.0",
  1756. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  1757. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  1758. "license": "MIT",
  1759. "dependencies": {
  1760. "call-bind-apply-helpers": "^1.0.2",
  1761. "es-define-property": "^1.0.1",
  1762. "es-errors": "^1.3.0",
  1763. "es-object-atoms": "^1.1.1",
  1764. "function-bind": "^1.1.2",
  1765. "get-proto": "^1.0.1",
  1766. "gopd": "^1.2.0",
  1767. "has-symbols": "^1.1.0",
  1768. "hasown": "^2.0.2",
  1769. "math-intrinsics": "^1.1.0"
  1770. },
  1771. "engines": {
  1772. "node": ">= 0.4"
  1773. },
  1774. "funding": {
  1775. "url": "https://github.com/sponsors/ljharb"
  1776. }
  1777. },
  1778. "node_modules/get-proto": {
  1779. "version": "1.0.1",
  1780. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  1781. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  1782. "license": "MIT",
  1783. "dependencies": {
  1784. "dunder-proto": "^1.0.1",
  1785. "es-object-atoms": "^1.0.0"
  1786. },
  1787. "engines": {
  1788. "node": ">= 0.4"
  1789. }
  1790. },
  1791. "node_modules/glob": {
  1792. "version": "10.4.5",
  1793. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
  1794. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  1795. "license": "ISC",
  1796. "dependencies": {
  1797. "foreground-child": "^3.1.0",
  1798. "jackspeak": "^3.1.2",
  1799. "minimatch": "^9.0.4",
  1800. "minipass": "^7.1.2",
  1801. "package-json-from-dist": "^1.0.0",
  1802. "path-scurry": "^1.11.1"
  1803. },
  1804. "bin": {
  1805. "glob": "dist/esm/bin.mjs"
  1806. },
  1807. "funding": {
  1808. "url": "https://github.com/sponsors/isaacs"
  1809. }
  1810. },
  1811. "node_modules/glob-parent": {
  1812. "version": "5.1.2",
  1813. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  1814. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  1815. "dev": true,
  1816. "license": "ISC",
  1817. "dependencies": {
  1818. "is-glob": "^4.0.1"
  1819. },
  1820. "engines": {
  1821. "node": ">= 6"
  1822. }
  1823. },
  1824. "node_modules/gopd": {
  1825. "version": "1.2.0",
  1826. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  1827. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  1828. "license": "MIT",
  1829. "engines": {
  1830. "node": ">= 0.4"
  1831. },
  1832. "funding": {
  1833. "url": "https://github.com/sponsors/ljharb"
  1834. }
  1835. },
  1836. "node_modules/has-property-descriptors": {
  1837. "version": "1.0.2",
  1838. "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  1839. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  1840. "license": "MIT",
  1841. "dependencies": {
  1842. "es-define-property": "^1.0.0"
  1843. },
  1844. "funding": {
  1845. "url": "https://github.com/sponsors/ljharb"
  1846. }
  1847. },
  1848. "node_modules/has-symbols": {
  1849. "version": "1.1.0",
  1850. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  1851. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  1852. "license": "MIT",
  1853. "engines": {
  1854. "node": ">= 0.4"
  1855. },
  1856. "funding": {
  1857. "url": "https://github.com/sponsors/ljharb"
  1858. }
  1859. },
  1860. "node_modules/has-tostringtag": {
  1861. "version": "1.0.2",
  1862. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  1863. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  1864. "license": "MIT",
  1865. "dependencies": {
  1866. "has-symbols": "^1.0.3"
  1867. },
  1868. "engines": {
  1869. "node": ">= 0.4"
  1870. },
  1871. "funding": {
  1872. "url": "https://github.com/sponsors/ljharb"
  1873. }
  1874. },
  1875. "node_modules/hasown": {
  1876. "version": "2.0.2",
  1877. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  1878. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  1879. "license": "MIT",
  1880. "dependencies": {
  1881. "function-bind": "^1.1.2"
  1882. },
  1883. "engines": {
  1884. "node": ">= 0.4"
  1885. }
  1886. },
  1887. "node_modules/help-me": {
  1888. "version": "5.0.0",
  1889. "resolved": "https://registry.npmmirror.com/help-me/-/help-me-5.0.0.tgz",
  1890. "integrity": "sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==",
  1891. "dev": true,
  1892. "license": "MIT"
  1893. },
  1894. "node_modules/http-errors": {
  1895. "version": "2.0.0",
  1896. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
  1897. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  1898. "license": "MIT",
  1899. "dependencies": {
  1900. "depd": "2.0.0",
  1901. "inherits": "2.0.4",
  1902. "setprototypeof": "1.2.0",
  1903. "statuses": "2.0.1",
  1904. "toidentifier": "1.0.1"
  1905. },
  1906. "engines": {
  1907. "node": ">= 0.8"
  1908. }
  1909. },
  1910. "node_modules/iconv-lite": {
  1911. "version": "0.6.3",
  1912. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  1913. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  1914. "license": "MIT",
  1915. "dependencies": {
  1916. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1917. },
  1918. "engines": {
  1919. "node": ">=0.10.0"
  1920. }
  1921. },
  1922. "node_modules/ieee754": {
  1923. "version": "1.2.1",
  1924. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  1925. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  1926. "funding": [
  1927. {
  1928. "type": "github",
  1929. "url": "https://github.com/sponsors/feross"
  1930. },
  1931. {
  1932. "type": "patreon",
  1933. "url": "https://www.patreon.com/feross"
  1934. },
  1935. {
  1936. "type": "consulting",
  1937. "url": "https://feross.org/support"
  1938. }
  1939. ],
  1940. "license": "BSD-3-Clause"
  1941. },
  1942. "node_modules/inflight": {
  1943. "version": "1.0.6",
  1944. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  1945. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  1946. "dev": true,
  1947. "license": "ISC",
  1948. "dependencies": {
  1949. "once": "^1.3.0",
  1950. "wrappy": "1"
  1951. }
  1952. },
  1953. "node_modules/inherits": {
  1954. "version": "2.0.4",
  1955. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  1956. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  1957. "license": "ISC"
  1958. },
  1959. "node_modules/ipaddr.js": {
  1960. "version": "2.2.0",
  1961. "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-2.2.0.tgz",
  1962. "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==",
  1963. "license": "MIT",
  1964. "engines": {
  1965. "node": ">= 10"
  1966. }
  1967. },
  1968. "node_modules/is-arguments": {
  1969. "version": "1.2.0",
  1970. "resolved": "https://registry.npmmirror.com/is-arguments/-/is-arguments-1.2.0.tgz",
  1971. "integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==",
  1972. "license": "MIT",
  1973. "dependencies": {
  1974. "call-bound": "^1.0.2",
  1975. "has-tostringtag": "^1.0.2"
  1976. },
  1977. "engines": {
  1978. "node": ">= 0.4"
  1979. },
  1980. "funding": {
  1981. "url": "https://github.com/sponsors/ljharb"
  1982. }
  1983. },
  1984. "node_modules/is-binary-path": {
  1985. "version": "2.1.0",
  1986. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  1987. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  1988. "dev": true,
  1989. "license": "MIT",
  1990. "dependencies": {
  1991. "binary-extensions": "^2.0.0"
  1992. },
  1993. "engines": {
  1994. "node": ">=8"
  1995. }
  1996. },
  1997. "node_modules/is-callable": {
  1998. "version": "1.2.7",
  1999. "resolved": "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz",
  2000. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  2001. "license": "MIT",
  2002. "engines": {
  2003. "node": ">= 0.4"
  2004. },
  2005. "funding": {
  2006. "url": "https://github.com/sponsors/ljharb"
  2007. }
  2008. },
  2009. "node_modules/is-core-module": {
  2010. "version": "2.16.1",
  2011. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  2012. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  2013. "dev": true,
  2014. "license": "MIT",
  2015. "dependencies": {
  2016. "hasown": "^2.0.2"
  2017. },
  2018. "engines": {
  2019. "node": ">= 0.4"
  2020. },
  2021. "funding": {
  2022. "url": "https://github.com/sponsors/ljharb"
  2023. }
  2024. },
  2025. "node_modules/is-extglob": {
  2026. "version": "2.1.1",
  2027. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2028. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2029. "dev": true,
  2030. "license": "MIT",
  2031. "engines": {
  2032. "node": ">=0.10.0"
  2033. }
  2034. },
  2035. "node_modules/is-fullwidth-code-point": {
  2036. "version": "3.0.0",
  2037. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  2038. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  2039. "license": "MIT",
  2040. "engines": {
  2041. "node": ">=8"
  2042. }
  2043. },
  2044. "node_modules/is-generator-function": {
  2045. "version": "1.1.0",
  2046. "resolved": "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.1.0.tgz",
  2047. "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==",
  2048. "license": "MIT",
  2049. "dependencies": {
  2050. "call-bound": "^1.0.3",
  2051. "get-proto": "^1.0.0",
  2052. "has-tostringtag": "^1.0.2",
  2053. "safe-regex-test": "^1.1.0"
  2054. },
  2055. "engines": {
  2056. "node": ">= 0.4"
  2057. },
  2058. "funding": {
  2059. "url": "https://github.com/sponsors/ljharb"
  2060. }
  2061. },
  2062. "node_modules/is-glob": {
  2063. "version": "4.0.3",
  2064. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  2065. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2066. "dev": true,
  2067. "license": "MIT",
  2068. "dependencies": {
  2069. "is-extglob": "^2.1.1"
  2070. },
  2071. "engines": {
  2072. "node": ">=0.10.0"
  2073. }
  2074. },
  2075. "node_modules/is-number": {
  2076. "version": "7.0.0",
  2077. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  2078. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  2079. "dev": true,
  2080. "license": "MIT",
  2081. "engines": {
  2082. "node": ">=0.12.0"
  2083. }
  2084. },
  2085. "node_modules/is-property": {
  2086. "version": "1.0.2",
  2087. "resolved": "https://registry.npmmirror.com/is-property/-/is-property-1.0.2.tgz",
  2088. "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==",
  2089. "license": "MIT"
  2090. },
  2091. "node_modules/is-regex": {
  2092. "version": "1.2.1",
  2093. "resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.2.1.tgz",
  2094. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  2095. "license": "MIT",
  2096. "dependencies": {
  2097. "call-bound": "^1.0.2",
  2098. "gopd": "^1.2.0",
  2099. "has-tostringtag": "^1.0.2",
  2100. "hasown": "^2.0.2"
  2101. },
  2102. "engines": {
  2103. "node": ">= 0.4"
  2104. },
  2105. "funding": {
  2106. "url": "https://github.com/sponsors/ljharb"
  2107. }
  2108. },
  2109. "node_modules/is-typed-array": {
  2110. "version": "1.1.15",
  2111. "resolved": "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.15.tgz",
  2112. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  2113. "license": "MIT",
  2114. "dependencies": {
  2115. "which-typed-array": "^1.1.16"
  2116. },
  2117. "engines": {
  2118. "node": ">= 0.4"
  2119. },
  2120. "funding": {
  2121. "url": "https://github.com/sponsors/ljharb"
  2122. }
  2123. },
  2124. "node_modules/isexe": {
  2125. "version": "2.0.0",
  2126. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  2127. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  2128. "license": "ISC"
  2129. },
  2130. "node_modules/isomorphic-ws": {
  2131. "version": "5.0.0",
  2132. "resolved": "https://registry.npmmirror.com/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz",
  2133. "integrity": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==",
  2134. "license": "MIT",
  2135. "peerDependencies": {
  2136. "ws": "*"
  2137. }
  2138. },
  2139. "node_modules/jackspeak": {
  2140. "version": "3.4.3",
  2141. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  2142. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  2143. "license": "BlueOak-1.0.0",
  2144. "dependencies": {
  2145. "@isaacs/cliui": "^8.0.2"
  2146. },
  2147. "funding": {
  2148. "url": "https://github.com/sponsors/isaacs"
  2149. },
  2150. "optionalDependencies": {
  2151. "@pkgjs/parseargs": "^0.11.0"
  2152. }
  2153. },
  2154. "node_modules/joycon": {
  2155. "version": "3.1.1",
  2156. "resolved": "https://registry.npmmirror.com/joycon/-/joycon-3.1.1.tgz",
  2157. "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==",
  2158. "dev": true,
  2159. "license": "MIT",
  2160. "engines": {
  2161. "node": ">=10"
  2162. }
  2163. },
  2164. "node_modules/json-schema-ref-resolver": {
  2165. "version": "2.0.1",
  2166. "resolved": "https://registry.npmmirror.com/json-schema-ref-resolver/-/json-schema-ref-resolver-2.0.1.tgz",
  2167. "integrity": "sha512-HG0SIB9X4J8bwbxCbnd5FfPEbcXAJYTi1pBJeP/QPON+w8ovSME8iRG+ElHNxZNX2Qh6eYn1GdzJFS4cDFfx0Q==",
  2168. "funding": [
  2169. {
  2170. "type": "github",
  2171. "url": "https://github.com/sponsors/fastify"
  2172. },
  2173. {
  2174. "type": "opencollective",
  2175. "url": "https://opencollective.com/fastify"
  2176. }
  2177. ],
  2178. "license": "MIT",
  2179. "dependencies": {
  2180. "dequal": "^2.0.3"
  2181. }
  2182. },
  2183. "node_modules/json-schema-resolver": {
  2184. "version": "3.0.0",
  2185. "resolved": "https://registry.npmmirror.com/json-schema-resolver/-/json-schema-resolver-3.0.0.tgz",
  2186. "integrity": "sha512-HqMnbz0tz2DaEJ3ntsqtx3ezzZyDE7G56A/pPY/NGmrPu76UzsWquOpHFRAf5beTNXoH2LU5cQePVvRli1nchA==",
  2187. "license": "MIT",
  2188. "dependencies": {
  2189. "debug": "^4.1.1",
  2190. "fast-uri": "^3.0.5",
  2191. "rfdc": "^1.1.4"
  2192. },
  2193. "engines": {
  2194. "node": ">=20"
  2195. },
  2196. "funding": {
  2197. "url": "https://github.com/Eomm/json-schema-resolver?sponsor=1"
  2198. }
  2199. },
  2200. "node_modules/json-schema-traverse": {
  2201. "version": "1.0.0",
  2202. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  2203. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  2204. "license": "MIT"
  2205. },
  2206. "node_modules/libphonenumber-js": {
  2207. "version": "1.12.6",
  2208. "resolved": "https://registry.npmmirror.com/libphonenumber-js/-/libphonenumber-js-1.12.6.tgz",
  2209. "integrity": "sha512-PJiS4ETaUfCOFLpmtKzAbqZQjCCKVu2OhTV4SVNNE7c2nu/dACvtCqj4L0i/KWNnIgRv7yrILvBj5Lonv5Ncxw==",
  2210. "license": "MIT"
  2211. },
  2212. "node_modules/light-my-request": {
  2213. "version": "6.6.0",
  2214. "resolved": "https://registry.npmmirror.com/light-my-request/-/light-my-request-6.6.0.tgz",
  2215. "integrity": "sha512-CHYbu8RtboSIoVsHZ6Ye4cj4Aw/yg2oAFimlF7mNvfDV192LR7nDiKtSIfCuLT7KokPSTn/9kfVLm5OGN0A28A==",
  2216. "funding": [
  2217. {
  2218. "type": "github",
  2219. "url": "https://github.com/sponsors/fastify"
  2220. },
  2221. {
  2222. "type": "opencollective",
  2223. "url": "https://opencollective.com/fastify"
  2224. }
  2225. ],
  2226. "license": "BSD-3-Clause",
  2227. "dependencies": {
  2228. "cookie": "^1.0.1",
  2229. "process-warning": "^4.0.0",
  2230. "set-cookie-parser": "^2.6.0"
  2231. }
  2232. },
  2233. "node_modules/long": {
  2234. "version": "5.3.1",
  2235. "resolved": "https://registry.npmmirror.com/long/-/long-5.3.1.tgz",
  2236. "integrity": "sha512-ka87Jz3gcx/I7Hal94xaN2tZEOPoUOEVftkQqZx2EeQRN7LGdfLlI3FvZ+7WDplm+vK2Urx9ULrvSowtdCieng==",
  2237. "license": "Apache-2.0"
  2238. },
  2239. "node_modules/lru-cache": {
  2240. "version": "7.18.3",
  2241. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-7.18.3.tgz",
  2242. "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
  2243. "license": "ISC",
  2244. "engines": {
  2245. "node": ">=12"
  2246. }
  2247. },
  2248. "node_modules/lru.min": {
  2249. "version": "1.1.2",
  2250. "resolved": "https://registry.npmmirror.com/lru.min/-/lru.min-1.1.2.tgz",
  2251. "integrity": "sha512-Nv9KddBcQSlQopmBHXSsZVY5xsdlZkdH/Iey0BlcBYggMd4two7cZnKOK9vmy3nY0O5RGH99z1PCeTpPqszUYg==",
  2252. "license": "MIT",
  2253. "engines": {
  2254. "bun": ">=1.0.0",
  2255. "deno": ">=1.30.0",
  2256. "node": ">=8.0.0"
  2257. },
  2258. "funding": {
  2259. "type": "github",
  2260. "url": "https://github.com/sponsors/wellwelwel"
  2261. }
  2262. },
  2263. "node_modules/make-error": {
  2264. "version": "1.3.6",
  2265. "resolved": "https://registry.npmmirror.com/make-error/-/make-error-1.3.6.tgz",
  2266. "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
  2267. "devOptional": true,
  2268. "license": "ISC"
  2269. },
  2270. "node_modules/math-intrinsics": {
  2271. "version": "1.1.0",
  2272. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  2273. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  2274. "license": "MIT",
  2275. "engines": {
  2276. "node": ">= 0.4"
  2277. }
  2278. },
  2279. "node_modules/mime": {
  2280. "version": "3.0.0",
  2281. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  2282. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  2283. "license": "MIT",
  2284. "bin": {
  2285. "mime": "cli.js"
  2286. },
  2287. "engines": {
  2288. "node": ">=10.0.0"
  2289. }
  2290. },
  2291. "node_modules/minimalistic-assert": {
  2292. "version": "1.0.1",
  2293. "resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  2294. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
  2295. "license": "ISC"
  2296. },
  2297. "node_modules/minimatch": {
  2298. "version": "9.0.5",
  2299. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  2300. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2301. "license": "ISC",
  2302. "dependencies": {
  2303. "brace-expansion": "^2.0.1"
  2304. },
  2305. "engines": {
  2306. "node": ">=16 || 14 >=14.17"
  2307. },
  2308. "funding": {
  2309. "url": "https://github.com/sponsors/isaacs"
  2310. }
  2311. },
  2312. "node_modules/minimist": {
  2313. "version": "1.2.8",
  2314. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  2315. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  2316. "dev": true,
  2317. "license": "MIT",
  2318. "funding": {
  2319. "url": "https://github.com/sponsors/ljharb"
  2320. }
  2321. },
  2322. "node_modules/minipass": {
  2323. "version": "7.1.2",
  2324. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  2325. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  2326. "license": "ISC",
  2327. "engines": {
  2328. "node": ">=16 || 14 >=14.17"
  2329. }
  2330. },
  2331. "node_modules/mkdirp": {
  2332. "version": "1.0.4",
  2333. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz",
  2334. "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
  2335. "dev": true,
  2336. "license": "MIT",
  2337. "bin": {
  2338. "mkdirp": "bin/cmd.js"
  2339. },
  2340. "engines": {
  2341. "node": ">=10"
  2342. }
  2343. },
  2344. "node_modules/mnemonist": {
  2345. "version": "0.40.3",
  2346. "resolved": "https://registry.npmmirror.com/mnemonist/-/mnemonist-0.40.3.tgz",
  2347. "integrity": "sha512-Vjyr90sJ23CKKH/qPAgUKicw/v6pRoamxIEDFOF8uSgFME7DqPRpHgRTejWVjkdGg5dXj0/NyxZHZ9bcjH+2uQ==",
  2348. "license": "MIT",
  2349. "dependencies": {
  2350. "obliterator": "^2.0.4"
  2351. }
  2352. },
  2353. "node_modules/ms": {
  2354. "version": "2.1.3",
  2355. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  2356. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2357. "license": "MIT"
  2358. },
  2359. "node_modules/mysql2": {
  2360. "version": "3.14.0",
  2361. "resolved": "https://registry.npmmirror.com/mysql2/-/mysql2-3.14.0.tgz",
  2362. "integrity": "sha512-8eMhmG6gt/hRkU1G+8KlGOdQi2w+CgtNoD1ksXZq9gQfkfDsX4LHaBwTe1SY0Imx//t2iZA03DFnyYKPinxSRw==",
  2363. "license": "MIT",
  2364. "dependencies": {
  2365. "aws-ssl-profiles": "^1.1.1",
  2366. "denque": "^2.1.0",
  2367. "generate-function": "^2.3.1",
  2368. "iconv-lite": "^0.6.3",
  2369. "long": "^5.2.1",
  2370. "lru.min": "^1.0.0",
  2371. "named-placeholders": "^1.1.3",
  2372. "seq-queue": "^0.0.5",
  2373. "sqlstring": "^2.3.2"
  2374. },
  2375. "engines": {
  2376. "node": ">= 8.0"
  2377. }
  2378. },
  2379. "node_modules/named-placeholders": {
  2380. "version": "1.1.3",
  2381. "resolved": "https://registry.npmmirror.com/named-placeholders/-/named-placeholders-1.1.3.tgz",
  2382. "integrity": "sha512-eLoBxg6wE/rZkJPhU/xRX1WTpkFEwDJEN96oxFrTsqBdbT5ec295Q+CoHrL9IT0DipqKhmGcaZmwOt8OON5x1w==",
  2383. "license": "MIT",
  2384. "dependencies": {
  2385. "lru-cache": "^7.14.1"
  2386. },
  2387. "engines": {
  2388. "node": ">=12.0.0"
  2389. }
  2390. },
  2391. "node_modules/node-fetch": {
  2392. "version": "2.7.0",
  2393. "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
  2394. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  2395. "license": "MIT",
  2396. "dependencies": {
  2397. "whatwg-url": "^5.0.0"
  2398. },
  2399. "engines": {
  2400. "node": "4.x || >=6.0.0"
  2401. },
  2402. "peerDependencies": {
  2403. "encoding": "^0.1.0"
  2404. },
  2405. "peerDependenciesMeta": {
  2406. "encoding": {
  2407. "optional": true
  2408. }
  2409. }
  2410. },
  2411. "node_modules/normalize-path": {
  2412. "version": "3.0.0",
  2413. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  2414. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  2415. "dev": true,
  2416. "license": "MIT",
  2417. "engines": {
  2418. "node": ">=0.10.0"
  2419. }
  2420. },
  2421. "node_modules/obliterator": {
  2422. "version": "2.0.5",
  2423. "resolved": "https://registry.npmmirror.com/obliterator/-/obliterator-2.0.5.tgz",
  2424. "integrity": "sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==",
  2425. "license": "MIT"
  2426. },
  2427. "node_modules/on-exit-leak-free": {
  2428. "version": "2.1.2",
  2429. "resolved": "https://registry.npmmirror.com/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
  2430. "integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
  2431. "license": "MIT",
  2432. "engines": {
  2433. "node": ">=14.0.0"
  2434. }
  2435. },
  2436. "node_modules/once": {
  2437. "version": "1.4.0",
  2438. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  2439. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  2440. "dev": true,
  2441. "license": "ISC",
  2442. "dependencies": {
  2443. "wrappy": "1"
  2444. }
  2445. },
  2446. "node_modules/openapi-types": {
  2447. "version": "12.1.3",
  2448. "resolved": "https://registry.npmmirror.com/openapi-types/-/openapi-types-12.1.3.tgz",
  2449. "integrity": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==",
  2450. "license": "MIT"
  2451. },
  2452. "node_modules/package-json-from-dist": {
  2453. "version": "1.0.1",
  2454. "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  2455. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  2456. "license": "BlueOak-1.0.0"
  2457. },
  2458. "node_modules/path-is-absolute": {
  2459. "version": "1.0.1",
  2460. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  2461. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  2462. "dev": true,
  2463. "license": "MIT",
  2464. "engines": {
  2465. "node": ">=0.10.0"
  2466. }
  2467. },
  2468. "node_modules/path-key": {
  2469. "version": "3.1.1",
  2470. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  2471. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  2472. "license": "MIT",
  2473. "engines": {
  2474. "node": ">=8"
  2475. }
  2476. },
  2477. "node_modules/path-parse": {
  2478. "version": "1.0.7",
  2479. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  2480. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  2481. "dev": true,
  2482. "license": "MIT"
  2483. },
  2484. "node_modules/path-scurry": {
  2485. "version": "1.11.1",
  2486. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  2487. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  2488. "license": "BlueOak-1.0.0",
  2489. "dependencies": {
  2490. "lru-cache": "^10.2.0",
  2491. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  2492. },
  2493. "engines": {
  2494. "node": ">=16 || 14 >=14.18"
  2495. },
  2496. "funding": {
  2497. "url": "https://github.com/sponsors/isaacs"
  2498. }
  2499. },
  2500. "node_modules/path-scurry/node_modules/lru-cache": {
  2501. "version": "10.4.3",
  2502. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  2503. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  2504. "license": "ISC"
  2505. },
  2506. "node_modules/picomatch": {
  2507. "version": "2.3.1",
  2508. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  2509. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  2510. "dev": true,
  2511. "license": "MIT",
  2512. "engines": {
  2513. "node": ">=8.6"
  2514. },
  2515. "funding": {
  2516. "url": "https://github.com/sponsors/jonschlinkert"
  2517. }
  2518. },
  2519. "node_modules/pino": {
  2520. "version": "9.6.0",
  2521. "resolved": "https://registry.npmmirror.com/pino/-/pino-9.6.0.tgz",
  2522. "integrity": "sha512-i85pKRCt4qMjZ1+L7sy2Ag4t1atFcdbEt76+7iRJn1g2BvsnRMGu9p8pivl9fs63M2kF/A0OacFZhTub+m/qMg==",
  2523. "license": "MIT",
  2524. "dependencies": {
  2525. "atomic-sleep": "^1.0.0",
  2526. "fast-redact": "^3.1.1",
  2527. "on-exit-leak-free": "^2.1.0",
  2528. "pino-abstract-transport": "^2.0.0",
  2529. "pino-std-serializers": "^7.0.0",
  2530. "process-warning": "^4.0.0",
  2531. "quick-format-unescaped": "^4.0.3",
  2532. "real-require": "^0.2.0",
  2533. "safe-stable-stringify": "^2.3.1",
  2534. "sonic-boom": "^4.0.1",
  2535. "thread-stream": "^3.0.0"
  2536. },
  2537. "bin": {
  2538. "pino": "bin.js"
  2539. }
  2540. },
  2541. "node_modules/pino-abstract-transport": {
  2542. "version": "2.0.0",
  2543. "resolved": "https://registry.npmmirror.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
  2544. "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
  2545. "license": "MIT",
  2546. "dependencies": {
  2547. "split2": "^4.0.0"
  2548. }
  2549. },
  2550. "node_modules/pino-pretty": {
  2551. "version": "13.0.0",
  2552. "resolved": "https://registry.npmmirror.com/pino-pretty/-/pino-pretty-13.0.0.tgz",
  2553. "integrity": "sha512-cQBBIVG3YajgoUjo1FdKVRX6t9XPxwB9lcNJVD5GCnNM4Y6T12YYx8c6zEejxQsU0wrg9TwmDulcE9LR7qcJqA==",
  2554. "dev": true,
  2555. "license": "MIT",
  2556. "dependencies": {
  2557. "colorette": "^2.0.7",
  2558. "dateformat": "^4.6.3",
  2559. "fast-copy": "^3.0.2",
  2560. "fast-safe-stringify": "^2.1.1",
  2561. "help-me": "^5.0.0",
  2562. "joycon": "^3.1.1",
  2563. "minimist": "^1.2.6",
  2564. "on-exit-leak-free": "^2.1.0",
  2565. "pino-abstract-transport": "^2.0.0",
  2566. "pump": "^3.0.0",
  2567. "secure-json-parse": "^2.4.0",
  2568. "sonic-boom": "^4.0.1",
  2569. "strip-json-comments": "^3.1.1"
  2570. },
  2571. "bin": {
  2572. "pino-pretty": "bin.js"
  2573. }
  2574. },
  2575. "node_modules/pino-std-serializers": {
  2576. "version": "7.0.0",
  2577. "resolved": "https://registry.npmmirror.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz",
  2578. "integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==",
  2579. "license": "MIT"
  2580. },
  2581. "node_modules/possible-typed-array-names": {
  2582. "version": "1.1.0",
  2583. "resolved": "https://registry.npmmirror.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  2584. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  2585. "license": "MIT",
  2586. "engines": {
  2587. "node": ">= 0.4"
  2588. }
  2589. },
  2590. "node_modules/process-warning": {
  2591. "version": "4.0.1",
  2592. "resolved": "https://registry.npmmirror.com/process-warning/-/process-warning-4.0.1.tgz",
  2593. "integrity": "sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==",
  2594. "funding": [
  2595. {
  2596. "type": "github",
  2597. "url": "https://github.com/sponsors/fastify"
  2598. },
  2599. {
  2600. "type": "opencollective",
  2601. "url": "https://opencollective.com/fastify"
  2602. }
  2603. ],
  2604. "license": "MIT"
  2605. },
  2606. "node_modules/pump": {
  2607. "version": "3.0.2",
  2608. "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
  2609. "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
  2610. "dev": true,
  2611. "license": "MIT",
  2612. "dependencies": {
  2613. "end-of-stream": "^1.1.0",
  2614. "once": "^1.3.1"
  2615. }
  2616. },
  2617. "node_modules/quick-format-unescaped": {
  2618. "version": "4.0.4",
  2619. "resolved": "https://registry.npmmirror.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
  2620. "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
  2621. "license": "MIT"
  2622. },
  2623. "node_modules/readdirp": {
  2624. "version": "3.6.0",
  2625. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  2626. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  2627. "dev": true,
  2628. "license": "MIT",
  2629. "dependencies": {
  2630. "picomatch": "^2.2.1"
  2631. },
  2632. "engines": {
  2633. "node": ">=8.10.0"
  2634. }
  2635. },
  2636. "node_modules/real-require": {
  2637. "version": "0.2.0",
  2638. "resolved": "https://registry.npmmirror.com/real-require/-/real-require-0.2.0.tgz",
  2639. "integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==",
  2640. "license": "MIT",
  2641. "engines": {
  2642. "node": ">= 12.13.0"
  2643. }
  2644. },
  2645. "node_modules/reflect-metadata": {
  2646. "version": "0.2.2",
  2647. "resolved": "https://registry.npmmirror.com/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
  2648. "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
  2649. "license": "Apache-2.0"
  2650. },
  2651. "node_modules/require-directory": {
  2652. "version": "2.1.1",
  2653. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  2654. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  2655. "license": "MIT",
  2656. "engines": {
  2657. "node": ">=0.10.0"
  2658. }
  2659. },
  2660. "node_modules/require-from-string": {
  2661. "version": "2.0.2",
  2662. "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz",
  2663. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  2664. "license": "MIT",
  2665. "engines": {
  2666. "node": ">=0.10.0"
  2667. }
  2668. },
  2669. "node_modules/resolve": {
  2670. "version": "1.22.10",
  2671. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  2672. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  2673. "dev": true,
  2674. "license": "MIT",
  2675. "dependencies": {
  2676. "is-core-module": "^2.16.0",
  2677. "path-parse": "^1.0.7",
  2678. "supports-preserve-symlinks-flag": "^1.0.0"
  2679. },
  2680. "bin": {
  2681. "resolve": "bin/resolve"
  2682. },
  2683. "engines": {
  2684. "node": ">= 0.4"
  2685. },
  2686. "funding": {
  2687. "url": "https://github.com/sponsors/ljharb"
  2688. }
  2689. },
  2690. "node_modules/ret": {
  2691. "version": "0.5.0",
  2692. "resolved": "https://registry.npmmirror.com/ret/-/ret-0.5.0.tgz",
  2693. "integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
  2694. "license": "MIT",
  2695. "engines": {
  2696. "node": ">=10"
  2697. }
  2698. },
  2699. "node_modules/reusify": {
  2700. "version": "1.1.0",
  2701. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  2702. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  2703. "license": "MIT",
  2704. "engines": {
  2705. "iojs": ">=1.0.0",
  2706. "node": ">=0.10.0"
  2707. }
  2708. },
  2709. "node_modules/rfdc": {
  2710. "version": "1.4.1",
  2711. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  2712. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  2713. "license": "MIT"
  2714. },
  2715. "node_modules/rimraf": {
  2716. "version": "2.7.1",
  2717. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-2.7.1.tgz",
  2718. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  2719. "dev": true,
  2720. "license": "ISC",
  2721. "dependencies": {
  2722. "glob": "^7.1.3"
  2723. },
  2724. "bin": {
  2725. "rimraf": "bin.js"
  2726. }
  2727. },
  2728. "node_modules/rimraf/node_modules/brace-expansion": {
  2729. "version": "1.1.11",
  2730. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2731. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2732. "dev": true,
  2733. "license": "MIT",
  2734. "dependencies": {
  2735. "balanced-match": "^1.0.0",
  2736. "concat-map": "0.0.1"
  2737. }
  2738. },
  2739. "node_modules/rimraf/node_modules/glob": {
  2740. "version": "7.2.3",
  2741. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  2742. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  2743. "dev": true,
  2744. "license": "ISC",
  2745. "dependencies": {
  2746. "fs.realpath": "^1.0.0",
  2747. "inflight": "^1.0.4",
  2748. "inherits": "2",
  2749. "minimatch": "^3.1.1",
  2750. "once": "^1.3.0",
  2751. "path-is-absolute": "^1.0.0"
  2752. },
  2753. "engines": {
  2754. "node": "*"
  2755. },
  2756. "funding": {
  2757. "url": "https://github.com/sponsors/isaacs"
  2758. }
  2759. },
  2760. "node_modules/rimraf/node_modules/minimatch": {
  2761. "version": "3.1.2",
  2762. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  2763. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2764. "dev": true,
  2765. "license": "ISC",
  2766. "dependencies": {
  2767. "brace-expansion": "^1.1.7"
  2768. },
  2769. "engines": {
  2770. "node": "*"
  2771. }
  2772. },
  2773. "node_modules/safe-buffer": {
  2774. "version": "5.2.1",
  2775. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  2776. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  2777. "funding": [
  2778. {
  2779. "type": "github",
  2780. "url": "https://github.com/sponsors/feross"
  2781. },
  2782. {
  2783. "type": "patreon",
  2784. "url": "https://www.patreon.com/feross"
  2785. },
  2786. {
  2787. "type": "consulting",
  2788. "url": "https://feross.org/support"
  2789. }
  2790. ],
  2791. "license": "MIT"
  2792. },
  2793. "node_modules/safe-regex-test": {
  2794. "version": "1.1.0",
  2795. "resolved": "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  2796. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  2797. "license": "MIT",
  2798. "dependencies": {
  2799. "call-bound": "^1.0.2",
  2800. "es-errors": "^1.3.0",
  2801. "is-regex": "^1.2.1"
  2802. },
  2803. "engines": {
  2804. "node": ">= 0.4"
  2805. },
  2806. "funding": {
  2807. "url": "https://github.com/sponsors/ljharb"
  2808. }
  2809. },
  2810. "node_modules/safe-regex2": {
  2811. "version": "5.0.0",
  2812. "resolved": "https://registry.npmmirror.com/safe-regex2/-/safe-regex2-5.0.0.tgz",
  2813. "integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
  2814. "funding": [
  2815. {
  2816. "type": "github",
  2817. "url": "https://github.com/sponsors/fastify"
  2818. },
  2819. {
  2820. "type": "opencollective",
  2821. "url": "https://opencollective.com/fastify"
  2822. }
  2823. ],
  2824. "license": "MIT",
  2825. "dependencies": {
  2826. "ret": "~0.5.0"
  2827. }
  2828. },
  2829. "node_modules/safe-stable-stringify": {
  2830. "version": "2.5.0",
  2831. "resolved": "https://registry.npmmirror.com/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
  2832. "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
  2833. "license": "MIT",
  2834. "engines": {
  2835. "node": ">=10"
  2836. }
  2837. },
  2838. "node_modules/safer-buffer": {
  2839. "version": "2.1.2",
  2840. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  2841. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  2842. "license": "MIT"
  2843. },
  2844. "node_modules/secure-json-parse": {
  2845. "version": "2.7.0",
  2846. "resolved": "https://registry.npmmirror.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz",
  2847. "integrity": "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==",
  2848. "dev": true,
  2849. "license": "BSD-3-Clause"
  2850. },
  2851. "node_modules/semver": {
  2852. "version": "7.7.1",
  2853. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.1.tgz",
  2854. "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
  2855. "license": "ISC",
  2856. "bin": {
  2857. "semver": "bin/semver.js"
  2858. },
  2859. "engines": {
  2860. "node": ">=10"
  2861. }
  2862. },
  2863. "node_modules/seq-queue": {
  2864. "version": "0.0.5",
  2865. "resolved": "https://registry.npmmirror.com/seq-queue/-/seq-queue-0.0.5.tgz",
  2866. "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
  2867. },
  2868. "node_modules/set-cookie-parser": {
  2869. "version": "2.7.1",
  2870. "resolved": "https://registry.npmmirror.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz",
  2871. "integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==",
  2872. "license": "MIT"
  2873. },
  2874. "node_modules/set-function-length": {
  2875. "version": "1.2.2",
  2876. "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
  2877. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  2878. "license": "MIT",
  2879. "dependencies": {
  2880. "define-data-property": "^1.1.4",
  2881. "es-errors": "^1.3.0",
  2882. "function-bind": "^1.1.2",
  2883. "get-intrinsic": "^1.2.4",
  2884. "gopd": "^1.0.1",
  2885. "has-property-descriptors": "^1.0.2"
  2886. },
  2887. "engines": {
  2888. "node": ">= 0.4"
  2889. }
  2890. },
  2891. "node_modules/setimmediate": {
  2892. "version": "1.0.5",
  2893. "resolved": "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz",
  2894. "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
  2895. "license": "MIT"
  2896. },
  2897. "node_modules/setprototypeof": {
  2898. "version": "1.2.0",
  2899. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  2900. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  2901. "license": "ISC"
  2902. },
  2903. "node_modules/sha.js": {
  2904. "version": "2.4.11",
  2905. "resolved": "https://registry.npmmirror.com/sha.js/-/sha.js-2.4.11.tgz",
  2906. "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
  2907. "license": "(MIT AND BSD-3-Clause)",
  2908. "dependencies": {
  2909. "inherits": "^2.0.1",
  2910. "safe-buffer": "^5.0.1"
  2911. },
  2912. "bin": {
  2913. "sha.js": "bin.js"
  2914. }
  2915. },
  2916. "node_modules/shebang-command": {
  2917. "version": "2.0.0",
  2918. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  2919. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  2920. "license": "MIT",
  2921. "dependencies": {
  2922. "shebang-regex": "^3.0.0"
  2923. },
  2924. "engines": {
  2925. "node": ">=8"
  2926. }
  2927. },
  2928. "node_modules/shebang-regex": {
  2929. "version": "3.0.0",
  2930. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  2931. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  2932. "license": "MIT",
  2933. "engines": {
  2934. "node": ">=8"
  2935. }
  2936. },
  2937. "node_modules/signal-exit": {
  2938. "version": "4.1.0",
  2939. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  2940. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  2941. "license": "ISC",
  2942. "engines": {
  2943. "node": ">=14"
  2944. },
  2945. "funding": {
  2946. "url": "https://github.com/sponsors/isaacs"
  2947. }
  2948. },
  2949. "node_modules/sonic-boom": {
  2950. "version": "4.2.0",
  2951. "resolved": "https://registry.npmmirror.com/sonic-boom/-/sonic-boom-4.2.0.tgz",
  2952. "integrity": "sha512-INb7TM37/mAcsGmc9hyyI6+QR3rR1zVRu36B0NeGXKnOOLiZOfER5SA+N7X7k3yUYRzLWafduTDvJAfDswwEww==",
  2953. "license": "MIT",
  2954. "dependencies": {
  2955. "atomic-sleep": "^1.0.0"
  2956. }
  2957. },
  2958. "node_modules/source-map": {
  2959. "version": "0.6.1",
  2960. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  2961. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  2962. "dev": true,
  2963. "license": "BSD-3-Clause",
  2964. "engines": {
  2965. "node": ">=0.10.0"
  2966. }
  2967. },
  2968. "node_modules/source-map-support": {
  2969. "version": "0.5.21",
  2970. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  2971. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  2972. "dev": true,
  2973. "license": "MIT",
  2974. "dependencies": {
  2975. "buffer-from": "^1.0.0",
  2976. "source-map": "^0.6.0"
  2977. }
  2978. },
  2979. "node_modules/split2": {
  2980. "version": "4.2.0",
  2981. "resolved": "https://registry.npmmirror.com/split2/-/split2-4.2.0.tgz",
  2982. "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
  2983. "license": "ISC",
  2984. "engines": {
  2985. "node": ">= 10.x"
  2986. }
  2987. },
  2988. "node_modules/sql-highlight": {
  2989. "version": "6.0.0",
  2990. "resolved": "https://registry.npmmirror.com/sql-highlight/-/sql-highlight-6.0.0.tgz",
  2991. "integrity": "sha512-+fLpbAbWkQ+d0JEchJT/NrRRXbYRNbG15gFpANx73EwxQB1PRjj+k/OI0GTU0J63g8ikGkJECQp9z8XEJZvPRw==",
  2992. "funding": [
  2993. "https://github.com/scriptcoded/sql-highlight?sponsor=1",
  2994. {
  2995. "type": "github",
  2996. "url": "https://github.com/sponsors/scriptcoded"
  2997. }
  2998. ],
  2999. "license": "MIT",
  3000. "engines": {
  3001. "node": ">=14"
  3002. }
  3003. },
  3004. "node_modules/sqlstring": {
  3005. "version": "2.3.3",
  3006. "resolved": "https://registry.npmmirror.com/sqlstring/-/sqlstring-2.3.3.tgz",
  3007. "integrity": "sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg==",
  3008. "license": "MIT",
  3009. "engines": {
  3010. "node": ">= 0.6"
  3011. }
  3012. },
  3013. "node_modules/statuses": {
  3014. "version": "2.0.1",
  3015. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
  3016. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  3017. "license": "MIT",
  3018. "engines": {
  3019. "node": ">= 0.8"
  3020. }
  3021. },
  3022. "node_modules/steed": {
  3023. "version": "1.1.3",
  3024. "resolved": "https://registry.npmmirror.com/steed/-/steed-1.1.3.tgz",
  3025. "integrity": "sha512-EUkci0FAUiE4IvGTSKcDJIQ/eRUP2JJb56+fvZ4sdnguLTqIdKjSxUe138poW8mkvKWXW2sFPrgTsxqoISnmoA==",
  3026. "license": "MIT",
  3027. "dependencies": {
  3028. "fastfall": "^1.5.0",
  3029. "fastparallel": "^2.2.0",
  3030. "fastq": "^1.3.0",
  3031. "fastseries": "^1.7.0",
  3032. "reusify": "^1.0.0"
  3033. }
  3034. },
  3035. "node_modules/string-width": {
  3036. "version": "4.2.3",
  3037. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  3038. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  3039. "license": "MIT",
  3040. "dependencies": {
  3041. "emoji-regex": "^8.0.0",
  3042. "is-fullwidth-code-point": "^3.0.0",
  3043. "strip-ansi": "^6.0.1"
  3044. },
  3045. "engines": {
  3046. "node": ">=8"
  3047. }
  3048. },
  3049. "node_modules/string-width-cjs": {
  3050. "name": "string-width",
  3051. "version": "4.2.3",
  3052. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  3053. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  3054. "license": "MIT",
  3055. "dependencies": {
  3056. "emoji-regex": "^8.0.0",
  3057. "is-fullwidth-code-point": "^3.0.0",
  3058. "strip-ansi": "^6.0.1"
  3059. },
  3060. "engines": {
  3061. "node": ">=8"
  3062. }
  3063. },
  3064. "node_modules/strip-ansi": {
  3065. "version": "6.0.1",
  3066. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  3067. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  3068. "license": "MIT",
  3069. "dependencies": {
  3070. "ansi-regex": "^5.0.1"
  3071. },
  3072. "engines": {
  3073. "node": ">=8"
  3074. }
  3075. },
  3076. "node_modules/strip-ansi-cjs": {
  3077. "name": "strip-ansi",
  3078. "version": "6.0.1",
  3079. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  3080. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  3081. "license": "MIT",
  3082. "dependencies": {
  3083. "ansi-regex": "^5.0.1"
  3084. },
  3085. "engines": {
  3086. "node": ">=8"
  3087. }
  3088. },
  3089. "node_modules/strip-bom": {
  3090. "version": "3.0.0",
  3091. "resolved": "https://registry.npmmirror.com/strip-bom/-/strip-bom-3.0.0.tgz",
  3092. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  3093. "dev": true,
  3094. "license": "MIT",
  3095. "engines": {
  3096. "node": ">=4"
  3097. }
  3098. },
  3099. "node_modules/strip-json-comments": {
  3100. "version": "3.1.1",
  3101. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  3102. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  3103. "dev": true,
  3104. "license": "MIT",
  3105. "engines": {
  3106. "node": ">=8"
  3107. },
  3108. "funding": {
  3109. "url": "https://github.com/sponsors/sindresorhus"
  3110. }
  3111. },
  3112. "node_modules/supports-preserve-symlinks-flag": {
  3113. "version": "1.0.0",
  3114. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  3115. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  3116. "dev": true,
  3117. "license": "MIT",
  3118. "engines": {
  3119. "node": ">= 0.4"
  3120. },
  3121. "funding": {
  3122. "url": "https://github.com/sponsors/ljharb"
  3123. }
  3124. },
  3125. "node_modules/thread-stream": {
  3126. "version": "3.1.0",
  3127. "resolved": "https://registry.npmmirror.com/thread-stream/-/thread-stream-3.1.0.tgz",
  3128. "integrity": "sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==",
  3129. "license": "MIT",
  3130. "dependencies": {
  3131. "real-require": "^0.2.0"
  3132. }
  3133. },
  3134. "node_modules/to-regex-range": {
  3135. "version": "5.0.1",
  3136. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  3137. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  3138. "dev": true,
  3139. "license": "MIT",
  3140. "dependencies": {
  3141. "is-number": "^7.0.0"
  3142. },
  3143. "engines": {
  3144. "node": ">=8.0"
  3145. }
  3146. },
  3147. "node_modules/toad-cache": {
  3148. "version": "3.7.0",
  3149. "resolved": "https://registry.npmmirror.com/toad-cache/-/toad-cache-3.7.0.tgz",
  3150. "integrity": "sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==",
  3151. "license": "MIT",
  3152. "engines": {
  3153. "node": ">=12"
  3154. }
  3155. },
  3156. "node_modules/toidentifier": {
  3157. "version": "1.0.1",
  3158. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  3159. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  3160. "license": "MIT",
  3161. "engines": {
  3162. "node": ">=0.6"
  3163. }
  3164. },
  3165. "node_modules/tr46": {
  3166. "version": "0.0.3",
  3167. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
  3168. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  3169. "license": "MIT"
  3170. },
  3171. "node_modules/tree-kill": {
  3172. "version": "1.2.2",
  3173. "resolved": "https://registry.npmmirror.com/tree-kill/-/tree-kill-1.2.2.tgz",
  3174. "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
  3175. "dev": true,
  3176. "license": "MIT",
  3177. "bin": {
  3178. "tree-kill": "cli.js"
  3179. }
  3180. },
  3181. "node_modules/ts-node": {
  3182. "version": "10.9.2",
  3183. "resolved": "https://registry.npmmirror.com/ts-node/-/ts-node-10.9.2.tgz",
  3184. "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
  3185. "devOptional": true,
  3186. "license": "MIT",
  3187. "dependencies": {
  3188. "@cspotcode/source-map-support": "^0.8.0",
  3189. "@tsconfig/node10": "^1.0.7",
  3190. "@tsconfig/node12": "^1.0.7",
  3191. "@tsconfig/node14": "^1.0.0",
  3192. "@tsconfig/node16": "^1.0.2",
  3193. "acorn": "^8.4.1",
  3194. "acorn-walk": "^8.1.1",
  3195. "arg": "^4.1.0",
  3196. "create-require": "^1.1.0",
  3197. "diff": "^4.0.1",
  3198. "make-error": "^1.1.1",
  3199. "v8-compile-cache-lib": "^3.0.1",
  3200. "yn": "3.1.1"
  3201. },
  3202. "bin": {
  3203. "ts-node": "dist/bin.js",
  3204. "ts-node-cwd": "dist/bin-cwd.js",
  3205. "ts-node-esm": "dist/bin-esm.js",
  3206. "ts-node-script": "dist/bin-script.js",
  3207. "ts-node-transpile-only": "dist/bin-transpile.js",
  3208. "ts-script": "dist/bin-script-deprecated.js"
  3209. },
  3210. "peerDependencies": {
  3211. "@swc/core": ">=1.2.50",
  3212. "@swc/wasm": ">=1.2.50",
  3213. "@types/node": "*",
  3214. "typescript": ">=2.7"
  3215. },
  3216. "peerDependenciesMeta": {
  3217. "@swc/core": {
  3218. "optional": true
  3219. },
  3220. "@swc/wasm": {
  3221. "optional": true
  3222. }
  3223. }
  3224. },
  3225. "node_modules/ts-node-dev": {
  3226. "version": "2.0.0",
  3227. "resolved": "https://registry.npmmirror.com/ts-node-dev/-/ts-node-dev-2.0.0.tgz",
  3228. "integrity": "sha512-ywMrhCfH6M75yftYvrvNarLEY+SUXtUvU8/0Z6llrHQVBx12GiFk5sStF8UdfE/yfzk9IAq7O5EEbTQsxlBI8w==",
  3229. "dev": true,
  3230. "license": "MIT",
  3231. "dependencies": {
  3232. "chokidar": "^3.5.1",
  3233. "dynamic-dedupe": "^0.3.0",
  3234. "minimist": "^1.2.6",
  3235. "mkdirp": "^1.0.4",
  3236. "resolve": "^1.0.0",
  3237. "rimraf": "^2.6.1",
  3238. "source-map-support": "^0.5.12",
  3239. "tree-kill": "^1.2.2",
  3240. "ts-node": "^10.4.0",
  3241. "tsconfig": "^7.0.0"
  3242. },
  3243. "bin": {
  3244. "ts-node-dev": "lib/bin.js",
  3245. "tsnd": "lib/bin.js"
  3246. },
  3247. "engines": {
  3248. "node": ">=0.8.0"
  3249. },
  3250. "peerDependencies": {
  3251. "node-notifier": "*",
  3252. "typescript": "*"
  3253. },
  3254. "peerDependenciesMeta": {
  3255. "node-notifier": {
  3256. "optional": true
  3257. }
  3258. }
  3259. },
  3260. "node_modules/tsconfig": {
  3261. "version": "7.0.0",
  3262. "resolved": "https://registry.npmmirror.com/tsconfig/-/tsconfig-7.0.0.tgz",
  3263. "integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==",
  3264. "dev": true,
  3265. "license": "MIT",
  3266. "dependencies": {
  3267. "@types/strip-bom": "^3.0.0",
  3268. "@types/strip-json-comments": "0.0.30",
  3269. "strip-bom": "^3.0.0",
  3270. "strip-json-comments": "^2.0.0"
  3271. }
  3272. },
  3273. "node_modules/tsconfig/node_modules/strip-json-comments": {
  3274. "version": "2.0.1",
  3275. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  3276. "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
  3277. "dev": true,
  3278. "license": "MIT",
  3279. "engines": {
  3280. "node": ">=0.10.0"
  3281. }
  3282. },
  3283. "node_modules/tslib": {
  3284. "version": "2.8.1",
  3285. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  3286. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  3287. "license": "0BSD"
  3288. },
  3289. "node_modules/typeorm": {
  3290. "version": "0.3.21",
  3291. "resolved": "https://registry.npmmirror.com/typeorm/-/typeorm-0.3.21.tgz",
  3292. "integrity": "sha512-lh4rUWl1liZGjyPTWpwcK8RNI5x4ekln+/JJOox1wCd7xbucYDOXWD+1cSzTN3L0wbTGxxOtloM5JlxbOxEufA==",
  3293. "license": "MIT",
  3294. "dependencies": {
  3295. "@sqltools/formatter": "^1.2.5",
  3296. "ansis": "^3.9.0",
  3297. "app-root-path": "^3.1.0",
  3298. "buffer": "^6.0.3",
  3299. "dayjs": "^1.11.9",
  3300. "debug": "^4.3.4",
  3301. "dotenv": "^16.0.3",
  3302. "glob": "^10.4.5",
  3303. "sha.js": "^2.4.11",
  3304. "sql-highlight": "^6.0.0",
  3305. "tslib": "^2.5.0",
  3306. "uuid": "^11.0.5",
  3307. "yargs": "^17.6.2"
  3308. },
  3309. "bin": {
  3310. "typeorm": "cli.js",
  3311. "typeorm-ts-node-commonjs": "cli-ts-node-commonjs.js",
  3312. "typeorm-ts-node-esm": "cli-ts-node-esm.js"
  3313. },
  3314. "engines": {
  3315. "node": ">=16.13.0"
  3316. },
  3317. "funding": {
  3318. "url": "https://opencollective.com/typeorm"
  3319. },
  3320. "peerDependencies": {
  3321. "@google-cloud/spanner": "^5.18.0",
  3322. "@sap/hana-client": "^2.12.25",
  3323. "better-sqlite3": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
  3324. "hdb-pool": "^0.1.6",
  3325. "ioredis": "^5.0.4",
  3326. "mongodb": "^5.8.0",
  3327. "mssql": "^9.1.1 || ^10.0.1 || ^11.0.1",
  3328. "mysql2": "^2.2.5 || ^3.0.1",
  3329. "oracledb": "^6.3.0",
  3330. "pg": "^8.5.1",
  3331. "pg-native": "^3.0.0",
  3332. "pg-query-stream": "^4.0.0",
  3333. "redis": "^3.1.1 || ^4.0.0",
  3334. "reflect-metadata": "^0.1.14 || ^0.2.0",
  3335. "sql.js": "^1.4.0",
  3336. "sqlite3": "^5.0.3",
  3337. "ts-node": "^10.7.0",
  3338. "typeorm-aurora-data-api-driver": "^2.0.0"
  3339. },
  3340. "peerDependenciesMeta": {
  3341. "@google-cloud/spanner": {
  3342. "optional": true
  3343. },
  3344. "@sap/hana-client": {
  3345. "optional": true
  3346. },
  3347. "better-sqlite3": {
  3348. "optional": true
  3349. },
  3350. "hdb-pool": {
  3351. "optional": true
  3352. },
  3353. "ioredis": {
  3354. "optional": true
  3355. },
  3356. "mongodb": {
  3357. "optional": true
  3358. },
  3359. "mssql": {
  3360. "optional": true
  3361. },
  3362. "mysql2": {
  3363. "optional": true
  3364. },
  3365. "oracledb": {
  3366. "optional": true
  3367. },
  3368. "pg": {
  3369. "optional": true
  3370. },
  3371. "pg-native": {
  3372. "optional": true
  3373. },
  3374. "pg-query-stream": {
  3375. "optional": true
  3376. },
  3377. "redis": {
  3378. "optional": true
  3379. },
  3380. "sql.js": {
  3381. "optional": true
  3382. },
  3383. "sqlite3": {
  3384. "optional": true
  3385. },
  3386. "ts-node": {
  3387. "optional": true
  3388. },
  3389. "typeorm-aurora-data-api-driver": {
  3390. "optional": true
  3391. }
  3392. }
  3393. },
  3394. "node_modules/typescript": {
  3395. "version": "5.8.2",
  3396. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.2.tgz",
  3397. "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
  3398. "license": "Apache-2.0",
  3399. "bin": {
  3400. "tsc": "bin/tsc",
  3401. "tsserver": "bin/tsserver"
  3402. },
  3403. "engines": {
  3404. "node": ">=14.17"
  3405. }
  3406. },
  3407. "node_modules/undici-types": {
  3408. "version": "6.20.0",
  3409. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.20.0.tgz",
  3410. "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
  3411. "license": "MIT"
  3412. },
  3413. "node_modules/util": {
  3414. "version": "0.12.5",
  3415. "resolved": "https://registry.npmmirror.com/util/-/util-0.12.5.tgz",
  3416. "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
  3417. "license": "MIT",
  3418. "dependencies": {
  3419. "inherits": "^2.0.3",
  3420. "is-arguments": "^1.0.4",
  3421. "is-generator-function": "^1.0.7",
  3422. "is-typed-array": "^1.1.3",
  3423. "which-typed-array": "^1.1.2"
  3424. }
  3425. },
  3426. "node_modules/uuid": {
  3427. "version": "11.1.0",
  3428. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-11.1.0.tgz",
  3429. "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
  3430. "funding": [
  3431. "https://github.com/sponsors/broofa",
  3432. "https://github.com/sponsors/ctavan"
  3433. ],
  3434. "license": "MIT",
  3435. "bin": {
  3436. "uuid": "dist/esm/bin/uuid"
  3437. }
  3438. },
  3439. "node_modules/v8-compile-cache-lib": {
  3440. "version": "3.0.1",
  3441. "resolved": "https://registry.npmmirror.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
  3442. "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
  3443. "devOptional": true,
  3444. "license": "MIT"
  3445. },
  3446. "node_modules/validator": {
  3447. "version": "13.15.0",
  3448. "resolved": "https://registry.npmmirror.com/validator/-/validator-13.15.0.tgz",
  3449. "integrity": "sha512-36B2ryl4+oL5QxZ3AzD0t5SsMNGvTtQHpjgFO5tbNxfXbMFkY822ktCDe1MnlqV3301QQI9SLHDNJokDI+Z9pA==",
  3450. "license": "MIT",
  3451. "engines": {
  3452. "node": ">= 0.10"
  3453. }
  3454. },
  3455. "node_modules/web3": {
  3456. "version": "4.16.0",
  3457. "resolved": "https://registry.npmmirror.com/web3/-/web3-4.16.0.tgz",
  3458. "integrity": "sha512-SgoMSBo6EsJ5GFCGar2E/pR2lcR/xmUSuQ61iK6yDqzxmm42aPPxSqZfJz2z/UCR6pk03u77pU8TGV6lgMDdIQ==",
  3459. "license": "LGPL-3.0",
  3460. "dependencies": {
  3461. "web3-core": "^4.7.1",
  3462. "web3-errors": "^1.3.1",
  3463. "web3-eth": "^4.11.1",
  3464. "web3-eth-abi": "^4.4.1",
  3465. "web3-eth-accounts": "^4.3.1",
  3466. "web3-eth-contract": "^4.7.2",
  3467. "web3-eth-ens": "^4.4.0",
  3468. "web3-eth-iban": "^4.0.7",
  3469. "web3-eth-personal": "^4.1.0",
  3470. "web3-net": "^4.1.0",
  3471. "web3-providers-http": "^4.2.0",
  3472. "web3-providers-ws": "^4.0.8",
  3473. "web3-rpc-methods": "^1.3.0",
  3474. "web3-rpc-providers": "^1.0.0-rc.4",
  3475. "web3-types": "^1.10.0",
  3476. "web3-utils": "^4.3.3",
  3477. "web3-validator": "^2.0.6"
  3478. },
  3479. "engines": {
  3480. "node": ">=14.0.0",
  3481. "npm": ">=6.12.0"
  3482. }
  3483. },
  3484. "node_modules/web3-core": {
  3485. "version": "4.7.1",
  3486. "resolved": "https://registry.npmmirror.com/web3-core/-/web3-core-4.7.1.tgz",
  3487. "integrity": "sha512-9KSeASCb/y6BG7rwhgtYC4CvYY66JfkmGNEYb7q1xgjt9BWfkf09MJPaRyoyT5trdOxYDHkT9tDlypvQWaU8UQ==",
  3488. "license": "LGPL-3.0",
  3489. "dependencies": {
  3490. "web3-errors": "^1.3.1",
  3491. "web3-eth-accounts": "^4.3.1",
  3492. "web3-eth-iban": "^4.0.7",
  3493. "web3-providers-http": "^4.2.0",
  3494. "web3-providers-ws": "^4.0.8",
  3495. "web3-types": "^1.10.0",
  3496. "web3-utils": "^4.3.3",
  3497. "web3-validator": "^2.0.6"
  3498. },
  3499. "engines": {
  3500. "node": ">=14",
  3501. "npm": ">=6.12.0"
  3502. },
  3503. "optionalDependencies": {
  3504. "web3-providers-ipc": "^4.0.7"
  3505. }
  3506. },
  3507. "node_modules/web3-errors": {
  3508. "version": "1.3.1",
  3509. "resolved": "https://registry.npmmirror.com/web3-errors/-/web3-errors-1.3.1.tgz",
  3510. "integrity": "sha512-w3NMJujH+ZSW4ltIZZKtdbkbyQEvBzyp3JRn59Ckli0Nz4VMsVq8aF1bLWM7A2kuQ+yVEm3ySeNU+7mSRwx7RQ==",
  3511. "license": "LGPL-3.0",
  3512. "dependencies": {
  3513. "web3-types": "^1.10.0"
  3514. },
  3515. "engines": {
  3516. "node": ">=14",
  3517. "npm": ">=6.12.0"
  3518. }
  3519. },
  3520. "node_modules/web3-eth": {
  3521. "version": "4.11.1",
  3522. "resolved": "https://registry.npmmirror.com/web3-eth/-/web3-eth-4.11.1.tgz",
  3523. "integrity": "sha512-q9zOkzHnbLv44mwgLjLXuyqszHuUgZWsQayD2i/rus2uk0G7hMn11bE2Q3hOVnJS4ws4VCtUznlMxwKQ+38V2w==",
  3524. "license": "LGPL-3.0",
  3525. "dependencies": {
  3526. "setimmediate": "^1.0.5",
  3527. "web3-core": "^4.7.1",
  3528. "web3-errors": "^1.3.1",
  3529. "web3-eth-abi": "^4.4.1",
  3530. "web3-eth-accounts": "^4.3.1",
  3531. "web3-net": "^4.1.0",
  3532. "web3-providers-ws": "^4.0.8",
  3533. "web3-rpc-methods": "^1.3.0",
  3534. "web3-types": "^1.10.0",
  3535. "web3-utils": "^4.3.3",
  3536. "web3-validator": "^2.0.6"
  3537. },
  3538. "engines": {
  3539. "node": ">=14",
  3540. "npm": ">=6.12.0"
  3541. }
  3542. },
  3543. "node_modules/web3-eth-abi": {
  3544. "version": "4.4.1",
  3545. "resolved": "https://registry.npmmirror.com/web3-eth-abi/-/web3-eth-abi-4.4.1.tgz",
  3546. "integrity": "sha512-60ecEkF6kQ9zAfbTY04Nc9q4eEYM0++BySpGi8wZ2PD1tw/c0SDvsKhV6IKURxLJhsDlb08dATc3iD6IbtWJmg==",
  3547. "license": "LGPL-3.0",
  3548. "dependencies": {
  3549. "abitype": "0.7.1",
  3550. "web3-errors": "^1.3.1",
  3551. "web3-types": "^1.10.0",
  3552. "web3-utils": "^4.3.3",
  3553. "web3-validator": "^2.0.6"
  3554. },
  3555. "engines": {
  3556. "node": ">=14",
  3557. "npm": ">=6.12.0"
  3558. }
  3559. },
  3560. "node_modules/web3-eth-accounts": {
  3561. "version": "4.3.1",
  3562. "resolved": "https://registry.npmmirror.com/web3-eth-accounts/-/web3-eth-accounts-4.3.1.tgz",
  3563. "integrity": "sha512-rTXf+H9OKze6lxi7WMMOF1/2cZvJb2AOnbNQxPhBDssKOllAMzLhg1FbZ4Mf3lWecWfN6luWgRhaeSqO1l+IBQ==",
  3564. "license": "LGPL-3.0",
  3565. "dependencies": {
  3566. "@ethereumjs/rlp": "^4.0.1",
  3567. "crc-32": "^1.2.2",
  3568. "ethereum-cryptography": "^2.0.0",
  3569. "web3-errors": "^1.3.1",
  3570. "web3-types": "^1.10.0",
  3571. "web3-utils": "^4.3.3",
  3572. "web3-validator": "^2.0.6"
  3573. },
  3574. "engines": {
  3575. "node": ">=14",
  3576. "npm": ">=6.12.0"
  3577. }
  3578. },
  3579. "node_modules/web3-eth-contract": {
  3580. "version": "4.7.2",
  3581. "resolved": "https://registry.npmmirror.com/web3-eth-contract/-/web3-eth-contract-4.7.2.tgz",
  3582. "integrity": "sha512-3ETqs2pMNPEAc7BVY/C3voOhTUeJdkf2aM3X1v+edbngJLHAxbvxKpOqrcO0cjXzC4uc2Q8Zpf8n8zT5r0eLnA==",
  3583. "license": "LGPL-3.0",
  3584. "dependencies": {
  3585. "@ethereumjs/rlp": "^5.0.2",
  3586. "web3-core": "^4.7.1",
  3587. "web3-errors": "^1.3.1",
  3588. "web3-eth": "^4.11.1",
  3589. "web3-eth-abi": "^4.4.1",
  3590. "web3-types": "^1.10.0",
  3591. "web3-utils": "^4.3.3",
  3592. "web3-validator": "^2.0.6"
  3593. },
  3594. "engines": {
  3595. "node": ">=14",
  3596. "npm": ">=6.12.0"
  3597. }
  3598. },
  3599. "node_modules/web3-eth-contract/node_modules/@ethereumjs/rlp": {
  3600. "version": "5.0.2",
  3601. "resolved": "https://registry.npmmirror.com/@ethereumjs/rlp/-/rlp-5.0.2.tgz",
  3602. "integrity": "sha512-DziebCdg4JpGlEqEdGgXmjqcFoJi+JGulUXwEjsZGAscAQ7MyD/7LE/GVCP29vEQxKc7AAwjT3A2ywHp2xfoCA==",
  3603. "license": "MPL-2.0",
  3604. "bin": {
  3605. "rlp": "bin/rlp.cjs"
  3606. },
  3607. "engines": {
  3608. "node": ">=18"
  3609. }
  3610. },
  3611. "node_modules/web3-eth-ens": {
  3612. "version": "4.4.0",
  3613. "resolved": "https://registry.npmmirror.com/web3-eth-ens/-/web3-eth-ens-4.4.0.tgz",
  3614. "integrity": "sha512-DeyVIS060hNV9g8dnTx92syqvgbvPricE3MerCxe/DquNZT3tD8aVgFfq65GATtpCgDDJffO2bVeHp3XBemnSQ==",
  3615. "license": "LGPL-3.0",
  3616. "dependencies": {
  3617. "@adraffy/ens-normalize": "^1.8.8",
  3618. "web3-core": "^4.5.0",
  3619. "web3-errors": "^1.2.0",
  3620. "web3-eth": "^4.8.0",
  3621. "web3-eth-contract": "^4.5.0",
  3622. "web3-net": "^4.1.0",
  3623. "web3-types": "^1.7.0",
  3624. "web3-utils": "^4.3.0",
  3625. "web3-validator": "^2.0.6"
  3626. },
  3627. "engines": {
  3628. "node": ">=14",
  3629. "npm": ">=6.12.0"
  3630. }
  3631. },
  3632. "node_modules/web3-eth-iban": {
  3633. "version": "4.0.7",
  3634. "resolved": "https://registry.npmmirror.com/web3-eth-iban/-/web3-eth-iban-4.0.7.tgz",
  3635. "integrity": "sha512-8weKLa9KuKRzibC87vNLdkinpUE30gn0IGY027F8doeJdcPUfsa4IlBgNC4k4HLBembBB2CTU0Kr/HAOqMeYVQ==",
  3636. "license": "LGPL-3.0",
  3637. "dependencies": {
  3638. "web3-errors": "^1.1.3",
  3639. "web3-types": "^1.3.0",
  3640. "web3-utils": "^4.0.7",
  3641. "web3-validator": "^2.0.3"
  3642. },
  3643. "engines": {
  3644. "node": ">=14",
  3645. "npm": ">=6.12.0"
  3646. }
  3647. },
  3648. "node_modules/web3-eth-personal": {
  3649. "version": "4.1.0",
  3650. "resolved": "https://registry.npmmirror.com/web3-eth-personal/-/web3-eth-personal-4.1.0.tgz",
  3651. "integrity": "sha512-RFN83uMuvA5cu1zIwwJh9A/bAj0OBxmGN3tgx19OD/9ygeUZbifOL06jgFzN0t+1ekHqm3DXYQM8UfHpXi7yDQ==",
  3652. "license": "LGPL-3.0",
  3653. "dependencies": {
  3654. "web3-core": "^4.6.0",
  3655. "web3-eth": "^4.9.0",
  3656. "web3-rpc-methods": "^1.3.0",
  3657. "web3-types": "^1.8.0",
  3658. "web3-utils": "^4.3.1",
  3659. "web3-validator": "^2.0.6"
  3660. },
  3661. "engines": {
  3662. "node": ">=14",
  3663. "npm": ">=6.12.0"
  3664. }
  3665. },
  3666. "node_modules/web3-net": {
  3667. "version": "4.1.0",
  3668. "resolved": "https://registry.npmmirror.com/web3-net/-/web3-net-4.1.0.tgz",
  3669. "integrity": "sha512-WWmfvHVIXWEoBDWdgKNYKN8rAy6SgluZ0abyRyXOL3ESr7ym7pKWbfP4fjApIHlYTh8tNqkrdPfM4Dyi6CA0SA==",
  3670. "license": "LGPL-3.0",
  3671. "dependencies": {
  3672. "web3-core": "^4.4.0",
  3673. "web3-rpc-methods": "^1.3.0",
  3674. "web3-types": "^1.6.0",
  3675. "web3-utils": "^4.3.0"
  3676. },
  3677. "engines": {
  3678. "node": ">=14",
  3679. "npm": ">=6.12.0"
  3680. }
  3681. },
  3682. "node_modules/web3-providers-http": {
  3683. "version": "4.2.0",
  3684. "resolved": "https://registry.npmmirror.com/web3-providers-http/-/web3-providers-http-4.2.0.tgz",
  3685. "integrity": "sha512-IPMnDtHB7dVwaB7/mMxAZzyq7d5ezfO1+Vw0bNfAeIi7gaDlJiggp85SdyAfOgov8AMUA/dyiY72kQ0KmjXKvQ==",
  3686. "license": "LGPL-3.0",
  3687. "dependencies": {
  3688. "cross-fetch": "^4.0.0",
  3689. "web3-errors": "^1.3.0",
  3690. "web3-types": "^1.7.0",
  3691. "web3-utils": "^4.3.1"
  3692. },
  3693. "engines": {
  3694. "node": ">=14",
  3695. "npm": ">=6.12.0"
  3696. }
  3697. },
  3698. "node_modules/web3-providers-ipc": {
  3699. "version": "4.0.7",
  3700. "resolved": "https://registry.npmmirror.com/web3-providers-ipc/-/web3-providers-ipc-4.0.7.tgz",
  3701. "integrity": "sha512-YbNqY4zUvIaK2MHr1lQFE53/8t/ejHtJchrWn9zVbFMGXlTsOAbNoIoZWROrg1v+hCBvT2c9z8xt7e/+uz5p1g==",
  3702. "license": "LGPL-3.0",
  3703. "optional": true,
  3704. "dependencies": {
  3705. "web3-errors": "^1.1.3",
  3706. "web3-types": "^1.3.0",
  3707. "web3-utils": "^4.0.7"
  3708. },
  3709. "engines": {
  3710. "node": ">=14",
  3711. "npm": ">=6.12.0"
  3712. }
  3713. },
  3714. "node_modules/web3-providers-ws": {
  3715. "version": "4.0.8",
  3716. "resolved": "https://registry.npmmirror.com/web3-providers-ws/-/web3-providers-ws-4.0.8.tgz",
  3717. "integrity": "sha512-goJdgata7v4pyzHRsg9fSegUG4gVnHZSHODhNnn6J93ykHkBI1nz4fjlGpcQLUMi4jAMz6SHl9Ibzs2jj9xqPw==",
  3718. "license": "LGPL-3.0",
  3719. "dependencies": {
  3720. "@types/ws": "8.5.3",
  3721. "isomorphic-ws": "^5.0.0",
  3722. "web3-errors": "^1.2.0",
  3723. "web3-types": "^1.7.0",
  3724. "web3-utils": "^4.3.1",
  3725. "ws": "^8.17.1"
  3726. },
  3727. "engines": {
  3728. "node": ">=14",
  3729. "npm": ">=6.12.0"
  3730. }
  3731. },
  3732. "node_modules/web3-rpc-methods": {
  3733. "version": "1.3.0",
  3734. "resolved": "https://registry.npmmirror.com/web3-rpc-methods/-/web3-rpc-methods-1.3.0.tgz",
  3735. "integrity": "sha512-/CHmzGN+IYgdBOme7PdqzF+FNeMleefzqs0LVOduncSaqsppeOEoskLXb2anSpzmQAP3xZJPaTrkQPWSJMORig==",
  3736. "license": "LGPL-3.0",
  3737. "dependencies": {
  3738. "web3-core": "^4.4.0",
  3739. "web3-types": "^1.6.0",
  3740. "web3-validator": "^2.0.6"
  3741. },
  3742. "engines": {
  3743. "node": ">=14",
  3744. "npm": ">=6.12.0"
  3745. }
  3746. },
  3747. "node_modules/web3-rpc-providers": {
  3748. "version": "1.0.0-rc.4",
  3749. "resolved": "https://registry.npmmirror.com/web3-rpc-providers/-/web3-rpc-providers-1.0.0-rc.4.tgz",
  3750. "integrity": "sha512-PXosCqHW0EADrYzgmueNHP3Y5jcSmSwH+Dkqvn7EYD0T2jcsdDAIHqk6szBiwIdhumM7gv9Raprsu/s/f7h1fw==",
  3751. "license": "LGPL-3.0",
  3752. "dependencies": {
  3753. "web3-errors": "^1.3.1",
  3754. "web3-providers-http": "^4.2.0",
  3755. "web3-providers-ws": "^4.0.8",
  3756. "web3-types": "^1.10.0",
  3757. "web3-utils": "^4.3.3",
  3758. "web3-validator": "^2.0.6"
  3759. },
  3760. "engines": {
  3761. "node": ">=14",
  3762. "npm": ">=6.12.0"
  3763. }
  3764. },
  3765. "node_modules/web3-types": {
  3766. "version": "1.10.0",
  3767. "resolved": "https://registry.npmmirror.com/web3-types/-/web3-types-1.10.0.tgz",
  3768. "integrity": "sha512-0IXoaAFtFc8Yin7cCdQfB9ZmjafrbP6BO0f0KT/khMhXKUpoJ6yShrVhiNpyRBo8QQjuOagsWzwSK2H49I7sbw==",
  3769. "license": "LGPL-3.0",
  3770. "engines": {
  3771. "node": ">=14",
  3772. "npm": ">=6.12.0"
  3773. }
  3774. },
  3775. "node_modules/web3-utils": {
  3776. "version": "4.3.3",
  3777. "resolved": "https://registry.npmmirror.com/web3-utils/-/web3-utils-4.3.3.tgz",
  3778. "integrity": "sha512-kZUeCwaQm+RNc2Bf1V3BYbF29lQQKz28L0y+FA4G0lS8IxtJVGi5SeDTUkpwqqkdHHC7JcapPDnyyzJ1lfWlOw==",
  3779. "license": "LGPL-3.0",
  3780. "dependencies": {
  3781. "ethereum-cryptography": "^2.0.0",
  3782. "eventemitter3": "^5.0.1",
  3783. "web3-errors": "^1.3.1",
  3784. "web3-types": "^1.10.0",
  3785. "web3-validator": "^2.0.6"
  3786. },
  3787. "engines": {
  3788. "node": ">=14",
  3789. "npm": ">=6.12.0"
  3790. }
  3791. },
  3792. "node_modules/web3-validator": {
  3793. "version": "2.0.6",
  3794. "resolved": "https://registry.npmmirror.com/web3-validator/-/web3-validator-2.0.6.tgz",
  3795. "integrity": "sha512-qn9id0/l1bWmvH4XfnG/JtGKKwut2Vokl6YXP5Kfg424npysmtRLe9DgiNBM9Op7QL/aSiaA0TVXibuIuWcizg==",
  3796. "license": "LGPL-3.0",
  3797. "dependencies": {
  3798. "ethereum-cryptography": "^2.0.0",
  3799. "util": "^0.12.5",
  3800. "web3-errors": "^1.2.0",
  3801. "web3-types": "^1.6.0",
  3802. "zod": "^3.21.4"
  3803. },
  3804. "engines": {
  3805. "node": ">=14",
  3806. "npm": ">=6.12.0"
  3807. }
  3808. },
  3809. "node_modules/webidl-conversions": {
  3810. "version": "3.0.1",
  3811. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  3812. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  3813. "license": "BSD-2-Clause"
  3814. },
  3815. "node_modules/whatwg-url": {
  3816. "version": "5.0.0",
  3817. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
  3818. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  3819. "license": "MIT",
  3820. "dependencies": {
  3821. "tr46": "~0.0.3",
  3822. "webidl-conversions": "^3.0.0"
  3823. }
  3824. },
  3825. "node_modules/which": {
  3826. "version": "2.0.2",
  3827. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  3828. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  3829. "license": "ISC",
  3830. "dependencies": {
  3831. "isexe": "^2.0.0"
  3832. },
  3833. "bin": {
  3834. "node-which": "bin/node-which"
  3835. },
  3836. "engines": {
  3837. "node": ">= 8"
  3838. }
  3839. },
  3840. "node_modules/which-typed-array": {
  3841. "version": "1.1.19",
  3842. "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.19.tgz",
  3843. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  3844. "license": "MIT",
  3845. "dependencies": {
  3846. "available-typed-arrays": "^1.0.7",
  3847. "call-bind": "^1.0.8",
  3848. "call-bound": "^1.0.4",
  3849. "for-each": "^0.3.5",
  3850. "get-proto": "^1.0.1",
  3851. "gopd": "^1.2.0",
  3852. "has-tostringtag": "^1.0.2"
  3853. },
  3854. "engines": {
  3855. "node": ">= 0.4"
  3856. },
  3857. "funding": {
  3858. "url": "https://github.com/sponsors/ljharb"
  3859. }
  3860. },
  3861. "node_modules/wrap-ansi": {
  3862. "version": "7.0.0",
  3863. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  3864. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  3865. "license": "MIT",
  3866. "dependencies": {
  3867. "ansi-styles": "^4.0.0",
  3868. "string-width": "^4.1.0",
  3869. "strip-ansi": "^6.0.0"
  3870. },
  3871. "engines": {
  3872. "node": ">=10"
  3873. },
  3874. "funding": {
  3875. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  3876. }
  3877. },
  3878. "node_modules/wrap-ansi-cjs": {
  3879. "name": "wrap-ansi",
  3880. "version": "7.0.0",
  3881. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  3882. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  3883. "license": "MIT",
  3884. "dependencies": {
  3885. "ansi-styles": "^4.0.0",
  3886. "string-width": "^4.1.0",
  3887. "strip-ansi": "^6.0.0"
  3888. },
  3889. "engines": {
  3890. "node": ">=10"
  3891. },
  3892. "funding": {
  3893. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  3894. }
  3895. },
  3896. "node_modules/wrappy": {
  3897. "version": "1.0.2",
  3898. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  3899. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  3900. "dev": true,
  3901. "license": "ISC"
  3902. },
  3903. "node_modules/ws": {
  3904. "version": "8.18.1",
  3905. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.1.tgz",
  3906. "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
  3907. "license": "MIT",
  3908. "engines": {
  3909. "node": ">=10.0.0"
  3910. },
  3911. "peerDependencies": {
  3912. "bufferutil": "^4.0.1",
  3913. "utf-8-validate": ">=5.0.2"
  3914. },
  3915. "peerDependenciesMeta": {
  3916. "bufferutil": {
  3917. "optional": true
  3918. },
  3919. "utf-8-validate": {
  3920. "optional": true
  3921. }
  3922. }
  3923. },
  3924. "node_modules/xtend": {
  3925. "version": "4.0.2",
  3926. "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
  3927. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  3928. "license": "MIT",
  3929. "engines": {
  3930. "node": ">=0.4"
  3931. }
  3932. },
  3933. "node_modules/y18n": {
  3934. "version": "5.0.8",
  3935. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  3936. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  3937. "license": "ISC",
  3938. "engines": {
  3939. "node": ">=10"
  3940. }
  3941. },
  3942. "node_modules/yaml": {
  3943. "version": "2.7.1",
  3944. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.7.1.tgz",
  3945. "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
  3946. "license": "ISC",
  3947. "bin": {
  3948. "yaml": "bin.mjs"
  3949. },
  3950. "engines": {
  3951. "node": ">= 14"
  3952. }
  3953. },
  3954. "node_modules/yargs": {
  3955. "version": "17.7.2",
  3956. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  3957. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  3958. "license": "MIT",
  3959. "dependencies": {
  3960. "cliui": "^8.0.1",
  3961. "escalade": "^3.1.1",
  3962. "get-caller-file": "^2.0.5",
  3963. "require-directory": "^2.1.1",
  3964. "string-width": "^4.2.3",
  3965. "y18n": "^5.0.5",
  3966. "yargs-parser": "^21.1.1"
  3967. },
  3968. "engines": {
  3969. "node": ">=12"
  3970. }
  3971. },
  3972. "node_modules/yargs-parser": {
  3973. "version": "21.1.1",
  3974. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  3975. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  3976. "license": "ISC",
  3977. "engines": {
  3978. "node": ">=12"
  3979. }
  3980. },
  3981. "node_modules/yn": {
  3982. "version": "3.1.1",
  3983. "resolved": "https://registry.npmmirror.com/yn/-/yn-3.1.1.tgz",
  3984. "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
  3985. "devOptional": true,
  3986. "license": "MIT",
  3987. "engines": {
  3988. "node": ">=6"
  3989. }
  3990. },
  3991. "node_modules/zod": {
  3992. "version": "3.24.2",
  3993. "resolved": "https://registry.npmmirror.com/zod/-/zod-3.24.2.tgz",
  3994. "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==",
  3995. "license": "MIT",
  3996. "funding": {
  3997. "url": "https://github.com/sponsors/colinhacks"
  3998. }
  3999. }
  4000. }
  4001. }