package-lock.json 129 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572
  1. {
  2. "name": "workspace",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "workspace",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@date-io/date-fns": "^3.2.1",
  13. "@vueuse/motion": "^3.0.3",
  14. "cors": "^2.8.5",
  15. "date-fns": "^4.1.0",
  16. "dotenv": "^17.0.1",
  17. "express": "^5.1.0",
  18. "framer-motion": "^12.22.0",
  19. "helmet": "^8.1.0",
  20. "joi": "^17.13.3",
  21. "jsonwebtoken": "^9.0.2",
  22. "lucide-vue-next": "^0.525.0",
  23. "morgan": "^1.10.0",
  24. "mysql2": "^3.14.1",
  25. "swagger-jsdoc": "^6.2.8",
  26. "swagger-ui-express": "^5.0.1",
  27. "typeorm": "^0.3.25"
  28. },
  29. "devDependencies": {
  30. "@types/express": "^5.0.3",
  31. "@types/node": "^24.0.8",
  32. "typescript": "^5.8.3"
  33. }
  34. },
  35. "node_modules/@apidevtools/json-schema-ref-parser": {
  36. "version": "9.1.2",
  37. "resolved": "https://registry.npmmirror.com/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.1.2.tgz",
  38. "integrity": "sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==",
  39. "license": "MIT",
  40. "dependencies": {
  41. "@jsdevtools/ono": "^7.1.3",
  42. "@types/json-schema": "^7.0.6",
  43. "call-me-maybe": "^1.0.1",
  44. "js-yaml": "^4.1.0"
  45. }
  46. },
  47. "node_modules/@apidevtools/openapi-schemas": {
  48. "version": "2.1.0",
  49. "resolved": "https://registry.npmmirror.com/@apidevtools/openapi-schemas/-/openapi-schemas-2.1.0.tgz",
  50. "integrity": "sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ==",
  51. "license": "MIT",
  52. "engines": {
  53. "node": ">=10"
  54. }
  55. },
  56. "node_modules/@apidevtools/swagger-methods": {
  57. "version": "3.0.2",
  58. "resolved": "https://registry.npmmirror.com/@apidevtools/swagger-methods/-/swagger-methods-3.0.2.tgz",
  59. "integrity": "sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg==",
  60. "license": "MIT"
  61. },
  62. "node_modules/@apidevtools/swagger-parser": {
  63. "version": "10.0.3",
  64. "resolved": "https://registry.npmmirror.com/@apidevtools/swagger-parser/-/swagger-parser-10.0.3.tgz",
  65. "integrity": "sha512-sNiLY51vZOmSPFZA5TF35KZ2HbgYklQnTSDnkghamzLb3EkNtcQnrBQEj5AOCxHpTtXpqMCRM1CrmV2rG6nw4g==",
  66. "license": "MIT",
  67. "dependencies": {
  68. "@apidevtools/json-schema-ref-parser": "^9.0.6",
  69. "@apidevtools/openapi-schemas": "^2.0.4",
  70. "@apidevtools/swagger-methods": "^3.0.2",
  71. "@jsdevtools/ono": "^7.1.3",
  72. "call-me-maybe": "^1.0.1",
  73. "z-schema": "^5.0.1"
  74. },
  75. "peerDependencies": {
  76. "openapi-types": ">=7"
  77. }
  78. },
  79. "node_modules/@babel/helper-string-parser": {
  80. "version": "7.27.1",
  81. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  82. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  83. "license": "MIT",
  84. "peer": true,
  85. "engines": {
  86. "node": ">=6.9.0"
  87. }
  88. },
  89. "node_modules/@babel/helper-validator-identifier": {
  90. "version": "7.27.1",
  91. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  92. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  93. "license": "MIT",
  94. "peer": true,
  95. "engines": {
  96. "node": ">=6.9.0"
  97. }
  98. },
  99. "node_modules/@babel/parser": {
  100. "version": "7.27.7",
  101. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.7.tgz",
  102. "integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
  103. "license": "MIT",
  104. "peer": true,
  105. "dependencies": {
  106. "@babel/types": "^7.27.7"
  107. },
  108. "bin": {
  109. "parser": "bin/babel-parser.js"
  110. },
  111. "engines": {
  112. "node": ">=6.0.0"
  113. }
  114. },
  115. "node_modules/@babel/types": {
  116. "version": "7.27.7",
  117. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.7.tgz",
  118. "integrity": "sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==",
  119. "license": "MIT",
  120. "peer": true,
  121. "dependencies": {
  122. "@babel/helper-string-parser": "^7.27.1",
  123. "@babel/helper-validator-identifier": "^7.27.1"
  124. },
  125. "engines": {
  126. "node": ">=6.9.0"
  127. }
  128. },
  129. "node_modules/@date-io/core": {
  130. "version": "3.2.0",
  131. "resolved": "https://registry.npmmirror.com/@date-io/core/-/core-3.2.0.tgz",
  132. "integrity": "sha512-hqwXvY8/YBsT9RwQITG868ZNb1MVFFkF7W1Ecv4P472j/ZWa7EFcgSmxy8PUElNVZfvhdvfv+a8j6NWJqOX5mA==",
  133. "license": "MIT"
  134. },
  135. "node_modules/@date-io/date-fns": {
  136. "version": "3.2.1",
  137. "resolved": "https://registry.npmmirror.com/@date-io/date-fns/-/date-fns-3.2.1.tgz",
  138. "integrity": "sha512-CtXgTOAamkImI+CmbWRNdBi4ljj9xm/tdoPa+eeeiygduzubJTsXp18vYz+Vs/9yLho1zUOXlxpsfsF7PsXSWQ==",
  139. "license": "MIT",
  140. "dependencies": {
  141. "@date-io/core": "^3.2.0"
  142. },
  143. "peerDependencies": {
  144. "date-fns": "^3.2.0 || ^4.1.0"
  145. },
  146. "peerDependenciesMeta": {
  147. "date-fns": {
  148. "optional": true
  149. }
  150. }
  151. },
  152. "node_modules/@hapi/hoek": {
  153. "version": "9.3.0",
  154. "resolved": "https://registry.npmmirror.com/@hapi/hoek/-/hoek-9.3.0.tgz",
  155. "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
  156. "license": "BSD-3-Clause"
  157. },
  158. "node_modules/@hapi/topo": {
  159. "version": "5.1.0",
  160. "resolved": "https://registry.npmmirror.com/@hapi/topo/-/topo-5.1.0.tgz",
  161. "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
  162. "license": "BSD-3-Clause",
  163. "dependencies": {
  164. "@hapi/hoek": "^9.0.0"
  165. }
  166. },
  167. "node_modules/@isaacs/cliui": {
  168. "version": "8.0.2",
  169. "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
  170. "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
  171. "license": "ISC",
  172. "dependencies": {
  173. "string-width": "^5.1.2",
  174. "string-width-cjs": "npm:string-width@^4.2.0",
  175. "strip-ansi": "^7.0.1",
  176. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  177. "wrap-ansi": "^8.1.0",
  178. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  179. },
  180. "engines": {
  181. "node": ">=12"
  182. }
  183. },
  184. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  185. "version": "6.1.0",
  186. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
  187. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  188. "license": "MIT",
  189. "engines": {
  190. "node": ">=12"
  191. },
  192. "funding": {
  193. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  194. }
  195. },
  196. "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
  197. "version": "6.2.1",
  198. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  199. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  200. "license": "MIT",
  201. "engines": {
  202. "node": ">=12"
  203. },
  204. "funding": {
  205. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  206. }
  207. },
  208. "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
  209. "version": "9.2.2",
  210. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  211. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  212. "license": "MIT"
  213. },
  214. "node_modules/@isaacs/cliui/node_modules/string-width": {
  215. "version": "5.1.2",
  216. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  217. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  218. "license": "MIT",
  219. "dependencies": {
  220. "eastasianwidth": "^0.2.0",
  221. "emoji-regex": "^9.2.2",
  222. "strip-ansi": "^7.0.1"
  223. },
  224. "engines": {
  225. "node": ">=12"
  226. },
  227. "funding": {
  228. "url": "https://github.com/sponsors/sindresorhus"
  229. }
  230. },
  231. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  232. "version": "7.1.0",
  233. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
  234. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  235. "license": "MIT",
  236. "dependencies": {
  237. "ansi-regex": "^6.0.1"
  238. },
  239. "engines": {
  240. "node": ">=12"
  241. },
  242. "funding": {
  243. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  244. }
  245. },
  246. "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
  247. "version": "8.1.0",
  248. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  249. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  250. "license": "MIT",
  251. "dependencies": {
  252. "ansi-styles": "^6.1.0",
  253. "string-width": "^5.0.1",
  254. "strip-ansi": "^7.0.1"
  255. },
  256. "engines": {
  257. "node": ">=12"
  258. },
  259. "funding": {
  260. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  261. }
  262. },
  263. "node_modules/@jridgewell/sourcemap-codec": {
  264. "version": "1.5.4",
  265. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
  266. "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
  267. "license": "MIT"
  268. },
  269. "node_modules/@jsdevtools/ono": {
  270. "version": "7.1.3",
  271. "resolved": "https://registry.npmmirror.com/@jsdevtools/ono/-/ono-7.1.3.tgz",
  272. "integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==",
  273. "license": "MIT"
  274. },
  275. "node_modules/@nuxt/kit": {
  276. "version": "3.17.6",
  277. "resolved": "https://registry.npmmirror.com/@nuxt/kit/-/kit-3.17.6.tgz",
  278. "integrity": "sha512-8PKRwoEF70IXVrpGEJZ4g4V2WtE9RjSMgSZLLa0HZCoyT+QczJcJe3kho/XKnJOnNnHep4WqciTD7p4qRRtBqw==",
  279. "license": "MIT",
  280. "optional": true,
  281. "dependencies": {
  282. "c12": "^3.0.4",
  283. "consola": "^3.4.2",
  284. "defu": "^6.1.4",
  285. "destr": "^2.0.5",
  286. "errx": "^0.1.0",
  287. "exsolve": "^1.0.7",
  288. "ignore": "^7.0.5",
  289. "jiti": "^2.4.2",
  290. "klona": "^2.0.6",
  291. "knitwork": "^1.2.0",
  292. "mlly": "^1.7.4",
  293. "ohash": "^2.0.11",
  294. "pathe": "^2.0.3",
  295. "pkg-types": "^2.2.0",
  296. "scule": "^1.3.0",
  297. "semver": "^7.7.2",
  298. "std-env": "^3.9.0",
  299. "tinyglobby": "^0.2.14",
  300. "ufo": "^1.6.1",
  301. "unctx": "^2.4.1",
  302. "unimport": "^5.1.0",
  303. "untyped": "^2.0.0"
  304. },
  305. "engines": {
  306. "node": ">=18.12.0"
  307. }
  308. },
  309. "node_modules/@pkgjs/parseargs": {
  310. "version": "0.11.0",
  311. "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
  312. "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
  313. "license": "MIT",
  314. "optional": true,
  315. "engines": {
  316. "node": ">=14"
  317. }
  318. },
  319. "node_modules/@scarf/scarf": {
  320. "version": "1.4.0",
  321. "resolved": "https://registry.npmmirror.com/@scarf/scarf/-/scarf-1.4.0.tgz",
  322. "integrity": "sha512-xxeapPiUXdZAE3che6f3xogoJPeZgig6omHEy1rIY5WVsB3H2BHNnZH+gHG6x91SCWyQCzWGsuL2Hh3ClO5/qQ==",
  323. "hasInstallScript": true,
  324. "license": "Apache-2.0"
  325. },
  326. "node_modules/@sideway/address": {
  327. "version": "4.1.5",
  328. "resolved": "https://registry.npmmirror.com/@sideway/address/-/address-4.1.5.tgz",
  329. "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==",
  330. "license": "BSD-3-Clause",
  331. "dependencies": {
  332. "@hapi/hoek": "^9.0.0"
  333. }
  334. },
  335. "node_modules/@sideway/formula": {
  336. "version": "3.0.1",
  337. "resolved": "https://registry.npmmirror.com/@sideway/formula/-/formula-3.0.1.tgz",
  338. "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
  339. "license": "BSD-3-Clause"
  340. },
  341. "node_modules/@sideway/pinpoint": {
  342. "version": "2.0.0",
  343. "resolved": "https://registry.npmmirror.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
  344. "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
  345. "license": "BSD-3-Clause"
  346. },
  347. "node_modules/@sqltools/formatter": {
  348. "version": "1.2.5",
  349. "resolved": "https://registry.npmmirror.com/@sqltools/formatter/-/formatter-1.2.5.tgz",
  350. "integrity": "sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==",
  351. "license": "MIT"
  352. },
  353. "node_modules/@types/body-parser": {
  354. "version": "1.19.6",
  355. "resolved": "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.6.tgz",
  356. "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
  357. "dev": true,
  358. "license": "MIT",
  359. "dependencies": {
  360. "@types/connect": "*",
  361. "@types/node": "*"
  362. }
  363. },
  364. "node_modules/@types/connect": {
  365. "version": "3.4.38",
  366. "resolved": "https://registry.npmmirror.com/@types/connect/-/connect-3.4.38.tgz",
  367. "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
  368. "dev": true,
  369. "license": "MIT",
  370. "dependencies": {
  371. "@types/node": "*"
  372. }
  373. },
  374. "node_modules/@types/estree": {
  375. "version": "1.0.8",
  376. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  377. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  378. "license": "MIT",
  379. "optional": true
  380. },
  381. "node_modules/@types/express": {
  382. "version": "5.0.3",
  383. "resolved": "https://registry.npmmirror.com/@types/express/-/express-5.0.3.tgz",
  384. "integrity": "sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw==",
  385. "dev": true,
  386. "license": "MIT",
  387. "dependencies": {
  388. "@types/body-parser": "*",
  389. "@types/express-serve-static-core": "^5.0.0",
  390. "@types/serve-static": "*"
  391. }
  392. },
  393. "node_modules/@types/express-serve-static-core": {
  394. "version": "5.0.6",
  395. "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz",
  396. "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==",
  397. "dev": true,
  398. "license": "MIT",
  399. "dependencies": {
  400. "@types/node": "*",
  401. "@types/qs": "*",
  402. "@types/range-parser": "*",
  403. "@types/send": "*"
  404. }
  405. },
  406. "node_modules/@types/http-errors": {
  407. "version": "2.0.5",
  408. "resolved": "https://registry.npmmirror.com/@types/http-errors/-/http-errors-2.0.5.tgz",
  409. "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
  410. "dev": true,
  411. "license": "MIT"
  412. },
  413. "node_modules/@types/json-schema": {
  414. "version": "7.0.15",
  415. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  416. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  417. "license": "MIT"
  418. },
  419. "node_modules/@types/mime": {
  420. "version": "1.3.5",
  421. "resolved": "https://registry.npmmirror.com/@types/mime/-/mime-1.3.5.tgz",
  422. "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
  423. "dev": true,
  424. "license": "MIT"
  425. },
  426. "node_modules/@types/node": {
  427. "version": "24.0.8",
  428. "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.0.8.tgz",
  429. "integrity": "sha512-WytNrFSgWO/esSH9NbpWUfTMGQwCGIKfCmNlmFDNiI5gGhgMmEA+V1AEvKLeBNvvtBnailJtkrEa2OIISwrVAA==",
  430. "dev": true,
  431. "license": "MIT",
  432. "dependencies": {
  433. "undici-types": "~7.8.0"
  434. }
  435. },
  436. "node_modules/@types/qs": {
  437. "version": "6.14.0",
  438. "resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.14.0.tgz",
  439. "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
  440. "dev": true,
  441. "license": "MIT"
  442. },
  443. "node_modules/@types/range-parser": {
  444. "version": "1.2.7",
  445. "resolved": "https://registry.npmmirror.com/@types/range-parser/-/range-parser-1.2.7.tgz",
  446. "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
  447. "dev": true,
  448. "license": "MIT"
  449. },
  450. "node_modules/@types/send": {
  451. "version": "0.17.5",
  452. "resolved": "https://registry.npmmirror.com/@types/send/-/send-0.17.5.tgz",
  453. "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==",
  454. "dev": true,
  455. "license": "MIT",
  456. "dependencies": {
  457. "@types/mime": "^1",
  458. "@types/node": "*"
  459. }
  460. },
  461. "node_modules/@types/serve-static": {
  462. "version": "1.15.8",
  463. "resolved": "https://registry.npmmirror.com/@types/serve-static/-/serve-static-1.15.8.tgz",
  464. "integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==",
  465. "dev": true,
  466. "license": "MIT",
  467. "dependencies": {
  468. "@types/http-errors": "*",
  469. "@types/node": "*",
  470. "@types/send": "*"
  471. }
  472. },
  473. "node_modules/@types/web-bluetooth": {
  474. "version": "0.0.21",
  475. "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
  476. "integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
  477. "license": "MIT"
  478. },
  479. "node_modules/@vue/compiler-core": {
  480. "version": "3.5.17",
  481. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz",
  482. "integrity": "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==",
  483. "license": "MIT",
  484. "peer": true,
  485. "dependencies": {
  486. "@babel/parser": "^7.27.5",
  487. "@vue/shared": "3.5.17",
  488. "entities": "^4.5.0",
  489. "estree-walker": "^2.0.2",
  490. "source-map-js": "^1.2.1"
  491. }
  492. },
  493. "node_modules/@vue/compiler-core/node_modules/estree-walker": {
  494. "version": "2.0.2",
  495. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  496. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  497. "license": "MIT",
  498. "peer": true
  499. },
  500. "node_modules/@vue/compiler-dom": {
  501. "version": "3.5.17",
  502. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz",
  503. "integrity": "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==",
  504. "license": "MIT",
  505. "peer": true,
  506. "dependencies": {
  507. "@vue/compiler-core": "3.5.17",
  508. "@vue/shared": "3.5.17"
  509. }
  510. },
  511. "node_modules/@vue/compiler-sfc": {
  512. "version": "3.5.17",
  513. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz",
  514. "integrity": "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==",
  515. "license": "MIT",
  516. "peer": true,
  517. "dependencies": {
  518. "@babel/parser": "^7.27.5",
  519. "@vue/compiler-core": "3.5.17",
  520. "@vue/compiler-dom": "3.5.17",
  521. "@vue/compiler-ssr": "3.5.17",
  522. "@vue/shared": "3.5.17",
  523. "estree-walker": "^2.0.2",
  524. "magic-string": "^0.30.17",
  525. "postcss": "^8.5.6",
  526. "source-map-js": "^1.2.1"
  527. }
  528. },
  529. "node_modules/@vue/compiler-sfc/node_modules/estree-walker": {
  530. "version": "2.0.2",
  531. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  532. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  533. "license": "MIT",
  534. "peer": true
  535. },
  536. "node_modules/@vue/compiler-ssr": {
  537. "version": "3.5.17",
  538. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz",
  539. "integrity": "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==",
  540. "license": "MIT",
  541. "peer": true,
  542. "dependencies": {
  543. "@vue/compiler-dom": "3.5.17",
  544. "@vue/shared": "3.5.17"
  545. }
  546. },
  547. "node_modules/@vue/reactivity": {
  548. "version": "3.5.17",
  549. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.17.tgz",
  550. "integrity": "sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==",
  551. "license": "MIT",
  552. "peer": true,
  553. "dependencies": {
  554. "@vue/shared": "3.5.17"
  555. }
  556. },
  557. "node_modules/@vue/runtime-core": {
  558. "version": "3.5.17",
  559. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz",
  560. "integrity": "sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==",
  561. "license": "MIT",
  562. "peer": true,
  563. "dependencies": {
  564. "@vue/reactivity": "3.5.17",
  565. "@vue/shared": "3.5.17"
  566. }
  567. },
  568. "node_modules/@vue/runtime-dom": {
  569. "version": "3.5.17",
  570. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz",
  571. "integrity": "sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==",
  572. "license": "MIT",
  573. "peer": true,
  574. "dependencies": {
  575. "@vue/reactivity": "3.5.17",
  576. "@vue/runtime-core": "3.5.17",
  577. "@vue/shared": "3.5.17",
  578. "csstype": "^3.1.3"
  579. }
  580. },
  581. "node_modules/@vue/server-renderer": {
  582. "version": "3.5.17",
  583. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz",
  584. "integrity": "sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==",
  585. "license": "MIT",
  586. "peer": true,
  587. "dependencies": {
  588. "@vue/compiler-ssr": "3.5.17",
  589. "@vue/shared": "3.5.17"
  590. },
  591. "peerDependencies": {
  592. "vue": "3.5.17"
  593. }
  594. },
  595. "node_modules/@vue/shared": {
  596. "version": "3.5.17",
  597. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.17.tgz",
  598. "integrity": "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==",
  599. "license": "MIT",
  600. "peer": true
  601. },
  602. "node_modules/@vueuse/core": {
  603. "version": "13.4.0",
  604. "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-13.4.0.tgz",
  605. "integrity": "sha512-OnK7zW3bTq/QclEk17+vDFN3tuAm8ONb9zQUIHrYQkkFesu3WeGUx/3YzpEp+ly53IfDAT9rsYXgGW6piNZC5w==",
  606. "license": "MIT",
  607. "dependencies": {
  608. "@types/web-bluetooth": "^0.0.21",
  609. "@vueuse/metadata": "13.4.0",
  610. "@vueuse/shared": "13.4.0"
  611. },
  612. "funding": {
  613. "url": "https://github.com/sponsors/antfu"
  614. },
  615. "peerDependencies": {
  616. "vue": "^3.5.0"
  617. }
  618. },
  619. "node_modules/@vueuse/metadata": {
  620. "version": "13.4.0",
  621. "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-13.4.0.tgz",
  622. "integrity": "sha512-CPDQ/IgOeWbqItg1c/pS+Ulum63MNbpJ4eecjFJqgD/JUCJ822zLfpw6M9HzSvL6wbzMieOtIAW/H8deQASKHg==",
  623. "license": "MIT",
  624. "funding": {
  625. "url": "https://github.com/sponsors/antfu"
  626. }
  627. },
  628. "node_modules/@vueuse/motion": {
  629. "version": "3.0.3",
  630. "resolved": "https://registry.npmmirror.com/@vueuse/motion/-/motion-3.0.3.tgz",
  631. "integrity": "sha512-4B+ITsxCI9cojikvrpaJcLXyq0spj3sdlzXjzesWdMRd99hhtFI6OJ/1JsqwtF73YooLe0hUn/xDR6qCtmn5GQ==",
  632. "license": "MIT",
  633. "dependencies": {
  634. "@vueuse/core": "^13.0.0",
  635. "@vueuse/shared": "^13.0.0",
  636. "defu": "^6.1.4",
  637. "framesync": "^6.1.2",
  638. "popmotion": "^11.0.5",
  639. "style-value-types": "^5.1.2"
  640. },
  641. "optionalDependencies": {
  642. "@nuxt/kit": "^3.13.0"
  643. },
  644. "peerDependencies": {
  645. "vue": ">=3.0.0"
  646. }
  647. },
  648. "node_modules/@vueuse/shared": {
  649. "version": "13.4.0",
  650. "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-13.4.0.tgz",
  651. "integrity": "sha512-+AxuKbw8R1gYy5T21V5yhadeNM7rJqb4cPaRI9DdGnnNl3uqXh+unvQ3uCaA2DjYLbNr1+l7ht/B4qEsRegX6A==",
  652. "license": "MIT",
  653. "funding": {
  654. "url": "https://github.com/sponsors/antfu"
  655. },
  656. "peerDependencies": {
  657. "vue": "^3.5.0"
  658. }
  659. },
  660. "node_modules/accepts": {
  661. "version": "2.0.0",
  662. "resolved": "https://registry.npmmirror.com/accepts/-/accepts-2.0.0.tgz",
  663. "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
  664. "license": "MIT",
  665. "dependencies": {
  666. "mime-types": "^3.0.0",
  667. "negotiator": "^1.0.0"
  668. },
  669. "engines": {
  670. "node": ">= 0.6"
  671. }
  672. },
  673. "node_modules/acorn": {
  674. "version": "8.15.0",
  675. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  676. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  677. "license": "MIT",
  678. "optional": true,
  679. "bin": {
  680. "acorn": "bin/acorn"
  681. },
  682. "engines": {
  683. "node": ">=0.4.0"
  684. }
  685. },
  686. "node_modules/ansi-regex": {
  687. "version": "5.0.1",
  688. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  689. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  690. "license": "MIT",
  691. "engines": {
  692. "node": ">=8"
  693. }
  694. },
  695. "node_modules/ansi-styles": {
  696. "version": "4.3.0",
  697. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  698. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  699. "license": "MIT",
  700. "dependencies": {
  701. "color-convert": "^2.0.1"
  702. },
  703. "engines": {
  704. "node": ">=8"
  705. },
  706. "funding": {
  707. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  708. }
  709. },
  710. "node_modules/ansis": {
  711. "version": "3.17.0",
  712. "resolved": "https://registry.npmmirror.com/ansis/-/ansis-3.17.0.tgz",
  713. "integrity": "sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==",
  714. "license": "ISC",
  715. "engines": {
  716. "node": ">=14"
  717. }
  718. },
  719. "node_modules/app-root-path": {
  720. "version": "3.1.0",
  721. "resolved": "https://registry.npmmirror.com/app-root-path/-/app-root-path-3.1.0.tgz",
  722. "integrity": "sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==",
  723. "license": "MIT",
  724. "engines": {
  725. "node": ">= 6.0.0"
  726. }
  727. },
  728. "node_modules/argparse": {
  729. "version": "2.0.1",
  730. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  731. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  732. "license": "Python-2.0"
  733. },
  734. "node_modules/aws-ssl-profiles": {
  735. "version": "1.1.2",
  736. "resolved": "https://registry.npmmirror.com/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz",
  737. "integrity": "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==",
  738. "license": "MIT",
  739. "engines": {
  740. "node": ">= 6.0.0"
  741. }
  742. },
  743. "node_modules/balanced-match": {
  744. "version": "1.0.2",
  745. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  746. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  747. "license": "MIT"
  748. },
  749. "node_modules/base64-js": {
  750. "version": "1.5.1",
  751. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  752. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  753. "funding": [
  754. {
  755. "type": "github",
  756. "url": "https://github.com/sponsors/feross"
  757. },
  758. {
  759. "type": "patreon",
  760. "url": "https://www.patreon.com/feross"
  761. },
  762. {
  763. "type": "consulting",
  764. "url": "https://feross.org/support"
  765. }
  766. ],
  767. "license": "MIT"
  768. },
  769. "node_modules/basic-auth": {
  770. "version": "2.0.1",
  771. "resolved": "https://registry.npmmirror.com/basic-auth/-/basic-auth-2.0.1.tgz",
  772. "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==",
  773. "license": "MIT",
  774. "dependencies": {
  775. "safe-buffer": "5.1.2"
  776. },
  777. "engines": {
  778. "node": ">= 0.8"
  779. }
  780. },
  781. "node_modules/basic-auth/node_modules/safe-buffer": {
  782. "version": "5.1.2",
  783. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  784. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  785. "license": "MIT"
  786. },
  787. "node_modules/body-parser": {
  788. "version": "2.2.0",
  789. "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-2.2.0.tgz",
  790. "integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==",
  791. "license": "MIT",
  792. "dependencies": {
  793. "bytes": "^3.1.2",
  794. "content-type": "^1.0.5",
  795. "debug": "^4.4.0",
  796. "http-errors": "^2.0.0",
  797. "iconv-lite": "^0.6.3",
  798. "on-finished": "^2.4.1",
  799. "qs": "^6.14.0",
  800. "raw-body": "^3.0.0",
  801. "type-is": "^2.0.0"
  802. },
  803. "engines": {
  804. "node": ">=18"
  805. }
  806. },
  807. "node_modules/brace-expansion": {
  808. "version": "1.1.12",
  809. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  810. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  811. "license": "MIT",
  812. "dependencies": {
  813. "balanced-match": "^1.0.0",
  814. "concat-map": "0.0.1"
  815. }
  816. },
  817. "node_modules/buffer": {
  818. "version": "6.0.3",
  819. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz",
  820. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  821. "funding": [
  822. {
  823. "type": "github",
  824. "url": "https://github.com/sponsors/feross"
  825. },
  826. {
  827. "type": "patreon",
  828. "url": "https://www.patreon.com/feross"
  829. },
  830. {
  831. "type": "consulting",
  832. "url": "https://feross.org/support"
  833. }
  834. ],
  835. "license": "MIT",
  836. "dependencies": {
  837. "base64-js": "^1.3.1",
  838. "ieee754": "^1.2.1"
  839. }
  840. },
  841. "node_modules/buffer-equal-constant-time": {
  842. "version": "1.0.1",
  843. "resolved": "https://registry.npmmirror.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
  844. "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
  845. "license": "BSD-3-Clause"
  846. },
  847. "node_modules/bytes": {
  848. "version": "3.1.2",
  849. "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
  850. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  851. "license": "MIT",
  852. "engines": {
  853. "node": ">= 0.8"
  854. }
  855. },
  856. "node_modules/c12": {
  857. "version": "3.0.4",
  858. "resolved": "https://registry.npmmirror.com/c12/-/c12-3.0.4.tgz",
  859. "integrity": "sha512-t5FaZTYbbCtvxuZq9xxIruYydrAGsJ+8UdP0pZzMiK2xl/gNiSOy0OxhLzHUEEb0m1QXYqfzfvyIFEmz/g9lqg==",
  860. "license": "MIT",
  861. "optional": true,
  862. "dependencies": {
  863. "chokidar": "^4.0.3",
  864. "confbox": "^0.2.2",
  865. "defu": "^6.1.4",
  866. "dotenv": "^16.5.0",
  867. "exsolve": "^1.0.5",
  868. "giget": "^2.0.0",
  869. "jiti": "^2.4.2",
  870. "ohash": "^2.0.11",
  871. "pathe": "^2.0.3",
  872. "perfect-debounce": "^1.0.0",
  873. "pkg-types": "^2.1.0",
  874. "rc9": "^2.1.2"
  875. },
  876. "peerDependencies": {
  877. "magicast": "^0.3.5"
  878. },
  879. "peerDependenciesMeta": {
  880. "magicast": {
  881. "optional": true
  882. }
  883. }
  884. },
  885. "node_modules/c12/node_modules/dotenv": {
  886. "version": "16.6.1",
  887. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.6.1.tgz",
  888. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  889. "license": "BSD-2-Clause",
  890. "optional": true,
  891. "engines": {
  892. "node": ">=12"
  893. },
  894. "funding": {
  895. "url": "https://dotenvx.com"
  896. }
  897. },
  898. "node_modules/call-bind-apply-helpers": {
  899. "version": "1.0.2",
  900. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  901. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  902. "license": "MIT",
  903. "dependencies": {
  904. "es-errors": "^1.3.0",
  905. "function-bind": "^1.1.2"
  906. },
  907. "engines": {
  908. "node": ">= 0.4"
  909. }
  910. },
  911. "node_modules/call-bound": {
  912. "version": "1.0.4",
  913. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  914. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  915. "license": "MIT",
  916. "dependencies": {
  917. "call-bind-apply-helpers": "^1.0.2",
  918. "get-intrinsic": "^1.3.0"
  919. },
  920. "engines": {
  921. "node": ">= 0.4"
  922. },
  923. "funding": {
  924. "url": "https://github.com/sponsors/ljharb"
  925. }
  926. },
  927. "node_modules/call-me-maybe": {
  928. "version": "1.0.2",
  929. "resolved": "https://registry.npmmirror.com/call-me-maybe/-/call-me-maybe-1.0.2.tgz",
  930. "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==",
  931. "license": "MIT"
  932. },
  933. "node_modules/chokidar": {
  934. "version": "4.0.3",
  935. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  936. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  937. "license": "MIT",
  938. "optional": true,
  939. "dependencies": {
  940. "readdirp": "^4.0.1"
  941. },
  942. "engines": {
  943. "node": ">= 14.16.0"
  944. },
  945. "funding": {
  946. "url": "https://paulmillr.com/funding/"
  947. }
  948. },
  949. "node_modules/citty": {
  950. "version": "0.1.6",
  951. "resolved": "https://registry.npmmirror.com/citty/-/citty-0.1.6.tgz",
  952. "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==",
  953. "license": "MIT",
  954. "optional": true,
  955. "dependencies": {
  956. "consola": "^3.2.3"
  957. }
  958. },
  959. "node_modules/cliui": {
  960. "version": "8.0.1",
  961. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  962. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  963. "license": "ISC",
  964. "dependencies": {
  965. "string-width": "^4.2.0",
  966. "strip-ansi": "^6.0.1",
  967. "wrap-ansi": "^7.0.0"
  968. },
  969. "engines": {
  970. "node": ">=12"
  971. }
  972. },
  973. "node_modules/color-convert": {
  974. "version": "2.0.1",
  975. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  976. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  977. "license": "MIT",
  978. "dependencies": {
  979. "color-name": "~1.1.4"
  980. },
  981. "engines": {
  982. "node": ">=7.0.0"
  983. }
  984. },
  985. "node_modules/color-name": {
  986. "version": "1.1.4",
  987. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  988. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  989. "license": "MIT"
  990. },
  991. "node_modules/commander": {
  992. "version": "6.2.0",
  993. "resolved": "https://registry.npmmirror.com/commander/-/commander-6.2.0.tgz",
  994. "integrity": "sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==",
  995. "license": "MIT",
  996. "engines": {
  997. "node": ">= 6"
  998. }
  999. },
  1000. "node_modules/concat-map": {
  1001. "version": "0.0.1",
  1002. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  1003. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  1004. "license": "MIT"
  1005. },
  1006. "node_modules/confbox": {
  1007. "version": "0.2.2",
  1008. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.2.2.tgz",
  1009. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  1010. "license": "MIT",
  1011. "optional": true
  1012. },
  1013. "node_modules/consola": {
  1014. "version": "3.4.2",
  1015. "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.2.tgz",
  1016. "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
  1017. "license": "MIT",
  1018. "optional": true,
  1019. "engines": {
  1020. "node": "^14.18.0 || >=16.10.0"
  1021. }
  1022. },
  1023. "node_modules/content-disposition": {
  1024. "version": "1.0.0",
  1025. "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-1.0.0.tgz",
  1026. "integrity": "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==",
  1027. "license": "MIT",
  1028. "dependencies": {
  1029. "safe-buffer": "5.2.1"
  1030. },
  1031. "engines": {
  1032. "node": ">= 0.6"
  1033. }
  1034. },
  1035. "node_modules/content-type": {
  1036. "version": "1.0.5",
  1037. "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  1038. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  1039. "license": "MIT",
  1040. "engines": {
  1041. "node": ">= 0.6"
  1042. }
  1043. },
  1044. "node_modules/cookie": {
  1045. "version": "0.7.2",
  1046. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.7.2.tgz",
  1047. "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
  1048. "license": "MIT",
  1049. "engines": {
  1050. "node": ">= 0.6"
  1051. }
  1052. },
  1053. "node_modules/cookie-signature": {
  1054. "version": "1.2.2",
  1055. "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.2.2.tgz",
  1056. "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
  1057. "license": "MIT",
  1058. "engines": {
  1059. "node": ">=6.6.0"
  1060. }
  1061. },
  1062. "node_modules/cors": {
  1063. "version": "2.8.5",
  1064. "resolved": "https://registry.npmmirror.com/cors/-/cors-2.8.5.tgz",
  1065. "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
  1066. "license": "MIT",
  1067. "dependencies": {
  1068. "object-assign": "^4",
  1069. "vary": "^1"
  1070. },
  1071. "engines": {
  1072. "node": ">= 0.10"
  1073. }
  1074. },
  1075. "node_modules/cross-spawn": {
  1076. "version": "7.0.6",
  1077. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  1078. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  1079. "license": "MIT",
  1080. "dependencies": {
  1081. "path-key": "^3.1.0",
  1082. "shebang-command": "^2.0.0",
  1083. "which": "^2.0.1"
  1084. },
  1085. "engines": {
  1086. "node": ">= 8"
  1087. }
  1088. },
  1089. "node_modules/csstype": {
  1090. "version": "3.1.3",
  1091. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  1092. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  1093. "license": "MIT",
  1094. "peer": true
  1095. },
  1096. "node_modules/date-fns": {
  1097. "version": "4.1.0",
  1098. "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-4.1.0.tgz",
  1099. "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
  1100. "license": "MIT",
  1101. "funding": {
  1102. "type": "github",
  1103. "url": "https://github.com/sponsors/kossnocorp"
  1104. }
  1105. },
  1106. "node_modules/dayjs": {
  1107. "version": "1.11.13",
  1108. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  1109. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  1110. "license": "MIT"
  1111. },
  1112. "node_modules/debug": {
  1113. "version": "4.4.1",
  1114. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  1115. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  1116. "license": "MIT",
  1117. "dependencies": {
  1118. "ms": "^2.1.3"
  1119. },
  1120. "engines": {
  1121. "node": ">=6.0"
  1122. },
  1123. "peerDependenciesMeta": {
  1124. "supports-color": {
  1125. "optional": true
  1126. }
  1127. }
  1128. },
  1129. "node_modules/dedent": {
  1130. "version": "1.6.0",
  1131. "resolved": "https://registry.npmmirror.com/dedent/-/dedent-1.6.0.tgz",
  1132. "integrity": "sha512-F1Z+5UCFpmQUzJa11agbyPVMbpgT/qA3/SKyJ1jyBgm7dUcUEa8v9JwDkerSQXfakBwFljIxhOJqGkjUwZ9FSA==",
  1133. "license": "MIT",
  1134. "peerDependencies": {
  1135. "babel-plugin-macros": "^3.1.0"
  1136. },
  1137. "peerDependenciesMeta": {
  1138. "babel-plugin-macros": {
  1139. "optional": true
  1140. }
  1141. }
  1142. },
  1143. "node_modules/defu": {
  1144. "version": "6.1.4",
  1145. "resolved": "https://registry.npmmirror.com/defu/-/defu-6.1.4.tgz",
  1146. "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==",
  1147. "license": "MIT"
  1148. },
  1149. "node_modules/denque": {
  1150. "version": "2.1.0",
  1151. "resolved": "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz",
  1152. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  1153. "license": "Apache-2.0",
  1154. "engines": {
  1155. "node": ">=0.10"
  1156. }
  1157. },
  1158. "node_modules/depd": {
  1159. "version": "2.0.0",
  1160. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  1161. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  1162. "license": "MIT",
  1163. "engines": {
  1164. "node": ">= 0.8"
  1165. }
  1166. },
  1167. "node_modules/destr": {
  1168. "version": "2.0.5",
  1169. "resolved": "https://registry.npmmirror.com/destr/-/destr-2.0.5.tgz",
  1170. "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==",
  1171. "license": "MIT",
  1172. "optional": true
  1173. },
  1174. "node_modules/doctrine": {
  1175. "version": "3.0.0",
  1176. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
  1177. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  1178. "license": "Apache-2.0",
  1179. "dependencies": {
  1180. "esutils": "^2.0.2"
  1181. },
  1182. "engines": {
  1183. "node": ">=6.0.0"
  1184. }
  1185. },
  1186. "node_modules/dotenv": {
  1187. "version": "17.0.1",
  1188. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-17.0.1.tgz",
  1189. "integrity": "sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==",
  1190. "license": "BSD-2-Clause",
  1191. "engines": {
  1192. "node": ">=12"
  1193. },
  1194. "funding": {
  1195. "url": "https://dotenvx.com"
  1196. }
  1197. },
  1198. "node_modules/dunder-proto": {
  1199. "version": "1.0.1",
  1200. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  1201. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  1202. "license": "MIT",
  1203. "dependencies": {
  1204. "call-bind-apply-helpers": "^1.0.1",
  1205. "es-errors": "^1.3.0",
  1206. "gopd": "^1.2.0"
  1207. },
  1208. "engines": {
  1209. "node": ">= 0.4"
  1210. }
  1211. },
  1212. "node_modules/eastasianwidth": {
  1213. "version": "0.2.0",
  1214. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  1215. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  1216. "license": "MIT"
  1217. },
  1218. "node_modules/ecdsa-sig-formatter": {
  1219. "version": "1.0.11",
  1220. "resolved": "https://registry.npmmirror.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
  1221. "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
  1222. "license": "Apache-2.0",
  1223. "dependencies": {
  1224. "safe-buffer": "^5.0.1"
  1225. }
  1226. },
  1227. "node_modules/ee-first": {
  1228. "version": "1.1.1",
  1229. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  1230. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  1231. "license": "MIT"
  1232. },
  1233. "node_modules/emoji-regex": {
  1234. "version": "8.0.0",
  1235. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  1236. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  1237. "license": "MIT"
  1238. },
  1239. "node_modules/encodeurl": {
  1240. "version": "2.0.0",
  1241. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
  1242. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  1243. "license": "MIT",
  1244. "engines": {
  1245. "node": ">= 0.8"
  1246. }
  1247. },
  1248. "node_modules/entities": {
  1249. "version": "4.5.0",
  1250. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  1251. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  1252. "license": "BSD-2-Clause",
  1253. "peer": true,
  1254. "engines": {
  1255. "node": ">=0.12"
  1256. },
  1257. "funding": {
  1258. "url": "https://github.com/fb55/entities?sponsor=1"
  1259. }
  1260. },
  1261. "node_modules/errx": {
  1262. "version": "0.1.0",
  1263. "resolved": "https://registry.npmmirror.com/errx/-/errx-0.1.0.tgz",
  1264. "integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  1265. "license": "MIT",
  1266. "optional": true
  1267. },
  1268. "node_modules/es-define-property": {
  1269. "version": "1.0.1",
  1270. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  1271. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  1272. "license": "MIT",
  1273. "engines": {
  1274. "node": ">= 0.4"
  1275. }
  1276. },
  1277. "node_modules/es-errors": {
  1278. "version": "1.3.0",
  1279. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  1280. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  1281. "license": "MIT",
  1282. "engines": {
  1283. "node": ">= 0.4"
  1284. }
  1285. },
  1286. "node_modules/es-object-atoms": {
  1287. "version": "1.1.1",
  1288. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  1289. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  1290. "license": "MIT",
  1291. "dependencies": {
  1292. "es-errors": "^1.3.0"
  1293. },
  1294. "engines": {
  1295. "node": ">= 0.4"
  1296. }
  1297. },
  1298. "node_modules/escalade": {
  1299. "version": "3.2.0",
  1300. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  1301. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  1302. "license": "MIT",
  1303. "engines": {
  1304. "node": ">=6"
  1305. }
  1306. },
  1307. "node_modules/escape-html": {
  1308. "version": "1.0.3",
  1309. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  1310. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  1311. "license": "MIT"
  1312. },
  1313. "node_modules/escape-string-regexp": {
  1314. "version": "5.0.0",
  1315. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  1316. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  1317. "license": "MIT",
  1318. "optional": true,
  1319. "engines": {
  1320. "node": ">=12"
  1321. },
  1322. "funding": {
  1323. "url": "https://github.com/sponsors/sindresorhus"
  1324. }
  1325. },
  1326. "node_modules/estree-walker": {
  1327. "version": "3.0.3",
  1328. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  1329. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  1330. "license": "MIT",
  1331. "optional": true,
  1332. "dependencies": {
  1333. "@types/estree": "^1.0.0"
  1334. }
  1335. },
  1336. "node_modules/esutils": {
  1337. "version": "2.0.3",
  1338. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  1339. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  1340. "license": "BSD-2-Clause",
  1341. "engines": {
  1342. "node": ">=0.10.0"
  1343. }
  1344. },
  1345. "node_modules/etag": {
  1346. "version": "1.8.1",
  1347. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  1348. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  1349. "license": "MIT",
  1350. "engines": {
  1351. "node": ">= 0.6"
  1352. }
  1353. },
  1354. "node_modules/express": {
  1355. "version": "5.1.0",
  1356. "resolved": "https://registry.npmmirror.com/express/-/express-5.1.0.tgz",
  1357. "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==",
  1358. "license": "MIT",
  1359. "dependencies": {
  1360. "accepts": "^2.0.0",
  1361. "body-parser": "^2.2.0",
  1362. "content-disposition": "^1.0.0",
  1363. "content-type": "^1.0.5",
  1364. "cookie": "^0.7.1",
  1365. "cookie-signature": "^1.2.1",
  1366. "debug": "^4.4.0",
  1367. "encodeurl": "^2.0.0",
  1368. "escape-html": "^1.0.3",
  1369. "etag": "^1.8.1",
  1370. "finalhandler": "^2.1.0",
  1371. "fresh": "^2.0.0",
  1372. "http-errors": "^2.0.0",
  1373. "merge-descriptors": "^2.0.0",
  1374. "mime-types": "^3.0.0",
  1375. "on-finished": "^2.4.1",
  1376. "once": "^1.4.0",
  1377. "parseurl": "^1.3.3",
  1378. "proxy-addr": "^2.0.7",
  1379. "qs": "^6.14.0",
  1380. "range-parser": "^1.2.1",
  1381. "router": "^2.2.0",
  1382. "send": "^1.1.0",
  1383. "serve-static": "^2.2.0",
  1384. "statuses": "^2.0.1",
  1385. "type-is": "^2.0.1",
  1386. "vary": "^1.1.2"
  1387. },
  1388. "engines": {
  1389. "node": ">= 18"
  1390. },
  1391. "funding": {
  1392. "type": "opencollective",
  1393. "url": "https://opencollective.com/express"
  1394. }
  1395. },
  1396. "node_modules/exsolve": {
  1397. "version": "1.0.7",
  1398. "resolved": "https://registry.npmmirror.com/exsolve/-/exsolve-1.0.7.tgz",
  1399. "integrity": "sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==",
  1400. "license": "MIT",
  1401. "optional": true
  1402. },
  1403. "node_modules/fdir": {
  1404. "version": "6.4.6",
  1405. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  1406. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  1407. "license": "MIT",
  1408. "optional": true,
  1409. "peerDependencies": {
  1410. "picomatch": "^3 || ^4"
  1411. },
  1412. "peerDependenciesMeta": {
  1413. "picomatch": {
  1414. "optional": true
  1415. }
  1416. }
  1417. },
  1418. "node_modules/finalhandler": {
  1419. "version": "2.1.0",
  1420. "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-2.1.0.tgz",
  1421. "integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==",
  1422. "license": "MIT",
  1423. "dependencies": {
  1424. "debug": "^4.4.0",
  1425. "encodeurl": "^2.0.0",
  1426. "escape-html": "^1.0.3",
  1427. "on-finished": "^2.4.1",
  1428. "parseurl": "^1.3.3",
  1429. "statuses": "^2.0.1"
  1430. },
  1431. "engines": {
  1432. "node": ">= 0.8"
  1433. }
  1434. },
  1435. "node_modules/foreground-child": {
  1436. "version": "3.3.1",
  1437. "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",
  1438. "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
  1439. "license": "ISC",
  1440. "dependencies": {
  1441. "cross-spawn": "^7.0.6",
  1442. "signal-exit": "^4.0.1"
  1443. },
  1444. "engines": {
  1445. "node": ">=14"
  1446. },
  1447. "funding": {
  1448. "url": "https://github.com/sponsors/isaacs"
  1449. }
  1450. },
  1451. "node_modules/forwarded": {
  1452. "version": "0.2.0",
  1453. "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
  1454. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  1455. "license": "MIT",
  1456. "engines": {
  1457. "node": ">= 0.6"
  1458. }
  1459. },
  1460. "node_modules/framer-motion": {
  1461. "version": "12.22.0",
  1462. "resolved": "https://registry.npmmirror.com/framer-motion/-/framer-motion-12.22.0.tgz",
  1463. "integrity": "sha512-qG07rR8/mboCNU34nORbrIbBXbJzP4aDqBdr67TAIVlMryDEOwh7LXjylWovlnPCMg78ExoY0Gn2F1fV+3DNIw==",
  1464. "license": "MIT",
  1465. "dependencies": {
  1466. "motion-dom": "^12.22.0",
  1467. "motion-utils": "^12.19.0",
  1468. "tslib": "^2.4.0"
  1469. },
  1470. "peerDependencies": {
  1471. "@emotion/is-prop-valid": "*",
  1472. "react": "^18.0.0 || ^19.0.0",
  1473. "react-dom": "^18.0.0 || ^19.0.0"
  1474. },
  1475. "peerDependenciesMeta": {
  1476. "@emotion/is-prop-valid": {
  1477. "optional": true
  1478. },
  1479. "react": {
  1480. "optional": true
  1481. },
  1482. "react-dom": {
  1483. "optional": true
  1484. }
  1485. }
  1486. },
  1487. "node_modules/framesync": {
  1488. "version": "6.1.2",
  1489. "resolved": "https://registry.npmmirror.com/framesync/-/framesync-6.1.2.tgz",
  1490. "integrity": "sha512-jBTqhX6KaQVDyus8muwZbBeGGP0XgujBRbQ7gM7BRdS3CadCZIHiawyzYLnafYcvZIh5j8WE7cxZKFn7dXhu9g==",
  1491. "license": "MIT",
  1492. "dependencies": {
  1493. "tslib": "2.4.0"
  1494. }
  1495. },
  1496. "node_modules/framesync/node_modules/tslib": {
  1497. "version": "2.4.0",
  1498. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.4.0.tgz",
  1499. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  1500. "license": "0BSD"
  1501. },
  1502. "node_modules/fresh": {
  1503. "version": "2.0.0",
  1504. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-2.0.0.tgz",
  1505. "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
  1506. "license": "MIT",
  1507. "engines": {
  1508. "node": ">= 0.8"
  1509. }
  1510. },
  1511. "node_modules/fs.realpath": {
  1512. "version": "1.0.0",
  1513. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  1514. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  1515. "license": "ISC"
  1516. },
  1517. "node_modules/function-bind": {
  1518. "version": "1.1.2",
  1519. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  1520. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  1521. "license": "MIT",
  1522. "funding": {
  1523. "url": "https://github.com/sponsors/ljharb"
  1524. }
  1525. },
  1526. "node_modules/generate-function": {
  1527. "version": "2.3.1",
  1528. "resolved": "https://registry.npmmirror.com/generate-function/-/generate-function-2.3.1.tgz",
  1529. "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
  1530. "license": "MIT",
  1531. "dependencies": {
  1532. "is-property": "^1.0.2"
  1533. }
  1534. },
  1535. "node_modules/get-caller-file": {
  1536. "version": "2.0.5",
  1537. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  1538. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  1539. "license": "ISC",
  1540. "engines": {
  1541. "node": "6.* || 8.* || >= 10.*"
  1542. }
  1543. },
  1544. "node_modules/get-intrinsic": {
  1545. "version": "1.3.0",
  1546. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  1547. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  1548. "license": "MIT",
  1549. "dependencies": {
  1550. "call-bind-apply-helpers": "^1.0.2",
  1551. "es-define-property": "^1.0.1",
  1552. "es-errors": "^1.3.0",
  1553. "es-object-atoms": "^1.1.1",
  1554. "function-bind": "^1.1.2",
  1555. "get-proto": "^1.0.1",
  1556. "gopd": "^1.2.0",
  1557. "has-symbols": "^1.1.0",
  1558. "hasown": "^2.0.2",
  1559. "math-intrinsics": "^1.1.0"
  1560. },
  1561. "engines": {
  1562. "node": ">= 0.4"
  1563. },
  1564. "funding": {
  1565. "url": "https://github.com/sponsors/ljharb"
  1566. }
  1567. },
  1568. "node_modules/get-proto": {
  1569. "version": "1.0.1",
  1570. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  1571. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  1572. "license": "MIT",
  1573. "dependencies": {
  1574. "dunder-proto": "^1.0.1",
  1575. "es-object-atoms": "^1.0.0"
  1576. },
  1577. "engines": {
  1578. "node": ">= 0.4"
  1579. }
  1580. },
  1581. "node_modules/giget": {
  1582. "version": "2.0.0",
  1583. "resolved": "https://registry.npmmirror.com/giget/-/giget-2.0.0.tgz",
  1584. "integrity": "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==",
  1585. "license": "MIT",
  1586. "optional": true,
  1587. "dependencies": {
  1588. "citty": "^0.1.6",
  1589. "consola": "^3.4.0",
  1590. "defu": "^6.1.4",
  1591. "node-fetch-native": "^1.6.6",
  1592. "nypm": "^0.6.0",
  1593. "pathe": "^2.0.3"
  1594. },
  1595. "bin": {
  1596. "giget": "dist/cli.mjs"
  1597. }
  1598. },
  1599. "node_modules/glob": {
  1600. "version": "7.1.6",
  1601. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.1.6.tgz",
  1602. "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
  1603. "deprecated": "Glob versions prior to v9 are no longer supported",
  1604. "license": "ISC",
  1605. "dependencies": {
  1606. "fs.realpath": "^1.0.0",
  1607. "inflight": "^1.0.4",
  1608. "inherits": "2",
  1609. "minimatch": "^3.0.4",
  1610. "once": "^1.3.0",
  1611. "path-is-absolute": "^1.0.0"
  1612. },
  1613. "engines": {
  1614. "node": "*"
  1615. },
  1616. "funding": {
  1617. "url": "https://github.com/sponsors/isaacs"
  1618. }
  1619. },
  1620. "node_modules/gopd": {
  1621. "version": "1.2.0",
  1622. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  1623. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  1624. "license": "MIT",
  1625. "engines": {
  1626. "node": ">= 0.4"
  1627. },
  1628. "funding": {
  1629. "url": "https://github.com/sponsors/ljharb"
  1630. }
  1631. },
  1632. "node_modules/has-symbols": {
  1633. "version": "1.1.0",
  1634. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  1635. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  1636. "license": "MIT",
  1637. "engines": {
  1638. "node": ">= 0.4"
  1639. },
  1640. "funding": {
  1641. "url": "https://github.com/sponsors/ljharb"
  1642. }
  1643. },
  1644. "node_modules/hasown": {
  1645. "version": "2.0.2",
  1646. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  1647. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  1648. "license": "MIT",
  1649. "dependencies": {
  1650. "function-bind": "^1.1.2"
  1651. },
  1652. "engines": {
  1653. "node": ">= 0.4"
  1654. }
  1655. },
  1656. "node_modules/helmet": {
  1657. "version": "8.1.0",
  1658. "resolved": "https://registry.npmmirror.com/helmet/-/helmet-8.1.0.tgz",
  1659. "integrity": "sha512-jOiHyAZsmnr8LqoPGmCjYAaiuWwjAPLgY8ZX2XrmHawt99/u1y6RgrZMTeoPfpUbV96HOalYgz1qzkRbw54Pmg==",
  1660. "license": "MIT",
  1661. "engines": {
  1662. "node": ">=18.0.0"
  1663. }
  1664. },
  1665. "node_modules/hey-listen": {
  1666. "version": "1.0.8",
  1667. "resolved": "https://registry.npmmirror.com/hey-listen/-/hey-listen-1.0.8.tgz",
  1668. "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==",
  1669. "license": "MIT"
  1670. },
  1671. "node_modules/http-errors": {
  1672. "version": "2.0.0",
  1673. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
  1674. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  1675. "license": "MIT",
  1676. "dependencies": {
  1677. "depd": "2.0.0",
  1678. "inherits": "2.0.4",
  1679. "setprototypeof": "1.2.0",
  1680. "statuses": "2.0.1",
  1681. "toidentifier": "1.0.1"
  1682. },
  1683. "engines": {
  1684. "node": ">= 0.8"
  1685. }
  1686. },
  1687. "node_modules/http-errors/node_modules/statuses": {
  1688. "version": "2.0.1",
  1689. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
  1690. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  1691. "license": "MIT",
  1692. "engines": {
  1693. "node": ">= 0.8"
  1694. }
  1695. },
  1696. "node_modules/iconv-lite": {
  1697. "version": "0.6.3",
  1698. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  1699. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  1700. "license": "MIT",
  1701. "dependencies": {
  1702. "safer-buffer": ">= 2.1.2 < 3.0.0"
  1703. },
  1704. "engines": {
  1705. "node": ">=0.10.0"
  1706. }
  1707. },
  1708. "node_modules/ieee754": {
  1709. "version": "1.2.1",
  1710. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  1711. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  1712. "funding": [
  1713. {
  1714. "type": "github",
  1715. "url": "https://github.com/sponsors/feross"
  1716. },
  1717. {
  1718. "type": "patreon",
  1719. "url": "https://www.patreon.com/feross"
  1720. },
  1721. {
  1722. "type": "consulting",
  1723. "url": "https://feross.org/support"
  1724. }
  1725. ],
  1726. "license": "BSD-3-Clause"
  1727. },
  1728. "node_modules/ignore": {
  1729. "version": "7.0.5",
  1730. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  1731. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  1732. "license": "MIT",
  1733. "optional": true,
  1734. "engines": {
  1735. "node": ">= 4"
  1736. }
  1737. },
  1738. "node_modules/inflight": {
  1739. "version": "1.0.6",
  1740. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  1741. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  1742. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  1743. "license": "ISC",
  1744. "dependencies": {
  1745. "once": "^1.3.0",
  1746. "wrappy": "1"
  1747. }
  1748. },
  1749. "node_modules/inherits": {
  1750. "version": "2.0.4",
  1751. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  1752. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  1753. "license": "ISC"
  1754. },
  1755. "node_modules/ipaddr.js": {
  1756. "version": "1.9.1",
  1757. "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  1758. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  1759. "license": "MIT",
  1760. "engines": {
  1761. "node": ">= 0.10"
  1762. }
  1763. },
  1764. "node_modules/is-fullwidth-code-point": {
  1765. "version": "3.0.0",
  1766. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  1767. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  1768. "license": "MIT",
  1769. "engines": {
  1770. "node": ">=8"
  1771. }
  1772. },
  1773. "node_modules/is-promise": {
  1774. "version": "4.0.0",
  1775. "resolved": "https://registry.npmmirror.com/is-promise/-/is-promise-4.0.0.tgz",
  1776. "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
  1777. "license": "MIT"
  1778. },
  1779. "node_modules/is-property": {
  1780. "version": "1.0.2",
  1781. "resolved": "https://registry.npmmirror.com/is-property/-/is-property-1.0.2.tgz",
  1782. "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==",
  1783. "license": "MIT"
  1784. },
  1785. "node_modules/isexe": {
  1786. "version": "2.0.0",
  1787. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  1788. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  1789. "license": "ISC"
  1790. },
  1791. "node_modules/jackspeak": {
  1792. "version": "3.4.3",
  1793. "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
  1794. "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
  1795. "license": "BlueOak-1.0.0",
  1796. "dependencies": {
  1797. "@isaacs/cliui": "^8.0.2"
  1798. },
  1799. "funding": {
  1800. "url": "https://github.com/sponsors/isaacs"
  1801. },
  1802. "optionalDependencies": {
  1803. "@pkgjs/parseargs": "^0.11.0"
  1804. }
  1805. },
  1806. "node_modules/jiti": {
  1807. "version": "2.4.2",
  1808. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.4.2.tgz",
  1809. "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
  1810. "license": "MIT",
  1811. "optional": true,
  1812. "bin": {
  1813. "jiti": "lib/jiti-cli.mjs"
  1814. }
  1815. },
  1816. "node_modules/joi": {
  1817. "version": "17.13.3",
  1818. "resolved": "https://registry.npmmirror.com/joi/-/joi-17.13.3.tgz",
  1819. "integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==",
  1820. "license": "BSD-3-Clause",
  1821. "dependencies": {
  1822. "@hapi/hoek": "^9.3.0",
  1823. "@hapi/topo": "^5.1.0",
  1824. "@sideway/address": "^4.1.5",
  1825. "@sideway/formula": "^3.0.1",
  1826. "@sideway/pinpoint": "^2.0.0"
  1827. }
  1828. },
  1829. "node_modules/js-tokens": {
  1830. "version": "9.0.1",
  1831. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-9.0.1.tgz",
  1832. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  1833. "license": "MIT",
  1834. "optional": true
  1835. },
  1836. "node_modules/js-yaml": {
  1837. "version": "4.1.0",
  1838. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  1839. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  1840. "license": "MIT",
  1841. "dependencies": {
  1842. "argparse": "^2.0.1"
  1843. },
  1844. "bin": {
  1845. "js-yaml": "bin/js-yaml.js"
  1846. }
  1847. },
  1848. "node_modules/jsonwebtoken": {
  1849. "version": "9.0.2",
  1850. "resolved": "https://registry.npmmirror.com/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
  1851. "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
  1852. "license": "MIT",
  1853. "dependencies": {
  1854. "jws": "^3.2.2",
  1855. "lodash.includes": "^4.3.0",
  1856. "lodash.isboolean": "^3.0.3",
  1857. "lodash.isinteger": "^4.0.4",
  1858. "lodash.isnumber": "^3.0.3",
  1859. "lodash.isplainobject": "^4.0.6",
  1860. "lodash.isstring": "^4.0.1",
  1861. "lodash.once": "^4.0.0",
  1862. "ms": "^2.1.1",
  1863. "semver": "^7.5.4"
  1864. },
  1865. "engines": {
  1866. "node": ">=12",
  1867. "npm": ">=6"
  1868. }
  1869. },
  1870. "node_modules/jwa": {
  1871. "version": "1.4.2",
  1872. "resolved": "https://registry.npmmirror.com/jwa/-/jwa-1.4.2.tgz",
  1873. "integrity": "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==",
  1874. "license": "MIT",
  1875. "dependencies": {
  1876. "buffer-equal-constant-time": "^1.0.1",
  1877. "ecdsa-sig-formatter": "1.0.11",
  1878. "safe-buffer": "^5.0.1"
  1879. }
  1880. },
  1881. "node_modules/jws": {
  1882. "version": "3.2.2",
  1883. "resolved": "https://registry.npmmirror.com/jws/-/jws-3.2.2.tgz",
  1884. "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==",
  1885. "license": "MIT",
  1886. "dependencies": {
  1887. "jwa": "^1.4.1",
  1888. "safe-buffer": "^5.0.1"
  1889. }
  1890. },
  1891. "node_modules/klona": {
  1892. "version": "2.0.6",
  1893. "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz",
  1894. "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
  1895. "license": "MIT",
  1896. "optional": true,
  1897. "engines": {
  1898. "node": ">= 8"
  1899. }
  1900. },
  1901. "node_modules/knitwork": {
  1902. "version": "1.2.0",
  1903. "resolved": "https://registry.npmmirror.com/knitwork/-/knitwork-1.2.0.tgz",
  1904. "integrity": "sha512-xYSH7AvuQ6nXkq42x0v5S8/Iry+cfulBz/DJQzhIyESdLD7425jXsPy4vn5cCXU+HhRN2kVw51Vd1K6/By4BQg==",
  1905. "license": "MIT",
  1906. "optional": true
  1907. },
  1908. "node_modules/local-pkg": {
  1909. "version": "1.1.1",
  1910. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-1.1.1.tgz",
  1911. "integrity": "sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==",
  1912. "license": "MIT",
  1913. "optional": true,
  1914. "dependencies": {
  1915. "mlly": "^1.7.4",
  1916. "pkg-types": "^2.0.1",
  1917. "quansync": "^0.2.8"
  1918. },
  1919. "engines": {
  1920. "node": ">=14"
  1921. },
  1922. "funding": {
  1923. "url": "https://github.com/sponsors/antfu"
  1924. }
  1925. },
  1926. "node_modules/lodash.get": {
  1927. "version": "4.4.2",
  1928. "resolved": "https://registry.npmmirror.com/lodash.get/-/lodash.get-4.4.2.tgz",
  1929. "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
  1930. "deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead.",
  1931. "license": "MIT"
  1932. },
  1933. "node_modules/lodash.includes": {
  1934. "version": "4.3.0",
  1935. "resolved": "https://registry.npmmirror.com/lodash.includes/-/lodash.includes-4.3.0.tgz",
  1936. "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
  1937. "license": "MIT"
  1938. },
  1939. "node_modules/lodash.isboolean": {
  1940. "version": "3.0.3",
  1941. "resolved": "https://registry.npmmirror.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
  1942. "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
  1943. "license": "MIT"
  1944. },
  1945. "node_modules/lodash.isequal": {
  1946. "version": "4.5.0",
  1947. "resolved": "https://registry.npmmirror.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
  1948. "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
  1949. "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.",
  1950. "license": "MIT"
  1951. },
  1952. "node_modules/lodash.isinteger": {
  1953. "version": "4.0.4",
  1954. "resolved": "https://registry.npmmirror.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
  1955. "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
  1956. "license": "MIT"
  1957. },
  1958. "node_modules/lodash.isnumber": {
  1959. "version": "3.0.3",
  1960. "resolved": "https://registry.npmmirror.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
  1961. "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
  1962. "license": "MIT"
  1963. },
  1964. "node_modules/lodash.isplainobject": {
  1965. "version": "4.0.6",
  1966. "resolved": "https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
  1967. "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
  1968. "license": "MIT"
  1969. },
  1970. "node_modules/lodash.isstring": {
  1971. "version": "4.0.1",
  1972. "resolved": "https://registry.npmmirror.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
  1973. "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
  1974. "license": "MIT"
  1975. },
  1976. "node_modules/lodash.mergewith": {
  1977. "version": "4.6.2",
  1978. "resolved": "https://registry.npmmirror.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz",
  1979. "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==",
  1980. "license": "MIT"
  1981. },
  1982. "node_modules/lodash.once": {
  1983. "version": "4.1.1",
  1984. "resolved": "https://registry.npmmirror.com/lodash.once/-/lodash.once-4.1.1.tgz",
  1985. "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
  1986. "license": "MIT"
  1987. },
  1988. "node_modules/long": {
  1989. "version": "5.3.2",
  1990. "resolved": "https://registry.npmmirror.com/long/-/long-5.3.2.tgz",
  1991. "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
  1992. "license": "Apache-2.0"
  1993. },
  1994. "node_modules/lru-cache": {
  1995. "version": "7.18.3",
  1996. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-7.18.3.tgz",
  1997. "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
  1998. "license": "ISC",
  1999. "engines": {
  2000. "node": ">=12"
  2001. }
  2002. },
  2003. "node_modules/lru.min": {
  2004. "version": "1.1.2",
  2005. "resolved": "https://registry.npmmirror.com/lru.min/-/lru.min-1.1.2.tgz",
  2006. "integrity": "sha512-Nv9KddBcQSlQopmBHXSsZVY5xsdlZkdH/Iey0BlcBYggMd4two7cZnKOK9vmy3nY0O5RGH99z1PCeTpPqszUYg==",
  2007. "license": "MIT",
  2008. "engines": {
  2009. "bun": ">=1.0.0",
  2010. "deno": ">=1.30.0",
  2011. "node": ">=8.0.0"
  2012. },
  2013. "funding": {
  2014. "type": "github",
  2015. "url": "https://github.com/sponsors/wellwelwel"
  2016. }
  2017. },
  2018. "node_modules/lucide-vue-next": {
  2019. "version": "0.525.0",
  2020. "resolved": "https://registry.npmmirror.com/lucide-vue-next/-/lucide-vue-next-0.525.0.tgz",
  2021. "integrity": "sha512-Xf8+x8B2DrnGDV/rxylS+KBp2FIe6ljwDn2JsGTZZvXIfhmm/q+nv8RuGO1OyoMjOVkkz7CqtUqJfwtFPRbB2w==",
  2022. "license": "ISC",
  2023. "peerDependencies": {
  2024. "vue": ">=3.0.1"
  2025. }
  2026. },
  2027. "node_modules/magic-string": {
  2028. "version": "0.30.17",
  2029. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  2030. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  2031. "license": "MIT",
  2032. "dependencies": {
  2033. "@jridgewell/sourcemap-codec": "^1.5.0"
  2034. }
  2035. },
  2036. "node_modules/math-intrinsics": {
  2037. "version": "1.1.0",
  2038. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  2039. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  2040. "license": "MIT",
  2041. "engines": {
  2042. "node": ">= 0.4"
  2043. }
  2044. },
  2045. "node_modules/media-typer": {
  2046. "version": "1.1.0",
  2047. "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-1.1.0.tgz",
  2048. "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
  2049. "license": "MIT",
  2050. "engines": {
  2051. "node": ">= 0.8"
  2052. }
  2053. },
  2054. "node_modules/merge-descriptors": {
  2055. "version": "2.0.0",
  2056. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
  2057. "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
  2058. "license": "MIT",
  2059. "engines": {
  2060. "node": ">=18"
  2061. },
  2062. "funding": {
  2063. "url": "https://github.com/sponsors/sindresorhus"
  2064. }
  2065. },
  2066. "node_modules/mime-db": {
  2067. "version": "1.54.0",
  2068. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.54.0.tgz",
  2069. "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
  2070. "license": "MIT",
  2071. "engines": {
  2072. "node": ">= 0.6"
  2073. }
  2074. },
  2075. "node_modules/mime-types": {
  2076. "version": "3.0.1",
  2077. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-3.0.1.tgz",
  2078. "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
  2079. "license": "MIT",
  2080. "dependencies": {
  2081. "mime-db": "^1.54.0"
  2082. },
  2083. "engines": {
  2084. "node": ">= 0.6"
  2085. }
  2086. },
  2087. "node_modules/minimatch": {
  2088. "version": "3.1.2",
  2089. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  2090. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2091. "license": "ISC",
  2092. "dependencies": {
  2093. "brace-expansion": "^1.1.7"
  2094. },
  2095. "engines": {
  2096. "node": "*"
  2097. }
  2098. },
  2099. "node_modules/minipass": {
  2100. "version": "7.1.2",
  2101. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  2102. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  2103. "license": "ISC",
  2104. "engines": {
  2105. "node": ">=16 || 14 >=14.17"
  2106. }
  2107. },
  2108. "node_modules/mlly": {
  2109. "version": "1.7.4",
  2110. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.7.4.tgz",
  2111. "integrity": "sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==",
  2112. "license": "MIT",
  2113. "optional": true,
  2114. "dependencies": {
  2115. "acorn": "^8.14.0",
  2116. "pathe": "^2.0.1",
  2117. "pkg-types": "^1.3.0",
  2118. "ufo": "^1.5.4"
  2119. }
  2120. },
  2121. "node_modules/mlly/node_modules/confbox": {
  2122. "version": "0.1.8",
  2123. "resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz",
  2124. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  2125. "license": "MIT",
  2126. "optional": true
  2127. },
  2128. "node_modules/mlly/node_modules/pkg-types": {
  2129. "version": "1.3.1",
  2130. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.3.1.tgz",
  2131. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  2132. "license": "MIT",
  2133. "optional": true,
  2134. "dependencies": {
  2135. "confbox": "^0.1.8",
  2136. "mlly": "^1.7.4",
  2137. "pathe": "^2.0.1"
  2138. }
  2139. },
  2140. "node_modules/morgan": {
  2141. "version": "1.10.0",
  2142. "resolved": "https://registry.npmmirror.com/morgan/-/morgan-1.10.0.tgz",
  2143. "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==",
  2144. "license": "MIT",
  2145. "dependencies": {
  2146. "basic-auth": "~2.0.1",
  2147. "debug": "2.6.9",
  2148. "depd": "~2.0.0",
  2149. "on-finished": "~2.3.0",
  2150. "on-headers": "~1.0.2"
  2151. },
  2152. "engines": {
  2153. "node": ">= 0.8.0"
  2154. }
  2155. },
  2156. "node_modules/morgan/node_modules/debug": {
  2157. "version": "2.6.9",
  2158. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  2159. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  2160. "license": "MIT",
  2161. "dependencies": {
  2162. "ms": "2.0.0"
  2163. }
  2164. },
  2165. "node_modules/morgan/node_modules/ms": {
  2166. "version": "2.0.0",
  2167. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  2168. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  2169. "license": "MIT"
  2170. },
  2171. "node_modules/morgan/node_modules/on-finished": {
  2172. "version": "2.3.0",
  2173. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.3.0.tgz",
  2174. "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
  2175. "license": "MIT",
  2176. "dependencies": {
  2177. "ee-first": "1.1.1"
  2178. },
  2179. "engines": {
  2180. "node": ">= 0.8"
  2181. }
  2182. },
  2183. "node_modules/motion-dom": {
  2184. "version": "12.22.0",
  2185. "resolved": "https://registry.npmmirror.com/motion-dom/-/motion-dom-12.22.0.tgz",
  2186. "integrity": "sha512-ooH7+/BPw9gOsL9VtPhEJHE2m4ltnhMlcGMhEqA0YGNhKof7jdaszvsyThXI6LVIKshJUZ9/CP6HNqQhJfV7kw==",
  2187. "license": "MIT",
  2188. "dependencies": {
  2189. "motion-utils": "^12.19.0"
  2190. }
  2191. },
  2192. "node_modules/motion-utils": {
  2193. "version": "12.19.0",
  2194. "resolved": "https://registry.npmmirror.com/motion-utils/-/motion-utils-12.19.0.tgz",
  2195. "integrity": "sha512-BuFTHINYmV07pdWs6lj6aI63vr2N4dg0vR+td0rtrdpWOhBzIkEklZyLcvKBoEtwSqx8Jg06vUB5RS0xDiUybw==",
  2196. "license": "MIT"
  2197. },
  2198. "node_modules/ms": {
  2199. "version": "2.1.3",
  2200. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  2201. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2202. "license": "MIT"
  2203. },
  2204. "node_modules/mysql2": {
  2205. "version": "3.14.1",
  2206. "resolved": "https://registry.npmmirror.com/mysql2/-/mysql2-3.14.1.tgz",
  2207. "integrity": "sha512-7ytuPQJjQB8TNAYX/H2yhL+iQOnIBjAMam361R7UAL0lOVXWjtdrmoL9HYKqKoLp/8UUTRcvo1QPvK9KL7wA8w==",
  2208. "license": "MIT",
  2209. "dependencies": {
  2210. "aws-ssl-profiles": "^1.1.1",
  2211. "denque": "^2.1.0",
  2212. "generate-function": "^2.3.1",
  2213. "iconv-lite": "^0.6.3",
  2214. "long": "^5.2.1",
  2215. "lru.min": "^1.0.0",
  2216. "named-placeholders": "^1.1.3",
  2217. "seq-queue": "^0.0.5",
  2218. "sqlstring": "^2.3.2"
  2219. },
  2220. "engines": {
  2221. "node": ">= 8.0"
  2222. }
  2223. },
  2224. "node_modules/named-placeholders": {
  2225. "version": "1.1.3",
  2226. "resolved": "https://registry.npmmirror.com/named-placeholders/-/named-placeholders-1.1.3.tgz",
  2227. "integrity": "sha512-eLoBxg6wE/rZkJPhU/xRX1WTpkFEwDJEN96oxFrTsqBdbT5ec295Q+CoHrL9IT0DipqKhmGcaZmwOt8OON5x1w==",
  2228. "license": "MIT",
  2229. "dependencies": {
  2230. "lru-cache": "^7.14.1"
  2231. },
  2232. "engines": {
  2233. "node": ">=12.0.0"
  2234. }
  2235. },
  2236. "node_modules/nanoid": {
  2237. "version": "3.3.11",
  2238. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  2239. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  2240. "funding": [
  2241. {
  2242. "type": "github",
  2243. "url": "https://github.com/sponsors/ai"
  2244. }
  2245. ],
  2246. "license": "MIT",
  2247. "peer": true,
  2248. "bin": {
  2249. "nanoid": "bin/nanoid.cjs"
  2250. },
  2251. "engines": {
  2252. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2253. }
  2254. },
  2255. "node_modules/negotiator": {
  2256. "version": "1.0.0",
  2257. "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-1.0.0.tgz",
  2258. "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
  2259. "license": "MIT",
  2260. "engines": {
  2261. "node": ">= 0.6"
  2262. }
  2263. },
  2264. "node_modules/node-fetch-native": {
  2265. "version": "1.6.6",
  2266. "resolved": "https://registry.npmmirror.com/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
  2267. "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==",
  2268. "license": "MIT",
  2269. "optional": true
  2270. },
  2271. "node_modules/nypm": {
  2272. "version": "0.6.0",
  2273. "resolved": "https://registry.npmmirror.com/nypm/-/nypm-0.6.0.tgz",
  2274. "integrity": "sha512-mn8wBFV9G9+UFHIrq+pZ2r2zL4aPau/by3kJb3cM7+5tQHMt6HGQB8FDIeKFYp8o0D2pnH6nVsO88N4AmUxIWg==",
  2275. "license": "MIT",
  2276. "optional": true,
  2277. "dependencies": {
  2278. "citty": "^0.1.6",
  2279. "consola": "^3.4.0",
  2280. "pathe": "^2.0.3",
  2281. "pkg-types": "^2.0.0",
  2282. "tinyexec": "^0.3.2"
  2283. },
  2284. "bin": {
  2285. "nypm": "dist/cli.mjs"
  2286. },
  2287. "engines": {
  2288. "node": "^14.16.0 || >=16.10.0"
  2289. }
  2290. },
  2291. "node_modules/object-assign": {
  2292. "version": "4.1.1",
  2293. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  2294. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  2295. "license": "MIT",
  2296. "engines": {
  2297. "node": ">=0.10.0"
  2298. }
  2299. },
  2300. "node_modules/object-inspect": {
  2301. "version": "1.13.4",
  2302. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  2303. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  2304. "license": "MIT",
  2305. "engines": {
  2306. "node": ">= 0.4"
  2307. },
  2308. "funding": {
  2309. "url": "https://github.com/sponsors/ljharb"
  2310. }
  2311. },
  2312. "node_modules/ohash": {
  2313. "version": "2.0.11",
  2314. "resolved": "https://registry.npmmirror.com/ohash/-/ohash-2.0.11.tgz",
  2315. "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
  2316. "license": "MIT",
  2317. "optional": true
  2318. },
  2319. "node_modules/on-finished": {
  2320. "version": "2.4.1",
  2321. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  2322. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  2323. "license": "MIT",
  2324. "dependencies": {
  2325. "ee-first": "1.1.1"
  2326. },
  2327. "engines": {
  2328. "node": ">= 0.8"
  2329. }
  2330. },
  2331. "node_modules/on-headers": {
  2332. "version": "1.0.2",
  2333. "resolved": "https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz",
  2334. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
  2335. "license": "MIT",
  2336. "engines": {
  2337. "node": ">= 0.8"
  2338. }
  2339. },
  2340. "node_modules/once": {
  2341. "version": "1.4.0",
  2342. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  2343. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  2344. "license": "ISC",
  2345. "dependencies": {
  2346. "wrappy": "1"
  2347. }
  2348. },
  2349. "node_modules/openapi-types": {
  2350. "version": "12.1.3",
  2351. "resolved": "https://registry.npmmirror.com/openapi-types/-/openapi-types-12.1.3.tgz",
  2352. "integrity": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==",
  2353. "license": "MIT",
  2354. "peer": true
  2355. },
  2356. "node_modules/package-json-from-dist": {
  2357. "version": "1.0.1",
  2358. "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
  2359. "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
  2360. "license": "BlueOak-1.0.0"
  2361. },
  2362. "node_modules/parseurl": {
  2363. "version": "1.3.3",
  2364. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  2365. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  2366. "license": "MIT",
  2367. "engines": {
  2368. "node": ">= 0.8"
  2369. }
  2370. },
  2371. "node_modules/path-is-absolute": {
  2372. "version": "1.0.1",
  2373. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  2374. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  2375. "license": "MIT",
  2376. "engines": {
  2377. "node": ">=0.10.0"
  2378. }
  2379. },
  2380. "node_modules/path-key": {
  2381. "version": "3.1.1",
  2382. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  2383. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  2384. "license": "MIT",
  2385. "engines": {
  2386. "node": ">=8"
  2387. }
  2388. },
  2389. "node_modules/path-scurry": {
  2390. "version": "1.11.1",
  2391. "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
  2392. "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
  2393. "license": "BlueOak-1.0.0",
  2394. "dependencies": {
  2395. "lru-cache": "^10.2.0",
  2396. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  2397. },
  2398. "engines": {
  2399. "node": ">=16 || 14 >=14.18"
  2400. },
  2401. "funding": {
  2402. "url": "https://github.com/sponsors/isaacs"
  2403. }
  2404. },
  2405. "node_modules/path-scurry/node_modules/lru-cache": {
  2406. "version": "10.4.3",
  2407. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
  2408. "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
  2409. "license": "ISC"
  2410. },
  2411. "node_modules/path-to-regexp": {
  2412. "version": "8.2.0",
  2413. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
  2414. "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
  2415. "license": "MIT",
  2416. "engines": {
  2417. "node": ">=16"
  2418. }
  2419. },
  2420. "node_modules/pathe": {
  2421. "version": "2.0.3",
  2422. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  2423. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  2424. "license": "MIT",
  2425. "optional": true
  2426. },
  2427. "node_modules/perfect-debounce": {
  2428. "version": "1.0.0",
  2429. "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
  2430. "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
  2431. "license": "MIT",
  2432. "optional": true
  2433. },
  2434. "node_modules/picocolors": {
  2435. "version": "1.1.1",
  2436. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  2437. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2438. "license": "ISC",
  2439. "peer": true
  2440. },
  2441. "node_modules/picomatch": {
  2442. "version": "4.0.2",
  2443. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
  2444. "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
  2445. "license": "MIT",
  2446. "optional": true,
  2447. "engines": {
  2448. "node": ">=12"
  2449. },
  2450. "funding": {
  2451. "url": "https://github.com/sponsors/jonschlinkert"
  2452. }
  2453. },
  2454. "node_modules/pkg-types": {
  2455. "version": "2.2.0",
  2456. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-2.2.0.tgz",
  2457. "integrity": "sha512-2SM/GZGAEkPp3KWORxQZns4M+WSeXbC2HEvmOIJe3Cmiv6ieAJvdVhDldtHqM5J1Y7MrR1XhkBT/rMlhh9FdqQ==",
  2458. "license": "MIT",
  2459. "optional": true,
  2460. "dependencies": {
  2461. "confbox": "^0.2.2",
  2462. "exsolve": "^1.0.7",
  2463. "pathe": "^2.0.3"
  2464. }
  2465. },
  2466. "node_modules/popmotion": {
  2467. "version": "11.0.5",
  2468. "resolved": "https://registry.npmmirror.com/popmotion/-/popmotion-11.0.5.tgz",
  2469. "integrity": "sha512-la8gPM1WYeFznb/JqF4GiTkRRPZsfaj2+kCxqQgr2MJylMmIKUwBfWW8Wa5fml/8gmtlD5yI01MP1QCZPWmppA==",
  2470. "license": "MIT",
  2471. "dependencies": {
  2472. "framesync": "6.1.2",
  2473. "hey-listen": "^1.0.8",
  2474. "style-value-types": "5.1.2",
  2475. "tslib": "2.4.0"
  2476. }
  2477. },
  2478. "node_modules/popmotion/node_modules/tslib": {
  2479. "version": "2.4.0",
  2480. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.4.0.tgz",
  2481. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  2482. "license": "0BSD"
  2483. },
  2484. "node_modules/postcss": {
  2485. "version": "8.5.6",
  2486. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  2487. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  2488. "funding": [
  2489. {
  2490. "type": "opencollective",
  2491. "url": "https://opencollective.com/postcss/"
  2492. },
  2493. {
  2494. "type": "tidelift",
  2495. "url": "https://tidelift.com/funding/github/npm/postcss"
  2496. },
  2497. {
  2498. "type": "github",
  2499. "url": "https://github.com/sponsors/ai"
  2500. }
  2501. ],
  2502. "license": "MIT",
  2503. "peer": true,
  2504. "dependencies": {
  2505. "nanoid": "^3.3.11",
  2506. "picocolors": "^1.1.1",
  2507. "source-map-js": "^1.2.1"
  2508. },
  2509. "engines": {
  2510. "node": "^10 || ^12 || >=14"
  2511. }
  2512. },
  2513. "node_modules/proxy-addr": {
  2514. "version": "2.0.7",
  2515. "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz",
  2516. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  2517. "license": "MIT",
  2518. "dependencies": {
  2519. "forwarded": "0.2.0",
  2520. "ipaddr.js": "1.9.1"
  2521. },
  2522. "engines": {
  2523. "node": ">= 0.10"
  2524. }
  2525. },
  2526. "node_modules/qs": {
  2527. "version": "6.14.0",
  2528. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.14.0.tgz",
  2529. "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
  2530. "license": "BSD-3-Clause",
  2531. "dependencies": {
  2532. "side-channel": "^1.1.0"
  2533. },
  2534. "engines": {
  2535. "node": ">=0.6"
  2536. },
  2537. "funding": {
  2538. "url": "https://github.com/sponsors/ljharb"
  2539. }
  2540. },
  2541. "node_modules/quansync": {
  2542. "version": "0.2.10",
  2543. "resolved": "https://registry.npmmirror.com/quansync/-/quansync-0.2.10.tgz",
  2544. "integrity": "sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==",
  2545. "funding": [
  2546. {
  2547. "type": "individual",
  2548. "url": "https://github.com/sponsors/antfu"
  2549. },
  2550. {
  2551. "type": "individual",
  2552. "url": "https://github.com/sponsors/sxzz"
  2553. }
  2554. ],
  2555. "license": "MIT",
  2556. "optional": true
  2557. },
  2558. "node_modules/range-parser": {
  2559. "version": "1.2.1",
  2560. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  2561. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  2562. "license": "MIT",
  2563. "engines": {
  2564. "node": ">= 0.6"
  2565. }
  2566. },
  2567. "node_modules/raw-body": {
  2568. "version": "3.0.0",
  2569. "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-3.0.0.tgz",
  2570. "integrity": "sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==",
  2571. "license": "MIT",
  2572. "dependencies": {
  2573. "bytes": "3.1.2",
  2574. "http-errors": "2.0.0",
  2575. "iconv-lite": "0.6.3",
  2576. "unpipe": "1.0.0"
  2577. },
  2578. "engines": {
  2579. "node": ">= 0.8"
  2580. }
  2581. },
  2582. "node_modules/rc9": {
  2583. "version": "2.1.2",
  2584. "resolved": "https://registry.npmmirror.com/rc9/-/rc9-2.1.2.tgz",
  2585. "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==",
  2586. "license": "MIT",
  2587. "optional": true,
  2588. "dependencies": {
  2589. "defu": "^6.1.4",
  2590. "destr": "^2.0.3"
  2591. }
  2592. },
  2593. "node_modules/readdirp": {
  2594. "version": "4.1.2",
  2595. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  2596. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  2597. "license": "MIT",
  2598. "optional": true,
  2599. "engines": {
  2600. "node": ">= 14.18.0"
  2601. },
  2602. "funding": {
  2603. "type": "individual",
  2604. "url": "https://paulmillr.com/funding/"
  2605. }
  2606. },
  2607. "node_modules/reflect-metadata": {
  2608. "version": "0.2.2",
  2609. "resolved": "https://registry.npmmirror.com/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
  2610. "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==",
  2611. "license": "Apache-2.0",
  2612. "peer": true
  2613. },
  2614. "node_modules/require-directory": {
  2615. "version": "2.1.1",
  2616. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  2617. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  2618. "license": "MIT",
  2619. "engines": {
  2620. "node": ">=0.10.0"
  2621. }
  2622. },
  2623. "node_modules/router": {
  2624. "version": "2.2.0",
  2625. "resolved": "https://registry.npmmirror.com/router/-/router-2.2.0.tgz",
  2626. "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
  2627. "license": "MIT",
  2628. "dependencies": {
  2629. "debug": "^4.4.0",
  2630. "depd": "^2.0.0",
  2631. "is-promise": "^4.0.0",
  2632. "parseurl": "^1.3.3",
  2633. "path-to-regexp": "^8.0.0"
  2634. },
  2635. "engines": {
  2636. "node": ">= 18"
  2637. }
  2638. },
  2639. "node_modules/safe-buffer": {
  2640. "version": "5.2.1",
  2641. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  2642. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  2643. "funding": [
  2644. {
  2645. "type": "github",
  2646. "url": "https://github.com/sponsors/feross"
  2647. },
  2648. {
  2649. "type": "patreon",
  2650. "url": "https://www.patreon.com/feross"
  2651. },
  2652. {
  2653. "type": "consulting",
  2654. "url": "https://feross.org/support"
  2655. }
  2656. ],
  2657. "license": "MIT"
  2658. },
  2659. "node_modules/safer-buffer": {
  2660. "version": "2.1.2",
  2661. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  2662. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  2663. "license": "MIT"
  2664. },
  2665. "node_modules/scule": {
  2666. "version": "1.3.0",
  2667. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.3.0.tgz",
  2668. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  2669. "license": "MIT",
  2670. "optional": true
  2671. },
  2672. "node_modules/semver": {
  2673. "version": "7.7.2",
  2674. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  2675. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  2676. "license": "ISC",
  2677. "bin": {
  2678. "semver": "bin/semver.js"
  2679. },
  2680. "engines": {
  2681. "node": ">=10"
  2682. }
  2683. },
  2684. "node_modules/send": {
  2685. "version": "1.2.0",
  2686. "resolved": "https://registry.npmmirror.com/send/-/send-1.2.0.tgz",
  2687. "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
  2688. "license": "MIT",
  2689. "dependencies": {
  2690. "debug": "^4.3.5",
  2691. "encodeurl": "^2.0.0",
  2692. "escape-html": "^1.0.3",
  2693. "etag": "^1.8.1",
  2694. "fresh": "^2.0.0",
  2695. "http-errors": "^2.0.0",
  2696. "mime-types": "^3.0.1",
  2697. "ms": "^2.1.3",
  2698. "on-finished": "^2.4.1",
  2699. "range-parser": "^1.2.1",
  2700. "statuses": "^2.0.1"
  2701. },
  2702. "engines": {
  2703. "node": ">= 18"
  2704. }
  2705. },
  2706. "node_modules/seq-queue": {
  2707. "version": "0.0.5",
  2708. "resolved": "https://registry.npmmirror.com/seq-queue/-/seq-queue-0.0.5.tgz",
  2709. "integrity": "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="
  2710. },
  2711. "node_modules/serve-static": {
  2712. "version": "2.2.0",
  2713. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-2.2.0.tgz",
  2714. "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
  2715. "license": "MIT",
  2716. "dependencies": {
  2717. "encodeurl": "^2.0.0",
  2718. "escape-html": "^1.0.3",
  2719. "parseurl": "^1.3.3",
  2720. "send": "^1.2.0"
  2721. },
  2722. "engines": {
  2723. "node": ">= 18"
  2724. }
  2725. },
  2726. "node_modules/setprototypeof": {
  2727. "version": "1.2.0",
  2728. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  2729. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  2730. "license": "ISC"
  2731. },
  2732. "node_modules/sha.js": {
  2733. "version": "2.4.11",
  2734. "resolved": "https://registry.npmmirror.com/sha.js/-/sha.js-2.4.11.tgz",
  2735. "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
  2736. "license": "(MIT AND BSD-3-Clause)",
  2737. "dependencies": {
  2738. "inherits": "^2.0.1",
  2739. "safe-buffer": "^5.0.1"
  2740. },
  2741. "bin": {
  2742. "sha.js": "bin.js"
  2743. }
  2744. },
  2745. "node_modules/shebang-command": {
  2746. "version": "2.0.0",
  2747. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  2748. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  2749. "license": "MIT",
  2750. "dependencies": {
  2751. "shebang-regex": "^3.0.0"
  2752. },
  2753. "engines": {
  2754. "node": ">=8"
  2755. }
  2756. },
  2757. "node_modules/shebang-regex": {
  2758. "version": "3.0.0",
  2759. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  2760. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  2761. "license": "MIT",
  2762. "engines": {
  2763. "node": ">=8"
  2764. }
  2765. },
  2766. "node_modules/side-channel": {
  2767. "version": "1.1.0",
  2768. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  2769. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  2770. "license": "MIT",
  2771. "dependencies": {
  2772. "es-errors": "^1.3.0",
  2773. "object-inspect": "^1.13.3",
  2774. "side-channel-list": "^1.0.0",
  2775. "side-channel-map": "^1.0.1",
  2776. "side-channel-weakmap": "^1.0.2"
  2777. },
  2778. "engines": {
  2779. "node": ">= 0.4"
  2780. },
  2781. "funding": {
  2782. "url": "https://github.com/sponsors/ljharb"
  2783. }
  2784. },
  2785. "node_modules/side-channel-list": {
  2786. "version": "1.0.0",
  2787. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  2788. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  2789. "license": "MIT",
  2790. "dependencies": {
  2791. "es-errors": "^1.3.0",
  2792. "object-inspect": "^1.13.3"
  2793. },
  2794. "engines": {
  2795. "node": ">= 0.4"
  2796. },
  2797. "funding": {
  2798. "url": "https://github.com/sponsors/ljharb"
  2799. }
  2800. },
  2801. "node_modules/side-channel-map": {
  2802. "version": "1.0.1",
  2803. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  2804. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  2805. "license": "MIT",
  2806. "dependencies": {
  2807. "call-bound": "^1.0.2",
  2808. "es-errors": "^1.3.0",
  2809. "get-intrinsic": "^1.2.5",
  2810. "object-inspect": "^1.13.3"
  2811. },
  2812. "engines": {
  2813. "node": ">= 0.4"
  2814. },
  2815. "funding": {
  2816. "url": "https://github.com/sponsors/ljharb"
  2817. }
  2818. },
  2819. "node_modules/side-channel-weakmap": {
  2820. "version": "1.0.2",
  2821. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  2822. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  2823. "license": "MIT",
  2824. "dependencies": {
  2825. "call-bound": "^1.0.2",
  2826. "es-errors": "^1.3.0",
  2827. "get-intrinsic": "^1.2.5",
  2828. "object-inspect": "^1.13.3",
  2829. "side-channel-map": "^1.0.1"
  2830. },
  2831. "engines": {
  2832. "node": ">= 0.4"
  2833. },
  2834. "funding": {
  2835. "url": "https://github.com/sponsors/ljharb"
  2836. }
  2837. },
  2838. "node_modules/signal-exit": {
  2839. "version": "4.1.0",
  2840. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  2841. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  2842. "license": "ISC",
  2843. "engines": {
  2844. "node": ">=14"
  2845. },
  2846. "funding": {
  2847. "url": "https://github.com/sponsors/isaacs"
  2848. }
  2849. },
  2850. "node_modules/source-map-js": {
  2851. "version": "1.2.1",
  2852. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  2853. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2854. "license": "BSD-3-Clause",
  2855. "peer": true,
  2856. "engines": {
  2857. "node": ">=0.10.0"
  2858. }
  2859. },
  2860. "node_modules/sql-highlight": {
  2861. "version": "6.1.0",
  2862. "resolved": "https://registry.npmmirror.com/sql-highlight/-/sql-highlight-6.1.0.tgz",
  2863. "integrity": "sha512-ed7OK4e9ywpE7pgRMkMQmZDPKSVdm0oX5IEtZiKnFucSF0zu6c80GZBe38UqHuVhTWJ9xsKgSMjCG2bml86KvA==",
  2864. "funding": [
  2865. "https://github.com/scriptcoded/sql-highlight?sponsor=1",
  2866. {
  2867. "type": "github",
  2868. "url": "https://github.com/sponsors/scriptcoded"
  2869. }
  2870. ],
  2871. "license": "MIT",
  2872. "engines": {
  2873. "node": ">=14"
  2874. }
  2875. },
  2876. "node_modules/sqlstring": {
  2877. "version": "2.3.3",
  2878. "resolved": "https://registry.npmmirror.com/sqlstring/-/sqlstring-2.3.3.tgz",
  2879. "integrity": "sha512-qC9iz2FlN7DQl3+wjwn3802RTyjCx7sDvfQEXchwa6CWOx07/WVfh91gBmQ9fahw8snwGEWU3xGzOt4tFyHLxg==",
  2880. "license": "MIT",
  2881. "engines": {
  2882. "node": ">= 0.6"
  2883. }
  2884. },
  2885. "node_modules/statuses": {
  2886. "version": "2.0.2",
  2887. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  2888. "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  2889. "license": "MIT",
  2890. "engines": {
  2891. "node": ">= 0.8"
  2892. }
  2893. },
  2894. "node_modules/std-env": {
  2895. "version": "3.9.0",
  2896. "resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.9.0.tgz",
  2897. "integrity": "sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==",
  2898. "license": "MIT",
  2899. "optional": true
  2900. },
  2901. "node_modules/string-width": {
  2902. "version": "4.2.3",
  2903. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  2904. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  2905. "license": "MIT",
  2906. "dependencies": {
  2907. "emoji-regex": "^8.0.0",
  2908. "is-fullwidth-code-point": "^3.0.0",
  2909. "strip-ansi": "^6.0.1"
  2910. },
  2911. "engines": {
  2912. "node": ">=8"
  2913. }
  2914. },
  2915. "node_modules/string-width-cjs": {
  2916. "name": "string-width",
  2917. "version": "4.2.3",
  2918. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  2919. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  2920. "license": "MIT",
  2921. "dependencies": {
  2922. "emoji-regex": "^8.0.0",
  2923. "is-fullwidth-code-point": "^3.0.0",
  2924. "strip-ansi": "^6.0.1"
  2925. },
  2926. "engines": {
  2927. "node": ">=8"
  2928. }
  2929. },
  2930. "node_modules/strip-ansi": {
  2931. "version": "6.0.1",
  2932. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  2933. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  2934. "license": "MIT",
  2935. "dependencies": {
  2936. "ansi-regex": "^5.0.1"
  2937. },
  2938. "engines": {
  2939. "node": ">=8"
  2940. }
  2941. },
  2942. "node_modules/strip-ansi-cjs": {
  2943. "name": "strip-ansi",
  2944. "version": "6.0.1",
  2945. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  2946. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  2947. "license": "MIT",
  2948. "dependencies": {
  2949. "ansi-regex": "^5.0.1"
  2950. },
  2951. "engines": {
  2952. "node": ">=8"
  2953. }
  2954. },
  2955. "node_modules/strip-literal": {
  2956. "version": "3.0.0",
  2957. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-3.0.0.tgz",
  2958. "integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
  2959. "license": "MIT",
  2960. "optional": true,
  2961. "dependencies": {
  2962. "js-tokens": "^9.0.1"
  2963. },
  2964. "funding": {
  2965. "url": "https://github.com/sponsors/antfu"
  2966. }
  2967. },
  2968. "node_modules/style-value-types": {
  2969. "version": "5.1.2",
  2970. "resolved": "https://registry.npmmirror.com/style-value-types/-/style-value-types-5.1.2.tgz",
  2971. "integrity": "sha512-Vs9fNreYF9j6W2VvuDTP7kepALi7sk0xtk2Tu8Yxi9UoajJdEVpNpCov0HsLTqXvNGKX+Uv09pkozVITi1jf3Q==",
  2972. "license": "MIT",
  2973. "dependencies": {
  2974. "hey-listen": "^1.0.8",
  2975. "tslib": "2.4.0"
  2976. }
  2977. },
  2978. "node_modules/style-value-types/node_modules/tslib": {
  2979. "version": "2.4.0",
  2980. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.4.0.tgz",
  2981. "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
  2982. "license": "0BSD"
  2983. },
  2984. "node_modules/swagger-jsdoc": {
  2985. "version": "6.2.8",
  2986. "resolved": "https://registry.npmmirror.com/swagger-jsdoc/-/swagger-jsdoc-6.2.8.tgz",
  2987. "integrity": "sha512-VPvil1+JRpmJ55CgAtn8DIcpBs0bL5L3q5bVQvF4tAW/k/9JYSj7dCpaYCAv5rufe0vcCbBRQXGvzpkWjvLklQ==",
  2988. "license": "MIT",
  2989. "dependencies": {
  2990. "commander": "6.2.0",
  2991. "doctrine": "3.0.0",
  2992. "glob": "7.1.6",
  2993. "lodash.mergewith": "^4.6.2",
  2994. "swagger-parser": "^10.0.3",
  2995. "yaml": "2.0.0-1"
  2996. },
  2997. "bin": {
  2998. "swagger-jsdoc": "bin/swagger-jsdoc.js"
  2999. },
  3000. "engines": {
  3001. "node": ">=12.0.0"
  3002. }
  3003. },
  3004. "node_modules/swagger-parser": {
  3005. "version": "10.0.3",
  3006. "resolved": "https://registry.npmmirror.com/swagger-parser/-/swagger-parser-10.0.3.tgz",
  3007. "integrity": "sha512-nF7oMeL4KypldrQhac8RyHerJeGPD1p2xDh900GPvc+Nk7nWP6jX2FcC7WmkinMoAmoO774+AFXcWsW8gMWEIg==",
  3008. "license": "MIT",
  3009. "dependencies": {
  3010. "@apidevtools/swagger-parser": "10.0.3"
  3011. },
  3012. "engines": {
  3013. "node": ">=10"
  3014. }
  3015. },
  3016. "node_modules/swagger-ui-dist": {
  3017. "version": "5.25.4",
  3018. "resolved": "https://registry.npmmirror.com/swagger-ui-dist/-/swagger-ui-dist-5.25.4.tgz",
  3019. "integrity": "sha512-LV+1DBQKHQWA3UavW0CpEyb1+ZKIYQjE8dsGIH5J/sTZTQDWnaIMoTB26Tct0Lrv2FJW4mqti5U5lF391oQFbw==",
  3020. "license": "Apache-2.0",
  3021. "dependencies": {
  3022. "@scarf/scarf": "=1.4.0"
  3023. }
  3024. },
  3025. "node_modules/swagger-ui-express": {
  3026. "version": "5.0.1",
  3027. "resolved": "https://registry.npmmirror.com/swagger-ui-express/-/swagger-ui-express-5.0.1.tgz",
  3028. "integrity": "sha512-SrNU3RiBGTLLmFU8GIJdOdanJTl4TOmT27tt3bWWHppqYmAZ6IDuEuBvMU6nZq0zLEe6b/1rACXCgLZqO6ZfrA==",
  3029. "license": "MIT",
  3030. "dependencies": {
  3031. "swagger-ui-dist": ">=5.0.0"
  3032. },
  3033. "engines": {
  3034. "node": ">= v0.10.32"
  3035. },
  3036. "peerDependencies": {
  3037. "express": ">=4.0.0 || >=5.0.0-beta"
  3038. }
  3039. },
  3040. "node_modules/tinyexec": {
  3041. "version": "0.3.2",
  3042. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-0.3.2.tgz",
  3043. "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
  3044. "license": "MIT",
  3045. "optional": true
  3046. },
  3047. "node_modules/tinyglobby": {
  3048. "version": "0.2.14",
  3049. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
  3050. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  3051. "license": "MIT",
  3052. "optional": true,
  3053. "dependencies": {
  3054. "fdir": "^6.4.4",
  3055. "picomatch": "^4.0.2"
  3056. },
  3057. "engines": {
  3058. "node": ">=12.0.0"
  3059. },
  3060. "funding": {
  3061. "url": "https://github.com/sponsors/SuperchupuDev"
  3062. }
  3063. },
  3064. "node_modules/toidentifier": {
  3065. "version": "1.0.1",
  3066. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  3067. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  3068. "license": "MIT",
  3069. "engines": {
  3070. "node": ">=0.6"
  3071. }
  3072. },
  3073. "node_modules/tslib": {
  3074. "version": "2.8.1",
  3075. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  3076. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  3077. "license": "0BSD"
  3078. },
  3079. "node_modules/type-is": {
  3080. "version": "2.0.1",
  3081. "resolved": "https://registry.npmmirror.com/type-is/-/type-is-2.0.1.tgz",
  3082. "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
  3083. "license": "MIT",
  3084. "dependencies": {
  3085. "content-type": "^1.0.5",
  3086. "media-typer": "^1.1.0",
  3087. "mime-types": "^3.0.0"
  3088. },
  3089. "engines": {
  3090. "node": ">= 0.6"
  3091. }
  3092. },
  3093. "node_modules/typeorm": {
  3094. "version": "0.3.25",
  3095. "resolved": "https://registry.npmmirror.com/typeorm/-/typeorm-0.3.25.tgz",
  3096. "integrity": "sha512-fTKDFzWXKwAaBdEMU4k661seZewbNYET4r1J/z3Jwf+eAvlzMVpTLKAVcAzg75WwQk7GDmtsmkZ5MfkmXCiFWg==",
  3097. "license": "MIT",
  3098. "dependencies": {
  3099. "@sqltools/formatter": "^1.2.5",
  3100. "ansis": "^3.17.0",
  3101. "app-root-path": "^3.1.0",
  3102. "buffer": "^6.0.3",
  3103. "dayjs": "^1.11.13",
  3104. "debug": "^4.4.0",
  3105. "dedent": "^1.6.0",
  3106. "dotenv": "^16.4.7",
  3107. "glob": "^10.4.5",
  3108. "sha.js": "^2.4.11",
  3109. "sql-highlight": "^6.0.0",
  3110. "tslib": "^2.8.1",
  3111. "uuid": "^11.1.0",
  3112. "yargs": "^17.7.2"
  3113. },
  3114. "bin": {
  3115. "typeorm": "cli.js",
  3116. "typeorm-ts-node-commonjs": "cli-ts-node-commonjs.js",
  3117. "typeorm-ts-node-esm": "cli-ts-node-esm.js"
  3118. },
  3119. "engines": {
  3120. "node": ">=16.13.0"
  3121. },
  3122. "funding": {
  3123. "url": "https://opencollective.com/typeorm"
  3124. },
  3125. "peerDependencies": {
  3126. "@google-cloud/spanner": "^5.18.0 || ^6.0.0 || ^7.0.0",
  3127. "@sap/hana-client": "^2.12.25",
  3128. "better-sqlite3": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
  3129. "hdb-pool": "^0.1.6",
  3130. "ioredis": "^5.0.4",
  3131. "mongodb": "^5.8.0 || ^6.0.0",
  3132. "mssql": "^9.1.1 || ^10.0.1 || ^11.0.1",
  3133. "mysql2": "^2.2.5 || ^3.0.1",
  3134. "oracledb": "^6.3.0",
  3135. "pg": "^8.5.1",
  3136. "pg-native": "^3.0.0",
  3137. "pg-query-stream": "^4.0.0",
  3138. "redis": "^3.1.1 || ^4.0.0",
  3139. "reflect-metadata": "^0.1.14 || ^0.2.0",
  3140. "sql.js": "^1.4.0",
  3141. "sqlite3": "^5.0.3",
  3142. "ts-node": "^10.7.0",
  3143. "typeorm-aurora-data-api-driver": "^2.0.0 || ^3.0.0"
  3144. },
  3145. "peerDependenciesMeta": {
  3146. "@google-cloud/spanner": {
  3147. "optional": true
  3148. },
  3149. "@sap/hana-client": {
  3150. "optional": true
  3151. },
  3152. "better-sqlite3": {
  3153. "optional": true
  3154. },
  3155. "hdb-pool": {
  3156. "optional": true
  3157. },
  3158. "ioredis": {
  3159. "optional": true
  3160. },
  3161. "mongodb": {
  3162. "optional": true
  3163. },
  3164. "mssql": {
  3165. "optional": true
  3166. },
  3167. "mysql2": {
  3168. "optional": true
  3169. },
  3170. "oracledb": {
  3171. "optional": true
  3172. },
  3173. "pg": {
  3174. "optional": true
  3175. },
  3176. "pg-native": {
  3177. "optional": true
  3178. },
  3179. "pg-query-stream": {
  3180. "optional": true
  3181. },
  3182. "redis": {
  3183. "optional": true
  3184. },
  3185. "sql.js": {
  3186. "optional": true
  3187. },
  3188. "sqlite3": {
  3189. "optional": true
  3190. },
  3191. "ts-node": {
  3192. "optional": true
  3193. },
  3194. "typeorm-aurora-data-api-driver": {
  3195. "optional": true
  3196. }
  3197. }
  3198. },
  3199. "node_modules/typeorm/node_modules/brace-expansion": {
  3200. "version": "2.0.2",
  3201. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
  3202. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  3203. "license": "MIT",
  3204. "dependencies": {
  3205. "balanced-match": "^1.0.0"
  3206. }
  3207. },
  3208. "node_modules/typeorm/node_modules/dotenv": {
  3209. "version": "16.6.1",
  3210. "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-16.6.1.tgz",
  3211. "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
  3212. "license": "BSD-2-Clause",
  3213. "engines": {
  3214. "node": ">=12"
  3215. },
  3216. "funding": {
  3217. "url": "https://dotenvx.com"
  3218. }
  3219. },
  3220. "node_modules/typeorm/node_modules/glob": {
  3221. "version": "10.4.5",
  3222. "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
  3223. "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
  3224. "license": "ISC",
  3225. "dependencies": {
  3226. "foreground-child": "^3.1.0",
  3227. "jackspeak": "^3.1.2",
  3228. "minimatch": "^9.0.4",
  3229. "minipass": "^7.1.2",
  3230. "package-json-from-dist": "^1.0.0",
  3231. "path-scurry": "^1.11.1"
  3232. },
  3233. "bin": {
  3234. "glob": "dist/esm/bin.mjs"
  3235. },
  3236. "funding": {
  3237. "url": "https://github.com/sponsors/isaacs"
  3238. }
  3239. },
  3240. "node_modules/typeorm/node_modules/minimatch": {
  3241. "version": "9.0.5",
  3242. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  3243. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  3244. "license": "ISC",
  3245. "dependencies": {
  3246. "brace-expansion": "^2.0.1"
  3247. },
  3248. "engines": {
  3249. "node": ">=16 || 14 >=14.17"
  3250. },
  3251. "funding": {
  3252. "url": "https://github.com/sponsors/isaacs"
  3253. }
  3254. },
  3255. "node_modules/typescript": {
  3256. "version": "5.8.3",
  3257. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.8.3.tgz",
  3258. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  3259. "devOptional": true,
  3260. "license": "Apache-2.0",
  3261. "bin": {
  3262. "tsc": "bin/tsc",
  3263. "tsserver": "bin/tsserver"
  3264. },
  3265. "engines": {
  3266. "node": ">=14.17"
  3267. }
  3268. },
  3269. "node_modules/ufo": {
  3270. "version": "1.6.1",
  3271. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.6.1.tgz",
  3272. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  3273. "license": "MIT",
  3274. "optional": true
  3275. },
  3276. "node_modules/unctx": {
  3277. "version": "2.4.1",
  3278. "resolved": "https://registry.npmmirror.com/unctx/-/unctx-2.4.1.tgz",
  3279. "integrity": "sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==",
  3280. "license": "MIT",
  3281. "optional": true,
  3282. "dependencies": {
  3283. "acorn": "^8.14.0",
  3284. "estree-walker": "^3.0.3",
  3285. "magic-string": "^0.30.17",
  3286. "unplugin": "^2.1.0"
  3287. }
  3288. },
  3289. "node_modules/undici-types": {
  3290. "version": "7.8.0",
  3291. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.8.0.tgz",
  3292. "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
  3293. "dev": true,
  3294. "license": "MIT"
  3295. },
  3296. "node_modules/unimport": {
  3297. "version": "5.1.0",
  3298. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-5.1.0.tgz",
  3299. "integrity": "sha512-wMmuG+wkzeHh2KCE6yiDlHmKelN8iE/maxkUYMbmrS6iV8+n6eP1TH3yKKlepuF4hrkepinEGmBXdfo9XZUvAw==",
  3300. "license": "MIT",
  3301. "optional": true,
  3302. "dependencies": {
  3303. "acorn": "^8.15.0",
  3304. "escape-string-regexp": "^5.0.0",
  3305. "estree-walker": "^3.0.3",
  3306. "local-pkg": "^1.1.1",
  3307. "magic-string": "^0.30.17",
  3308. "mlly": "^1.7.4",
  3309. "pathe": "^2.0.3",
  3310. "picomatch": "^4.0.2",
  3311. "pkg-types": "^2.1.1",
  3312. "scule": "^1.3.0",
  3313. "strip-literal": "^3.0.0",
  3314. "tinyglobby": "^0.2.14",
  3315. "unplugin": "^2.3.5",
  3316. "unplugin-utils": "^0.2.4"
  3317. },
  3318. "engines": {
  3319. "node": ">=18.12.0"
  3320. }
  3321. },
  3322. "node_modules/unpipe": {
  3323. "version": "1.0.0",
  3324. "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
  3325. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  3326. "license": "MIT",
  3327. "engines": {
  3328. "node": ">= 0.8"
  3329. }
  3330. },
  3331. "node_modules/unplugin": {
  3332. "version": "2.3.5",
  3333. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-2.3.5.tgz",
  3334. "integrity": "sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==",
  3335. "license": "MIT",
  3336. "optional": true,
  3337. "dependencies": {
  3338. "acorn": "^8.14.1",
  3339. "picomatch": "^4.0.2",
  3340. "webpack-virtual-modules": "^0.6.2"
  3341. },
  3342. "engines": {
  3343. "node": ">=18.12.0"
  3344. }
  3345. },
  3346. "node_modules/unplugin-utils": {
  3347. "version": "0.2.4",
  3348. "resolved": "https://registry.npmmirror.com/unplugin-utils/-/unplugin-utils-0.2.4.tgz",
  3349. "integrity": "sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==",
  3350. "license": "MIT",
  3351. "optional": true,
  3352. "dependencies": {
  3353. "pathe": "^2.0.2",
  3354. "picomatch": "^4.0.2"
  3355. },
  3356. "engines": {
  3357. "node": ">=18.12.0"
  3358. },
  3359. "funding": {
  3360. "url": "https://github.com/sponsors/sxzz"
  3361. }
  3362. },
  3363. "node_modules/untyped": {
  3364. "version": "2.0.0",
  3365. "resolved": "https://registry.npmmirror.com/untyped/-/untyped-2.0.0.tgz",
  3366. "integrity": "sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==",
  3367. "license": "MIT",
  3368. "optional": true,
  3369. "dependencies": {
  3370. "citty": "^0.1.6",
  3371. "defu": "^6.1.4",
  3372. "jiti": "^2.4.2",
  3373. "knitwork": "^1.2.0",
  3374. "scule": "^1.3.0"
  3375. },
  3376. "bin": {
  3377. "untyped": "dist/cli.mjs"
  3378. }
  3379. },
  3380. "node_modules/uuid": {
  3381. "version": "11.1.0",
  3382. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-11.1.0.tgz",
  3383. "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
  3384. "funding": [
  3385. "https://github.com/sponsors/broofa",
  3386. "https://github.com/sponsors/ctavan"
  3387. ],
  3388. "license": "MIT",
  3389. "bin": {
  3390. "uuid": "dist/esm/bin/uuid"
  3391. }
  3392. },
  3393. "node_modules/validator": {
  3394. "version": "13.15.15",
  3395. "resolved": "https://registry.npmmirror.com/validator/-/validator-13.15.15.tgz",
  3396. "integrity": "sha512-BgWVbCI72aIQy937xbawcs+hrVaN/CZ2UwutgaJ36hGqRrLNM+f5LUT/YPRbo8IV/ASeFzXszezV+y2+rq3l8A==",
  3397. "license": "MIT",
  3398. "engines": {
  3399. "node": ">= 0.10"
  3400. }
  3401. },
  3402. "node_modules/vary": {
  3403. "version": "1.1.2",
  3404. "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
  3405. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  3406. "license": "MIT",
  3407. "engines": {
  3408. "node": ">= 0.8"
  3409. }
  3410. },
  3411. "node_modules/vue": {
  3412. "version": "3.5.17",
  3413. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.17.tgz",
  3414. "integrity": "sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==",
  3415. "license": "MIT",
  3416. "peer": true,
  3417. "dependencies": {
  3418. "@vue/compiler-dom": "3.5.17",
  3419. "@vue/compiler-sfc": "3.5.17",
  3420. "@vue/runtime-dom": "3.5.17",
  3421. "@vue/server-renderer": "3.5.17",
  3422. "@vue/shared": "3.5.17"
  3423. },
  3424. "peerDependencies": {
  3425. "typescript": "*"
  3426. },
  3427. "peerDependenciesMeta": {
  3428. "typescript": {
  3429. "optional": true
  3430. }
  3431. }
  3432. },
  3433. "node_modules/webpack-virtual-modules": {
  3434. "version": "0.6.2",
  3435. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  3436. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  3437. "license": "MIT",
  3438. "optional": true
  3439. },
  3440. "node_modules/which": {
  3441. "version": "2.0.2",
  3442. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  3443. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  3444. "license": "ISC",
  3445. "dependencies": {
  3446. "isexe": "^2.0.0"
  3447. },
  3448. "bin": {
  3449. "node-which": "bin/node-which"
  3450. },
  3451. "engines": {
  3452. "node": ">= 8"
  3453. }
  3454. },
  3455. "node_modules/wrap-ansi": {
  3456. "version": "7.0.0",
  3457. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  3458. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  3459. "license": "MIT",
  3460. "dependencies": {
  3461. "ansi-styles": "^4.0.0",
  3462. "string-width": "^4.1.0",
  3463. "strip-ansi": "^6.0.0"
  3464. },
  3465. "engines": {
  3466. "node": ">=10"
  3467. },
  3468. "funding": {
  3469. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  3470. }
  3471. },
  3472. "node_modules/wrap-ansi-cjs": {
  3473. "name": "wrap-ansi",
  3474. "version": "7.0.0",
  3475. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  3476. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  3477. "license": "MIT",
  3478. "dependencies": {
  3479. "ansi-styles": "^4.0.0",
  3480. "string-width": "^4.1.0",
  3481. "strip-ansi": "^6.0.0"
  3482. },
  3483. "engines": {
  3484. "node": ">=10"
  3485. },
  3486. "funding": {
  3487. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  3488. }
  3489. },
  3490. "node_modules/wrappy": {
  3491. "version": "1.0.2",
  3492. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  3493. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  3494. "license": "ISC"
  3495. },
  3496. "node_modules/y18n": {
  3497. "version": "5.0.8",
  3498. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  3499. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  3500. "license": "ISC",
  3501. "engines": {
  3502. "node": ">=10"
  3503. }
  3504. },
  3505. "node_modules/yaml": {
  3506. "version": "2.0.0-1",
  3507. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.0.0-1.tgz",
  3508. "integrity": "sha512-W7h5dEhywMKenDJh2iX/LABkbFnBxasD27oyXWDS/feDsxiw0dD5ncXdYXgkvAsXIY2MpW/ZKkr9IU30DBdMNQ==",
  3509. "license": "ISC",
  3510. "engines": {
  3511. "node": ">= 6"
  3512. }
  3513. },
  3514. "node_modules/yargs": {
  3515. "version": "17.7.2",
  3516. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  3517. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  3518. "license": "MIT",
  3519. "dependencies": {
  3520. "cliui": "^8.0.1",
  3521. "escalade": "^3.1.1",
  3522. "get-caller-file": "^2.0.5",
  3523. "require-directory": "^2.1.1",
  3524. "string-width": "^4.2.3",
  3525. "y18n": "^5.0.5",
  3526. "yargs-parser": "^21.1.1"
  3527. },
  3528. "engines": {
  3529. "node": ">=12"
  3530. }
  3531. },
  3532. "node_modules/yargs-parser": {
  3533. "version": "21.1.1",
  3534. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  3535. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  3536. "license": "ISC",
  3537. "engines": {
  3538. "node": ">=12"
  3539. }
  3540. },
  3541. "node_modules/z-schema": {
  3542. "version": "5.0.5",
  3543. "resolved": "https://registry.npmmirror.com/z-schema/-/z-schema-5.0.5.tgz",
  3544. "integrity": "sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==",
  3545. "license": "MIT",
  3546. "dependencies": {
  3547. "lodash.get": "^4.4.2",
  3548. "lodash.isequal": "^4.5.0",
  3549. "validator": "^13.7.0"
  3550. },
  3551. "bin": {
  3552. "z-schema": "bin/z-schema"
  3553. },
  3554. "engines": {
  3555. "node": ">=8.0.0"
  3556. },
  3557. "optionalDependencies": {
  3558. "commander": "^9.4.1"
  3559. }
  3560. },
  3561. "node_modules/z-schema/node_modules/commander": {
  3562. "version": "9.5.0",
  3563. "resolved": "https://registry.npmmirror.com/commander/-/commander-9.5.0.tgz",
  3564. "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
  3565. "license": "MIT",
  3566. "optional": true,
  3567. "engines": {
  3568. "node": "^12.20.0 || >=14"
  3569. }
  3570. }
  3571. }
  3572. }